Add HOT layer to the main page

This commit is contained in:
Tom Hughes 2013-09-23 17:50:06 +01:00
parent 4e214746c6
commit b756c5fd6e
4 changed files with 18 additions and 0 deletions

View file

@ -22,6 +22,8 @@ window.onload = function () {
new L.OSM.TransportMap().addTo(map);
} else if (args.layer == "mapquest") {
new L.OSM.MapQuestOpen().addTo(map);
} else if (args.layer == "hot") {
new L.OSM.HOT().addTo(map);
}
if (args.marker) {