GeoJSON

Geographic data format

JSON

{
  "type": "Feature",
  "geometry": {
    "type": "Point",
    "coordinates": [
      -73.9857,
      40.7484
    ]
  },
  "properties": {
    "name": "Empire State Building"
  }
}

Stats

Related tools

Other examples