{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "South Parade",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.759815,
            53.803786
          ],
          [
            -1.759764,
            53.803697
          ],
          [
            -1.759714,
            53.803608
          ],
          [
            -1.759689,
            53.803548
          ],
          [
            -1.759665,
            53.803489
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010590641, BD8 7DZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7597244264881844,
          53.80365055965338
        ]
      }
    }
  ]
}