{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Richmond Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.498789,
            53.522293
          ],
          [
            -2.498856,
            53.522332
          ],
          [
            -2.498923,
            53.522371
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014058312, M46 0NA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4989262066480853,
          53.522382204959904
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "100011735642, M46 0BT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.498730451148219,
          53.52240998747538
        ]
      }
    }
  ]
}