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
3cf57a41b101095fed9aaad59d445e95f36d1acd
openlayers
/
lib
/
OpenLayers
/
Renderer
History
Tim Schaub
daf95113d8
#719
- until proper clipping is achieved, this solution redraws as much of features as possible
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@3167
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2007-05-24 03:07:32 +00:00
..
Elements.js
#655
: add layer.eraseFeatures.patch() on the "public" side of the API - layer methods should be called instead of layer.renderer methods wherever possible
2007-04-11 15:48:41 +00:00
SVG.js
#719
- until proper clipping is achieved, this solution redraws as much of features as possible
2007-05-24 03:07:32 +00:00
VML.js
#628
- a feature has a geometry - a geometry doesn't have a feature - features are rendered, selected, moved, modified, etc - down in the renderer, expando properties on nodes are limited to _featureId, _style, and _options - this removes expandos that created circular references back through the map and to other dom elements - when the renderer is involved in selecting features, it returns a featureId (instead of a geometry or feature) and the layer is responsible for fetching the appropriate feature
2007-04-10 16:07:56 +00:00