GeoJSON
View, validate, edit, and convert web-ready GeoJSON data.
Quick answer: Open a GeoJSON or JSON file online to inspect its geometry and attributes on an interactive map. Create new data in the GeoJSON editor, or validate an existing file before sharing it.
Use a FeatureCollection with longitude, latitude coordinates. Keep useful attributes in each feature’s properties.
Check geometry and feature count, then validate the file before publishing. Swapped latitude and longitude can place a valid file in the wrong location.
Open this example in the tool above. Expect three synthetic points near London: West point, East point and North point. Coordinates span −0.13 to −0.12 longitude and 51.50 to 51.51 latitude. These are demonstration locations, not survey data.
Free online GeoJSON viewer — open, inspect, and validate .geojson and .json files in your browser. View features on an interactive map, browse attributes, and convert to Shapefile, KML, GPKG, and more with no upload. Upload or paste your GeoJSON content directly.
Files are processed on your device in the browser. GeoDataViewer does not upload your datasets to a server for viewing.
If a dataset uses multiple required sidecar files, make sure you provide the complete set together. For best results, keep all sidecars in one zip archive when applicable.
Measure distances, areas, elevation, and radius circles using the tools menu, then come back to inspect your GeoJSON layer on the map.
GeoJSON is a JSON-based vector format used to move geographic features between APIs, web maps, scripts, and lightweight desktop workflows.
Smaller layers use a normal MapLibre GeoJSON source. When a
layer has more than 50,000 features, or the large-data
pipeline explicitly marks it for tiled rendering,
GeoDataViewer automatically uses @maplibre/geojson-vt to build a client-side
vector-tile index.
The library slices GeoJSON on the fly in the browser, with no separate tile server. It applies zoom-appropriate simplification, then MapLibre renders the resulting vector tiles for responsive pan and zoom.
The full input is still read and indexed in browser memory; this is not streaming prebuilt tiles. Feature inspection and per-feature styling are limited in this large-data mode.
Read more in the official MapLibre geojson-vt documentation .
You do not need QGIS, ArcGIS Pro, ArcMap, or any desktop GIS software to open and inspect GeoJSON files. This page is a browser-based GeoJSON viewer: it loads your file locally, renders the geometry and attributes on an interactive map, and never uploads your data to a server. If you just need to look at a dataset, check coordinates, or share what you see, you can skip the desktop GIS install entirely.
If you later need advanced analysis, editing, or geoprocessing, you can still open the same GeoJSON file in QGIS (free and open source), ArcGIS Pro, ArcMap, or Global Mapper — but for viewing and quick checks, this online GeoJSON viewer is all you need.
GeoJSON is a JSON-based format for encoding geographic features like points, lines, and polygons, defined by RFC 7946. It is the most common interchange format for web maps and GIS APIs.
Use the free online GeoJSON viewer at geodataviewer.com/open-geojson-online. Drag and drop your .geojson file to render it on a map, inspect attributes, and validate it — all in your browser with no upload.
GeoJSON is text-based, and its in-memory representation can be costly at scale. Smaller layers use the normal GeoJSON source. When a layer has more than 50,000 features or enters an explicitly marked large-data/tiled-rendering path, GeoDataViewer uses @maplibre/geojson-vt in the browser, where it slices and simplifies vector tiles for smoother interaction. The full input is still read and indexed in browser memory. For very large publishing or analysis workflows, consider prebuilt vector tiles, FlatGeobuf, GeoParquet, or GeoPackage.
Yes. Use the free GeoJSON to Shapefile converter at geodataviewer.com/geojson-to-shapefile. The conversion runs locally in your browser using GDAL — no upload required.
GeoJSON is a single text-based file with broad web mapping support, while Shapefile is a legacy multi-file binary format with broad desktop GIS support. GeoJSON is better for web and API workflows; Shapefile is still common in enterprise and government delivery.
Yes. This page is a free online GeoJSON viewer that runs entirely in your browser — no QGIS installation, no ArcGIS license, and no plugins. Just add your GeoJSON file and it is rendered locally on an interactive map.
No. ArcGIS is one option for working with GeoJSON, but it is commercial software and overkill if you only need to view a file. GeoDataViewer opens GeoJSON in your browser for free, with no account and no upload, so you can inspect the data before deciding whether a full GIS is worth it.
Yes. ArcMap has been retired by Esri and ArcGIS Pro requires a paid subscription, but neither is needed to view GeoJSON files. This browser-based GeoJSON viewer opens your file locally for free — no ArcGIS Pro license, no ArcMap install, and no account required.
Yes — this page. GeoDataViewer is a completely free GeoJSON viewer that runs in your browser. There is nothing to install and nothing to download: open the page, add your GeoJSON file, and inspect the map and attributes immediately.
For viewing, inspecting, and converting GeoJSON files, yes — GeoDataViewer covers those needs entirely in the browser with zero setup. QGIS remains the better choice for deep analysis, geoprocessing, and large production workflows. The two complement each other: use this viewer for quick checks and QGIS when you need the full toolbox.
Format workflow cluster
Start with GeoJSON, then move to the most useful viewers, tools, guides, and conversion paths for related GIS formats.
View, validate, edit, and convert web-ready GeoJSON data.
Open SHP packages, check sidecars and CRS, and modernize legacy GIS data.
Read OGC Geography Markup Language, inspect features, and convert XML-based GIS data.
Open small to medium OpenStreetMap PBF extracts and continue into GIS workflows.
Preview CAD drawings and convert DXF geometry for GIS and web mapping.
Open Google Earth files and convert them for GIS, web maps, or CAD workflows.