{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Randle Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.576003,
            53.540228
          ],
          [
            -2.576223,
            53.540237
          ],
          [
            -2.576443,
            53.540245
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014063966, WN2 2QG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.576364791798863,
          53.540235522176566
        ]
      }
    }
  ]
}