OpenLayers OpenLayers

Changeset 1712

Show
Ignore:
Timestamp:
10/21/06 12:02:15 (2 years ago)
Author:
crschmidt
Message:

Bring in Tim Schaub's "Graphic" layer as "Layer.Image" (since in the future,
'graphic' may mean something different, like SVG graphic). Tests, docs,
example, and library change. Thanks, Tim!

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/build/docs.sh

    r1695 r1712  
    22 
    33rm ../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" 
     4CLASSES="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" 
    55echo "<html> 
    66  <head> 
  • trunk/openlayers/lib/OpenLayers.js

    r1695 r1712  
    6666        "OpenLayers/Tile/Image.js", 
    6767        "OpenLayers/Tile/WFS.js", 
     68        "OpenLayers/Layer/Image.js", 
    6869        "OpenLayers/Layer/EventPane.js", 
    6970        "OpenLayers/Layer/FixedZoomLevels.js", 
  • trunk/openlayers/tests/list-tests.html

    r1695 r1712  
    1212    <li>test_Util.html</li> 
    1313    <li>test_Layer.html</li> 
     14    <li>test_Layer_Image.html</li> 
    1415    <li>test_Layer_EventPane.html</li> 
    1516    <li>test_Layer_FixedZoomLevels.html</li>