-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquery.xml
More file actions
19 lines (19 loc) · 1.14 KB
/
query.xml
File metadata and controls
19 lines (19 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<osm-script output="json" timeout="25">
<union into="_">
<query into="_" type="node">
<user into="_" name="Russbiggs" name_1="Smithra2" name_2="BeckOnGIS" name_3="EdHillsman" name_4="el_tino" name_5="ryangray" type="node" uid=""/>
<changed into="_" since="2017-02-02T01:00:00Z" until="2017-02-02T04:01:00Z"/>
</query>
<query into="_" type="way">
<user into="_" name="Russbiggs" name_1="Smithra2" name_2="BeckOnGIS" name_3="EdHillsman" name_4="el_tino" name_5="ryangray" type="way" uid=""/>
<changed into="_" since="2017-02-02T01:00:00Z" until="2017-02-02T04:01:00Z"/>
</query>
<query into="_" type="relation">
<user into="_" name="Russbiggs" name_1="Smithra2" name_2="BeckOnGIS" name_3="EdHillsman" name_4="el_tino" name_5="ryangray" type="relation" uid=""/>
<changed into="_" since="2017-02-01T01:00:00Z" until="2017-02-02T04:01:00Z"/>
</query>
</union>
<print e="" from="_" geometry="skeleton" limit="" mode="body" n="" order="id" s="" w=""/>
<recurse from="_" into="_" type="down"/>
<print e="" from="_" geometry="skeleton" limit="" mode="skeleton" n="" order="quadtile" s="" w=""/>
</osm-script>