NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

0
1

Hi there, I want to draw the city(including district) boundaries on Overpass, including district and Xian boundaries.

I want to draw the city, district, and County(Xian in China) level boundaries of those cities: Shanghai, Suzhou, Wuxi, Changzhou, Huzhou, Jiaxing, Hangzhou, Shaoxing and Ningbo. Please help. please

I have tried this code for each province, JS, SH, ZJ

[out:xml][timeout:45];
area["ISO3166-2"="CN-AH"]->.a;
(relation(area.a)["admin_level"=6][boundary="administrative"];);
out meta;
>;
out meta qt;

But what I really want is more detailed district level boundaries of several cities: Shanghai, Suzhou, Wuxi, Changzhou, Huzhou, Jiaxing, Hangzhou, Shaoxing and Ningbo. and Xuancheng

And using that data with the year population data, I think I can calculate the population of a 2 hour driving range which cuts those district boundaries.

Please help

asked 27 Apr '20, 07:01

CliffHU's gravatar image

CliffHU
16224
accept rate: 0%

edited 27 Apr '20, 07:11

scai's gravatar image

scai ♦
33.3k21309459

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×483
×129
×15
×8

question asked: 27 Apr '20, 07:01

question was seen: 804 times

last updated: 27 Apr '20, 07:11

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum