{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wood Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.768432,
            53.840959
          ],
          [
            -1.768293,
            53.840888
          ],
          [
            -1.768155,
            53.840818
          ],
          [
            -1.76793,
            53.840703
          ],
          [
            -1.767705,
            53.840589
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010590182, BD17 6AA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7681137711128798,
          53.840787248831894
        ]
      }
    }
  ]
}