{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Blythe Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.766659,
            53.793463
          ],
          [
            -1.766134,
            53.793696
          ],
          [
            -1.765609,
            53.793928
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010591749, BD7 1DQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7661418427365756,
          53.79368657584102
        ]
      }
    }
  ]
}