<font style="font-family:times new roman,serif" size="2">You can download features within a boundary also with overpass api.<br></font><br><pre><code><query type="node">
  <has-kv k="place" v="city"/>
  <area-query ref="3600058974"/>
</query>
<print mode="body"/><br><br style="font-family:times new roman,serif"><font style="font-family:times new roman,serif" size="2">This will download all city nodes in the relation </font></code><code>3600058974</code>.<br>

<font style="font-family:times new roman,serif" size="2">see <a href="http://help.openstreetmap.org/questions/12554/is-there-a-web-service-exposed-to-get-all-cities-in-a-country">http://help.openstreetmap.org/questions/12554/is-there-a-web-service-exposed-to-get-all-cities-in-a-country</a><br>

Just watch out, some Belgian node networks have parts in the Netherlands or France.</font> <br><code></code></pre><br><br><div class="gmail_quote">2012/8/28 Jo <span dir="ltr"><<a href="mailto:winfixit@gmail.com" target="_blank">winfixit@gmail.com</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote"><div class="im">2012/8/27 Ben Laenen <span dir="ltr"><<a href="mailto:benlaenen@gmail.com" target="_blank">benlaenen@gmail.com</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div>On Monday 27 August 2012 10:14:47 Jo wrote:<br>
> I created a page where we can all vote:<br>
><br>
> <a href="http://wiki.openstreetmap.org/w/index.php?title=WikiProject_Belgium/Walking" target="_blank">http://wiki.openstreetmap.org/w/index.php?title=WikiProject_Belgium/Walking</a><br>
> _Routes/VoteForHikingOrFoot&action=edit<br>
<br>
<br>
</div></div>Just a little question: why did this need its own page? It's what the<br>
discussion pages should be used for...<br>
<br>
Anyway, just saying in case there are some other votes coming up as well...<br></blockquote></div><div><br>Sorry, I'm not in the habit of launching votes. It's a dirty job, but somebody has to do it.<br><br>After one day we have 7 votes in favour, 0 against. I'll wait for a few more days. In the mean time |'ve been playing a bit with the Overpass API:<br>


<br><query type="relation" into="routes"><br>  <bbox-query s="49.5" n="51.5" w="2.52" e="6.5"/><br>  <has-kv k="route" v="foot"/><br>


</query><br><query type="relation"><br>  <bbox-query s="49.5" n="51.5" w="2.52" e="6.5"/><br>  <has-kv k="route" v="foot"/><br>


</query><br><union><br>  <item/><br>  <recurse type="relation-backwards" from="routes"/><br>  <recurse type="relation-node" from="routes"/><br>  <recurse type="relation-way" from="routes"/><br>


  <recurse type="way-node"/>  <br></union><br><print mode="meta"/><br><br>This query results in a 45 MB file, containing all relations where route=foot in an area more or less covering Belgium. There are some routes going into the neighbouring countries. Hopefully they won't mind the retagging.<br>


<br>It also gives all parent relations and all node and way members of the route relations. Getting the numbered nodes themselves from the network relations should already have been accomplished by downloading the ways. If not, it's only one extra line to accomplish that. That way nodes which were drawn next to the actual crossing and made members of the network relation also get downloaded.<br>


<br>  <recurse type="relation-node"/><br>
above<br>  <recurse type="relation-node" from="routes"/><br>
<br>Anyway, just to illustrate the power of Overpass. It's quick too, only a few minutes, download included.<br><br>This provides a great starting point to rename those tags all at once with JOSM.<span class="HOEnZb"><font color="#888888"><br>

<br>Jo<br></font></span></div>
</div>
<br>_______________________________________________<br>
Talk-be mailing list<br>
<a href="mailto:Talk-be@openstreetmap.org">Talk-be@openstreetmap.org</a><br>
<a href="http://lists.openstreetmap.org/listinfo/talk-be" target="_blank">http://lists.openstreetmap.org/listinfo/talk-be</a><br>
<br></blockquote></div><br>