{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ridget Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.739277,
            52.723006
          ],
          [
            -1.739066,
            52.723033
          ],
          [
            -1.737934,
            52.722798
          ],
          [
            -1.73686,
            52.722576
          ],
          [
            -1.736632,
            52.722481
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013215396, WS13 8QT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.736727477239669,
          52.72255626414098
        ]
      }
    }
  ]
}