This website requires JavaScript.
Explore
Help
Sign In
ashatora
/
openlayers
Watch
1
Star
0
Fork
0
You've already forked openlayers
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
e520aea515db68a4b0e523529206a0f44b49186d
openlayers
/
lib
/
OpenLayers
/
Strategy
History
Tim Schaub
e520aea515
Adding a check to make sure features have a geometry before entering the cluster algorithm. r=crschmidt (
closes
#1816
)
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@8316
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2008-11-10 22:23:17 +00:00
..
BBOX.js
Adding a BBOX strategy. This triggers requests for data within a bounding box. When the map bounds invalidate previous data bounds, another request is issued. Reads are triggered with a spatial filter, and protocols that understand how to deal with filters may serialize the filter to request a subset of the data collection. The HTTP protocol understands one filter - the bbox filter. So the BBOX strategy can be used in conjunction with the HTTP protocol to request data via http in a bounding box. Thanks for the collaboration and tests Eric. r=elemoine,crschmidt (
#1731
)
2008-09-11 17:39:41 +00:00
Cluster.js
Adding a check to make sure features have a geometry before entering the cluster algorithm. r=crschmidt (
closes
#1816
)
2008-11-10 22:23:17 +00:00
Fixed.js
Layer.Vector.removeMap must deactivate the strategies, r=fredj (
closes
#1649
)
2008-08-05 13:59:12 +00:00
Paging.js
remove unneeded layer declaration. r=elemoine (
closes
#1772
)
2008-10-09 07:48:08 +00:00