Skip to content

JSON to GeoJSON Converter

Convert JSON data with coordinates to GeoJSON FeatureCollection format. Perfect for mapping, GIS applications, and spatial data visualization.

Input

json
loading editor…

Paste your JSON data here...
or drop a file anywhere in this pane

Output

json

GeoJSON output will appear here...
press to convert to geojson

What Is GeoJSON?

GeoJSON is a format for encoding geographic data structures using JSON. It supports geometry types like Point, LineString, Polygon, and MultiPoint, organized into Feature and FeatureCollection objects. It is the standard format for web mapping applications.

GeoJSON is essential for:

  • Web Maps: Rendering data on Leaflet, Mapbox, or Google Maps.
  • GIS Analysis: Processing spatial data in QGIS or ArcGIS.
  • Location Services: Storing and exchanging geographic data.
  • Data Visualization: Creating choropleth maps and heatmaps.

JSON vs. GeoJSON

FeatureJSONGeoJSON
GeometryNo spatial structure.Standardized geometry types.
Coordinate SystemFlexible, unstandardized.WGS 84 (longitude, latitude).
Map RenderingRequires conversion.Native rendering in map tools.
PropertiesAll data is a property.Separates geometry from properties.
Primary UseGeneral data exchange.Mapping and GIS.

How to Convert JSON to GeoJSON Online

  1. Paste JSON with coordinates: Include latitude/longitude or lat/lon fields.
  2. Click Convert: Each object becomes a GeoJSON Feature with Point geometry.
  3. Use in map tools: Load the GeoJSON into Leaflet, Mapbox, or any GIS.

Frequently Asked Questions

What coordinate field names are supported?

The tool detects latitude/longitude, lat/lon, and lat/lng pairs automatically.

Does it support geometry types other than Point?

Currently generates Point geometries. For LineString or Polygon data, the tool converts properties while preserving coordinate arrays.

Is this tool safe?

Yes. Processing is 100% client-side.

Real-World Examples

JSON to GeoJSON conversion is used when mapping business locations from spreadsheets, visualizing IoT sensor data on maps, converting address databases to geospatial formats, and preparing data for web map visualizations.

Related Tools