Enterprise
performance
for critical infrastructure.
Forget about loading times. Maptainer uses a Vector Tiles (MVT) and PostGIS architecture to render massive networks (+100,000 assets) with native fluidity.
Beyond "pins": MVT vector technology.
Most CMMS collapse trying to display a complete sewer or lighting network because they use browser markers. We use the graphics card.
-
GPU rendering (WebGL) We draw complex geometries (points, lines, polygons) using the device graphics card. The CPU stays free for your work.
-
Smooth 60 FPS performance Navigate an entire city without delays or data pagination. What you see on screen is rendered in less than 16ms per frame.
-
Tile streaming Data travels in optimised blocks (MVT) that only load the portion of the territory the user has on screen.
Native spatial intelligence, not text locations.
Maptainer doesn't store location as plain text. It's built on the world's most advanced spatial database, with real geometries and topological operators.
-
Real network topology We understand logical connections (Upstream/Downstream). If you close a valve, the system knows which subscribers lose service in seconds.
-
Complex spatial queries Ask real questions like "Assets within polygon X installed before 2020 with more than 3 incidents in the last year".
-
Buffers, intersections and unions Native SQL/PostGIS operations on your real geometries — with spatial indexes that solve them in milliseconds.
WHERE ST_Intersects(
geom, network_downstream('V-08')
)
Vector cartography
in their pocket. 100% offline.
Your technicians work in tunnels and rural areas. Our app downloads optimised vector packages (MBTiles) that travel in their pocket.
-
Vector MBTiles Optimised packages with compressed geometries — the operator carries cadastral cartography and the entire network in less than 200 MB.
-
Editing without connection Draw, measure, annotate and create new work orders while underground. The app stores changes locally with precise timestamps.
-
Two-way synchronisation When signal returns, the app reconciles local and remote changes automatically — without losing edits or creating duplicates.
API First. No black box.
Maptainer is designed to integrate into your city IoT ecosystem — with CRMs, ERPs (SAP/Navision), citizen portals or any external system that understands HTTPS.
-
REST API · OpenAPI 3.0 Public, self-documenting, with OAuth 2.0 and configurable rate limits. Connect to any system in hours.
-
GIS interoperability Native import and export with all standard formats of the geospatial sector.
-
Real-time webhooks Trigger events to external systems when a work order is created, an incident is closed or a telemetry threshold is crossed.
// query params
type="streetlight"
bbox=-0.42,39.45,-0.36,39.49
format="geojson"
// response 200 OK
{
"type": "FeatureCollection",
"count": 5842,
"features": [ ... ]
}
Authorization: Bearer ey...
Content-Type: application/json
{
"asset_id": "LU-2104",
"type": "corrective",
"priority": "high",
"description": "Burnt-out luminaire",
"reported_by": "citizen-portal"
}
// response 201 Created
{ "id": "OT-2904", ... }
work_order.assigned
work_order.completed
asset.status_changed
incident.opened
sla.threshold_warning
// typical payload
POST https://tu-erp.com/hook
{
"event": "work_order.completed",
"timestamp": "2026-05-18T09:41:22Z",
"data": { ... }
}
Cloud Native. Secure by design.
A modern production stack — designed for critical infrastructure where downtime has direct impact on citizens.
Scalable cloud
Cloud hosting with horizontal auto-scaling — the platform grows with your asset volume without renegotiating contracts.
AUTO-SCALINGDaily backups
Geo-redundant backups with configurable retention and point-in-time recovery. Recover any state in minutes.
PITR · 30 DÍASTotal encryption
Data encrypted in transit (TLS 1.3) and at rest (AES-256). Keys managed with automatic rotation and tenant isolation.
TLS 1.3 · AES-256GDPR compliant
Strict compliance with European data protection regulation. Certified processor with model DPA and complete audit logs.
UE · ISO 27001Is your infrastructure
ready for today's data?
Make the leap to a platform capable of processing millions of records with full fluidity and precision. We show you the stack in a 30-minute call.