{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Leighcott Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.669873,
            50.858516
          ],
          [
            -3.669098,
            50.857907
          ],
          [
            -3.668133,
            50.85729
          ],
          [
            -3.667452,
            50.856855
          ],
          [
            -3.666154,
            50.856222
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10035363563, EX17 4RU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.6661112382638743,
          50.85623160988008
        ]
      }
    }
  ]
}