Download outline map of Beaverhead (geojson format) :
Beaverhead.geojson (**)
Download polygon array of Beaverhead map for "Google Maps" :
Beaverhead.txt
Bounding Box for Beaverhead Map : ( 44.358209 , -113.937974 , 45.941519 , -111.463487 )
Wikipedia ID for Beaverhead : Q110212
Wikipedia SPARQL Query for Beaverhead (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q110212 wdt:P1082 ?population. }
OPTIONAL { wd:Q110212 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q110212 wdt:P2046 ?area. }
OPTIONAL { wd:Q110212 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q110212 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q110212 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 Beaverhead map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](44.358209, -113.937974, 45.941519, -111.463487);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Beaverhead)
[out:json];
(
rel["name"="Beaverhead"][type=boundary];
rel["name:en"="Beaverhead"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Beaverhead
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Apex | 45.381870 , -112.707250 |
Argenta | 45.279650 , -112.861980 |
Bannack | 45.161030 , -112.995590 |
Barretts | 45.131310 , -112.740580 |
Bond | 45.305760 , -112.665580 |
Chinatown | 44.882700 , -113.195590 |
Dalys | 45.085200 , -112.780020 |
Dell | 44.722970 , -112.697230 |
Dewey | 45.777150 , -112.855030 |
Dillon | 45.217065 , -112.634352 |
Elkhorn | 45.489370 , -113.036430 |
Elkhorn Hot Springs | 45.455480 , -113.109760 |
Ermont Mill | 45.266870 , -112.915590 |
Ford | 45.153530 , -112.715020 |
Frenchie Place | 45.111310 , -112.880030 |
Glen | 45.476590 , -112.690580 |
Glendale | 45.641870 , -112.773080 |
Gloss Place | 45.360760 , -113.274490 |
Grant | 45.008530 , -113.066980 |
Graying | 45.046590 , -112.820860 |
Guntner Place | 45.192700 , -112.466120 |
Hildreth | 44.680750 , -113.039740 |
Jackson | 45.367980 , -113.408940 |
Kidd | 44.801030 , -112.752790 |
Lakeview | 44.599360 , -111.810520 |
Lima | 44.638653 , -112.592033 |
Monida | 44.561860 , -112.313610 |
Navy | 45.484650 , -112.695860 |
Patterson Corner | 45.787430 , -112.892260 |
Polaris | 45.369650 , -113.119490 |
Red Rock | 44.900470 , -112.818910 |
Sodak Mill | 45.428260 , -112.600850 |
Wisdom | 45.611603 , -113.446784 |
Wise River | 45.791310 , -112.949480 |
Notes:
- You can download geometry data for Beaverhead 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.