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
c68e234b71f0f1343da28b22a361d045d6587da3
openlayers
/
lib
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
..
Firebug
Refactor SVN layout in compliance with RFC/LicenseChange. This hopefully
2007-10-17 02:21:22 +00:00
Gears
add Protocol.SQL.Gears, and go do editing while being offline! r=crschmidt (
closes
#1699
)
2008-09-12 14:57:05 +00:00
OpenLayers
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
Rico
Add mention that the files have been changed. This is obvious from
2008-02-02 14:46:04 +00:00
OpenLayers.js
Adding point, line, polygon, text, and raster symbolizer constructors. This paves the way for rendering multiple symbolizers per rule. The SLD parser now successfully round-trips documents with multiple symbolizers and multiple FeatureTypeStyle elements (through the symbolizer zIndex property). The Style2 (yes, ack) constructor is used to represent a collection of rules with multiple symbolizers. Style2 objects are currently only used by the SLD parser if the multipleSymbolizer property is set to true. Future enhancements to the renderers can be made to account for multiple symbolizers. r=ahocevar (
closes
#2760
).
2010-08-02 19:49:52 +00:00