{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lye Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.577889,
            51.123529
          ],
          [
            -2.577033,
            51.12239
          ],
          [
            -2.577126,
            51.121812
          ],
          [
            -2.577222,
            51.121217
          ],
          [
            -2.577262,
            51.120299
          ],
          [
            -2.577169,
            51.120082
          ],
          [
            -2.577054,
            51.120013
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "250067280, BA4 6RR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.577888533080895,
          51.12352672988486
        ]
      }
    }
  ]
}