{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Woodville Terrace",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.955224,
            53.422556
          ],
          [
            -2.954778,
            53.422178
          ],
          [
            -2.954332,
            53.4218
          ],
          [
            -2.954235,
            53.421718
          ],
          [
            -2.954138,
            53.421635
          ],
          [
            -2.953987,
            53.421507
          ],
          [
            -2.953837,
            53.421379
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38259667, L6 5LA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9538368170935905,
          53.421378753726636
        ]
      }
    }
  ]
}