{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wilkin Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.134628,
            52.198559
          ],
          [
            0.134841,
            52.198503
          ],
          [
            0.135054,
            52.198447
          ],
          [
            0.135318,
            52.198378
          ],
          [
            0.135582,
            52.198308
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002566968, CB1 2DZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.13462831356285965,
          52.198558820992154
        ]
      }
    }
  ]
}