Download outline map of Lewis (geojson format) :
Lewis.geojson (**)
Download polygon array of Lewis map for "Google Maps" :
Lewis.txt
Bounding Box for Lewis Map : ( 46.384227 , -123.371891 , 46.794392 , -121.35232 )
Wikipedia ID for Lewis : Q483950
Wikipedia SPARQL Query for Lewis (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q483950 wdt:P1082 ?population. }
OPTIONAL { wd:Q483950 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q483950 wdt:P2046 ?area. }
OPTIONAL { wd:Q483950 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q483950 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q483950 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 Lewis map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](46.384227, -123.371891, 46.794392, -121.35232);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lewis)
[out:json];
(
rel["name"="Lewis"][type=boundary];
rel["name:en"="Lewis"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lewis
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Adna | 46.628990 , -123.061240 |
| Ajlune | 46.515390 , -122.434830 |
| Alpha | 46.611490 , -122.605390 |
| Alta Vista | 46.499550 , -122.372330 |
| Berry Patch | 46.466780 , -121.527580 |
| Blakeslee Junction | 46.735100 , -122.974300 |
| Boistfort | 46.535100 , -123.133740 |
| Bremer | 46.578440 , -122.415110 |
| Bunker | 46.644270 , -123.116520 |
| Carlson | 46.700110 , -122.199550 |
| Centralia | 46.722598 , -122.969366 |
| Ceres | 46.607880 , -123.153470 |
| Chehalis | 46.664983 , -122.965966 |
| Cinebar | 46.604270 , -122.531780 |
| Cora | 46.535950 , -121.790090 |
| Cowlitz | 46.458720 , -122.842620 |
| Curtis | 46.587050 , -123.110130 |
| Doty | 46.634550 , -123.277640 |
| Dryad | 46.636770 , -123.251250 |
| Ethel | 46.532050 , -122.740390 |
| Evaline | 46.539550 , -122.938180 |
| Fayette | 46.647600 , -123.117910 |
| Fords Prairie | 46.745968 , -123.002708 |
| Forest | 46.598990 , -122.857900 |
| Galvin | 46.742320 , -123.027080 |
| Glenoma | 46.514550 , -122.160100 |
| Harmony | 46.558160 , -122.483720 |
| Klaber | 46.561770 , -123.127910 |
| Knab | 46.445257 , -122.763279 |
| Kopiah | 46.705940 , -122.807900 |
| Kosmos | 46.465978 , -122.168558 |
| Lacamas | 46.560940 , -122.651780 |
| Littell | 46.636770 , -123.035410 |
| Marys Corner | 46.547050 , -122.822620 |
| Mayfield | 46.508720 , -122.569280 |
| Millburn | 46.630380 , -123.097360 |
| Mineral | 46.719299 , -122.185993 |
| Morton | 46.557537 , -122.281494 |
| Mossyrock | 46.530496 , -122.488669 |
| Murnen | 46.628990 , -123.322920 |
| Napavine | 46.585594 , -122.904313 |
| Nesika | 46.474000 , -122.289270 |
| Newaukum | 46.628160 , -122.967630 |
| Nulls Crossing | 46.706210 , -122.862350 |
| Onalaska | 46.578281 , -122.711030 |
| Oxley | 46.617330 , -122.907350 |
| Packwood | 46.608524 , -121.670266 |
| Pe Ell | 46.571234 , -123.298135 |
| Phillips | 46.572050 , -122.742060 |
| Randle | 46.535110 , -121.957040 |
| Ruth | 46.607050 , -123.119860 |
| Saint Urban | 46.517880 , -122.886510 |
| Salkum | 46.532050 , -122.625950 |
| Siler | 46.509560 , -121.928700 |
| Silver Brook | 46.538170 , -121.908150 |
| Swofford | 46.505110 , -122.388440 |
| Toledo | 46.441260 , -122.849575 |
| Vader | 46.404535 , -122.956949 |
| Vance (not official) | 46.516500 , -121.937590 |
| Wabash | 46.747880 , -122.934580 |
| Walville | 46.552880 , -123.355150 |
| Wildwood | 46.459550 , -123.090130 |
| Winlock | 46.490643 , -122.934271 |
| Winston | 46.485660 , -122.522060 |
Notes:
- You can download geometry data for Lewis 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.