Download outline map of Wallowa (geojson format) :
Wallowa.geojson (**)
Download polygon array of Wallowa map for "Google Maps" :
Wallowa.txt
Bounding Box for Wallowa Map : ( 45.079022 , -117.977797 , 46.000731 , -116.463262 )
Wikipedia ID for Wallowa : Q495382
Wikipedia SPARQL Query for Wallowa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495382 wdt:P1082 ?population. }
OPTIONAL { wd:Q495382 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495382 wdt:P2046 ?area. }
OPTIONAL { wd:Q495382 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495382 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495382 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 Wallowa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](45.079022, -117.977797, 46.000731, -116.463262);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Wallowa)
[out:json];
(
rel["name"="Wallowa"][type=boundary];
rel["name:en"="Wallowa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Wallowa
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Appleton | 45.870411 , -117.263763 |
| Bartlett | 45.984590 , -117.458230 |
| Eden | 45.906810 , -117.556570 |
| Enterprise | 45.425845 , -117.278489 |
| Flora | 45.900150 , -117.309890 |
| Fruita | 45.235990 , -116.845430 |
| Grouse | 45.991540 , -117.428790 |
| Imnaha | 45.559320 , -116.833210 |
| Imnaha River Woods Development | 45.259880 , -116.801820 |
| Joseph | 45.352722 , -117.230457 |
| Joy | 45.547438 , -116.974011 |
| Lewis | 45.690710 , -117.094600 |
| Lostine | 45.487124 , -117.429689 |
| Maxville | 45.745980 , -117.556850 |
| Minam | 45.621810 , -117.723260 |
| Paradise | 45.938210 , -117.221830 |
| Prairie Creek | 45.276939 , -117.205755 |
| Promise | 45.841530 , -117.544070 |
| Troy | 45.946810 , -117.451560 |
| Wallowa | 45.570355 , -117.528643 |
| Wallowa Lake | 45.304045 , -117.211691 |
| Zumwalt | 45.630710 , -116.970150 |
Notes:
- You can download geometry data for Wallowa 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.