{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Main Street (A811)",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.568708,
            56.005911
          ],
          [
            -4.568696,
            56.005923
          ],
          [
            -4.568684,
            56.005935
          ],
          [
            -4.56858,
            56.006042
          ],
          [
            -4.568476,
            56.006149
          ]
        ]
      }
    }
  ]
}