{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bluestone Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.936291,
            53.513514
          ],
          [
            -2.93569,
            53.513743
          ],
          [
            -2.935089,
            53.513971
          ],
          [
            -2.935082,
            53.513974
          ],
          [
            -2.935074,
            53.513977
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023552065, L31 6DA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.935059117305971,
          53.513977117375674
        ]
      }
    }
  ]
}