Changeset 1925
- Timestamp:
- 11/19/06 09:13:44 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/crschmidt/refractions/lib/OpenLayers/Layer/TMS.js
r1915 r1925 77 77 var z = this.map.getZoom(); 78 78 return this.url + "1.0.0" + "/" + this.layername + "/" + z + "/" + x + "/" + y + "." + this.type; 79 80 79 }, 81 80 … … 90 89 */ 91 90 addTile:function(bounds,position) { 92 url = this.getURL(bounds);91 var url = this.getURL(bounds); 93 92 return new OpenLayers.Tile.Image(this, position, bounds, 94 93 url, this.tileSize);
