A fixed Web-Mercator canvas distorts catastrophically past ~70° latitude and hides the true shape of long-range routes. Dynamic map projection lets the operator switch the displayed projection at runtime — Polar Stereographic for arctic operations, Gnomonic so great circles render as straight lines, Lambert Conformal Conic for regional air-defense sectors. The same data, the right geometry, on demand.
Web Mercator is fine at the equator and catastrophic elsewhere. Three mission-critical distortions make a switchable projection essential:
The platform has always reprojected source data on ingest (UTM, State Plane → WGS84 view) and converted coordinate text (DD/DMS/MGRS/GARS). Dynamic display projection is the third layer: the canvas itself changes projection. The same data, re-rendered against a new spatial reference.
Not chasing the full 26-projection engine — delivering the projections that real defense and intel workflows demand. Each is a 2D MapView mode with a settable spatial reference.
The arctic and antarctic basins, undistorted. Essential for high-latitude SAR, polar routes, and Arctic-domain awareness.
Great circles as straight lines. The projection for long-range air-route and missile-profile planning.
Mid-latitude regional accuracy — the standard for national mapping, air-defense sectors, and aviation charts.
True direction and distance from a central point — the "range rings" projection for radar coverage and sensor reach.
Vector-tile (MVT) data is a head start here: serving MVT into a non-Mercator view (reprojecting geometry at render) is easier than reprojecting raster basemap tiles. The platform's DuckDB/MVT path is an asset, not a thing to replace.
The Luciad-parity capability, delivered for the analyst workflows that actually need it.
Get Started