{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Crossway Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.516113,
            51.275824
          ],
          [
            -2.517474,
            51.275406
          ],
          [
            -2.518743,
            51.275127
          ],
          [
            -2.518749,
            51.275127
          ],
          [
            -2.5216,
            51.274949
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "250067890, BA3 4GL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5161453766018202,
          51.27578056849476
        ]
      }
    }
  ]
}