Download outline map of Baker (geojson format) :
Baker.geojson (**)
Download polygon array of Baker map for "Google Maps" :
Baker.txt
Bounding Box for Baker Map : ( 44.255084 , -118.519958 , 45.081082 , -116.78371 )
Wikipedia ID for Baker : Q109665
Wikipedia SPARQL Query for Baker (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109665 wdt:P1082 ?population. }
OPTIONAL { wd:Q109665 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109665 wdt:P2046 ?area. }
OPTIONAL { wd:Q109665 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109665 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109665 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 Baker map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](44.255084, -118.519958, 45.081082, -116.78371);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Baker)
[out:json];
(
rel["name"="Baker"][type=boundary];
rel["name:en"="Baker"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Baker
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Baker City | 44.774892 , -117.831987 |
Bourne | 44.824310 , -118.197440 |
Bridgeport | 44.485720 , -117.745210 |
Brownlee | 44.811550 , -116.934330 |
Carson | 44.935710 , -117.175450 |
China Town | 44.492940 , -117.699370 |
Clarksville | 44.491270 , -117.679930 |
Cornucopia | 45.008210 , -117.192680 |
Durkee | 44.582100 , -117.464640 |
Encina | 44.691550 , -117.691320 |
Fort Sumpter | 44.742580 , -118.203964 |
Greenhorn | 44.708716 , -118.496742 |
Haines | 44.912272 , -117.939552 |
Halfway | 44.877993 , -117.109711 |
Hereford | 44.498490 , -118.037160 |
Hindman | 44.646795 , -117.559204 |
Homestead | 45.023770 , -116.850710 |
Huntington | 44.350145 , -117.266760 |
Jimtown | 44.905440 , -117.144900 |
Keating | 44.874040 , -117.590490 |
Lime | 44.406550 , -117.311290 |
Little Alps | 44.965690 , -118.183000 |
Mcewen | 44.700710 , -118.104660 |
Missouri Flat | 44.835444 , -117.810141 |
Nelson | 44.542389 , -117.419477 |
New Bridge | 44.800440 , -117.189900 |
Oxbow | 44.974880 , -116.862940 |
Pine | 44.861270 , -117.089060 |
Pine Creek | 44.948770 , -116.878490 |
Plano | 44.559469 , -117.428226 |
Pleasant Valley | 44.674320 , -117.630490 |
Richland | 44.767803 , -117.169074 |
Robinette | 44.752660 , -117.030450 |
Rock Creek | 44.914030 , -118.035770 |
Rye Valley | 44.463770 , -117.477420 |
Sago | 45.057031 , -117.869482 |
Sparta | 44.870990 , -117.324080 |
Sumpter | 44.743547 , -118.197461 |
Thompson | 44.659259 , -117.939948 |
Unity | 44.449058 , -118.188076 |
Weatherby | 44.498490 , -117.371300 |
Whitney | 44.660045 , -118.290567 |
Wingville | 44.839590 , -117.921610 |
Notes:
- You can download geometry data for Baker 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.