{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hopper's Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.59491,
            52.197777
          ],
          [
            -1.594646,
            52.197955
          ],
          [
            -1.594383,
            52.198134
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024064687, CV35 9LS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5948894842449026,
          52.19777647420709
        ]
      }
    }
  ]
}