Download outline map of Nishiwaki (geojson format) :
Nishiwaki.geojson (**)
Download polygon array of Nishiwaki map for "Google Maps" :
Nishiwaki.txt
Bounding Box for Nishiwaki Map : ( 34.953598 , 134.891403 , 35.072334 , 135.099396 )
Wikipedia ID for Nishiwaki : Q869020
Wikipedia SPARQL Query for Nishiwaki (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q869020 wdt:P1082 ?population. }
OPTIONAL { wd:Q869020 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q869020 wdt:P2046 ?area. }
OPTIONAL { wd:Q869020 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q869020 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q869020 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 Nishiwaki map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.953598, 134.891403, 35.072334, 135.099396);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Nishiwaki)
[out:json];
(
rel["name"="Nishiwaki"][type=boundary];
rel["name:en"="Nishiwaki"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Nishiwaki
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Hiecho | 34.993180 , 135.000580 |
Myorakujicho | 34.975360 , 134.909220 |
Nakahatacho | 35.016670 , 135.033330 |
Nishiwaki | 34.983330 , 134.966670 |
Nishiwaki | 35.000000 , 135.000000 |
Sumiyoshicho | 35.033330 , 135.050000 |
Tsukaguchicho | 34.987280 , 135.015580 |
Notes:
- You can download geometry data for Nishiwaki 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.