Download outline map of Boundary (geojson format) :
Boundary.geojson (**)
Download polygon array of Boundary map for "Google Maps" :
Boundary.txt
Bounding Box for Boundary Map : ( 48.50009 , -117.032442 , 49.001146 , -116.048898 )
Wikipedia ID for Boundary : Q486366
Wikipedia SPARQL Query for Boundary (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486366 wdt:P1082 ?population. }
OPTIONAL { wd:Q486366 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486366 wdt:P2046 ?area. }
OPTIONAL { wd:Q486366 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486366 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486366 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 Boundary map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](48.50009, -117.032442, 49.001146, -116.048898);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Boundary)
[out:json];
(
rel["name"="Boundary"][type=boundary];
rel["name:en"="Boundary"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Boundary
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Addie | 48.953560 , -116.166310 |
Allens Spur | 48.740490 , -116.366310 |
Bonners Ferry | 48.691281 , -116.318976 |
Burns | 48.626050 , -116.394920 |
Copeland | 48.902170 , -116.388820 |
Crossport | 48.701050 , -116.221310 |
Deep Creek | 48.623270 , -116.393250 |
Eastport | 48.999400 , -116.181310 |
Eileen | 48.776330 , -116.163530 |
Good Grief | 48.949400 , -116.177420 |
Katka | 48.689660 , -116.135470 |
Leonia | 48.616610 , -116.049630 |
Mc Arthur | 48.523540 , -116.433530 |
Meadow Creek | 48.819940 , -116.156860 |
Moravia | 48.648270 , -116.379090 |
Moyie Springs | 48.724882 , -116.195344 |
Naples | 48.571040 , -116.392420 |
Porthill | 48.998290 , -116.497990 |
Ritz | 48.778830 , -116.369650 |
Rykerts | 48.999880 , -116.502110 |
Schnoors | 48.689660 , -116.339640 |
Shiloh | 48.544930 , -116.395470 |
Sinclair | 48.929120 , -116.176870 |
Threemile Corner | 48.731330 , -116.299640 |
Notes:
- You can download geometry data for Boundary 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.