diff --git a/lib/OpenLayers/Layer/VirtualEarth.js b/lib/OpenLayers/Layer/VirtualEarth.js index 3597570942..2385138405 100644 --- a/lib/OpenLayers/Layer/VirtualEarth.js +++ b/lib/OpenLayers/Layer/VirtualEarth.js @@ -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; },