OpenLayers OpenLayers

Changeset 7949

Show
Ignore:
Timestamp:
09/04/08 15:17:47 (3 months ago)
Author:
crschmidt
Message:

Add a KaMapCache Layer class. Similar to the Layer.TileCache class, this layer
allows access to a web-accessible pre-cached Ka-Map Layer. Patch from
Pedro Simonetti (CLA on file). r=me, (Closes #1518)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/doc/authors.txt

    r7591 r7949  
    2323Christopher Schmidt 
    2424Cameron Shorter                                                               
     25Pedro Simonetti 
    2526Paul Spencer                                                                  
    2627Paul Smith                                                                  
  • trunk/openlayers/lib/OpenLayers.js

    r7940 r7949  
    111111            "OpenLayers/Layer/MapServer/Untiled.js", 
    112112            "OpenLayers/Layer/KaMap.js", 
     113            "OpenLayers/Layer/KaMapCache.js", 
    113114            "OpenLayers/Layer/MultiMap.js", 
    114115            "OpenLayers/Layer/Markers.js",