{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cheetham Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.151382,
            54.579155
          ],
          [
            -1.151209,
            54.579208
          ],
          [
            -1.151036,
            54.57926
          ],
          [
            -1.150471,
            54.579434
          ],
          [
            -1.150189,
            54.57952
          ],
          [
            -1.150042,
            54.579355
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013583334, TS6 7BS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.15018941730032,
          54.57952018228739
        ]
      }
    }
  ]
}