{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Burnt Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.590025,
            54.203715
          ],
          [
            -1.590326,
            54.204132
          ],
          [
            -1.590626,
            54.204548
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013386828, HG4 5JH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5906261514167672,
          54.20454839752492
        ]
      }
    }
  ]
}