Download outline map of Josephine (geojson format) :
Josephine.geojson (**)
Download polygon array of Josephine map for "Google Maps" :
Josephine.txt
Bounding Box for Josephine Map : ( 41.995096 , -124.041983 , 42.784234 , -123.227808 )
Wikipedia ID for Josephine : Q484391
Wikipedia SPARQL Query for Josephine (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484391 wdt:P1082 ?population. }
OPTIONAL { wd:Q484391 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484391 wdt:P2046 ?area. }
OPTIONAL { wd:Q484391 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484391 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484391 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 Josephine map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.995096, -124.041983, 42.784234, -123.227808);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Josephine)
[out:json];
(
rel["name"="Josephine"][type=boundary];
rel["name:en"="Josephine"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Josephine
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Aloysius | 42.169003 , -123.546750 |
| Bour | 42.233633 , -123.698158 |
| Bridgeview | 42.125950 , -123.605900 |
| Browntown | 42.084010 , -123.517290 |
| California Bar | 42.119560 , -123.474780 |
| Cave Junction | 42.167298 , -123.647451 |
| Dimmick | 42.488167 , -123.360734 |
| Dryden | 42.269560 , -123.537290 |
| Fort Leland | 42.639000 , -123.386568 |
| Fruitdale | 42.418200 , -123.301182 |
| Galice | 42.569560 , -123.597290 |
| Golden | 42.682340 , -123.331450 |
| Grants Pass | 42.434022 , -123.332481 |
| Grave Creek | 42.636184 , -123.377516 |
| Harbeck | 42.425333 , -123.283810 |
| Harbeck-Fruitdale Census Designated Place (historical) | 42.416230 , -123.320600 |
| Holland | 42.127620 , -123.538950 |
| Hugo | 42.584560 , -123.402560 |
| Illinois Valley | 42.095643 , -123.684006 |
| Jerome Prairie | 42.440941 , -123.460836 |
| Kerby | 42.204735 , -123.648932 |
| Leland | 42.638450 , -123.440900 |
| Merlin | 42.520381 , -123.425231 |
| Murphy | 42.347620 , -123.333390 |
| New Hope | 42.369292 , -123.358950 |
| O'Brien | 42.070134 , -123.707691 |
| Placer | 42.632060 , -123.315340 |
| Pleasant Valley | 42.557060 , -123.385900 |
| Provolt | 42.287340 , -123.230330 |
| Rand | 42.596230 , -123.586180 |
| Redwood | 42.422034 , -123.391373 |
| Selma | 42.279724 , -123.615056 |
| Speaker | 42.716510 , -123.293950 |
| Sunny Valley | 42.639010 , -123.375620 |
| Takilma | 42.040837 , -123.622313 |
| Three Pines | 42.565670 , -123.398670 |
| Wheeler City | 42.295516 , -123.750729 |
| Wilderville | 42.382340 , -123.467010 |
| Williams | 42.219433 , -123.292207 |
| Wolf Creek | 42.695400 , -123.395340 |
| Wonder | 42.364280 , -123.535620 |
Notes:
- You can download geometry data for Josephine 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.