Download outline map of Custer (geojson format) :
Custer.geojson (**)
Download polygon array of Custer map for "Google Maps" :
Custer.txt
Bounding Box for Custer Map : ( 43.568818 , -115.305042 , 44.879122 , -113.320672 )
Wikipedia ID for Custer : Q488512
Wikipedia SPARQL Query for Custer (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q488512 wdt:P1082 ?population. }
OPTIONAL { wd:Q488512 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q488512 wdt:P2046 ?area. }
OPTIONAL { wd:Q488512 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q488512 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q488512 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 Custer map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](43.568818, -115.305042, 44.879122, -113.320672);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Custer)
[out:json];
(
rel["name"="Custer"][type=boundary];
rel["name:en"="Custer"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Custer
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bayhorse | 44.397700 , -114.311730 |
Bonanza | 44.370470 , -114.727860 |
Casto | 44.567970 , -114.848700 |
Challis | 44.505383 , -114.227676 |
Chilly | 44.077690 , -113.878920 |
Clayton | 44.259123 , -114.399989 |
Custer | 44.387410 , -114.695910 |
Dickey | 44.134360 , -113.905310 |
Ellis | 44.691870 , -114.048390 |
Grouse | 43.688240 , -113.612520 |
Houston | 43.882960 , -113.576690 |
Leslie | 43.865740 , -113.467510 |
Lost River | 43.738562 , -113.546826 |
Lower Stanley | 44.226850 , -114.928700 |
Mackay | 43.911784 , -113.612042 |
Obsidian | 44.078800 , -114.847300 |
Redfish Lake | 44.138024 , -114.923107 |
Robinson Bar | 44.246860 , -114.677020 |
Rothas | 43.887410 , -113.536410 |
Stanley | 44.215016 , -114.936692 |
Sunbeam | 44.271020 , -114.734240 |
Torreys | 44.253530 , -114.602290 |
Notes:
- You can download geometry data for Custer 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.