{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Stanley Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.911515,
            53.870036
          ],
          [
            -1.91153,
            53.869892
          ],
          [
            -1.911546,
            53.869749
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070057315, BD21 2ER",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9115147813280486,
          53.86991931744451
        ]
      }
    }
  ]
}