{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wolseley Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.323939,
            53.586631
          ],
          [
            -2.324122,
            53.586766
          ],
          [
            -2.324304,
            53.5869
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4210007943, BL8 2DA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3239240884419736,
          53.58662237174134
        ]
      }
    }
  ]
}