Download outline map of Okanogan (geojson format) :
Okanogan.geojson (**)
Download polygon array of Okanogan map for "Google Maps" :
Okanogan.txt
Bounding Box for Okanogan Map : ( 47.940809 , -120.885717 , 49.000705 , -118.835197 )
Wikipedia ID for Okanogan : Q483958
Wikipedia SPARQL Query for Okanogan (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q483958 wdt:P1082 ?population. }
OPTIONAL { wd:Q483958 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q483958 wdt:P2046 ?area. }
OPTIONAL { wd:Q483958 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q483958 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q483958 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 Okanogan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](47.940809, -120.885717, 49.000705, -118.835197);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Okanogan)
[out:json];
(
rel["name"="Okanogan"][type=boundary];
rel["name:en"="Okanogan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Okanogan
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Aeneas | 48.547380 , -118.978640 |
| Anglin | 48.656820 , -119.289220 |
| Barker | 48.577380 , -119.482000 |
| Belvedere | 48.049880 , -118.985020 |
| Bodie | 48.832670 , -118.896700 |
| Brewster | 48.103226 , -119.776003 |
| Brown Lake | 48.465980 , -119.656170 |
| Carlton | 48.248200 , -120.116190 |
| Cherokee | 48.450710 , -119.466440 |
| Chesaw | 48.946010 , -119.051430 |
| Chillowist | 48.304040 , -119.637000 |
| Chopaka | 48.999750 , -119.719090 |
| Chopaka | 48.999320 , -119.724800 |
| Conconully | 48.557232 , -119.750805 |
| Cordell | 48.866550 , -119.412010 |
| Coulee Dam | 47.968760 , -118.975954 |
| Disautel | 48.345134 , -119.229903 |
| Ellisforde | 48.789880 , -119.401170 |
| Elmer City | 47.999842 , -118.952966 |
| Enterprise | 48.816020 , -119.516920 |
| Gilbert | 48.456810 , -120.560380 |
| Havillah | 48.827940 , -119.204220 |
| Janis | 48.647370 , -119.465340 |
| Koontzville | 48.015710 , -118.947240 |
| Lone Pine | 47.982380 , -118.963080 |
| Loomis | 48.823494 , -119.639773 |
| Malott | 48.291819 , -119.695591 |
| Mason City | 47.966540 , -118.967800 |
| Mazama | 48.592090 , -120.403980 |
| Methow | 48.128739 , -120.005603 |
| Molson | 48.981020 , -119.200600 |
| Monse | 48.141260 , -119.677830 |
| Mowich Illahee | 48.397370 , -119.813960 |
| Nespelem | 48.166941 , -118.972321 |
| Nespelem Community | 48.171493 , -119.024396 |
| Nighthawk | 48.966540 , -119.642020 |
| North Omak | 48.443965 , -119.445835 |
| Okanogan | 48.368675 , -119.577047 |
| Old Toroda | 48.777660 , -118.911430 |
| Old Wauconda | 48.712380 , -118.954760 |
| Olema | 48.285700 , -119.804230 |
| Omak | 48.421434 , -119.518052 |
| Ophir | 48.209040 , -119.717840 |
| Oroville | 48.942231 , -119.429267 |
| Paradise Hill | 48.185980 , -119.884510 |
| Pateros | 48.055515 , -119.900083 |
| Riverside | 48.504465 , -119.510896 |
| Ruby | 48.497930 , -119.725900 |
| Seatons Grove | 48.023760 , -118.951130 |
| Starr | 47.995140 , -119.879510 |
| Synarep | 48.520990 , -119.330880 |
| Tonasket | 48.708535 , -119.442783 |
| Twisp | 48.361433 , -120.116321 |
| Vanderpool Crossing | 48.661530 , -120.328430 |
| Wakefield | 48.202370 , -119.710340 |
| Wauconda | 48.725720 , -119.013650 |
| Winthrop | 48.471927 , -120.179028 |
Notes:
- You can download geometry data for Okanogan 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.