{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Rose Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.210633,
            52.186308
          ],
          [
            -2.210935,
            52.185907
          ],
          [
            -2.211237,
            52.185506
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014145284, WR5 2DY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.211236604014246,
          52.18550601303404
        ]
      }
    }
  ]
}