Changeset 1712
- Timestamp:
- 10/21/06 12:02:15 (2 years ago)
- Files:
-
- trunk/openlayers/build/docs.sh (modified) (1 diff)
- trunk/openlayers/examples/image-layer.html (added)
- trunk/openlayers/lib/OpenLayers.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Layer/Image.js (added)
- trunk/openlayers/tests/list-tests.html (modified) (1 diff)
- trunk/openlayers/tests/test_Layer_Image.html (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/build/docs.sh
r1695 r1712 2 2 3 3 rm ../doc/reference.html 4 CLASSES="Map Layer 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 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
r1695 r1712 66 66 "OpenLayers/Tile/Image.js", 67 67 "OpenLayers/Tile/WFS.js", 68 "OpenLayers/Layer/Image.js", 68 69 "OpenLayers/Layer/EventPane.js", 69 70 "OpenLayers/Layer/FixedZoomLevels.js", trunk/openlayers/tests/list-tests.html
r1695 r1712 12 12 <li>test_Util.html</li> 13 13 <li>test_Layer.html</li> 14 <li>test_Layer_Image.html</li> 14 15 <li>test_Layer_EventPane.html</li> 15 16 <li>test_Layer_FixedZoomLevels.html</li>
