Hi All, I've just finished merging writeable entity support back into the svn trunk. In other words it is no longer necessary to clone objects or use builder classes to modify entities.
The entity classes now have a method called getWriteableInstance which returns "this" if the object is still writeable or a clone if the entity has been marked read-only. I've created a new interface called TagCollection with a corresponding TagCollectionImpl class. It currently has one extra method above the standard Collection interface called buildMap which converts tags into a Map. I've now created a new branch called write-dataset which can be used to introduce writeable datasets. Brett _______________________________________________ osmosis-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/osmosis-dev
