Download outline map of Idaho (geojson format) :
Idaho.geojson (**)
Download polygon array of Idaho map for "Google Maps" :
Idaho.txt
Bounding Box for Idaho Map : ( 45.107567 , -116.794562 , 46.671061 , -114.320252 )
Wikipedia ID for Idaho : Q494480
Wikipedia SPARQL Query for Idaho (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q494480 wdt:P1082 ?population. }
OPTIONAL { wd:Q494480 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q494480 wdt:P2046 ?area. }
OPTIONAL { wd:Q494480 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q494480 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q494480 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 Idaho map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](45.107567, -116.794562, 46.671061, -114.320252);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Idaho)
[out:json];
(
rel["name"="Idaho"][type=boundary];
rel["name:en"="Idaho"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Idaho
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Asbestos Point | 45.817950 , -115.940690 |
Big Cedar | 46.081010 , -115.814310 |
Boles | 45.910430 , -116.504030 |
Burgdorf | 45.277120 , -115.912900 |
Cable Car Crossing | 45.453790 , -115.942910 |
Calendar | 45.624070 , -115.669850 |
Canfield | 45.837660 , -116.371810 |
Caribel | 46.257960 , -115.944580 |
Clark Tree | 46.296850 , -115.711530 |
Clearwater | 46.022390 , -115.890970 |
Concord | 45.584630 , -115.683740 |
Copperville | 45.752940 , -116.324310 |
Cottonwood | 46.051054 , -116.349826 |
Cross Trails | 45.476290 , -115.691790 |
Davidson | 45.842940 , -116.595420 |
Denver | 45.998210 , -116.235980 |
DeVeny Place | 45.357390 , -116.395130 |
Dixie | 45.554070 , -115.461240 |
Dryden | 46.136000 , -116.201530 |
East Kamiah | 46.202670 , -116.007920 |
Elk City | 45.826654 , -115.437773 |
Elk Summit | 46.323810 , -114.649830 |
Fall Creek | 45.812120 , -115.652630 |
Ferdinand | 46.152368 , -116.389816 |
Fourway Junction | 45.332690 , -115.363170 |
French Creek | 45.423230 , -116.027350 |
Gibler | 45.737960 , -115.389570 |
Glenwood | 46.244070 , -115.832920 |
Gold Point | 45.782960 , -115.393740 |
Golden | 45.812120 , -115.679860 |
Grangeville | 45.925960 , -116.121826 |
Green | 45.452120 , -115.946800 |
Greencreek | 46.107110 , -116.264310 |
Harpster | 45.986560 , -115.963480 |
Harrisburg | 46.296840 , -116.025700 |
Jim Moore Place | 45.486300 , -115.339290 |
Keuterville | 46.034050 , -116.441530 |
Kneeland Place | 45.583770 , -116.478767 |
Kooskia | 46.141204 , -115.975932 |
Leprouse | 45.743520 , -115.390400 |
Lightfoot | 45.718520 , -115.360960 |
Lowell | 46.144070 , -115.595690 |
Lucile | 45.535170 , -116.310410 |
Mackay Bar | 45.376020 , -115.506230 |
Mccrea Place | 45.303770 , -116.477360 |
Mexican Place | 45.812660 , -116.506530 |
Mount Idaho | 45.903780 , -116.082090 |
Mud Springs | 45.863520 , -115.586240 |
Old Golden | 45.789070 , -115.653740 |
Orogrande | 45.705460 , -115.543460 |
Pardee | 46.298510 , -116.125420 |
Pardee Corner | 46.314620 , -116.096810 |
Pollock | 45.312390 , -116.359020 |
Potter Place | 45.307660 , -116.440690 |
Powell Junction | 46.579090 , -114.718720 |
Red River Hot Springs | 45.787690 , -115.200120 |
Riggins | 45.419449 , -116.319012 |
Riggins Hot Springs | 45.416840 , -116.171800 |
Sampson | 45.517670 , -116.008470 |
Seaburg | 45.476010 , -116.030960 |
Shells Lick | 45.706560 , -116.127920 |
Slate Creek | 45.638220 , -116.280420 |
Stites | 46.092290 , -115.976410 |
Syringa | 46.150740 , -115.727080 |
Tahoe | 46.096290 , -115.807080 |
Taylor | 45.685440 , -116.383470 |
Tramway | 46.284620 , -116.107920 |
Turner | 45.456290 , -115.937910 |
Upper Crossing | 45.644360 , -114.707040 |
Warren | 45.264070 , -115.676510 |
Westlake | 46.121830 , -116.507090 |
Whipsaw Saddle | 45.792660 , -116.349310 |
White Bird | 45.762897 , -116.300087 |
Winona | 46.132110 , -116.107920 |
Woodland | 46.311010 , -116.068470 |
York | 45.909070 , -115.479570 |
Notes:
- You can download geometry data for Idaho 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.