coding standards
git-svn-id: http://svn.openlayers.org/trunk/openlayers@853 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -70,7 +70,9 @@ OpenLayers.Control.Permalink.prototype =
|
|||||||
lat = Math.round(center.lat*100000)/100000;
|
lat = Math.round(center.lat*100000)/100000;
|
||||||
lon = Math.round(center.lon*100000)/100000;
|
lon = Math.round(center.lon*100000)/100000;
|
||||||
this.element.href = this.base+"?lat="+lat+"&lon="+lon+"&zoom="+zoom;
|
this.element.href = this.base+"?lat="+lat+"&lon="+lon+"&zoom="+zoom;
|
||||||
}
|
},
|
||||||
|
|
||||||
|
/** @final @type String */
|
||||||
|
CLASS_NAME: "OpenLayers.Control.Permalink"
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user