{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Beech Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.104616,
            53.544096
          ],
          [
            -2.10488,
            53.543943
          ],
          [
            -2.105144,
            53.54379
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000114266, OL1 3TZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1046011748788263,
          53.544096406275656
        ]
      }
    }
  ]
}