Changeset 1927
- Timestamp:
- 11/19/06 14:54:42 (2 years ago)
- Files:
-
- trunk/openlayers/build/docs.sh (modified) (1 diff)
- trunk/openlayers/doc/Layer.TMS.txt (copied) (copied from sandbox/crschmidt/refractions/doc/Layer.TMS.txt)
- trunk/openlayers/examples/tms.html (copied) (copied from sandbox/crschmidt/refractions/examples/tms.html)
- trunk/openlayers/lib/OpenLayers.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Layer/TMS.js (copied) (copied from sandbox/crschmidt/refractions/lib/OpenLayers/Layer/TMS.js)
- trunk/openlayers/tests/list-tests.html (modified) (1 diff)
- trunk/openlayers/tests/test_Layer_TMS.html (copied) (copied from sandbox/crschmidt/refractions/tests/test_Layer_TMS.html)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/build/docs.sh
r1712 r1927 2 2 3 3 rm ../doc/reference.html 4 CLASSES="Map Layer Layer.Image Layer.HTTPRequest Layer.Grid Layer.WMS Layer.KaMap Layer.EventPane Layer.Google Layer.VirtualEarth Layer.Markers Layer.Text Layer.GeoRSS Layer.Boxes Icon Marker Marker.Box Tile Tile.Image Tile.WFS Control Control.LayerSwitcher Control.MouseDefaults Control.MousePosition Control.MouseToolbar Control.OverviewMap Control.PanZoom Control.PanZoomBar Control.Permalink Control.Scale LonLat Size Pixel Bounds Util Ajax"4 CLASSES="Map Layer Layer.Image Layer.HTTPRequest Layer.Grid Layer.WMS Layer.KaMap Layer.EventPane Layer.Google Layer.VirtualEarth Layer.Markers Layer.Text Layer.GeoRSS Layer.Boxes Layer.TMS Icon Marker Marker.Box Tile Tile.Image Tile.WFS Control Control.LayerSwitcher Control.MouseDefaults Control.MousePosition Control.MouseToolbar Control.OverviewMap Control.PanZoom Control.PanZoomBar Control.Permalink Control.Scale LonLat Size Pixel Bounds Util Ajax" 5 5 echo "<html> 6 6 <head> trunk/openlayers/lib/OpenLayers.js
r1721 r1927 87 87 "OpenLayers/Layer/Boxes.js", 88 88 "OpenLayers/Layer/Canvas.js", 89 "OpenLayers/Layer/TMS.js", 89 90 "OpenLayers/Popup/Anchored.js", 90 91 "OpenLayers/Popup/AnchoredBubble.js", trunk/openlayers/tests/list-tests.html
r1712 r1927 22 22 <li>test_Layer_KaMap.html</li> 23 23 <li>test_Layer_WMS.html</li> 24 <li>test_Layer_TMS.html</li> 24 25 <li>test_Tile.html</li> 25 26 <li>test_Tile_Image.html</li>
