OpenLayers OpenLayers

Changeset 1927

Show
Ignore:
Timestamp:
11/19/06 14:54:42 (2 years ago)
Author:
crschmidt
Message:

Commit TMS support from 'crschmidt/refractions' Ticket #394 , reviewed by
Schuyler.

Files:

Legend:

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

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

    r1721 r1927  
    8787        "OpenLayers/Layer/Boxes.js", 
    8888        "OpenLayers/Layer/Canvas.js", 
     89        "OpenLayers/Layer/TMS.js", 
    8990        "OpenLayers/Popup/Anchored.js", 
    9091        "OpenLayers/Popup/AnchoredBubble.js", 
  • trunk/openlayers/tests/list-tests.html

    r1712 r1927  
    2222    <li>test_Layer_KaMap.html</li> 
    2323    <li>test_Layer_WMS.html</li> 
     24    <li>test_Layer_TMS.html</li> 
    2425    <li>test_Tile.html</li> 
    2526    <li>test_Tile_Image.html</li>