{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Joddrell Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.250827,
            53.479594
          ],
          [
            -2.250848,
            53.479437
          ],
          [
            -2.25087,
            53.47928
          ],
          [
            -2.250892,
            53.479154
          ],
          [
            -2.250914,
            53.479027
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023066478, M3 3HG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.250913830826042,
          53.4790272218112
        ]
      }
    }
  ]
}