{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lymer Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.469587,
            50.949668
          ],
          [
            -1.469739,
            50.949727
          ],
          [
            -1.469983,
            50.94978
          ],
          [
            -1.470396,
            50.949869
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023626236, SO16 0XY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4704034402782444,
          50.949865587791415
        ]
      }
    }
  ]
}