OpenLayers OpenLayers

Ticket #853: className.Map.RegularPolygon.patch

File className.Map.RegularPolygon.patch, 0.7 kB (added by fredj, 1 year ago)
  • lib/OpenLayers/Map.js

    old new  
    16161616       return this.getLayerPxFromViewPortPx(px);          
    16171617    }, 
    16181618 
    1619  
    1620     /** @final @type String */ 
    16211619    CLASS_NAME: "OpenLayers.Map" 
    16221620}); 
    16231621 
  • lib/OpenLayers/Handler/RegularPolygon.js

    old new  
    351351        } 
    352352    }, 
    353353 
    354     /** @final @type String */ 
    355354    CLASS_NAME: "OpenLayers.Handler.RegularPolygon" 
    356355});