Created
December 26, 2018 18:41
-
-
Save zsal/cc68f74a9d0901c88b4f02714746a270 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- | |
| This has been generated by the overpass-turbo wizard. | |
| The original search was: | |
| “name=KaupShop” | |
| --> | |
| <osm-script output="json" timeout="125"> | |
| <!-- gather results --> | |
| <union> | |
| <query type="relation"> | |
| <has-kv k="admin_level" v="10"/> | |
| <bbox-query {{bbox}}/> | |
| </query> | |
| </union> | |
| <!-- print results --> | |
| <print mode="body"/> | |
| <recurse type="down"/> | |
| <print mode="skeleton" order="quadtile"/> | |
| </osm-script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment