Download outline map of Mapo (geojson format) :
Mapo.geojson (**)
Download polygon array of Mapo map for "Google Maps" :
Mapo.txt
Bounding Box for Mapo Map : ( 37.532407 , 126.859003 , 37.591901 , 126.965508 )
Wikipedia ID for Mapo : Q50388
Wikipedia SPARQL Query for Mapo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q50388 wdt:P1082 ?population. }
OPTIONAL { wd:Q50388 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q50388 wdt:P2046 ?area. }
OPTIONAL { wd:Q50388 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q50388 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q50388 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 Mapo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.532407, 126.859003, 37.591901, 126.965508);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mapo)
[out:json];
(
rel["name"="Mapo"][type=boundary];
rel["name:en"="Mapo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mapo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ahyon-dong | 37.554600 , 126.950700 |
Ahyoni-dong | 37.555300 , 126.953550 |
Ahyonil-tong | 37.554720 , 126.959290 |
Ahyonsam-dong | 37.552470 , 126.953840 |
Ch'angjon-dong | 37.549840 , 126.929350 |
Hapjeong-dong | 37.547170 , 126.908490 |
Kongdogi-dong | 37.547620 , 126.952110 |
Kongdogil-tong | 37.548760 , 126.959280 |
Mangwon-dong | 37.557600 , 126.903600 |
Mangwonil-tong | 37.552160 , 126.900680 |
Pugahyoni-dong | 37.559150 , 126.951410 |
Sin'gongdok-tong | 37.544250 , 126.954880 |
Sinsu-dong | 37.544700 , 126.935680 |
Sogyo-dong | 37.553560 , 126.916500 |
Songsani-dong | 37.567660 , 126.903950 |
Songsanil-tong | 37.562340 , 126.910760 |
Taehung-dong | 37.548830 , 126.942700 |
Tohwai-dong | 37.539350 , 126.948750 |
Tonggyo-dong | 37.557060 , 126.927790 |
Yomni-dong | 37.549200 , 126.947150 |
Yonnam-dong | 37.562470 , 126.922420 |
Notes:
- You can download geometry data for Mapo 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.