Download outline map of Sennan (geojson format) :
Sennan.geojson (**)
Download polygon array of Sennan map for "Google Maps" :
Sennan.txt
Bounding Box for Sennan Map : ( 34.299332 , 135.201282 , 34.438322 , 135.339996 )
Wikipedia ID for Sennan : Q838809
Wikipedia SPARQL Query for Sennan (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q838809 wdt:P1082 ?population. }
OPTIONAL { wd:Q838809 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q838809 wdt:P2046 ?area. }
OPTIONAL { wd:Q838809 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q838809 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q838809 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 Sennan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.299332, 135.201282, 34.438322, 135.339996);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sennan)
[out:json];
(
rel["name"="Sennan"][type=boundary];
rel["name:en"="Sennan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sennan
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Nakakoji | 34.378830 , 135.279620 |
Narutaki | 34.374570 , 135.272410 |
Okada | 34.386000 , 135.276670 |
Onosato | 34.364980 , 135.255700 |
Shindachi-ichiba | 34.366670 , 135.283330 |
Shindachi-kinnyuji | 34.339050 , 135.290030 |
Shindachi-makino | 34.362480 , 135.276840 |
Shindachi-mutsuo | 34.344620 , 135.289970 |
Shindachi-tsuzurabata | 34.316930 , 135.314060 |
Shindachi-warazubata | 34.326920 , 135.303730 |
Notes:
- You can download geometry data for Sennan 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.