Skip to content

Commit

Permalink
Update basemaptour.html
Browse files Browse the repository at this point in the history
  • Loading branch information
alaframboise committed Mar 27, 2013
1 parent c218814 commit 161da11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion html/basemaps/basemaptour.html
Expand Up @@ -75,6 +75,7 @@
showBasemap(index,true); showBasemap(index,true);
} }


// Here we read through the array and zoom around
function playTour() { function playTour() {
if (document.getElementById("tour").checked) { if (document.getElementById("tour").checked) {
// Start immediately // Start immediately
Expand Down Expand Up @@ -134,4 +135,4 @@
</div> </div>
<div id="mapDiv"></div> <div id="mapDiv"></div>
</body> </body>
</html> </html>

0 comments on commit 161da11

Please sign in to comment.