Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- This query looks for nodes, ways and relations
- with the given key/value combination.
- Choose your region and hit the Run button above!
- */
- [out:json][timeout:25];
- // gather results
- (
- // query part for: “boundary=administrative”
- //node["boundary"="administrative"]({{bbox}});
- //way["boundary"="administrative"]({{bbox}});
- relation["boundary"="administrative"]["admin_level"="10"]({{bbox}});
- );
- // print results
- out body;
- >;
- out skel qt;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement