{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Water Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.582661,
            51.438426
          ],
          [
            -2.583393,
            51.438886
          ],
          [
            -2.584126,
            51.439345
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "316786, BS3 4SN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.584096798468058,
          51.43932746479466
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "371429, ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.583879971564922,
          51.43924762039343
        ]
      }
    }
  ]
}