{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Woodroyd Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.750611,
            53.773459
          ],
          [
            -1.75066,
            53.773587
          ],
          [
            -1.750709,
            53.773715
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010590151, BD5 8PG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.750685740171569,
          53.773621217632076
        ]
      }
    }
  ]
}