{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pearson Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.503423,
            54.603418
          ],
          [
            -2.502068,
            54.604093
          ],
          [
            -2.501871,
            54.604105
          ],
          [
            -2.50151,
            54.603992
          ],
          [
            -2.501399,
            54.604038
          ],
          [
            -2.499339,
            54.60489
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023878880, CA16 6JS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.503361188594743,
          54.603435844894506
        ]
      }
    }
  ]
}