Download outline map of Dongdaemun (geojson format) :
Dongdaemun.geojson (**)
Download polygon array of Dongdaemun map for "Google Maps" :
Dongdaemun.txt
Bounding Box for Dongdaemun Map : ( 37.560401 , 127.022883 , 37.607154 , 127.080772 )
Wikipedia ID for Dongdaemun : Q50382
Wikipedia SPARQL Query for Dongdaemun (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q50382 wdt:P1082 ?population. }
OPTIONAL { wd:Q50382 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q50382 wdt:P2046 ?area. }
OPTIONAL { wd:Q50382 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q50382 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q50382 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Dongdaemun map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.560401, 127.022883, 37.607154, 127.080772);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Dongdaemun)
[out:json];
(
rel["name"="Dongdaemun"][type=boundary];
rel["name:en"="Dongdaemun"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Dongdaemun
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ch'ongnyangnii-dong | 37.590460 , 127.043660 |
Ch'ongnyangniil-tong | 37.584500 , 127.047810 |
Changan-dong | 37.569500 , 127.068000 |
Changani-dong | 37.574110 , 127.073680 |
Changanil-tong | 37.567110 , 127.064560 |
Changansa-dong | 37.577060 , 127.071820 |
Changansam-dong | 37.566080 , 127.071530 |
Chegi-dong | 37.584200 , 127.037300 |
Chegii-dong | 37.584010 , 127.034000 |
Chegiil-tong | 37.584720 , 127.040170 |
Chonnong-dong | 37.576300 , 127.050900 |
Chonnongi-dong | 37.582540 , 127.048910 |
Chonnongil-tong | 37.575820 , 127.049930 |
Chonnongsa-dong | 37.578460 , 127.053760 |
Chonnongsam-dong | 37.580790 , 127.060960 |
Hwigyong-dong | 37.587000 , 127.057900 |
Hwigyongi-dong | 37.586710 , 127.065920 |
Imun-dong | 37.599700 , 127.060600 |
Imuni-dong | 37.597370 , 127.057470 |
Imunil-tong | 37.597480 , 127.065320 |
Imunsam-dong | 37.602720 , 127.066710 |
Sinsol-tong | 37.574490 , 127.025610 |
Tapsimni-dong | 37.572100 , 127.051900 |
Tapsimnii-dong | 37.571660 , 127.059760 |
Tapsimnisa-dong | 37.569790 , 127.062230 |
Tapsimnisam-dong | 37.573450 , 127.050030 |
Yongdu-dong | 37.578600 , 127.033000 |
Yongduil-tong | 37.575720 , 127.039920 |
Notes:
- You can download geometry data for Dongdaemun in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**)
Terms of Use for downloaded geojson files.