I am trying to create a way using the python osm api<http://wiki.openstreetmap.org/wiki/PythonOsmApi>
On trying to create a new way, the api requires the id of the nodes to be kept in <nd ref='id'>. My problem is that the nodes have not been created yet and i want to create the node and way at once. Can this be done at once or do i have to create the nodes first and then use the node ids to create the way later?
_______________________________________________ dev mailing list [email protected] https://lists.openstreetmap.org/listinfo/dev

