Seongdong (Seoul) Map Cropping Samples
Seongdong (Seoul) Map Cropping Samples-1
Seongdong (Seoul) Map Cropping Samples-2
Seongdong neighborhoods and villages map with 3D shadow effect
flag map of Seongdong with 3D shadow effect
Seongdong map with 3d shadow effect
Download outline map of Seongdong (geojson format) :
Seongdong.geojson (**)
Download polygon array of Seongdong map for "Google Maps" :
Seongdong.txt
Bounding Box for Seongdong Map : ( 37.528213 , 127.009317 , 37.573913 , 127.073317 )
Wikipedia ID for Seongdong : Q50411
Wikipedia SPARQL Query for Seongdong (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q50411 wdt:P1082 ?population. }
OPTIONAL { wd:Q50411 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q50411 wdt:P2046 ?area. }
OPTIONAL { wd:Q50411 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q50411 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q50411 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 Seongdong map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.528213, 127.009317, 37.573913, 127.073317);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Seongdong)
[out:json];
(
rel["name"="Seongdong"][type=boundary];
rel["name:en"="Seongdong"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Seongdong
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Haengdangi-dong | 37.556660 , 127.029350 |
Haengdangil-tong | 37.559730 , 127.035050 |
Kumhoiga-dong | 37.552810 , 127.020580 |
Kumhoilga-dong | 37.553000 , 127.024460 |
Kumhosaga-dong | 37.543540 , 127.022740 |
Kumhosamga-dong | 37.550070 , 127.019410 |
Oksui-dong | 37.540420 , 127.016990 |
Oksuil-tong | 37.546660 , 127.013310 |
Seongsu-dong | 37.537000 , 127.055200 |
Songsuigail-tong | 37.536270 , 127.055910 |
Songsuigasam-dong | 37.545490 , 127.058510 |
Songsuilgai-dong | 37.548700 , 127.041850 |
Songsuilgail-tong | 37.540160 , 127.040120 |
Tapsimniil-tong | 37.571710 , 127.054610 |
Tapsimnio-dong | 37.568260 , 127.053680 |
Toson-dong | 37.565460 , 127.032720 |
Ttukseom | 37.541830 , 127.044180 |
Yongdap-tong | 37.561320 , 127.057910 |
Notes:
- You can download geometry data for Seongdong 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.