{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Water Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.923228,
            51.660004
          ],
          [
            -3.92286,
            51.659866
          ],
          [
            -3.922493,
            51.659728
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010051201, SA6 8ES",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.923227662938376,
          51.66000355526768
        ]
      }
    }
  ]
}