Jackson (Colorado) Map Cropping Samples
Jackson (Colorado) Map Cropping Samples-1
Jackson (Colorado) Map Cropping Samples-2
Jackson neighborhoods and villages map with 3D shadow effect
flag map of Jackson with 3D shadow effect
Jackson map with 3d shadow effect
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 : ( 40.323382 , -106.873221 , 41.002702 , -105.851755 )
Wikipedia ID for Jackson : Q127975
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:Q127975 wdt:P1082 ?population. }
OPTIONAL { wd:Q127975 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q127975 wdt:P2046 ?area. }
OPTIONAL { wd:Q127975 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q127975 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q127975 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"](40.323382, -106.873221, 41.002702, -105.851755);
);
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) |
Bockman Lumber Camp | 40.558310 , -105.965850 |
Brownlee | 40.784700 , -106.286690 |
Coalmont | 40.562480 , -106.444480 |
Cowdrey | 40.859700 , -106.313080 |
Fort Boettcher | 40.804420 , -106.543920 |
Gould | 40.526370 , -106.026680 |
Hebron | 40.596090 , -106.406980 |
Kings Canyon | 40.926920 , -106.226970 |
Larand | 40.622480 , -106.292800 |
Northgate | 40.885810 , -106.294190 |
Old Homestead | 40.440260 , -106.143630 |
Pearl | 40.985250 , -106.546980 |
Rand | 40.453870 , -106.181410 |
Walden | 40.731584 , -106.281336 |
Willey Lumber Camp | 40.502760 , -105.899180 |
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.