{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Park Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.159049,
            53.612554
          ],
          [
            -2.158973,
            53.612379
          ],
          [
            -2.158897,
            53.612204
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Park Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.159156,
            53.612797
          ],
          [
            -2.159103,
            53.612675
          ],
          [
            -2.159049,
            53.612554
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23112970, OL16 1UT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1591560883275847,
          53.61279660230715
        ]
      }
    }
  ]
}