Jefferson (Oregon) Map Cropping Samples
Jefferson (Oregon) Map Cropping Samples-1
Jefferson (Oregon) Map Cropping Samples-2
Jefferson neighborhoods and villages map with 3D shadow effect
flag map of Jefferson with 3D shadow effect
Jefferson map with 3d shadow effect
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 : ( 44.389999 , -121.849172 , 44.82564 , -120.371408 )
Wikipedia ID for Jefferson : Q253186
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:Q253186 wdt:P1082 ?population. }
OPTIONAL { wd:Q253186 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q253186 wdt:P2046 ?area. }
OPTIONAL { wd:Q253186 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q253186 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q253186 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"](44.389999, -121.849172, 44.82564, -120.371408);
);
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) |
Alder Springs | 44.763450 , -121.266160 |
Ashwood | 44.733740 , -120.754480 |
Camp Sherman | 44.449307 , -121.649605 |
Crooked River | 44.558184 , -121.265512 |
Crooked River Ranch | 44.424560 , -121.238370 |
Culver | 44.523386 , -121.210993 |
Gateway | 44.775400 , -121.082820 |
Geneva | 44.473450 , -121.391710 |
Grade | 44.750714 , -120.397753 |
Grandview | 44.538450 , -121.341710 |
Grizzly | 44.497900 , -120.919750 |
Horseheaven | 44.715690 , -120.507250 |
Kilts | 44.738740 , -120.595580 |
Madras | 44.638424 , -121.126977 |
Madras Station | 44.667706 , -121.150918 |
Mecca | 44.770480 , -121.208505 |
Metolius | 44.587470 , -121.176032 |
Opal City | 44.444560 , -121.213650 |
Paxton | 44.703009 , -121.067300 |
Seekseequa Junction | 44.675407 , -121.232500 |
Warm Springs | 44.766885 , -121.289858 |
Willowdale | 44.805400 , -120.943100 |
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.