Dong (Incheon) Map Cropping Samples
Dong (Incheon) Map Cropping Samples-1
Dong (Incheon) Map Cropping Samples-2
Dong neighborhoods and villages map with 3D shadow effect
flag map of Dong with 3D shadow effect
Dong map with 3d shadow effect
Download outline map of Dong (geojson format) :
Dong.geojson (**)
Download polygon array of Dong map for "Google Maps" :
Dong.txt
Bounding Box for Dong Map : ( 37.467762 , 126.609497 , 37.491752 , 126.660841 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Dong map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.467762, 126.609497, 37.491752, 126.660841);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Dong)
[out:json];
(
rel["name"="Dong"][type=boundary];
rel["name:en"="Dong"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Dong 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.