Download outline map of Ishigaki (geojson format) :
Ishigaki.geojson (**)
Download polygon array of Ishigaki map for "Google Maps" :
Ishigaki.txt
Bounding Box for Ishigaki Map : ( 24.327932 , 123.458076 , 25.928698 , 124.56094 )
Wikipedia ID for Ishigaki : Q838366
Wikipedia SPARQL Query for Ishigaki (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q838366 wdt:P1082 ?population. }
OPTIONAL { wd:Q838366 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q838366 wdt:P2046 ?area. }
OPTIONAL { wd:Q838366 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q838366 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q838366 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 Ishigaki map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](24.327932, 123.458076, 25.928698, 124.56094);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ishigaki)
[out:json];
(
rel["name"="Ishigaki"][type=boundary];
rel["name:en"="Ishigaki"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ishigaki
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Hirakubo | 24.585710 , 124.308720 |
Ibaruma | 24.509040 , 124.282970 |
Ishigaki | 24.344780 , 124.157170 |
Ishigaki | 24.442461 , 124.152374 |
Kabira | 24.460840 , 124.139830 |
Miyara | 24.352280 , 124.222610 |
Nagura | 24.397420 , 124.156500 |
Shiraho | 24.352790 , 124.241110 |
Tonogusuku | 24.340780 , 124.165730 |
Notes:
- You can download geometry data for Ishigaki 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.