Download outline map of Shinshiro (geojson format) :
Shinshiro.geojson (**)
Download polygon array of Shinshiro map for "Google Maps" :
Shinshiro.txt
Bounding Box for Shinshiro Map : ( 34.826733 , 137.383499 , 35.073265 , 137.707306 )
Wikipedia ID for Shinshiro : Q694923
Wikipedia SPARQL Query for Shinshiro (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q694923 wdt:P1082 ?population. }
OPTIONAL { wd:Q694923 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q694923 wdt:P2046 ?area. }
OPTIONAL { wd:Q694923 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q694923 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q694923 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 Shinshiro map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.826733, 137.383499, 35.073265, 137.707306);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Shinshiro)
[out:json];
(
rel["name"="Shinshiro"][type=boundary];
rel["name:en"="Shinshiro"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Shinshiro
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ebi | 35.016670 , 137.550000 |
Ono | 34.950000 , 137.600000 |
Shinshiro | 34.900000 , 137.500000 |
Shinshiro | 34.950784 , 137.548141 |
Suyama | 34.966670 , 137.416670 |
Tomioka | 34.850000 , 137.500000 |
Notes:
- You can download geometry data for Shinshiro 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.