{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St Andrew Street (A989)",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.439123,
            56.393609
          ],
          [
            -3.438581,
            56.393581
          ],
          [
            -3.438039,
            56.393553
          ],
          [
            -3.437688,
            56.393515
          ],
          [
            -3.437336,
            56.393477
          ]
        ]
      }
    }
  ]
}