ivan79
9/25/2018 - 3:02 PM

GEOJSON Example

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "category": "individuals"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          2.154693603515625,
          41.391491366401645
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "category": "policy-makers"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.130462646484375,
          51.5185707907351
        ]
      }
    }
  ]
}