Download outline map of Dobong (geojson format) :
Dobong.geojson (**)
Download polygon array of Dobong map for "Google Maps" :
Dobong.txt
Bounding Box for Dobong Map : ( 37.634852 , 127.009154 , 37.703621 , 127.060539 )
Wikipedia ID for Dobong : Q50374
Wikipedia SPARQL Query for Dobong (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q50374 wdt:P1082 ?population. }
OPTIONAL { wd:Q50374 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q50374 wdt:P2046 ?area. }
OPTIONAL { wd:Q50374 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q50374 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q50374 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 Dobong map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.634852, 127.009154, 37.703621, 127.060539);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Dobong)
[out:json];
(
rel["name"="Dobong"][type=boundary];
rel["name:en"="Dobong"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Dobong
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Banghakgol | 37.670210 , 127.036360 |
Ch'angi-dong | 37.641760 , 127.037210 |
Ch'angil-tong | 37.645410 , 127.042310 |
Ch'ango-dong | 37.656600 , 127.042280 |
Ch'angsa-dong | 37.651380 , 127.050270 |
Ch'angsam-dong | 37.637710 , 127.041360 |
Daragwon | 37.695600 , 127.044100 |
Dobong i dong | 37.681500 , 127.047800 |
Dobong il dong | 37.685350 , 127.026970 |
Musugol | 37.675430 , 127.021790 |
Pamnamu-gol | 37.678800 , 127.029000 |
Panghagi-dong | 37.668580 , 127.031270 |
Panghagil-tong | 37.665130 , 127.043080 |
Panghak-tong | 37.666500 , 127.037200 |
Panghaksa-dong | 37.662590 , 127.021600 |
Panghaksam-dong | 37.663960 , 127.028620 |
Seowonanmal | 37.686960 , 127.039080 |
Songhwangdang | 37.677800 , 127.037400 |
Ssangmuni-dong | 37.656440 , 127.037550 |
Ssangmunil-tong | 37.654290 , 127.020580 |
Wondangni | 37.669210 , 127.031330 |
Notes:
- You can download geometry data for Dobong 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.