Gwangjin (Seoul) Map Cropping Samples
Gwangjin (Seoul) Map Cropping Samples-1
Gwangjin (Seoul) Map Cropping Samples-2
Gwangjin neighborhoods and villages map with 3D shadow effect
flag map of Gwangjin with 3D shadow effect
Gwangjin map with 3d shadow effect
Download outline map of Gwangjin (geojson format) :
Gwangjin.geojson (**)
Download polygon array of Gwangjin map for "Google Maps" :
Gwangjin.txt
Bounding Box for Gwangjin Map : ( 37.525146 , 127.058447 , 37.573081 , 127.117121 )
Wikipedia ID for Gwangjin : Q50355
Wikipedia SPARQL Query for Gwangjin (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q50355 wdt:P1082 ?population. }
OPTIONAL { wd:Q50355 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q50355 wdt:P2046 ?area. }
OPTIONAL { wd:Q50355 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q50355 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q50355 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 Gwangjin map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.525146, 127.058447, 37.573081, 127.117121);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Gwangjin)
[out:json];
(
rel["name"="Gwangjin"][type=boundary];
rel["name:en"="Gwangjin"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Gwangjin
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chayang-dong | 37.531600 , 127.076500 |
Chayangi-dong | 37.530730 , 127.082380 |
Chayangil-tong | 37.536720 , 127.079770 |
Chayangsam-dong | 37.531840 , 127.070850 |
Chunggogi-dong | 37.558740 , 127.084040 |
Chunggogil-tong | 37.561890 , 127.077700 |
Chunggoksa-dong | 37.562950 , 127.095090 |
Kunja-dong | 37.553350 , 127.073460 |
Kuuii-dong | 37.551840 , 127.094620 |
Kuuiil-tong | 37.540920 , 127.085920 |
Kuuisam-dong | 37.535720 , 127.096100 |
Kwangjang-dong | 37.547530 , 127.103510 |
Noyuil-tong | 37.539070 , 127.065840 |
Notes:
- You can download geometry data for Gwangjin 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.