OpenLayers OpenLayers

Changeset 7479

Show
Ignore:
Timestamp:
07/08/08 16:08:47 (5 months ago)
Author:
elemoine
Message:

Add Grid Strategy. With this strategy features are added and removed as the map moves. The grid-related code has been taken from Layer.Grid and isolated in a specific class (OpenLayers.Grid); ultimately Layer.Grid should rely on that class so that we share code. One current limitation of this strategy is that it doesn't support features spanning multiple grid cells.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/vector-behavior/lib/OpenLayers.js

    r7425 r7479  
    9797            "OpenLayers/Marker/Box.js", 
    9898            "OpenLayers/Popup.js", 
     99            "OpenLayers/Grid.js", 
    99100            "OpenLayers/Tile.js", 
    100101            "OpenLayers/Tile/Image.js", 
     
    195196            "OpenLayers/Strategy/Cluster.js", 
    196197            "OpenLayers/Strategy/Paging.js", 
     198            "OpenLayers/Strategy/Grid.js", 
    197199            "OpenLayers/Protocol.js", 
    198200            "OpenLayers/Protocol/HTTP.js",