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
33410b0e762c38c3b0812338f660bcc16a783c3a
openlayers
/
lib
/
OpenLayers
/
Renderer
History
Tim Schaub
33410b0e76
Adding a removeAllFeatures method to the vector layer. This bypasses a few unnecessary steps when removing all features but retains the same behavior as the removeFeatures method otherwise. Optimizing the clear method on elements renderers a bit by avoiding length calculation of the live collection and looking up the first child once per node removal. r=ahocevar (
closes
#2774
)
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@10597
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-05 15:46:23 +00:00
..
Canvas.js
Making it so the clear method on the canvas renderer permanently clears features (as with the other renderers). r=crschmidt (
closes
#2775
)
2010-08-05 15:34:48 +00:00
Elements.js
Adding a removeAllFeatures method to the vector layer. This bypasses a few unnecessary steps when removing all features but retains the same behavior as the removeFeatures method otherwise. Optimizing the clear method on elements renderers a bit by avoiding length calculation of the live collection and looking up the first child once per node removal. r=ahocevar (
closes
#2774
)
2010-08-05 15:46:23 +00:00
SVG.js
remove tabs, remove unused variable
2010-07-08 10:29:41 +00:00
VML.js
remove unused variable and unreachable code, replace tab with space. Non functional change
2010-07-04 19:28:20 +00:00