Custer (Colorado) Map Cropping Samples
Custer (Colorado) Map Cropping Samples-1
Custer (Colorado) Map Cropping Samples-2
Custer neighborhoods and villages map with 3D shadow effect
flag map of Custer with 3D shadow effect
Custer map with 3d shadow effect
Download outline map of Custer (geojson format) :
Custer.geojson (**)
Download polygon array of Custer map for "Google Maps" :
Custer.txt
Bounding Box for Custer Map : ( 37.889703 , -105.796897 , 38.265191 , -105.048287 )
Wikipedia ID for Custer : Q312155
Wikipedia SPARQL Query for Custer (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q312155 wdt:P1082 ?population. }
OPTIONAL { wd:Q312155 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q312155 wdt:P2046 ?area. }
OPTIONAL { wd:Q312155 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q312155 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q312155 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 Custer map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.889703, -105.796897, 38.265191, -105.048287);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Custer)
[out:json];
(
rel["name"="Custer"][type=boundary];
rel["name:en"="Custer"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Custer
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Fairview | 38.067780 , -105.099160 |
Greenwood | 38.205000 , -105.096930 |
Mc Kenzie Junction | 38.164170 , -105.190830 |
Querida | 38.126110 , -105.334440 |
Rosita | 38.097220 , -105.336110 |
San Isabel | 37.987510 , -105.054440 |
Silver Cliff | 38.120387 , -105.410391 |
Tanglewood Acres | 38.093890 , -105.561670 |
Westcliffe | 38.133942 , -105.465399 |
Wetmore | 38.238060 , -105.084710 |
Notes:
- You can download geometry data for Custer 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.