Skip to content

Instantly share code, notes, and snippets.

@vool
Created May 14, 2017 17:41
Show Gist options
  • Select an option

  • Save vool/191b9d4ad2f00d1680222cae7295c077 to your computer and use it in GitHub Desktop.

Select an option

Save vool/191b9d4ad2f00d1680222cae7295c077 to your computer and use it in GitHub Desktop.
roi-ni border -overpass query
/*
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