Download outline map of Tagawa (geojson format) :
Tagawa.geojson (**)
Download polygon array of Tagawa map for "Google Maps" :
Tagawa.txt
Bounding Box for Tagawa Map : ( 33.567669 , 130.747803 , 33.696602 , 130.844604 )
Wikipedia ID for Tagawa : Q850332
Wikipedia SPARQL Query for Tagawa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q850332 wdt:P1082 ?population. }
OPTIONAL { wd:Q850332 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q850332 wdt:P2046 ?area. }
OPTIONAL { wd:Q850332 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q850332 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q850332 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 Tagawa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.567669, 130.747803, 33.696602, 130.844604);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tagawa)
[out:json];
(
rel["name"="Tagawa"][type=boundary];
rel["name:en"="Tagawa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tagawa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bandamachi | 33.645780 , 130.814100 |
Chuomachi | 33.640280 , 130.807620 |
Daikokumachi | 33.627840 , 130.796720 |
Hinodemachi | 33.643030 , 130.812130 |
Hiramatsumachi | 33.634950 , 130.804660 |
Honmachi | 33.629090 , 130.799300 |
Hoshii | 33.662600 , 130.797970 |
Ikari | 33.623050 , 130.832730 |
Inokuni | 33.585010 , 130.784200 |
Ita | 33.641710 , 130.827550 |
Itamachi | 33.643530 , 130.814230 |
Ito | 33.612620 , 130.793760 |
Kamihonmachi | 33.626480 , 130.799680 |
Kasugamachi | 33.629950 , 130.796810 |
Kawamiya | 33.644740 , 130.793930 |
Kotobukimachi | 33.646560 , 130.812130 |
Maruyamamachi | 33.625700 , 130.803030 |
Miyaomachi | 33.632700 , 130.796290 |
Natsuyoshi | 33.658460 , 130.824020 |
Nishihonmachi | 33.625550 , 130.795820 |
Sakaemachi | 33.638130 , 130.808650 |
Sakuramachi | 33.636240 , 130.795690 |
Shinmachi | 33.643780 , 130.808690 |
Shiratorimachi | 33.641940 , 130.820680 |
Tagawa | 33.633330 , 130.800000 |
Tagawa | 33.637775 , 130.800063 |
Yugeta | 33.633770 , 130.780060 |
Notes:
- You can download geometry data for Tagawa 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.