{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Evans Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.518731,
            53.499009
          ],
          [
            -2.518572,
            53.498884
          ],
          [
            -2.518549,
            53.498866
          ],
          [
            -2.518571,
            53.498732
          ],
          [
            -2.518588,
            53.498633
          ],
          [
            -2.518605,
            53.498533
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024145935, WN7 1QH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5184237010475825,
          53.49849767425484
        ]
      }
    }
  ]
}