Is there a way to download the shp format file about eh county boundaries of China in OpenStreetMap?
You can get the administrative boundary via the Overpass API. The corresponding query is:
relation
["boundary"="administrative"]
["admin_level"="2"]
["name:en"="People's Republic of China"];
(._;>;);
out body;
In order to learn more about the specified tags take a look at the OSM wiki. Especially on relations with the administrative_boundary tag.
The returned XML file has to be converted to a shapefile afterwards.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With