{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Dunham Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.214103,
            53.35627
          ],
          [
            -2.214039,
            53.356126
          ],
          [
            -2.213975,
            53.355981
          ],
          [
            -2.213923,
            53.355872
          ],
          [
            -2.21387,
            53.355763
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008882541, SK9 3SY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2140879114043193,
          53.356270430841406
        ]
      }
    }
  ]
}