Jongno (Seoul) Map Cropping Samples
Jongno (Seoul) Map Cropping Samples-1
Jongno (Seoul) Map Cropping Samples-2
Jongno neighborhoods and villages map with 3D shadow effect
flag map of Jongno with 3D shadow effect
Jongno map with 3d shadow effect
Download outline map of Jongno (geojson format) :
Jongno.geojson (**)
Download polygon array of Jongno map for "Google Maps" :
Jongno.txt
Bounding Box for Jongno Map : ( 37.566231 , 126.95104 , 37.632584 , 127.017853 )
Wikipedia ID for Jongno : Q36929
Wikipedia SPARQL Query for Jongno (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q36929 wdt:P1082 ?population. }
OPTIONAL { wd:Q36929 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q36929 wdt:P2046 ?area. }
OPTIONAL { wd:Q36929 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q36929 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q36929 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 Jongno map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.566231, 126.95104, 37.632584, 127.017853);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jongno)
[out:json];
(
rel["name"="Jongno"][type=boundary];
rel["name:en"="Jongno"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jongno
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ch'angsini-dong | 37.575950 , 127.010380 |
Ch'angsinsam-dong | 37.578790 , 127.012950 |
Hyoja-dong | 37.584290 , 126.965230 |
Jung-ang | 37.585620 , 126.976170 |
Myongnyunsamga-dong | 37.587260 , 126.993160 |
P'yongch'ang-dong | 37.613660 , 126.968520 |
Puam-dong | 37.598350 , 126.962850 |
Sajik-tong | 37.573820 , 126.971020 |
Samch'ong-dong | 37.586550 , 126.980350 |
Samsonil-tong | 37.584520 , 127.008220 |
Sejongno-dong | 37.573600 , 126.970400 |
Wolgye-dong | 37.600000 , 126.966670 |
Notes:
- You can download geometry data for Jongno 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.