{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Carlburn Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.171422,
            53.484183
          ],
          [
            -2.171242,
            53.48422
          ],
          [
            -2.171061,
            53.484256
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023063288, M11 4PS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1714223250531095,
          53.484183400067664
        ]
      }
    }
  ]
}