Download outline map of Yamatotakada (geojson format) :
Yamatotakada.geojson (**)
Download polygon array of Yamatotakada map for "Google Maps" :
Yamatotakada.txt
Bounding Box for Yamatotakada Map : ( 34.476665 , 135.714096 , 34.5322 , 135.765701 )
Wikipedia ID for Yamatotakada : Q838669
Wikipedia SPARQL Query for Yamatotakada (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q838669 wdt:P1082 ?population. }
OPTIONAL { wd:Q838669 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q838669 wdt:P2046 ?area. }
OPTIONAL { wd:Q838669 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q838669 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q838669 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 Yamatotakada map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.476665, 135.714096, 34.5322, 135.765701);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Yamatotakada)
[out:json];
(
rel["name"="Yamatotakada"][type=boundary];
rel["name:en"="Yamatotakada"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Yamatotakada
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Higashinaka | 34.501040 , 135.732980 |
Ikejiri | 34.527610 , 135.747420 |
Imazatocho | 34.510110 , 135.753200 |
Nishibojo | 34.491010 , 135.757440 |
Noguchi | 34.517020 , 135.723400 |
Onaka | 34.513510 , 135.736270 |
Takada | 34.524500 , 135.747380 |
Yamato-Takada | 34.516670 , 135.750000 |
Yamatotakada | 34.516573 , 135.754623 |
Notes:
- You can download geometry data for Yamatotakada 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.