{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Woodyates Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.652243,
            53.537311
          ],
          [
            -2.652444,
            53.537368
          ],
          [
            -2.652645,
            53.537425
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014064326, WN5 9AL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6525238147283132,
          53.537390190171074
        ]
      }
    }
  ]
}