{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wedgewood Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.202343,
            53.493124
          ],
          [
            -2.202368,
            53.493135
          ],
          [
            -2.202393,
            53.493147
          ],
          [
            -2.20276,
            53.493318
          ],
          [
            -2.203127,
            53.493489
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023070084, M40 8HT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2031429646090577,
          53.49348160265494
        ]
      }
    }
  ]
}