{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Roland Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.452036,
            53.56805
          ],
          [
            -2.451995,
            53.567713
          ],
          [
            -2.451954,
            53.567376
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070912640, BL3 4DG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4520364216722568,
          53.56805017077572
        ]
      }
    }
  ]
}