{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Nidd Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.728929,
            53.792242
          ],
          [
            -1.728976,
            53.792098
          ],
          [
            -1.729022,
            53.791955
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "200004707757, BD3 9TY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7289754793811043,
          53.79211641749864
        ]
      }
    }
  ]
}