{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mulberry Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.737081,
            50.955527
          ],
          [
            -2.737098,
            50.956446
          ],
          [
            -2.737151,
            50.956718
          ],
          [
            -2.73731,
            50.957548
          ],
          [
            -2.737274,
            50.957903
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "30120100, TA14 6UE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.7372480372384,
          50.95790881115191
        ]
      }
    }
  ]
}