{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Willink Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.72293,
            53.46931
          ],
          [
            -2.723355,
            53.469528
          ],
          [
            -2.723781,
            53.469745
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "39203338, WA11 9AR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.72292992573539,
          53.46930989325885
        ]
      }
    }
  ]
}