Commit 6666de6ea6f0301b155a0a5769911a934d1f73e4
1 parent
45c1b26c
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
classesjs/classe_interface.js
... | ... | @@ -911,7 +911,6 @@ i3GEO.Interface = { |
911 | 911 | if(openlayers.GADGETS.LayerSwitcher === true) |
912 | 912 | {i3geoOL.addControl(new OpenLayers.Control.LayerSwitcher());} |
913 | 913 | } |
914 | - i3geoOL.allOverlays = false; | |
915 | 914 | if(openlayers.GADGETS.ScaleLine === true){ |
916 | 915 | pz = new OpenLayers.Control.ScaleLine(); |
917 | 916 | i3geoOL.addControl(pz); | ... | ... |