{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mulberry Gardens",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.140873,
            52.719781
          ],
          [
            -1.140709,
            52.719618
          ],
          [
            -1.140545,
            52.719455
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10094173308, LE12 7DX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.1402482196395838,
          52.719319688796965
        ]
      }
    }
  ]
}