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
41670499b1de79e1525581ffe6b34d68f6e6432d
openlayers
/
lib
/
OpenLayers
/
Strategy
History
Tim Schaub
a84a9c1144
Adding a strategy for saving newly added or modified features. Setting the auto property to true gives you auto-saves with every addition/modification. Setting auto to a time (in seconds) gives periodic auto-save of all new/modified features. By default, the save method must be called to trigger save. r=ahocevar (
closes
#1924
)
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@8818
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-02-04 00:57:26 +00:00
..
BBOX.js
Strategies that request data (fixed and bbox currently) should transform geometries when the layer projection is different than the map projection. This adds reprojection support to the Fixed and BBOX strategies. Given more strategies that request data, we will likely want to extract out the common parts. r=elemoine (
closes
#1841
)
2009-02-03 00:12:27 +00:00
Cluster.js
Cluster strategy should register for moveend on the layer instead of zoomend on the map. p=elemoine,me r=me (
closes
#1834
)
2008-12-06 20:54:51 +00:00
Fixed.js
Strategies that request data (fixed and bbox currently) should transform geometries when the layer projection is different than the map projection. This adds reprojection support to the Fixed and BBOX strategies. Given more strategies that request data, we will likely want to extract out the common parts. r=elemoine (
closes
#1841
)
2009-02-03 00:12:27 +00:00
Paging.js
remove unneeded layer declaration. r=elemoine (
closes
#1772
)
2008-10-09 07:48:08 +00:00
Save.js
Adding a strategy for saving newly added or modified features. Setting the auto property to true gives you auto-saves with every addition/modification. Setting auto to a time (in seconds) gives periodic auto-save of all new/modified features. By default, the save method must be called to trigger save. r=ahocevar (
closes
#1924
)
2009-02-04 00:57:26 +00:00