Geo & Maps Tools

ArrayKit's Geo / Maps tools cover the everyday tasks that come up when you work with location data — no desktop GIS required. Start with the Coordinate Map Viewer to drop a pin from a latitude/longitude pair, or click the map to read coordinates back out. Measure the great-circle distance and bearing between two points, load a GPX file to see a route on the map, or paste GeoJSON to validate it and preview its features. Convert between the formats you actually get handed — GPX, KML, WKT, GeoJSON and CSV — and encode or decode Google polylines. Switch a single coordinate between decimal degrees, DMS, Plus Codes, MGRS, UTM and geohash without hunting for the right formula. Everything runs on your device; only OpenStreetMap map tiles are loaded to draw the maps, and the coordinates and files you work with are never uploaded.

Frequently asked questions

Which tools are in ArrayKit's Geo / Maps category?
The category spans map viewing (Coordinate Map Viewer, GPX Viewer, GeoJSON Viewer), measurement (Distance Between Coordinates), format converters (GPX, KML, WKT, GeoJSON and CSV, plus Google polylines), and coordinate-system converters (DMS and decimal degrees, Plus Codes, MGRS, UTM and geohash) — all in your browser.
Do these geo tools upload my coordinates or files to a server?
No. Coordinates, GPX/KML/GeoJSON files and everything else are processed on your device. Only OpenStreetMap map tiles are loaded over the network to render maps; ArrayKit does not store what you work with.
Which coordinate systems and file formats can I convert between?
Files: GPX, KML, WKT, GeoJSON and CSV in both directions, plus Google encoded polylines. Coordinate systems: decimal degrees, degrees-minutes-seconds (DMS), Plus Codes (Open Location Code), MGRS, UTM and geohash.
Is the coordinate order latitude, longitude or longitude, latitude?
The map tools expect latitude first, then longitude — for example 48.8584, 2.2945. Note that GeoJSON and many APIs use the opposite order (longitude, latitude), which is a common source of pins landing in the wrong place.
Which map provider do these tools use?
Maps are rendered with OpenStreetMap tiles, shown with the required attribution. OpenStreetMap is an open, community-maintained map of the world.