Download outline map of Polk (geojson format) :
Polk.geojson (**)
Download polygon array of Polk map for "Google Maps" :
Polk.txt
Bounding Box for Polk Map : ( 44.719441 , -123.726073 , 45.076199 , -123.037305 )
Wikipedia ID for Polk : Q495393
Wikipedia SPARQL Query for Polk (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495393 wdt:P1082 ?population. }
OPTIONAL { wd:Q495393 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495393 wdt:P2046 ?area. }
OPTIONAL { wd:Q495393 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495393 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495393 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 Polk map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](44.719441, -123.726073, 45.076199, -123.037305);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Polk)
[out:json];
(
rel["name"="Polk"][type=boundary];
rel["name:en"="Polk"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Polk
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Airlie | 44.750400 , -123.331490 |
| Ballston | 45.066780 , -123.320940 |
| Bethel | 45.040400 , -123.184820 |
| Bethel Heights | 45.044560 , -123.150660 |
| Bridgeport | 44.848450 , -123.386490 |
| Broadmead | 45.072890 , -123.269550 |
| Brunks Corner | 44.934486 , -123.150515 |
| Buell | 45.016230 , -123.418440 |
| Buena Vista | 44.769560 , -123.150650 |
| Chapman Corner | 44.960400 , -123.078990 |
| Dallas | 44.922046 , -123.313572 |
| Dolph Corner | 44.976149 , -123.280034 |
| Eola | 44.931351 , -123.121229 |
| Falls City | 44.864804 , -123.437502 |
| Fort Hill | 45.067124 , -123.560483 |
| Fort Hill Census Designated Place | 45.060670 , -123.555390 |
| Gold Creek | 45.061275 , -123.569412 |
| Grand Ronde | 45.073847 , -123.621035 |
| Halls Ferry | 44.882615 , -123.154771 |
| Helmick | 44.783053 , -123.233771 |
| Independence | 44.855142 , -123.194839 |
| McCoy | 45.042060 , -123.216490 |
| Modeville | 44.790950 , -123.133150 |
| Monmouth | 44.850503 , -123.228403 |
| Nesmith | 44.925796 , -123.226861 |
| Oakdale | 44.905400 , -123.380380 |
| Parker | 44.772340 , -123.204820 |
| Pedee | 44.753450 , -123.413990 |
| Perrydale | 45.042620 , -123.255660 |
| Polk Station | 44.939529 , -123.284454 |
| Rickreall | 44.931894 , -123.234360 |
| Ritner | 44.728095 , -123.441824 |
| Salemtowne | 44.977620 , -123.073430 |
| Salt Creek | 44.982467 , -123.337862 |
| Smithfield | 44.964600 , -123.244178 |
| Staleys Junction | 45.062060 , -123.572050 |
| Stapleton | 44.827620 , -123.205380 |
| Superior | 44.879548 , -123.241238 |
| Suver | 44.742900 , -123.207320 |
| Valley Junction | 45.061499 , -123.572667 |
| Zena | 45.008730 , -123.129540 |
Notes:
- You can download geometry data for Polk 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.