Created
May 14, 2017 17:41
-
-
Save vool/191b9d4ad2f00d1680222cae7295c077 to your computer and use it in GitHub Desktop.
roi-ni border -overpass query
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
| /* | |
| RoI/NI Border | |
| Return the land part of Ireland's border | |
| http://overpass-turbo.eu/s/p2Y | |
| */ | |
| rel["ISO3166-1"~"^IE"] | |
| [admin_level=2] | |
| [type=boundary] | |
| [boundary=administrative]; | |
| way(r)[border_type!=territorial]; | |
| (._;>;); | |
| //out meta; | |
| out geom; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment