{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "East High Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.982819,
            55.868742
          ],
          [
            -3.98248,
            55.868833
          ],
          [
            -3.982141,
            55.868924
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "East High Street (A8010)",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.982683,
            55.868582
          ],
          [
            -3.982401,
            55.868695
          ],
          [
            -3.982365,
            55.868727
          ],
          [
            -3.982141,
            55.868924
          ]
        ]
      }
    }
  ]
}