OpenLayers OpenLayers

Ticket #272: selecttiles.patch

File selecttiles.patch, 0.8 kB (added by crschmidt, 2 years ago)
  • theme/default/style.css

    old new  
    2626    font-family: Arial; 
    2727    font-size: smaller; 
    2828} 
     29 
     30div.olMapViewport { 
     31   moz-user-select: none  
     32} 
  • lib/OpenLayers/Map.js

    old new  
    131131                                                     "hidden"); 
    132132        this.viewPortDiv.style.width = "100%"; 
    133133        this.viewPortDiv.style.height = "100%"; 
     134        this.viewPortDiv.className = "olMapViewport"; 
    134135        this.div.appendChild(this.viewPortDiv); 
    135136 
    136137        // the layerContainerDiv is the one that holds all the layers