Ticket #272: selecttiles.patch
| File selecttiles.patch, 0.8 kB (added by crschmidt, 2 years ago) |
|---|
-
theme/default/style.css
old new 26 26 font-family: Arial; 27 27 font-size: smaller; 28 28 } 29 30 div.olMapViewport { 31 moz-user-select: none 32 } -
lib/OpenLayers/Map.js
old new 131 131 "hidden"); 132 132 this.viewPortDiv.style.width = "100%"; 133 133 this.viewPortDiv.style.height = "100%"; 134 this.viewPortDiv.className = "olMapViewport"; 134 135 this.div.appendChild(this.viewPortDiv); 135 136 136 137 // the layerContainerDiv is the one that holds all the layers
