Adding paging and cluster strategies. The paging strategy intercepts a batch of features bound for the layer and caches them, giving the layer one page at a time. The cluster strategy intercepts a batch of features and groups proximate features as clusters - giving the clusters to the layer instead. Thanks for the careful review Erik. r=euzuro (see #1606).

git-svn-id: http://svn.openlayers.org/trunk/openlayers@8003 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2008-09-12 08:58:23 +00:00
parent 3ad82c119a
commit 4ad8f2118c
10 changed files with 1697 additions and 5 deletions
+2
View File
@@ -124,7 +124,9 @@
<li>Request/XMLHttpRequest.html</li>
<li>Rule.html</li>
<li>Strategy.html</li>
<li>Strategy/Cluster.html</li>
<li>Strategy/Fixed.html</li>
<li>Strategy/Paging.html</li>
<li>Strategy/BBOX.html</li>
<li>Style.html</li>
<li>StyleMap.html</li>