Download outline map of Ginowan (geojson format) :
Ginowan.geojson (**)
Download polygon array of Ginowan map for "Google Maps" :
Ginowan.txt
Bounding Box for Ginowan Map : ( 26.249399 , 127.724098 , 26.296534 , 127.785904 )
Wikipedia ID for Ginowan : Q592065
Wikipedia SPARQL Query for Ginowan (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q592065 wdt:P1082 ?population. }
OPTIONAL { wd:Q592065 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q592065 wdt:P2046 ?area. }
OPTIONAL { wd:Q592065 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q592065 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q592065 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 Ginowan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](26.249399, 127.724098, 26.296534, 127.785904);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ginowan)
[out:json];
(
rel["name"="Ginowan"][type=boundary];
rel["name:en"="Ginowan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ginowan
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Futenma | 26.287220 , 127.773060 |
Ganeko | 26.256010 , 127.753510 |
Ginowan | 26.271961 , 127.754615 |
Kakazu | 26.258060 , 127.734860 |
Kamiyama | 26.269180 , 127.765310 |
Kiyuna | 26.284890 , 127.761040 |
Ojana | 26.266930 , 127.735920 |
Uehara | 26.276360 , 127.777420 |
Ujidomari | 26.271540 , 127.730540 |
Urasoe | 26.259020 , 127.730120 |
Notes:
- You can download geometry data for Ginowan 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.