GIS & Map Data: GeoJSON, KML & Shapefiles
Geographic coordinates, vector layers, and spatial mapping standards.
Your files are processed entirely in your web browser using HTML5 Canvas and WebAssembly. Zero data ever leaves your device.
Skip upload and download queues. Conversions happen locally at full machine hardware speed without server limits.
Compliant with official ISO, W3C, and IETF specifications to guarantee output compatibility across modern operating systems.
Format Comparison & Technical Specifications
| Output Format | MIME Type | Specification | Type |
|---|---|---|---|
| GeoJSON GeoJSON | application/geo+json | RFC-7946-GEOJSON | Geographic JSON Standard |
| KML Google | application/vnd.google-earth.kml+xml | OGC-KML-SPEC | Keyhole Markup Language |
| GPX GPS Track | application/gpx+xml | TOPOGRAFIX-GPX-SPEC | GPS Exchange Format |
| SHP ESRI Shapefile | application/x-esri-shapefile | ESRI-SHAPEFILE-SPEC | ESRI Spatial Vector Shape |
| TopoJSON TopoJSON | application/json | RFC-7946-GEOJSON | Topological Geographic JSON |
Technical Specifications & Codec Breakdown
GeoJSON vs. Google Earth KML
GeoJSON models geographic boundaries, points, and paths using standard web JSON syntax, making it the favorite for interactive web maps like Leaflet and Mapbox. KML is XML designed for Google Earth, bundling 3D terrain and camera angles.
The Longitude/Latitude Ordering Trap
While humans say 'Latitude, Longitude' (Y, X), computer geometry standards (including GeoJSON and GeoTIFF) strictly require '[Longitude, Latitude]' (X, Y). Reversing this coordinate order can place your map pins in Antarctica instead of New York.
0 bytes uploaded to external servers. All processing occurred locally in your browser sandbox.