{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bell Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.207679,
            53.851942
          ],
          [
            -1.20776,
            53.852499
          ],
          [
            -1.207703,
            53.852834
          ],
          [
            -1.207551,
            53.853725
          ],
          [
            -1.207545,
            53.853767
          ],
          [
            -1.207538,
            53.85381
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013452153, LS24 9DY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.2076947879417186,
          53.85193278331126
        ]
      }
    }
  ]
}