Geo Tools
A set of browser-based geospatial utilities for converting between KML, GPX, Shapefile, and GeoJSON, viewing map data as a plain geometry outline, and picking coordinates. Rendering draws geometry directly rather than loading basemap tiles from a third party, so everything genuinely runs locally in your browser, nothing you upload is ever sent to a server.
GeoJSON to KML Converter
Convert a GeoJSON FeatureCollection to KML XML, straightforward Point/LineString/Polygon support only.
Open toolGeoJSON Viewer
Paste GeoJSON and see its points, lines, and polygons drawn as plain SVG, no basemap, fit to their own bounding box.
Open toolGPX to GeoJSON Converter
Convert GPX (GPS Exchange Format) tracks, routes, and waypoints to a GeoJSON FeatureCollection.
Open toolKML to GeoJSON Converter
Convert KML XML (Google Earth's format) to a GeoJSON FeatureCollection, entirely in your browser.
Open toolLat/Lng Point Finder
Click a schematic world grid, or type coordinates directly, to get decimal-degree lat/lng and a Maps link.
Open toolShapefile to GeoJSON Converter
Convert a zipped Esri shapefile (.zip with .shp + .dbf) to a GeoJSON FeatureCollection, in your browser.
Open toolShapefile Viewer
Upload a zipped shapefile and see its geometry drawn as plain SVG, points/lines/polygons only, no basemap.
Open tool