{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wheelwright Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.634091,
            53.690317
          ],
          [
            -1.633881,
            53.690078
          ],
          [
            -1.633671,
            53.689839
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83209322, WF13 1NB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6340913058809734,
          53.690317151471014
        ]
      }
    }
  ]
}