Hi,
The major Feature refactoring has now be commited, even if there is
still broken things. Most important changes are :
- No more SpriteElement or SpriteRenderer, Feature are drawn thanks
to their draw function that is customized by inherited classes
- Feature extends Sprite
- A feature is a graphical element geolocalized by a lonlat
- A VectorFeature extends Feature with a geometry that is used to
draw the feature
- Geometries have their matching VectorFeature. For example :
PointFeature, MultiPointFeature
- Marker extends Feature
- No more Markers layer but a generic FeatureLayer
Feel free to help us to fix remaining broken functionnalities.
Tomorrow, we may commit Request refactoring, in order to use an
extensible mecansim when requesting all type of layers.
Last point, I have found a nice Flex code formatting plugin for
Eclipse :
http://sourceforge.net/projects/flexformatter/
Please use it to format your code on the project with Window ->
Preferences -> Flex formatting -> ActionScript -> Newline/>Wrapping ->
Line breaks -> Brace Style parameter set to Sun instead of Adobe.
We will update progressively all files before 1.0 release.