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
2e47542fbec7bb7e3bbc9209036201d52ee27042
openlayers
/
lib
/
OpenLayers
/
Renderer
History
ahocevar
6811dc3745
Fix initial offset and visibility issues in VML renderer; also make sure that all floats are converted to integers (previously using toFixed(), now using (num | 0)). p=tschaub,me, r=tschaub,me (
closes
#2465
)
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@10039
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-10 07:04:31 +00:00
..
Canvas.js
New fontOpacity option for vector feature style. r=pgiraud (
closes
#2438
)
2010-01-27 15:31:53 +00:00
Elements.js
Instead of storing the geometry on all nodes (increasing memory drain) we only store what the indexer needs. The bounds bottom is only used in the compare method when checking for z and y ordering. r=ahocevar (
closes
#2198
)
2009-07-27 16:50:33 +00:00
SVG.js
New fontOpacity option for vector feature style. r=pgiraud (
closes
#2438
)
2010-01-27 15:31:53 +00:00
VML.js
Fix initial offset and visibility issues in VML renderer; also make sure that all floats are converted to integers (previously using toFixed(), now using (num | 0)). p=tschaub,me, r=tschaub,me (
closes
#2465
)
2010-02-10 07:04:31 +00:00