Gangseo (Seoul) Map Cropping Samples
Gangseo (Seoul) Map Cropping Samples-1
Gangseo (Seoul) Map Cropping Samples-2
Gangseo neighborhoods and villages map with 3D shadow effect
flag map of Gangseo with 3D shadow effect
Gangseo map with 3d shadow effect
Download outline map of Gangseo (geojson format) :
Gangseo.geojson (**)
Download polygon array of Gangseo map for "Google Maps" :
Gangseo.txt
Bounding Box for Gangseo Map : ( 37.5264 , 126.769815 , 37.602196 , 126.886731 )
Wikipedia ID for Gangseo : Q50192
Wikipedia SPARQL Query for Gangseo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q50192 wdt:P1082 ?population. }
OPTIONAL { wd:Q50192 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q50192 wdt:P2046 ?area. }
OPTIONAL { wd:Q50192 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q50192 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q50192 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 Gangseo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.5264, 126.769815, 37.602196, 126.886731);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Gangseo)
[out:json];
(
rel["name"="Gangseo"][type=boundary];
rel["name:en"="Gangseo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Gangseo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Anmal | 37.549260 , 126.795280 |
Changsan | 37.558060 , 126.781390 |
Kayang-dong | 37.566670 , 126.850000 |
Kinnung | 37.563330 , 126.821390 |
Kkotdari | 37.545520 , 126.793910 |
Naech'oi | 37.575000 , 126.808610 |
Nungni | 37.574170 , 126.804720 |
Wall Mount apartments | 37.575500 , 126.837670 |
Notes:
- You can download geometry data for Gangseo 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.