{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Durham Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.312073,
            53.569109
          ],
          [
            -2.312247,
            53.569126
          ],
          [
            -2.31242,
            53.569144
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Durham Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.31171,
            53.569083
          ],
          [
            -2.311891,
            53.569096
          ],
          [
            -2.312073,
            53.569109
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4210009425, M26 2XQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.311710140543894,
          53.569082661633075
        ]
      }
    }
  ]
}