{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Victoria Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.230085,
            52.209295
          ],
          [
            -2.228882,
            52.209154
          ],
          [
            -2.22768,
            52.209012
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014145538, WR3 7BE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2300963070895707,
          52.209295283605975
        ]
      }
    }
  ]
}