{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Park Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.482898,
            53.527588
          ],
          [
            -2.482772,
            53.527521
          ],
          [
            -2.482645,
            53.527455
          ],
          [
            -2.482443,
            53.527398
          ],
          [
            -2.48224,
            53.52734
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014063885, M46 9JG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4826033179664995,
          53.527437833219935
        ]
      }
    }
  ]
}