Download outline map of Gokseong (geojson format) :
Gokseong.geojson (**)
Download polygon array of Gokseong map for "Google Maps" :
Gokseong.txt
Bounding Box for Gokseong Map : ( 35.07 , 127.084198 , 35.337692 , 127.418987 )
Wikipedia ID for Gokseong : Q50212
Wikipedia SPARQL Query for Gokseong (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q50212 wdt:P1082 ?population. }
OPTIONAL { wd:Q50212 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q50212 wdt:P2046 ?area. }
OPTIONAL { wd:Q50212 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q50212 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q50212 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 Gokseong map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.07, 127.084198, 35.337692, 127.418987);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Gokseong)
[out:json];
(
rel["name"="Gokseong"][type=boundary];
rel["name:en"="Gokseong"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Gokseong
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Amnong-ni | 35.195000 , 127.370000 |
Chewol-li | 35.325830 , 127.225830 |
Chosa | 35.183330 , 127.400000 |
Chukchong-ni | 35.102780 , 127.300560 |
Chukchong-ni | 35.106670 , 127.299440 |
Chungnim | 35.100000 , 127.300000 |
Haman | 35.233330 , 127.116670 |
Hapkang-ni | 35.325560 , 127.171110 |
Ijong | 35.216670 , 127.366670 |
Kuwol-li | 35.259720 , 127.266670 |
Kyongang-ni | 35.196670 , 127.238890 |
Moktong-ni | 35.296390 , 127.343610 |
Myongsal-li | 35.232500 , 127.271940 |
Oji-ri | 35.272780 , 127.315280 |
Okkwa-ri | 35.276670 , 127.135830 |
Onsu-ri | 35.140560 , 127.243060 |
P'yong-ni | 35.126110 , 127.295830 |
Pangju | 35.166670 , 127.266670 |
Pongdong-ni | 35.236390 , 127.122500 |
Pongjol-li | 35.130830 , 127.241940 |
Pongjong-ni | 35.182780 , 127.307780 |
Sanghan | 35.166670 , 127.400000 |
Santei-ri | 35.277016 , 127.183228 |
Sinp'ung-ni | 35.192780 , 127.288610 |
Sobong | 35.216670 , 127.350000 |
Sogye | 35.233330 , 127.250000 |
Sokkong-ni | 35.133330 , 127.252780 |
Sonse-ri | 35.210000 , 127.132780 |
Ssanggu-dong | 35.233330 , 127.283330 |
Susal-li | 35.197500 , 127.216390 |
T'aep'yong-ni | 35.151110 , 127.318060 |
Taegong-ni | 35.110000 , 127.264170 |
Taep'yong-ni | 35.293890 , 127.319720 |
Tangwol-li | 35.157500 , 127.268060 |
Togyang | 35.183330 , 127.316670 |
Tonggye | 35.150000 , 127.366670 |
Tonggye-ri | 35.155830 , 127.362780 |
Tuga-ri | 35.227220 , 127.371940 |
Tuji | 35.116670 , 127.250000 |
Wondal-li | 35.114720 , 127.366670 |
Wondung-ni | 35.235280 , 127.209170 |
Yangnae-ri | 35.281110 , 127.216940 |
Yomch'on | 35.150000 , 127.216670 |
Yomgong-ni | 35.150000 , 127.216670 |
Yonbal-li | 35.166390 , 127.241670 |
Yongjong | 35.183330 , 127.366670 |
Yonhwa-ri | 35.258890 , 127.110000 |
Yonhwa-ri | 35.136940 , 127.299440 |
Notes:
- You can download geometry data for Gokseong 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.