{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Belmont Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.950716,
            53.422464
          ],
          [
            -2.950592,
            53.422386
          ],
          [
            -2.950576,
            53.422376
          ],
          [
            -2.950436,
            53.422288
          ],
          [
            -2.949873,
            53.421934
          ],
          [
            -2.949309,
            53.421581
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38257893, L6 5BG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9492658727732786,
          53.42154102652118
        ]
      }
    }
  ]
}