Download outline map of Union (geojson format) :
Union.geojson (**)
Download polygon array of Union map for "Google Maps" :
Union.txt
Bounding Box for Union Map : ( 44.956257 , -118.697684 , 45.861186 , -117.266295 )
Wikipedia ID for Union : Q495691
Wikipedia SPARQL Query for Union (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495691 wdt:P1082 ?population. }
OPTIONAL { wd:Q495691 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495691 wdt:P2046 ?area. }
OPTIONAL { wd:Q495691 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495691 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495691 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 Union map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](44.956257, -118.697684, 45.861186, -117.266295);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Union)
[out:json];
(
rel["name"="Union"][type=boundary];
rel["name:en"="Union"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Union
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alicel | 45.404300 , -117.979940 |
Bodie | 45.430416 , -118.387000 |
Camp Elkanah | 45.234850 , -118.449960 |
Cove | 45.296398 , -117.810465 |
Elgin | 45.564417 , -117.921309 |
Hilgard | 45.352070 , -118.228000 |
Hot Lake | 45.244580 , -117.957710 |
Imbler | 45.462096 , -117.963164 |
Island City | 45.335887 , -118.049288 |
La Grande | 45.324170 , -118.086456 |
Lone Tree | 45.286119 , -118.002691 |
Medical Springs | 45.017090 , -117.628540 |
Motanic | 45.379643 , -118.308355 |
North Powder | 45.029872 , -117.920451 |
Orodell | 45.359065 , -118.117275 |
Perry | 45.348460 , -118.166610 |
Pondosa | 45.007930 , -117.642710 |
Starkey | 45.221520 , -118.425790 |
Summerville | 45.489701 , -118.004026 |
Telocaset | 45.100970 , -117.826330 |
Union | 45.208913 , -117.867921 |
Notes:
- You can download geometry data for Union 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.