{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St John's Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.249954,
            53.692025
          ],
          [
            -2.24956,
            53.691973
          ],
          [
            -2.249165,
            53.691921
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014225840, BB4 7AZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2499688843112886,
          53.69202497896398
        ]
      }
    }
  ]
}