Download outline map of Takahagi (geojson format) :
Takahagi.geojson (**)
Download polygon array of Takahagi map for "Google Maps" :
Takahagi.txt
Bounding Box for Takahagi Map : ( 36.692734 , 140.535995 , 36.874733 , 140.733398 )
Wikipedia ID for Takahagi : Q520428
Wikipedia SPARQL Query for Takahagi (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q520428 wdt:P1082 ?population. }
OPTIONAL { wd:Q520428 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q520428 wdt:P2046 ?area. }
OPTIONAL { wd:Q520428 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q520428 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q520428 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 Takahagi map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.692734, 140.535995, 36.874733, 140.733398);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Takahagi)
[out:json];
(
rel["name"="Takahagi"][type=boundary];
rel["name:en"="Takahagi"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Takahagi
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Kitakubo | 36.733330 , 140.716670 |
Obatake | 36.783330 , 140.583330 |
Takado | 36.716670 , 140.716670 |
Takahagi | 36.716670 , 140.716670 |
Takahagi | 36.734752 , 140.634674 |
Yoshinosawa | 36.783330 , 140.616670 |
Notes:
- You can download geometry data for Takahagi 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.