Download outline map of Jefferson (geojson format) :
Jefferson.geojson (**)
Download polygon array of Jefferson map for "Google Maps" :
Jefferson.txt
Bounding Box for Jefferson Map : ( 47.517609 , -124.715016 , 48.370361 , -122.595401 )
Wikipedia ID for Jefferson : Q384737
Wikipedia SPARQL Query for Jefferson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q384737 wdt:P1082 ?population. }
OPTIONAL { wd:Q384737 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q384737 wdt:P2046 ?area. }
OPTIONAL { wd:Q384737 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q384737 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q384737 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 Jefferson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](47.517609, -124.715016, 48.370361, -122.595401);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jefferson)
[out:json];
(
rel["name"="Jefferson"][type=boundary];
rel["name:en"="Jefferson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jefferson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adelma Beach | 48.049260 , -122.829060 |
Beaver Valley | 47.925920 , -122.730160 |
Beckett Point | 48.079459 , -122.790289 |
Bees Mill | 47.762310 , -122.856000 |
Bridgehaven | 47.834260 , -122.690710 |
Brinnon | 47.668868 , -122.924920 |
Camp Discovery | 47.811200 , -122.793770 |
Chimacum | 48.010920 , -122.768780 |
Clearwater | 47.577580 , -124.294640 |
Coyle | 47.697870 , -122.805440 |
Dabob | 47.847040 , -122.804330 |
Discovery Bay | 47.990090 , -122.891840 |
Discovery Junction | 47.993700 , -122.874610 |
Duckabush | 47.652040 , -122.932100 |
Eaglemount | 47.969810 , -122.849610 |
East Quilcene | 47.826760 , -122.852110 |
Fairmont | 47.992870 , -122.866000 |
Fort Flagler | 48.096760 , -122.695160 |
Four Corners | 48.049260 , -122.819340 |
Gardiner | 48.049810 , -122.915730 |
Glen Cove | 48.091760 , -122.806000 |
Hoh | 47.749240 , -124.406590 |
Irondale | 48.042040 , -122.772670 |
Kalaloch | 47.604520 , -124.372420 |
Lackawanna Beach | 47.649540 , -122.905160 |
Leland | 47.891760 , -122.886560 |
Marrowstone | 48.056637 , -122.693450 |
Mats Mats | 47.941760 , -122.687660 |
Maynard | 47.997590 , -122.883780 |
Moores Mobile Manor | 48.051540 , -122.820540 |
Nordland | 48.050930 , -122.691000 |
Oil City | 47.750360 , -124.425480 |
Port Discovery | 48.015370 , -122.861840 |
Port Hadlock | 48.031760 , -122.758220 |
Port Hadlock-Irondale | 48.032732 , -122.785292 |
Port Ludlow | 47.914045 , -122.694754 |
Port Townsend | 48.123538 , -122.782842 |
Quilcene | 47.836842 , -122.905809 |
Seal Rock | 47.713700 , -122.885720 |
Shine | 47.866983 , -122.635391 |
Smith Place | 47.658420 , -123.931300 |
Swansonville | 47.937040 , -122.700440 |
Tukey | 48.053980 , -122.842950 |
Uncas | 47.987590 , -122.882950 |
Woodmans | 48.015650 , -122.833220 |
Notes:
- You can download geometry data for Jefferson 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.