Download outline map of Mason (geojson format) :
Mason.geojson (**)
Download polygon array of Mason map for "Google Maps" :
Mason.txt
Bounding Box for Mason Map : ( 47.081997 , -123.506039 , 47.607387 , -122.800066 )
Wikipedia ID for Mason : Q111904
Wikipedia SPARQL Query for Mason (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111904 wdt:P1082 ?population. }
OPTIONAL { wd:Q111904 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111904 wdt:P2046 ?area. }
OPTIONAL { wd:Q111904 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111904 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111904 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 Mason map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](47.081997, -123.506039, 47.607387, -122.800066);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mason)
[out:json];
(
rel["name"="Mason"][type=boundary];
rel["name:en"="Mason"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mason
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agate | 47.213430 , -123.012370 |
Allyn | 47.386373 , -122.838545 |
Allynview Mobile Park | 47.380090 , -122.832960 |
Arcadia | 47.197870 , -122.939590 |
Ayock | 47.507310 , -123.056820 |
Ballow | 47.240370 , -122.867080 |
Bayshore | 47.246210 , -123.046260 |
Belfair | 47.451204 , -122.847333 |
Brockdale | 47.282320 , -123.159040 |
Carmill Station | 47.202040 , -123.090150 |
Cushman Dam | 47.493122 , -123.256988 |
Deckerville | 47.227310 , -123.474880 |
Dewatto | 47.452320 , -123.071540 |
Eldon | 47.545370 , -123.045990 |
Fair Harbor | 47.342040 , -122.832080 |
Forest Beach | 47.382590 , -122.946540 |
Frisken Wye | 47.234260 , -123.482660 |
Graham Point | 47.247600 , -122.937920 |
Grant | 47.255370 , -122.929030 |
Grapeview | 47.330127 , -122.831998 |
Hamma Hamma | 47.526760 , -123.051270 |
Harstine | 47.282300 , -122.885253 |
Hartstene | 47.276480 , -122.887090 |
Hoodsport | 47.401980 , -123.154126 |
Kamilche | 47.130370 , -123.097930 |
Lilliwaup | 47.463430 , -123.114320 |
Little Hoquiam | 47.321760 , -122.960430 |
Marmac | 47.111480 , -123.144870 |
Matlock | 47.237870 , -123.407940 |
Minerva Beach Mobile Village Resort | 47.363240 , -123.157550 |
Mohrweis | 47.311480 , -123.234600 |
New Kamilche | 47.111760 , -123.085700 |
Oakland | 47.227040 , -123.066260 |
Potlatch | 47.376200 , -123.149320 |
Rose Point | 47.418430 , -122.868480 |
Shelton | 47.218540 , -123.112809 |
Skokomish | 47.329726 , -123.157877 |
Stimson | 47.090370 , -123.231820 |
Sunbeach | 47.423430 , -122.895420 |
Sunset Beach | 47.408150 , -122.885420 |
Tahuya | 47.371200 , -123.055710 |
Triton | 47.604810 , -122.989880 |
Union | 47.347508 , -123.095181 |
Victor | 47.377590 , -122.815970 |
Walkers Landing | 47.282600 , -122.925420 |
Notes:
- You can download geometry data for Mason 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.