doc = p.parse
doc.find('//osm/relation').each do |pt|
return Relation.from_xml_node(pt, create)
end
doc = p.parse
doc.find('//osm/relation').each do |pt|
return Relation.from_xml_node(pt, create)
end
# The follow block does not need to be executed because they are dealt with
# in create_with_history, update_from and delete_with_history
if create
# The follow block does not need to be executed because they are dealt with
# in create_with_history, update_from and delete_with_history
if create
# same pattern as before, but this time we're collecting the
# changed members in an array, as the bounding box updates for
# same pattern as before, but this time we're collecting the
# changed members in an array, as the bounding box updates for