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 1616 1616 return this.getLayerPxFromViewPortPx(px); 1617 1617 }, 1618 1618 1619 1620 /** @final @type String */1621 1619 CLASS_NAME: "OpenLayers.Map" 1622 1620 }); 1623 1621 -
lib/OpenLayers/Handler/RegularPolygon.js
old new 351 351 } 352 352 }, 353 353 354 /** @final @type String */355 354 CLASS_NAME: "OpenLayers.Handler.RegularPolygon" 356 355 });
