Teller (Colorado) Map Cropping Samples
Teller (Colorado) Map Cropping Samples-1
Teller (Colorado) Map Cropping Samples-2
Teller neighborhoods and villages map with 3D shadow effect
flag map of Teller with 3D shadow effect
Teller map with 3d shadow effect
Download outline map of Teller (geojson format) :
Teller.geojson (**)
Download polygon array of Teller map for "Google Maps" :
Teller.txt
Bounding Box for Teller Map : ( 38.647531 , -105.330643 , 39.129819 , -104.938977 )
Wikipedia ID for Teller : Q312746
Wikipedia SPARQL Query for Teller (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q312746 wdt:P1082 ?population. }
OPTIONAL { wd:Q312746 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q312746 wdt:P2046 ?area. }
OPTIONAL { wd:Q312746 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q312746 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q312746 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 Teller map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.647531, -105.330643, 39.129819, -104.938977);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Teller)
[out:json];
(
rel["name"="Teller"][type=boundary];
rel["name:en"="Teller"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Teller
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Altman | 38.726367 , -105.143709 |
Beacon Hill | 38.722490 , -105.164980 |
Cripple Creek | 38.746150 , -105.184041 |
Divide | 38.945006 , -105.161949 |
Elkton | 38.722210 , -105.150540 |
Fairview | 38.743880 , -105.158310 |
Florissant | 38.944557 , -105.289870 |
Gillett | 38.799450 , -105.123817 |
Goldfield | 38.717645 , -105.125327 |
Hollywood | 38.709430 , -105.133310 |
Independence | 38.731966 , -105.125255 |
Marigold | 38.661100 , -105.221370 |
Midland | 38.846826 , -105.157869 |
Midway | 38.739990 , -105.142760 |
Rosemont | 38.742210 , -104.956920 |
Seven Lakes | 38.776460 , -105.020198 |
Twin Rock | 38.834217 , -105.241116 |
Victor | 38.708996 , -105.141845 |
Woodland Park | 38.998848 , -105.059366 |
Notes:
- You can download geometry data for Teller 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.