use in-app layer chooser on desktop mode

This commit is contained in:
Philipp Schaefer
2013-05-29 00:57:38 +02:00
parent 2bc9edf549
commit bb7f200547
6 changed files with 86 additions and 75 deletions

View File

@ -470,8 +470,6 @@ window.addLayerGroup = function(name, layerGroup, defaultDisplay) {
layerChooser.addOverlay(layerGroup, name);
}
window.clampLat = function(lat) {
if (lat > 90.0)
lat = 90.0;