Download outline map of Tanba (geojson format) :
Tanba.geojson (**)
Download polygon array of Tanba map for "Google Maps" :
Tanba.txt
Bounding Box for Tanba Map : ( 35.046867 , 134.899002 , 35.308266 , 135.228302 )
Wikipedia ID for Tanba : Q877196
Wikipedia SPARQL Query for Tanba (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q877196 wdt:P1082 ?population. }
OPTIONAL { wd:Q877196 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q877196 wdt:P2046 ?area. }
OPTIONAL { wd:Q877196 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q877196 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q877196 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 Tanba map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.046867, 134.899002, 35.308266, 135.228302);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tanba)
[out:json];
(
rel["name"="Tanba"][type=boundary];
rel["name:en"="Tanba"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tanba
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ichijima | 35.200000 , 135.133330 |
Iso | 35.150000 , 135.066670 |
Kaibara | 35.133330 , 135.083330 |
Kamida | 35.200000 , 135.133330 |
Kuroi | 35.166670 , 135.100000 |
Narimatsu | 35.166670 , 135.033330 |
Saji | 35.233330 , 135.000000 |
Tamba | 35.166166 , 135.069007 |
Tanigawa | 35.066670 , 135.033330 |
Wada | 35.083330 , 134.983330 |
Notes:
- You can download geometry data for Tanba 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.