Hakui (Ishikawa Prefecture) Map Cropping Samples

Hakui (Ishikawa Prefecture) Map Cropping Samples-1

Hakui (Ishikawa Prefecture) Map Cropping Samples-2

Hakui neighborhoods and villages map with 3D shadow effect

flag map of Hakui with 3D shadow effect

Hakui map with 3d shadow effect
 
 
Download outline map of Hakui (geojson format) : 
Hakui.geojson (**)
Download polygon array of Hakui map for "Google Maps" : 
Hakui.txt
Bounding Box for Hakui Map : ( 36.865536 , 136.748703 , 36.967133 , 136.8853 )
Wikipedia ID for Hakui : Q822585
Wikipedia SPARQL Query for Hakui (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q822585 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q822585 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q822585 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q822585 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q822585 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q822585 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 Hakui map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.865536, 136.748703, 36.967133, 136.8853);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hakui)
	
[out:json];
(
rel["name"="Hakui"][type=boundary];
rel["name:en"="Hakui"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hakui
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Chijimachi  |  36.924490 , 136.803000  | 
|  Hakui  |  36.883330 , 136.783330  | 
|  Hakui  |  36.909823 , 136.768627  | 
|  Ichinomiyamachi  |  36.924440 , 136.764480  | 
|  Inoyamamachi  |  36.900000 , 136.833330  | 
|  Kaminakayamamachi  |  36.945770 , 136.801490  | 
|  Shibagakimachi  |  36.949300 , 136.767450  | 
|  Shinbomachi  |  36.870760 , 136.778000  | 
|  Sugaikemachi  |  36.878470 , 136.875110  | 
|  Takimachi  |  36.926420 , 136.753420  | 
Notes:
- You can download geometry data for Hakui 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.