Namdong (Incheon) Map Cropping Samples
Namdong (Incheon) Map Cropping Samples-1
Namdong (Incheon) Map Cropping Samples-2
Namdong neighborhoods and villages map with 3D shadow effect
flag map of Namdong with 3D shadow effect
Namdong map with 3d shadow effect
Download outline map of Namdong (geojson format) :
Namdong.geojson (**)
Download polygon array of Namdong map for "Google Maps" :
Namdong.txt
Bounding Box for Namdong Map : ( 37.382 , 126.6718 , 37.482291 , 126.782113 )
Wikipedia ID for Namdong : Q6616970
Wikipedia SPARQL Query for Namdong (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 Namdong map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.382, 126.6718, 37.482291, 126.782113);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Namdong)
[out:json];
(
rel["name"="Namdong"][type=boundary];
rel["name:en"="Namdong"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Namdong
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Dodokgol | 37.444050 , 126.765470 |
Dorim | 37.425850 , 126.726320 |
Dwitgol | 37.460180 , 126.771250 |
Goraesilgol | 37.426010 , 126.720490 |
Hachon | 37.435620 , 126.765650 |
Jaeneomeodeul | 37.438480 , 126.766750 |
Jangcheogol | 37.455970 , 126.771420 |
Janggol | 37.431540 , 126.751910 |
Paemnaejang | 37.448060 , 126.748610 |
Sandwi | 37.400000 , 126.733330 |
So-ch'on | 37.386390 , 126.714440 |
Suhyeon | 37.463870 , 126.750350 |
Tambangi | 37.433330 , 126.750000 |
Torim | 37.417500 , 126.728330 |
Notes:
- You can download geometry data for Namdong 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.