Download outline map of Yamhill (geojson format) :
Yamhill.geojson (**)
Download polygon array of Yamhill map for "Google Maps" :
Yamhill.txt
Bounding Box for Yamhill Map : ( 45.074698 , -123.784819 , 45.434208 , -122.849723 )
Wikipedia ID for Yamhill : Q484346
Wikipedia SPARQL Query for Yamhill (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484346 wdt:P1082 ?population. }
OPTIONAL { wd:Q484346 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484346 wdt:P2046 ?area. }
OPTIONAL { wd:Q484346 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484346 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484346 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 Yamhill map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](45.074698, -123.784819, 45.434208, -122.849723);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Yamhill)
[out:json];
(
rel["name"="Yamhill"][type=boundary];
rel["name:en"="Yamhill"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Yamhill
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Amity | 45.115356 , -123.203441 |
Batan | 45.322159 , -123.169012 |
Bellevue | 45.115390 , -123.316220 |
Carlton | 45.294511 , -123.175332 |
Chesterbrook | 45.359382 , -123.336188 |
Cove Orchard | 45.375110 , -123.154830 |
Dayton | 45.219844 , -123.078094 |
Dundee | 45.275931 , -123.007152 |
Eola Crest | 45.098730 , -123.140660 |
Erratic Rock Wayside | 45.150192 , -123.289175 |
Grand Ronde Agency | 45.079830 , -123.611780 |
Hopewell | 45.097060 , -123.092040 |
Lafayette | 45.246167 , -123.111500 |
Lunnville | 45.350390 , -123.174830 |
McMinnville | 45.210993 , -123.191830 |
Midway | 45.085950 , -123.661780 |
Mountain House | 45.303594 , -123.336886 |
Newberg | 45.307083 , -122.959836 |
Rex | 45.295177 , -122.900855 |
Roberts | 45.379436 , -123.092225 |
Saint Joseph | 45.238170 , -123.144830 |
Sheridan | 45.095547 , -123.397208 |
Tillamook Gate | 45.362518 , -123.361787 |
Unionvale | 45.143170 , -123.060660 |
Web | 45.341724 , -122.918504 |
Wheatland | 45.092620 , -123.050100 |
Whiteson | 45.151510 , -123.196770 |
Willamina | 45.078733 , -123.484370 |
Yamhill | 45.341101 , -123.185044 |
Notes:
- You can download geometry data for Yamhill 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.