diff options
author | Christopher Baines <cb15g11@soton.ac.uk> | 2014-05-23 08:24:15 +0100 |
---|---|---|
committer | Christopher Baines <cb15g11@soton.ac.uk> | 2014-05-23 08:24:15 +0100 |
commit | b50598a53ad04a985890539c3407ff7108754b70 (patch) | |
tree | 4b944d07ec77bb2589da4f8350b42b7021320046 /examples/index.html | |
parent | 2fa8f0a43b43eaadec6c0b150e86464c4b4b1bda (diff) | |
download | leaflet-soton-b50598a53ad04a985890539c3407ff7108754b70.tar leaflet-soton-b50598a53ad04a985890539c3407ff7108754b70.tar.gz |
Add a cycle parking heat map
Diffstat (limited to 'examples/index.html')
-rw-r--r-- | examples/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/index.html b/examples/index.html index c835004..fb1095b 100644 --- a/examples/index.html +++ b/examples/index.html @@ -94,6 +94,7 @@ h6 { font-size: 1em; line-height: 1.3125; } <li><a href="workstations.html">Workstations Example</a></li> <li><a href="zepler.html">Zepler Example</a></li> <li><a href="vendingmachines.html">Vending Machines Example</a></li> + <li><a href="cycleparkingheatmap.html">Cycle Parking Heatmap Example</a></li> </ul> <h2>OpenStreetMap</h2> |