diff options
author | Christopher Baines <cb15g11@soton.ac.uk> | 2014-09-17 13:46:38 +0100 |
---|---|---|
committer | Christopher Baines <cb15g11@soton.ac.uk> | 2014-09-17 13:46:38 +0100 |
commit | 7ce760afa408e690e862a3bcfdfdefcde3675224 (patch) | |
tree | 8482ce0a8146fa755702acb8de12133d5bbd932f /examples | |
parent | 3442d95bec01726ac8bebdd29ca6b0d8219c53d2 (diff) | |
download | leaflet-soton-7ce760afa408e690e862a3bcfdfdefcde3675224.tar leaflet-soton-7ce760afa408e690e862a3bcfdfdefcde3675224.tar.gz |
Rename Points of Service example to Catering
Also add a link from the index page
Diffstat (limited to 'examples')
-rw-r--r-- | examples/catering.html (renamed from examples/pointofservice.html) | 4 | ||||
-rw-r--r-- | examples/index.html | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/examples/pointofservice.html b/examples/catering.html index 5a431fd..4c571c9 100644 --- a/examples/pointofservice.html +++ b/examples/catering.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <title>Points of Service</title> + <title>Catering</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link rel="stylesheet" href="../src/leaflet-soton.css" /> @@ -72,7 +72,7 @@ <div id="map"></div> <div id="sidebar"> - <h1>Points of Service</h1> + <h1>Catering</h1> <input id="search" class="typeahead" type="text" placeholder="What would you like to eat or drink?"> diff --git a/examples/index.html b/examples/index.html index 782314a..7f2bc1e 100644 --- a/examples/index.html +++ b/examples/index.html @@ -96,6 +96,7 @@ h6 { font-size: 1em; line-height: 1.3125; } <li><a href="vendingmachines.html">Vending Machines Example</a></li> <li><a href="cycleparkingheatmap.html">Cycle Parking Heatmap Example</a></li> <li><a href="bus.html">Bus Routes Example</a></li> + <li><a href="catering.html">Catering Example</a></li> </ul> <h2>OpenStreetMap</h2> |