{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Betley Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.22608,
            53.589014
          ],
          [
            -2.226051,
            53.588902
          ],
          [
            -2.226021,
            53.588791
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23114126, OL10 3BG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.226080346763182,
          53.58901364005195
        ]
      }
    }
  ]
}