{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Elizabeth Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.250006,
            53.710858
          ],
          [
            -2.250115,
            53.710927
          ],
          [
            -2.250299,
            53.710908
          ],
          [
            -2.250641,
            53.710872
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014330500, BB4 9LW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.250656366574007,
          53.71086265406955
        ]
      }
    }
  ]
}