{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Jersey Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.993546,
            53.45097
          ],
          [
            -2.993621,
            53.451248
          ],
          [
            -2.993695,
            53.451526
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Jersey Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.993455,
            53.450614
          ],
          [
            -2.993501,
            53.450792
          ],
          [
            -2.993546,
            53.45097
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023553067, L20 4BL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9934475573636186,
          53.45061122759993
        ]
      }
    }
  ]
}