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
0d2b12c7cd0d8e478743d38cc5849ddca2d87e10
openlayers
/
lib
/
OpenLayers
/
Format
History
Tim Schaub
645bff1286
#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
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@3043
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2007-04-10 16:07:56 +00:00
..
GeoRSS.js
Committing patch from
#559
to add CLASS_NAME for all classes. (I never cleaned
2007-03-24 23:07:30 +00:00
GML.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
KML.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
WFS.js
good eye tim. patch for
#560
.
2007-03-25 14:49:31 +00:00
WKT.js
Fix broken references to 'Format/JSON' that were simple copy paste errors.
2007-04-02 11:02:09 +00:00