GeoJSON Viewer
Visualize GeoJSON data on an interactive map
Tip: Use the drawing tools on the map (📍 Point, 📏 Line, ⬡ Polygon) to create features, or paste GeoJSON below.
Select the CRS of your input data. Non-WGS84 data will be transformed for display.
Load sample:
Help & Guide
GeoJSON Viewer
Visualize GeoJSON files on an interactive map. Supports all geometry types including Point, Line, Polygon, and their multi-variants. All processing happens in your browser.
How to Use
- 1Paste GeoJSON code or upload a .geojson file
- 2Features automatically render on the map
- 3Click any feature to view its properties
- 4Zoom and pan to explore your data
Features
Simple Geometries
- Point - Single locations (markers)
- LineString - Paths and routes
- Polygon - Areas and boundaries
Multi Geometries
- MultiPoint - Multiple markers
- MultiLineString - Multiple paths
- MultiPolygon - Multiple areas