{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pearson's Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.65598,
            53.650275
          ],
          [
            -1.65635,
            53.65078
          ],
          [
            -1.656509,
            53.651058
          ],
          [
            -1.656967,
            53.651857
          ],
          [
            -1.657147,
            53.652194
          ],
          [
            -1.657327,
            53.652532
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83207294, WF12 0NX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6573092978644322,
          53.652536487952425
        ]
      }
    }
  ]
}