Download outline map of Jackson (geojson format) :
Jackson.geojson (**)
Download polygon array of Jackson map for "Google Maps" :
Jackson.txt
Bounding Box for Jackson Map : ( 42.002634 , -123.231628 , 42.996899 , -122.281837 )
Wikipedia ID for Jackson : Q450159
Wikipedia SPARQL Query for Jackson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q450159 wdt:P1082 ?population. }
OPTIONAL { wd:Q450159 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q450159 wdt:P2046 ?area. }
OPTIONAL { wd:Q450159 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q450159 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q450159 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 Jackson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.002634, -123.231628, 42.996899, -122.281837);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jackson)
[out:json];
(
rel["name"="Jackson"][type=boundary];
rel["name:en"="Jackson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jackson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agate | 42.441447 , -122.890233 |
Applegate | 42.257070 , -123.168380 |
Ashland | 42.190535 , -122.699227 |
Ayers | 42.153251 , -122.637040 |
Beagle | 42.534570 , -122.925320 |
Belleview | 42.176054 , -122.671301 |
Bitter Lick | 42.792900 , -122.638650 |
Brownsboro | 42.468180 , -122.710040 |
Buckhorn Springs | 42.105410 , -122.531690 |
Butte Falls | 42.541414 , -122.569100 |
Bybee Corner | 42.317070 , -122.951990 |
Cascade Gorge | 42.715680 , -122.568650 |
Central Point | 42.376464 , -122.910927 |
Clawson | 42.161637 , -122.657203 |
Climax | 42.295130 , -122.619750 |
Colestin | 42.053190 , -122.651140 |
Copper | 42.026510 , -123.146720 |
Dardanelles | 42.429010 , -123.058100 |
Dollarhide | 42.086057 , -122.599446 |
Eagle Point | 42.467695 , -122.801575 |
Foots Creek | 42.384507 , -123.140761 |
Fort Birdseye | 42.411110 , -123.148610 |
Gas Works | 42.291278 , -122.828102 |
Gold Hill | 42.435770 , -123.052563 |
Herling | 42.257754 , -123.026753 |
Jacksonville | 42.312632 , -122.969169 |
Klamath Junction | 42.126785 , -122.608822 |
Lake Creek | 42.420830 , -122.622780 |
Lilyglen | 42.237180 , -122.435760 |
Lincoln | 42.108750 , -122.403080 |
Mckee Bridge | 42.127620 , -123.076160 |
Mcleod | 42.662350 , -122.687820 |
Medford | 42.337198 , -122.853635 |
Mistletoe | 42.135149 , -122.635574 |
Mountain View | 42.112080 , -122.384190 |
One Horse Town | 42.370339 , -122.987136 |
Payton | 42.686347 , -122.618172 |
Phoenix | 42.274823 , -122.815168 |
Pinehurst | 42.117640 , -122.366130 |
Prospect | 42.752593 , -122.475644 |
Rock Point | 42.433173 , -123.091818 |
Rogue Elk | 42.662350 , -122.759490 |
Rogue River | 42.435482 , -123.168240 |
Ruch | 42.231369 , -123.040322 |
Sams Valley | 42.491510 , -122.975320 |
Seattle Bar | 42.014388 , -123.129293 |
Seven Oaks | 42.392350 , -122.938100 |
Shady Cove | 42.611476 , -122.817811 |
Siskiyou | 42.065224 , -122.604131 |
Soda Spring | 42.115901 , -122.540420 |
Starvation Heights | 42.485400 , -123.168110 |
Steamboat | 42.075680 , -123.205050 |
Steinman | 42.092252 , -122.591500 |
Table Rock | 42.451240 , -122.912820 |
Talent | 42.240404 , -122.780713 |
Tolo | 42.424290 , -122.971430 |
Trail | 42.656767 , -122.813512 |
Union Creek | 42.907070 , -122.445590 |
Watkins | 42.042954 , -123.128628 |
White City | 42.431664 , -122.832234 |
White Point | 42.057705 , -122.650165 |
Wimer | 42.544575 , -123.148000 |
Notes:
- You can download geometry data for Jackson 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.