Ticket #674: outsideviewport.patch
| File outsideviewport.patch, 0.5 kB (added by sderle, 1 year ago) |
|---|
-
lib/OpenLayers/Control/LayerSwitcher.js
old new 99 99 this.loadContents(); 100 100 101 101 // set mode to minimize 102 this.minimizeControl(); 103 102 if(!this.outsideViewport) { 103 this.minimizeControl(); 104 } 105 104 106 // populate div with current info 105 107 this.redraw(); 106 108
