This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Territory outline data

0

I was hoping that exporting osm xml data would also give me an outline of the territory in view.

Where can i acquire such data?

asked 21 Sep '10, 13:11

_jeremy's gravatar image

_jeremy
1112
accept rate: 0%

edited 06 Oct '10, 00:19

TomH's gravatar image

TomH ♦♦
3.3k83943


3 Answers:

0

answered 22 Sep '10, 07:36

_jeremy's gravatar image

_jeremy
1112
accept rate: 0%

edited 22 Sep '10, 07:37

1

Unfortunately the gadm data is only free "for academic and other non-commercial use". I couldn't find a copyright notice for the diva-gis site. Really free and open data (public domain in this case) is available from http://www.naturalearthdata.com/, albeit with relative low resolution.

(26 Sep '10, 08:03) Jochen Topf

0

Administrative boundaries are directly available as download at Cloudmade http://downloads.cloudmade.com/

After this you may need extract needed admin_level (e.g. with josm find tool or with osmosis)

answered 06 Oct '10, 10:13

frodrigo's gravatar image

frodrigo
674511
accept rate: 13%

-1

Administrative boundaries (if that is what you want) are marked in OSM with boundary=administrative, with admin___level set to the type of boundary (2 = national border etc., see the linked article). Therefore, it is relatively easy to retrieve all national borders from OpenStreetMap, you can try e.g. XAPI query for all admin_level=2 (warning: 200MB download!).

answered 27 Sep '10, 15:03

Mormegil's gravatar image

Mormegil
3014
accept rate: 0%

Source code available on GitHub .