Toyohashi (Aichi Prefecture) Map Cropping Samples

Toyohashi (Aichi Prefecture) Map Cropping Samples-1

Toyohashi (Aichi Prefecture) Map Cropping Samples-2

Toyohashi neighborhoods and villages map with 3D shadow effect

flag map of Toyohashi with 3D shadow effect

Toyohashi map with 3d shadow effect
 
Download outline map of Toyohashi (geojson format) : 
Toyohashi.geojson (**)
Download polygon array of Toyohashi map for "Google Maps" : 
Toyohashi.txt
Bounding Box for Toyohashi Map : ( 34.647598 , 137.306091 , 34.860668 , 137.500992 )
Wikipedia ID for Toyohashi : Q336431
Wikipedia SPARQL Query for Toyohashi (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q336431 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q336431 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q336431 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q336431 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q336431 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q336431 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 Toyohashi map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.647598, 137.306091, 34.860668, 137.500992);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Toyohashi)
	
[out:json];
(
rel["name"="Toyohashi"][type=boundary];
rel["name:en"="Toyohashi"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Toyohashi
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| Futagawa | 34.716670 , 137.450000 | 
| Imurecho | 34.733330 , 137.433330 | 
| Maeshiba | 34.783330 , 137.333330 | 
| Murocho | 34.750000 , 137.366670 | 
| Nakanocho | 34.733330 , 137.366670 | 
| Nishi-nanane | 34.666670 , 137.416670 | 
| Ogasato | 34.783330 , 137.400000 | 
| Oitsu | 34.700000 , 137.350000 | 
| Tahara | 34.739426 , 137.357458 | 
| Takatsuka | 34.666670 , 137.400000 | 
| Toyohashi | 34.752228 , 137.423254 | 
| Toyohashi | 34.715856 , 137.436046 | 
Notes:
- You can download geometry data for Toyohashi 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.