So a query to http://www.overpass-api.de/query_form.html
<union>
  <query type="relation">
    <has-kv k="network" v="US:FL"/>
  </query>
  <recurse type="relation-node" into="nodes"/>
  <recurse type="relation-way"/>
  <recurse type="way-node"/>
</union>
<print/>
Returns all relations with [network=US:FL], as well as the ways and nodes
If a way with [network=US:FL] is NOT in a relation, will it be returned by
this?
Would it need a second <query type="way"> section?

Is this resultant file just like the data normally downloaded by JOSM?  IE.
edit it the same, then upload?

Dealing with such a large area, will conflict resolution be an issue?  I
really have not had to deal with it before, so do not know how big a deal
that is.



On Wed, Aug 31, 2011 at 9:59 PM, Nathan Edgars II <nerou...@gmail.com>wrote:

> US:FL




-- 
Dale Puch
_______________________________________________
Talk-us mailing list
Talk-us@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-us

Reply via email to