Changeset 4760
- Timestamp:
- 10/02/07 21:23:35 (1 year ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Layer/WFS.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Layer/WFS.js
r4318 r4760 256 256 this.tile = new OpenLayers.Tile.WFS(this, pos, tileBounds, 257 257 url, tileSize); 258 this.addTileMonitoringHooks(this.tile); 258 259 this.tile.draw(); 259 260 }
