Bupyeong (Incheon) Map Cropping Samples
Bupyeong (Incheon) Map Cropping Samples-1
Bupyeong (Incheon) Map Cropping Samples-2
Bupyeong neighborhoods and villages map with 3D shadow effect
flag map of Bupyeong with 3D shadow effect
Bupyeong map with 3d shadow effect
Download outline map of Bupyeong (geojson format) :
Bupyeong.geojson (**)
Download polygon array of Bupyeong map for "Google Maps" :
Bupyeong.txt
Bounding Box for Bupyeong Map : ( 37.466271 , 126.679927 , 37.53219 , 126.76737 )
Wikipedia ID for Bupyeong : Q6616970
Wikipedia SPARQL Query for Bupyeong (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q6616970 wdt:P1082 ?population. }
OPTIONAL { wd:Q6616970 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q6616970 wdt:P2046 ?area. }
OPTIONAL { wd:Q6616970 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q6616970 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q6616970 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 Bupyeong map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.466271, 126.679927, 37.53219, 126.76737);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bupyeong)
[out:json];
(
rel["name"="Bupyeong"][type=boundary];
rel["name:en"="Bupyeong"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bupyeong
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bupyeong | 37.505330 , 126.722020 |
Kalsan-dong | 37.518060 , 126.728890 |
Pup'yonnjonso | 37.512500 , 126.730830 |
Notes:
- You can download geometry data for Bupyeong 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.