{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Watery Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.145909,
            50.996448
          ],
          [
            -2.145538,
            50.996452
          ],
          [
            -2.145382,
            50.996487
          ],
          [
            -2.144876,
            50.996599
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010454780, SP7 0EL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.145894325462149,
          50.99643861465119
        ]
      }
    }
  ]
}