Download outline map of Pacific (geojson format) :
Pacific.geojson (**)
Download polygon array of Pacific map for "Google Maps" :
Pacific.txt
Bounding Box for Pacific Map : ( 46.234949 , -124.181206 , 46.794303 , -123.35722 )
Wikipedia ID for Pacific : Q483990
Wikipedia SPARQL Query for Pacific (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q483990 wdt:P1082 ?population. }
OPTIONAL { wd:Q483990 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q483990 wdt:P2046 ?area. }
OPTIONAL { wd:Q483990 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q483990 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q483990 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 Pacific map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](46.234949, -124.181206, 46.794303, -123.35722);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pacific)
[out:json];
(
rel["name"="Pacific"][type=boundary];
rel["name:en"="Pacific"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pacific
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bay Center | 46.620754 , -123.953183 |
Bay Center Junction | 46.598990 , -123.918220 |
Breakers | 46.370930 , -124.050710 |
Brooklyn | 46.776210 , -123.509880 |
Bruceport | 46.679260 , -123.900160 |
Burt | 46.666210 , -123.460430 |
Chinook | 46.275503 , -123.942234 |
Davis | 46.661770 , -123.425430 |
East Raymond | 46.668430 , -123.692380 |
Elk Creek | 46.664820 , -123.447100 |
Fort Canby | 46.283430 , -124.054040 |
Frances | 46.542330 , -123.504880 |
Frankfort | 46.280380 , -123.755980 |
Globe | 46.555100 , -123.536270 |
Heather | 46.771480 , -124.081000 |
Hilda | 46.636770 , -123.369590 |
Hines | 46.578150 , -124.052940 |
Holcomb | 46.572050 , -123.617380 |
Holman | 46.326490 , -124.054880 |
Ilwaco | 46.302666 , -124.022739 |
Klipsan Beach | 46.466490 , -124.052940 |
Knappton | 46.276490 , -123.814870 |
Lebam | 46.564091 , -123.550890 |
Long Beach | 46.355642 , -124.055650 |
Loomis | 46.436210 , -124.048220 |
Mcgowan | 46.246210 , -123.907370 |
Megler | 46.250940 , -123.857650 |
Menlo | 46.621490 , -123.647100 |
Middle Nemah | 46.483710 , -123.887100 |
Moores Corner | 46.345930 , -124.041270 |
Nahcotta | 46.498430 , -124.033500 |
Nallpee | 46.558160 , -123.612380 |
Naselle | 46.365006 , -123.801274 |
Nehalem Junction | 46.520380 , -123.885720 |
Nemah | 46.512040 , -123.885990 |
Nemah Junction | 46.537137 , -123.895835 |
North Cove | 46.738150 , -124.079200 |
North Nemah | 46.513710 , -123.863770 |
Ocean Park | 46.496164 , -124.043749 |
Oceanside | 46.408430 , -124.052380 |
Oceanview | 46.321490 , -124.057380 |
Oysterville | 46.548990 , -124.028220 |
Pluvius | 46.548160 , -123.409040 |
Raymond | 46.684028 , -123.737480 |
Rhodesia Beach | 46.613710 , -123.957110 |
Seaview | 46.334540 , -124.054600 |
South Bend | 46.668312 , -123.801574 |
Stringtown | 46.306210 , -123.978760 |
Sutico | 46.632880 , -123.525710 |
Swem | 46.659820 , -123.404600 |
Tokeland | 46.708780 , -123.983387 |
Upper Salmon Junction | 46.354270 , -123.735430 |
Venice | 46.723990 , -123.965720 |
Willapa | 46.675447 , -123.664752 |
Notes:
- You can download geometry data for Pacific 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.