Download outline map of Elmore (geojson format) :
Elmore.geojson (**)
Download polygon array of Elmore map for "Google Maps" :
Elmore.txt
Bounding Box for Elmore Map : ( 42.76771 , -116.267466 , 44.098685 , -114.971258 )
Wikipedia ID for Elmore : Q486336
Wikipedia SPARQL Query for Elmore (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486336 wdt:P1082 ?population. }
OPTIONAL { wd:Q486336 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486336 wdt:P2046 ?area. }
OPTIONAL { wd:Q486336 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486336 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486336 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 Elmore map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.76771, -116.267466, 44.098685, -114.971258);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Elmore)
[out:json];
(
rel["name"="Elmore"][type=boundary];
rel["name:en"="Elmore"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Elmore
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Atlanta | 43.801570 , -115.126750 |
Castle Rocks | 43.328230 , -115.314520 |
Chalk Cut | 42.981010 , -115.533130 |
Cleft | 43.239340 , -115.850650 |
Featherville | 43.609900 , -115.258140 |
Glenns Ferry | 42.950442 , -115.306758 |
Hammett | 42.945730 , -115.466190 |
King Hill | 43.004070 , -115.203960 |
Mayfield | 43.417950 , -115.901490 |
Mountain Home | 43.132809 , -115.696556 |
Mountain Home AFB | 43.049630 , -115.865620 |
Mountain Home Air Force Base | 43.049630 , -115.865610 |
Oasis | 43.134564 , -115.693443 |
Paradise Hot Springs | 43.553780 , -115.273690 |
Pine | 43.484060 , -115.312030 |
Prairie | 43.504890 , -115.573980 |
Reclamation Village | 43.335450 , -115.488700 |
Reverse | 43.025730 , -115.606750 |
Rocky Bar | 43.689060 , -115.290090 |
Steamboat Rock | 43.448230 , -115.627310 |
Stout Crossing | 43.154340 , -115.310080 |
Notes:
- You can download geometry data for Elmore 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.