Adding Queenstown bus ride + map legend
This commit is contained in:
@@ -73,7 +73,7 @@ oSpot.pageInit = function(asHash)
|
||||
{
|
||||
options:
|
||||
{
|
||||
url:'http://spot.lutran.fr/kml/TeAraroaTrail_simplified.kml?v4',
|
||||
url:'https://cloud.lutran.fr/index.php/s/hX9src9948nbqrs/download?v2',
|
||||
opts:{preserveViewport: true}
|
||||
}
|
||||
},
|
||||
@@ -99,6 +99,19 @@ oSpot.pageInit = function(asHash)
|
||||
if(infowindow) infowindow.close();
|
||||
}
|
||||
}
|
||||
},
|
||||
panel:
|
||||
{
|
||||
options:
|
||||
{
|
||||
content:'<div id="legend">'+
|
||||
'<div class="line green">Te Araroa</div>'+
|
||||
'<div class="line blue">Routeburn Track</div>'+
|
||||
'<div class="line red">Hors rando</div>'+
|
||||
'</div>',
|
||||
bottom: true,
|
||||
left: true
|
||||
}
|
||||
}
|
||||
});
|
||||
self.tmp('map', $Map.gmap3("get"));
|
||||
|
||||
Reference in New Issue
Block a user