{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "West Bank Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.895745,
            53.881816
          ],
          [
            -1.895774,
            53.881647
          ],
          [
            -1.895804,
            53.881479
          ],
          [
            -1.895138,
            53.881195
          ],
          [
            -1.895105,
            53.881187
          ],
          [
            -1.894317,
            53.880987
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010590439, BD20 5DA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.8953205613322648,
          53.88128493094499
        ]
      }
    }
  ]
}