{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Station Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.892575,
            51.311395
          ],
          [
            0.89202,
            51.311553
          ],
          [
            0.891464,
            51.31171
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Station Road (B2041)",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.891464,
            51.31171
          ],
          [
            0.890959,
            51.311862
          ],
          [
            0.890453,
            51.312013
          ],
          [
            0.890305,
            51.312048
          ],
          [
            0.890157,
            51.312083
          ],
          [
            0.889979,
            51.312099
          ],
          [
            0.889802,
            51.312114
          ]
        ]
      }
    }
  ]
}