{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "William Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.343946,
            53.730175
          ],
          [
            -1.34389,
            53.729999
          ],
          [
            -1.343833,
            53.729823
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "63171577, WF10 2SB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3438331349070614,
          53.72982328652334
        ]
      }
    }
  ]
}