<div dir="ltr">I am trying to create a way using the <a href="http://wiki.openstreetmap.org/wiki/PythonOsmApi">python osm api</a><div><br></div><div>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?</div>
</div>