Download outline map of Izumisano (geojson format) :
Izumisano.geojson (**)
Download polygon array of Izumisano map for "Google Maps" :
Izumisano.txt
Bounding Box for Izumisano Map : ( 34.328934 , 135.229403 , 34.455314 , 135.408798 )
Wikipedia ID for Izumisano : Q852018
Wikipedia SPARQL Query for Izumisano (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q852018 wdt:P1082 ?population. }
OPTIONAL { wd:Q852018 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q852018 wdt:P2046 ?area. }
OPTIONAL { wd:Q852018 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q852018 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q852018 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 Izumisano map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.328934, 135.229403, 34.455314, 135.408798);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Izumisano)
[out:json];
(
rel["name"="Izumisano"][type=boundary];
rel["name:en"="Izumisano"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Izumisano
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Hineno | 34.382910 , 135.337800 |
Izumisano | 34.416670 , 135.316670 |
Izumisano | 34.435230 , 135.258420 |
Kamikawaraya | 34.415560 , 135.337430 |
Kaminogo | 34.373160 , 135.326410 |
Minaminaka-okamoto | 34.391260 , 135.301990 |
Ogi | 34.353160 , 135.372950 |
Sanodai | 34.411460 , 135.342760 |
Shimokawaraya | 34.424330 , 135.328620 |
Tajiri | 34.435188 , 135.244516 |
Tawaraya | 34.396590 , 135.324930 |
Tsuruhara | 34.425310 , 135.340910 |
Notes:
- You can download geometry data for Izumisano 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.