{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Tinker's Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.121656,
            52.341189
          ],
          [
            0.12118,
            52.341526
          ],
          [
            0.120704,
            52.341864
          ],
          [
            0.120634,
            52.341907
          ],
          [
            0.120565,
            52.341949
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002610994, CB6 3PL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.1170206053359452,
          52.343356587928
        ]
      }
    }
  ]
}