{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Crompton Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.121087,
            53.563388
          ],
          [
            -2.12095,
            53.563414
          ],
          [
            -2.120813,
            53.56344
          ],
          [
            -2.120642,
            53.563473
          ],
          [
            -2.120472,
            53.563505
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000114414, OL2 5PS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1204715574968054,
          53.56350521907267
        ]
      }
    }
  ]
}