Download outline map of Tokamachi (geojson format) :
Tokamachi.geojson (**)
Download polygon array of Tokamachi map for "Google Maps" :
Tokamachi.txt
Bounding Box for Tokamachi Map : ( 36.868336 , 138.523605 , 37.237335 , 138.874695 )
Wikipedia ID for Tokamachi : Q858369
Wikipedia SPARQL Query for Tokamachi (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q858369 wdt:P1082 ?population. }
OPTIONAL { wd:Q858369 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q858369 wdt:P2046 ?area. }
OPTIONAL { wd:Q858369 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q858369 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q858369 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 Tokamachi map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.868336, 138.523605, 37.237335, 138.874695);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tokamachi)
[out:json];
(
rel["name"="Tokamachi"][type=boundary];
rel["name:en"="Tokamachi"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tokamachi
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akatani | 37.205140 , 138.689830 |
Atema | 37.039370 , 138.758830 |
Azamihira | 37.162640 , 138.581610 |
Doichi | 37.094700 , 138.731590 |
Fukujima | 37.102220 , 138.563600 |
Futatsuya | 37.070010 , 138.781080 |
Gimyo | 37.138050 , 138.554800 |
Haramiishi | 37.089720 , 138.785320 |
Horinouchi | 37.073290 , 138.706570 |
Hosoo | 37.087490 , 138.745260 |
Ichinosawa | 37.068730 , 138.731590 |
Kamishinden | 37.183620 , 138.783200 |
Kiriyama | 37.175570 , 138.650290 |
Kojirakura | 37.227610 , 138.715900 |
Kuramata | 37.022310 , 138.705090 |
Kuwagarazawa | 37.039370 , 138.778750 |
Matsudai | 37.133330 , 138.616670 |
Matsunoyama-higashikawa | 37.071810 , 138.634610 |
Matsunoyama-ikagodaira | 37.084630 , 138.637680 |
Matsunoyama-kotani | 37.103500 , 138.598040 |
Matsunoyama-kurokura | 37.090140 , 138.579490 |
Matsunoyama-yumoto | 37.059410 , 138.592420 |
Mitsuyama | 37.142290 , 138.826660 |
Mizusawa | 37.074140 , 138.713890 |
Murojima | 37.177260 , 138.684320 |
Murono | 37.116670 , 138.566670 |
Nakajo-kanmachi | 37.155860 , 138.775040 |
Nakajo-suganuma | 37.153310 , 138.848920 |
Nakasato-shimoyama | 36.998070 , 138.702430 |
Nishikarekimata | 37.125860 , 138.845630 |
Nishitajiri | 36.995830 , 138.727530 |
Noguchi | 37.208420 , 138.752150 |
Sanada | 37.119290 , 138.692270 |
Senju | 37.150000 , 138.733330 |
Shimizu | 37.163700 , 138.629730 |
Suganuma | 37.112080 , 138.800480 |
Sugata | 37.095340 , 138.713890 |
Takashima | 37.114520 , 138.715370 |
Tamugidate | 37.048910 , 138.550240 |
Tasawa | 37.050000 , 138.700000 |
Todoroki | 37.166450 , 138.810120 |
Tōkamachi | 37.134046 , 138.609009 |
Tokamachi | 37.143898 , 138.693642 |
Tsunan | 36.918898 , 138.671222 |
Ueno | 37.181960 , 138.745650 |
Urada | 37.085350 , 138.565580 |
Uwayama | 37.050000 , 138.700000 |
Yoshida-yamaya | 37.148330 , 138.725760 |
Notes:
- You can download geometry data for Tokamachi 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.