GeoJSON to PDF
Convert GeoJSON files to PDF format
🔒 All processing happens locally in your browser. Your files never leave your device.
About GeoJSON
GeoJSON is a lightweight, text-based format for encoding geographic features using JSON. It is the native format for web mapping libraries like Leaflet and Mapbox GL, and is widely used in APIs, GitHub, and modern geospatial tooling.
You might convert from GeoJSON when a downstream tool or colleague requires a different format — for example, a desktop GIS that prefers Shapefile, a navigation app that expects KML, or an enterprise system that mandates GML for OGC compliance.
Frequently asked questions
Will my GeoJSON attributes be preserved after conversion?
Yes — all feature properties are mapped to the target format's attribute table. Some formats have column name length limits (e.g., Shapefile is 10 characters), so very long property names may be truncated.
What coordinate system does GeoJSON use?
GeoJSON always uses WGS 84 geographic coordinates (longitude, latitude) per the RFC 7946 specification. The output format will also be in WGS 84 unless you reproject it separately.
Can I convert a GeoJSON with mixed geometry types?
Most formats require a single geometry type per layer. If your GeoJSON contains a mix of points, lines, and polygons, the converter will process all features but some target formats may only retain one geometry type.
More GeoJSON Conversions
Convert GeoJSON files to other popular formats
to KML
.kml
to Shapefile
.zip
to CSV
.csv
to GPX
.gpx
to GeoPackage
.gpkg
to FlatGeobuf
.fgb
to JSON-FG
.json
to MVT
.mvt
to PostgreSQL Dump
.sql
to PMTiles
.pmtiles
to MBTiles
.mbtiles
to DXF
.dxf
to GML
.gml
to Excel (XLSX)
.xlsx
to OpenDocument Spreadsheet
.ods
to GeoRSS
.xml
to MapInfo TAB
.tab
to File Geodatabase
.gdb.zip
to SpatiaLite
.sqlite
to GeoJSON Sequences
.geojsonl
to DGN (Microstation)
.dgn
to S57 Nautical Charts
.000
Convert to PDF From Other Formats
Convert other geospatial formats to PDF
from KML
.kml
from Shapefile
.zip
from CSV
.csv
from GPX
.gpx
from GeoPackage
.gpkg
from FlatGeobuf
.fgb
from JSON-FG
.json
from MVT
.mvt
from PMTiles
.pmtiles
from MBTiles
.mbtiles
from DXF
.dxf
from TopoJSON
.topojson
from GML
.gml
from OpenStreetMap
.osm
from Excel (XLSX)
.xlsx
from OpenDocument Spreadsheet
.ods
from SVG
.svg
from GeoRSS
.xml
from MapInfo TAB
.tab
from File Geodatabase
.gdb.zip
from SpatiaLite
.sqlite
from Esri JSON
.json
from GeoJSON Sequences
.geojsonl
from DGN (Microstation)
.dgn
from S57 Nautical Charts
.000
Visualize Your Data
View your geospatial files on an interactive map
Coordinate Conversion Tools
Convert between different coordinate systems