{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cavell Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.234338,
            53.481506
          ],
          [
            -2.234058,
            53.481367
          ],
          [
            -2.233779,
            53.481228
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023063366, M1 1FY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.234337940937169,
          53.48150576909124
        ]
      }
    }
  ]
}