Download outline map of Benewah (geojson format) :
Benewah.geojson (**)
Download polygon array of Benewah map for "Google Maps" :
Benewah.txt
Bounding Box for Benewah Map : ( 47.022039 , -117.040019 , 47.414662 , -116.32896 )
Wikipedia ID for Benewah : Q486376
Wikipedia SPARQL Query for Benewah (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486376 wdt:P1082 ?population. }
OPTIONAL { wd:Q486376 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486376 wdt:P2046 ?area. }
OPTIONAL { wd:Q486376 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486376 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486376 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 Benewah map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](47.022039, -117.040019, 47.414662, -116.32896);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Benewah)
[out:json];
(
rel["name"="Benewah"][type=boundary];
rel["name:en"="Benewah"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Benewah
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alder Creek | 47.222680 , -116.607670 |
Cardwell | 47.209070 , -116.563500 |
Chat'u'washa'lqs Bluff | 47.334150 , -116.603460 |
Chatcolet | 47.372130 , -116.763510 |
De Smet | 47.141021 , -116.911366 |
Emida | 47.115740 , -116.597940 |
Fernwood | 47.112130 , -116.392660 |
Flat Creek | 47.232130 , -116.491270 |
Hawleys Landing | 47.355740 , -116.767670 |
Lotus | 47.229910 , -116.617390 |
Mashburn | 47.179070 , -116.496000 |
Meadowhurst | 47.322130 , -116.561280 |
Mowry | 47.309340 , -116.996010 |
North South Ski Bowl | 47.116570 , -116.659890 |
Parkline | 47.338482 , -116.693980 |
Plummer | 47.329720 , -116.884977 |
Plummer Junction | 47.339900 , -116.869620 |
Ramsdell | 47.352690 , -116.676560 |
Renfrew | 47.144070 , -116.438490 |
Rocky Point | 47.355740 , -116.746280 |
Rover | 47.203240 , -116.576280 |
Saint Joe | 47.311030 , -116.352940 |
Sanders | 47.106290 , -116.796280 |
Santa | 47.150190 , -116.449050 |
Silvertip Landing | 47.361570 , -116.692670 |
St. Maries | 47.314627 , -116.571361 |
Tensed | 47.159406 , -116.923764 |
Tyson Creek Station | 47.133800 , -116.414330 |
Veradale | 47.329630 , -116.555720 |
Wayland | 47.169080 , -116.470160 |
Willard | 47.240180 , -117.039620 |
Notes:
- You can download geometry data for Benewah 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.