{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Old Market Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.523969,
            51.605832
          ],
          [
            -2.523866,
            51.605965
          ],
          [
            -2.523763,
            51.606098
          ],
          [
            -2.523656,
            51.606247
          ],
          [
            -2.52355,
            51.606396
          ],
          [
            -2.523511,
            51.606466
          ],
          [
            -2.523472,
            51.606536
          ],
          [
            -2.523405,
            51.606614
          ],
          [
            -2.523338,
            51.606693
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "664144, BS35 2FP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5233705537152744,
          51.60665873880347
        ]
      }
    }
  ]
}