{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Worcester Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.433975,
            53.590512
          ],
          [
            -2.434206,
            53.590386
          ],
          [
            -2.434438,
            53.59026
          ],
          [
            -2.434857,
            53.590027
          ],
          [
            -2.435277,
            53.589794
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070913233, BL1 3NG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4339811688777995,
          53.59051606912448
        ]
      }
    }
  ]
}