{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Waste Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.101404,
            53.5448
          ],
          [
            -2.101652,
            53.544683
          ],
          [
            -2.101901,
            53.544566
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000115073, OL1 3PY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1019010549339936,
          53.544566137049664
        ]
      }
    }
  ]
}