(I know osmlib isn't actively maintained, but I'm posting this here as an aide-memoire in case I get fired up to do
something about it :) )
At present osmlib's datastore is largely read-only: you can create new objects, but you can't then significantly alter
them.
It would be useful to be able to change a way's node_objects, delete objects (without a complete .clear), and so on. |