Download outline map of Tenri (geojson format) :
Tenri.geojson (**)
Download polygon array of Tenri map for "Google Maps" :
Tenri.txt
Bounding Box for Tenri Map : ( 34.548534 , 135.785995 , 34.6446 , 135.9505 )
Wikipedia ID for Tenri : Q502196
Wikipedia SPARQL Query for Tenri (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q502196 wdt:P1082 ?population. }
OPTIONAL { wd:Q502196 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q502196 wdt:P2046 ?area. }
OPTIONAL { wd:Q502196 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q502196 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q502196 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 Tenri map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.548534, 135.785995, 34.6446, 135.9505);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tenri)
[out:json];
(
rel["name"="Tenri"][type=boundary];
rel["name:en"="Tenri"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tenri
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aramakicho | 34.597690 , 135.805060 |
Bessho | 34.628740 , 135.902360 |
Dogatani | 34.600000 , 135.883330 |
Fukusumicho | 34.615700 , 135.908730 |
Furucho | 34.600800 , 135.848290 |
Higaicho | 34.557490 , 135.829930 |
Ichinomotocho | 34.624450 , 135.828030 |
Isonokamicho | 34.614390 , 135.833220 |
Joganjicho | 34.570010 , 135.842430 |
Kabatacho | 34.586580 , 135.798290 |
Kidonocho | 34.610910 , 135.814700 |
Magatacho | 34.589660 , 135.835680 |
Mishimacho | 34.602490 , 135.839460 |
Morimotocho | 34.632220 , 135.833490 |
Nagaharacho | 34.582700 , 135.830920 |
Nagaracho | 34.573570 , 135.828780 |
Nagatakicho | 34.595040 , 135.890960 |
Nikaido-kaminoshocho | 34.600000 , 135.800000 |
Nishiidodocho | 34.587940 , 135.816140 |
Ojicho | 34.582360 , 135.794010 |
Oyamato | 34.566670 , 135.833330 |
Shibutanicho | 34.552990 , 135.848500 |
Shimonigocho | 34.578630 , 135.890450 |
Sonoharacho | 34.586710 , 135.853830 |
Tanbaichicho | 34.593890 , 135.833620 |
Tenri | 34.583330 , 135.833330 |
Tenri | 34.596519 , 135.848679 |
Wanicho | 34.627290 , 135.837990 |
Yamadacho | 34.626810 , 135.935680 |
Yanagimotocho | 34.558930 , 135.845480 |
Notes:
- You can download geometry data for Tenri 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.