Download outline map of Bonner (geojson format) :
Bonner.geojson (**)
Download polygon array of Bonner map for "Google Maps" :
Bonner.txt
Bounding Box for Bonner Map : ( 47.890071 , -117.042247 , 48.847428 , -116.048739 )
Wikipedia ID for Bonner : Q483932
Wikipedia SPARQL Query for Bonner (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q483932 wdt:P1082 ?population. }
OPTIONAL { wd:Q483932 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q483932 wdt:P2046 ?area. }
OPTIONAL { wd:Q483932 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q483932 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q483932 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 Bonner map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](47.890071, -117.042247, 48.847428, -116.048739);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bonner)
[out:json];
(
rel["name"="Bonner"][type=boundary];
rel["name:en"="Bonner"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bonner
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Algoma | 48.196860 , -116.572140 |
| Blacktail | 48.120470 , -116.486300 |
| Blanchard | 48.015203 , -116.992674 |
| Boyer | 48.322980 , -116.443800 |
| Bronx | 48.351870 , -116.547420 |
| Broten | 48.221040 , -116.417410 |
| Cabinet | 48.084370 , -116.073510 |
| Cedar Creek | 48.018240 , -116.446310 |
| Clagstone | 48.019630 , -116.806590 |
| Clark Fork | 48.147191 , -116.176859 |
| Cocolalla | 48.107970 , -116.617420 |
| Colburn | 48.397150 , -116.535190 |
| Coldwater Creek | 48.271254 , -116.548547 |
| Coleman | 48.004070 , -116.906870 |
| Coolin | 48.479640 , -116.849370 |
| Culver | 48.318820 , -116.456020 |
| Denton | 48.202710 , -116.248230 |
| Dickensheet Junction | 48.451860 , -116.907980 |
| Dover | 48.260835 , -116.610017 |
| Dufort | 48.165190 , -116.596860 |
| East Hope | 48.241007 , -116.292125 |
| Edgemere | 48.075740 , -116.815200 |
| Elmira | 48.479650 , -116.462420 |
| Evans Landing | 48.075460 , -116.531580 |
| Four Corners | 48.288240 , -116.990200 |
| Garfield | 48.184090 , -116.429360 |
| Glengary | 48.221870 , -116.374630 |
| Granite | 48.087690 , -116.425750 |
| Granite | 48.010460 , -116.670480 |
| Harlem | 48.039070 , -116.812420 |
| Hope | 48.249379 , -116.304911 |
| Kelso | 48.011850 , -116.706590 |
| Kootenai | 48.312224 , -116.516698 |
| Laclede | 48.170190 , -116.756030 |
| Lakeview | 47.970180 , -116.446580 |
| Lamb Creek | 48.516310 , -116.927430 |
| Lignite | 48.228810 , -116.541030 |
| Morton | 48.201300 , -116.692420 |
| Newman | 48.207700 , -116.435190 |
| Nordman | 48.633810 , -116.945770 |
| Oden | 48.322150 , -116.412690 |
| Oldtown | 48.184022 , -117.020455 |
| Outlet Bay | 48.494360 , -116.893260 |
| Ponderay | 48.311348 , -116.539522 |
| Priest Lake | 48.571100 , -116.823290 |
| Priest River | 48.178282 , -116.884391 |
| Sagle | 48.202420 , -116.547690 |
| Samuels | 48.429370 , -116.493810 |
| Sandpoint | 48.281089 , -116.559980 |
| Selle | 48.356870 , -116.489640 |
| Seneacquoteen | 48.151580 , -116.755470 |
| Sherwood Beach | 48.496590 , -116.840480 |
| Sunnyside | 48.280210 , -116.397130 |
| Talache | 48.140750 , -116.485190 |
| Thama | 48.153240 , -116.847700 |
| Trestle Creek | 48.283260 , -116.350740 |
| Vans Corner | 48.525200 , -116.938820 |
| Vay | 48.115460 , -116.777970 |
| Westmond | 48.139910 , -116.603530 |
| Wrencoe | 48.228800 , -116.702970 |
Notes:
- You can download geometry data for Bonner 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.