{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Coddington Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.460558,
            53.751702
          ],
          [
            -2.460937,
            53.751633
          ],
          [
            -2.461315,
            53.751564
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010318783, BB1 3BS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.461314937681466,
          53.751563790389085
        ]
      }
    }
  ]
}