{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Irwell Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.251099,
            53.492518
          ],
          [
            -2.250332,
            53.492754
          ],
          [
            -2.249564,
            53.492989
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023066433, M7 1SL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2510689564519253,
          53.49252755076735
        ]
      }
    }
  ]
}