Download outline map of Sasayama (geojson format) :
Sasayama.geojson (**)
Download polygon array of Sasayama map for "Google Maps" :
Sasayama.txt
Bounding Box for Sasayama Map : ( 34.955399 , 135.059006 , 35.177532 , 135.403107 )
Wikipedia ID for Sasayama : Q877169
Wikipedia SPARQL Query for Sasayama (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q877169 wdt:P1082 ?population. }
OPTIONAL { wd:Q877169 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q877169 wdt:P2046 ?area. }
OPTIONAL { wd:Q877169 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q877169 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q877169 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 Sasayama map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.955399, 135.059006, 35.177532, 135.403107);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sasayama)
[out:json];
(
rel["name"="Sasayama"][type=boundary];
rel["name:en"="Sasayama"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sasayama
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Fukuzumi | 35.066670 , 135.350000 |
Furuichi | 35.016670 , 135.150000 |
Kondacho-ashihara-shinden | 34.984120 , 135.099770 |
Kondacho-ichihara | 34.995150 , 135.092890 |
Kondacho-kamaya | 34.965810 , 135.123240 |
Kondacho-kamitachikui | 34.984370 , 135.126850 |
Kondacho-kotsu | 34.975320 , 135.100220 |
Kondacho-yasunba | 34.998090 , 135.128370 |
Sasayama | 35.065973 , 135.225220 |
Yakami-shin | 35.066670 , 135.283330 |
Notes:
- You can download geometry data for Sasayama 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.