Cheyenne (Colorado) Map Cropping Samples
Cheyenne (Colorado) Map Cropping Samples-1
Cheyenne (Colorado) Map Cropping Samples-2
Cheyenne neighborhoods and villages map with 3D shadow effect
flag map of Cheyenne with 3D shadow effect
Cheyenne map with 3d shadow effect
Download outline map of Cheyenne (geojson format) :
Cheyenne.geojson (**)
Download polygon array of Cheyenne map for "Google Maps" :
Cheyenne.txt
Bounding Box for Cheyenne Map : ( 38.61245 , -103.172943 , 39.047082 , -102.044792 )
Wikipedia ID for Cheyenne : Q311908
Wikipedia SPARQL Query for Cheyenne (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q311908 wdt:P1082 ?population. }
OPTIONAL { wd:Q311908 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q311908 wdt:P2046 ?area. }
OPTIONAL { wd:Q311908 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q311908 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q311908 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 Cheyenne map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.61245, -103.172943, 39.047082, -102.044792);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cheyenne)
[out:json];
(
rel["name"="Cheyenne"][type=boundary];
rel["name:en"="Cheyenne"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cheyenne
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arapahoe | 38.850010 , -102.182130 |
Aroya | 38.854160 , -103.125490 |
Cheyenne Wells | 38.819202 , -102.352030 |
Firstview | 38.815840 , -102.539640 |
Fort Big Spring | 38.933330 , -102.829650 |
Kit Carson | 38.762823 , -102.795366 |
Mount Pearl | 38.962500 , -102.789370 |
Old Wells | 38.900000 , -102.326300 |
Wild Horse | 38.825830 , -103.011600 |
Notes:
- You can download geometry data for Cheyenne 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.