oops. carryover from google.js copy :-(
git-svn-id: http://svn.openlayers.org/trunk/openlayers@952 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -324,9 +324,9 @@ OpenLayers.Layer.VirtualEarth.prototype =
|
||||
* VE-compatible Pixel is an x & y property, which every
|
||||
* OpenLayers.Pixel has by default. So just leave it as-is.
|
||||
*
|
||||
* @type GPoint
|
||||
* @type Pixel
|
||||
*/
|
||||
getGPointFromOLPixel: function(olPixel) {
|
||||
getPixelFromOLPixel: function(olPixel) {
|
||||
return olPixel;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user