another round of LatLon -> LonLat [99] revisions
git-svn-id: http://svn.openlayers.org/trunk/openlayers@103 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -222,7 +222,7 @@ OpenLayers.Map.prototype = {
|
||||
* @return {OpenLayers.LonLat}
|
||||
*/
|
||||
getLonLatFromPixel: function (point) {
|
||||
var center = this.getCenter(); //map center lat/lon
|
||||
var center = this.getCenter(); //map center lon/lat
|
||||
var res = this.getResolution();
|
||||
var size = this.getSize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user