{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cow Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.633417,
            50.709891
          ],
          [
            -2.633494,
            50.708459
          ],
          [
            -2.633546,
            50.707494
          ],
          [
            -2.63348,
            50.707247
          ],
          [
            -2.633251,
            50.707085
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013014958, DT2 9AX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6334166155109004,
          50.70989075795947
        ]
      }
    }
  ]
}