<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">hello everybody,</span><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">I have been trying to use OSM data for a while. basically, first, I'd like to get the admin boundaries of France.</div>
<div style="font-family:arial,sans-serif;font-size:13px">I start by asking XAPI to give me the France admin_level 2 object like so:</div><div style="font-family:arial,sans-serif;font-size:13px"><a href="http://www.overpass-api.de/api/xapi?relation[boundary=administrative][admin_level=2][name=France]" target="_blank">http://www.overpass-api.de/api/xapi?relation[boundary=administrative][admin_level=2][name=France]</a></div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">this returns me the object, which contains among other things:</div><div style="font-family:arial,sans-serif;font-size:13px">
<div><member type="relation" ref="79981" role="outer"></member></div><div><member type="relation" ref="2202120" role="outer"></member></div>
<div><member type="relation" ref="2627308" role="outer"></member></div><div><member type="relation" ref="2177258" role="outer"></member></div>
<div><br></div><div>so I want to dig down into these relations of course to get to the details (ways and nodes). But I can't:</div><div><a href="http://www.overpass-api.de/api/xapi?relation[ref=2202120]" target="_blank">http://www.overpass-api.de/api/xapi?relation[ref=2202120]</a> or<br>
</div><div><a href="http://www.overpass-api.de/api/xapi?*[ref=2202120]" target="_blank">http://www.overpass-api.de/api/xapi?*[ref=2202120]</a><br></div><div>won't return anything. I have been spending a fair amount of time on this and I can't figure it out.</div>
<div><br></div><div>Would you please be able to point me in the right direction?</div><div><br></div><div>thanks.</div></div></div>