remove old unused line of code
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1410 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -80,7 +80,6 @@ OpenLayers.Control.PanZoom.prototype =
|
|||||||
*/
|
*/
|
||||||
_addButton:function(id, img, xy, sz) {
|
_addButton:function(id, img, xy, sz) {
|
||||||
var imgLocation = OpenLayers.Util.getImagesLocation() + img;
|
var imgLocation = OpenLayers.Util.getImagesLocation() + img;
|
||||||
// var btn = new ol.AlphaImage("_"+id, imgLocation, xy, sz);
|
|
||||||
var btn = OpenLayers.Util.createAlphaImageDiv(
|
var btn = OpenLayers.Util.createAlphaImageDiv(
|
||||||
"OpenLayers_Control_PanZoom_" + id,
|
"OpenLayers_Control_PanZoom_" + id,
|
||||||
xy, sz, imgLocation, "absolute");
|
xy, sz, imgLocation, "absolute");
|
||||||
|
|||||||
Reference in New Issue
Block a user