{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Palmers Walk",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.133343,
            52.203247
          ],
          [
            0.133399,
            52.203303
          ],
          [
            0.133455,
            52.203359
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002566617, CB1 1BB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.13316162595368566,
          52.20307232489371
        ]
      }
    }
  ]
}