{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Queen Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.070311,
            50.740169
          ],
          [
            -3.07103,
            50.74033
          ],
          [
            -3.071139,
            50.740355
          ],
          [
            -3.071266,
            50.740383
          ],
          [
            -3.071387,
            50.74041
          ],
          [
            -3.071748,
            50.740491
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Queen Street (B3161)",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.070097,
            50.74009
          ],
          [
            -3.070204,
            50.74013
          ],
          [
            -3.070311,
            50.740169
          ]
        ]
      }
    }
  ]
}