{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Beerhill Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.936114,
            50.806374
          ],
          [
            -3.935551,
            50.806322
          ],
          [
            -3.934479,
            50.806537
          ],
          [
            -3.932863,
            50.806861
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013756556, EX20 2AF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.94593110522502,
          50.805726748583005
        ]
      }
    }
  ]
}