Downloading Relation which contains additional relations

hi,

I am trying to download the Relation 67062 by using the following url

http://www.openstreetmap.org/api/0.6/relation/67062/full

The Relation 67062 contains only six additional relations. I thought by calling the url above I will receive the six relations + the used way of the six relations and the used nodes of all relations but I only receive the six relations and the used ways but not the used nodes of the ways. Am I wrong or do I have to call the API again for every relation to get all nodes?

Regards

Michael

Relations within relation aren’t included even when you use /full. You have to download each on separate. See

http://wiki.openstreetmap.org/wiki/API_v0.6#Full:GET.2Fapi.2F0.6.2F.5Bway.7Crelation.5D.2F.23id.2Ffull

I think Netzwolf has a sample about downloading relations rekursive.

Wyo

Check this : http://wiki.openstreetmap.org/wiki/PythonOsmApi