{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Fir Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.127808,
            53.573007
          ],
          [
            -2.128004,
            53.572949
          ],
          [
            -2.1282,
            53.57289
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000114504, OL2 5SN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1281998195603484,
          53.57288995222904
        ]
      }
    }
  ]
}