{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ossington Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.170293,
            52.960546
          ],
          [
            -1.170203,
            52.960586
          ],
          [
            -1.170113,
            52.960626
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009156671, NG7 3PG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.1705485184737934,
          52.96044039134397
        ]
      }
    }
  ]
}