Download outline map of Tillamook (geojson format) :
Tillamook.geojson (**)
Download polygon array of Tillamook map for "Google Maps" :
Tillamook.txt
Bounding Box for Tillamook Map : ( 45.043981 , -124.095833 , 45.783485 , -123.299165 )
Wikipedia ID for Tillamook : Q495359
Wikipedia SPARQL Query for Tillamook (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495359 wdt:P1082 ?population. }
OPTIONAL { wd:Q495359 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495359 wdt:P2046 ?area. }
OPTIONAL { wd:Q495359 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495359 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495359 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 Tillamook map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](45.043981, -124.095833, 45.783485, -123.299165);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tillamook)
[out:json];
(
rel["name"="Tillamook"][type=boundary];
rel["name:en"="Tillamook"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tillamook
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Aldervale | 45.768440 , -123.844300 |
| Barnesdale | 45.639270 , -123.854570 |
| Batterson | 45.701220 , -123.758460 |
| Bay City | 45.521641 , -123.885817 |
| Bayocean | 45.513564 , -123.947584 |
| Bayside Gardens | 45.714329 , -123.916474 |
| Beaver | 45.277934 , -123.822132 |
| Blaine | 45.277330 , -123.704560 |
| Boyer | 45.070110 , -123.726780 |
| Brighton | 45.672330 , -123.922910 |
| Cape Meares | 45.515595 , -123.953569 |
| Cloverdale | 45.200608 , -123.884165 |
| Coyote Corner | 45.755794 , -123.425302 |
| Emma | 45.058418 , -123.898143 |
| Enright | 45.723720 , -123.569840 |
| Foss | 45.696220 , -123.797630 |
| Garibaldi | 45.560731 , -123.911134 |
| Happy Hollow | 45.142330 , -123.803730 |
| Hathaway Mead | 45.456770 , -123.818730 |
| Hebo | 45.226004 , -123.858628 |
| Hemlock | 45.315660 , -123.836790 |
| Hobsonville | 45.548990 , -123.902070 |
| Idaville | 45.509725 , -123.863276 |
| Jordan Creek | 45.548440 , -123.601790 |
| Lake Lytle | 45.620588 , -123.944578 |
| Lees Camp | 45.597194 , -123.489975 |
| Manhattan Beach | 45.630380 , -123.941520 |
| Manzanita | 45.716583 , -123.935073 |
| Meda | 45.146500 , -123.915950 |
| Mohler | 45.707330 , -123.862910 |
| Neahkahnie | 45.732341 , -123.939799 |
| Nedonna Beach | 45.643990 , -123.940130 |
| Nehalem | 45.719008 , -123.894248 |
| Nehalem Falls | 45.726959 , -123.772315 |
| Neskowin | 45.120825 , -123.976304 |
| Nestoctin | 45.388400 , -123.800323 |
| Netarts | 45.435624 , -123.934387 |
| Oceanlake | 45.596090 , -123.949062 |
| Oceanside | 45.454902 , -123.961266 |
| Oretown | 45.153720 , -123.955390 |
| Pacific City | 45.205705 , -123.953880 |
| Pleasant Valley | 45.365380 , -123.804010 |
| Rockaway Beach | 45.618548 , -123.939339 |
| Sandlake | 45.303160 , -123.923450 |
| Siskeyville | 45.486492 , -123.692107 |
| South Prairie | 45.420639 , -123.804609 |
| Tierra del Mar | 45.252050 , -123.964560 |
| Tillamook | 45.456064 , -123.834485 |
| Trask | 45.449580 , -123.625824 |
| Twin Rocks | 45.597600 , -123.945970 |
| Watseco | 45.582050 , -123.949340 |
| Wheeler | 45.687265 , -123.887168 |
| Wilson | 45.588215 , -123.559127 |
Notes:
- You can download geometry data for Tillamook 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.