Payette (Idaho) Map Cropping Samples

Payette (Idaho) Map Cropping Samples-1

Payette (Idaho) Map Cropping Samples-2

Payette neighborhoods and villages map with 3D shadow effect

flag map of Payette with 3D shadow effect

Payette map with 3d shadow effect
 
Download outline map of Payette (geojson format) : 
Payette.geojson (**)
Download polygon array of Payette map for "Google Maps" : 
Payette.txt
Bounding Box for Payette Map : ( 43.7926 , -116.983857 , 44.152623 , -116.452012 )
Wikipedia ID for Payette : Q491432
Wikipedia SPARQL Query for Payette (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q491432 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q491432 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q491432 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q491432 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q491432 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q491432 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 Payette map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](43.7926, -116.983857, 44.152623, -116.452012);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Payette)
	
[out:json];
(
rel["name"="Payette"][type=boundary];
rel["name:en"="Payette"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Payette
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| Buckingham | 43.989050 , -116.893490 | 
| Eiffie | 44.025440 , -116.918210 | 
| Fort Wilson | 44.029050 , -116.845150 | 
| French Corner | 44.057390 , -116.580420 | 
| Fruitland | 44.020373 , -116.922099 | 
| Gayway Corner | 44.025720 , -116.923490 | 
| Hamilton Corner | 43.952660 , -116.772370 | 
| Ingard | 44.033500 , -116.923210 | 
| New Plymouth | 43.970528 , -116.818815 | 
| Palisades Corner | 43.975160 , -116.912660 | 
| Payette | 44.078871 , -116.925479 | 
| Ramey | 44.002660 , -116.937940 | 
| Sand Hollow | 43.807660 , -116.749030 | 
| Washoe | 44.054330 , -116.948220 | 
| Wood | 44.125440 , -116.907100 | 
Notes:
- You can download geometry data for Payette 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.