add JSDOC commenting and stub moveTo function in WFS tile

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1147 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-08-09 05:42:42 +00:00
parent b262f2fb71
commit f3d6fb8718
6 changed files with 40 additions and 1 deletions
+4
View File
@@ -57,6 +57,10 @@ OpenLayers.Tile.Image.prototype =
this.layer.div.appendChild(this.imgDiv);
},
/**
* @param {OpenLayers.Bounds}
* @param {OpenLayers.pixel} position
*/
moveTo: function (bounds, position) {
this.url = this.layer.getURL(bounds);
OpenLayers.Tile.prototype.moveTo.apply(this, arguments);