Ouray (Colorado) Map Cropping Samples
Ouray (Colorado) Map Cropping Samples-1
Ouray (Colorado) Map Cropping Samples-2
Ouray neighborhoods and villages map with 3D shadow effect
flag map of Ouray with 3D shadow effect
Ouray map with 3d shadow effect
Download outline map of Ouray (geojson format) :
Ouray.geojson (**)
Download polygon array of Ouray map for "Google Maps" :
Ouray.txt
Bounding Box for Ouray Map : ( 37.892007 , -108.13238 , 38.332778 , -107.51088 )
Wikipedia ID for Ouray : Q426699
Wikipedia SPARQL Query for Ouray (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q426699 wdt:P1082 ?population. }
OPTIONAL { wd:Q426699 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q426699 wdt:P2046 ?area. }
OPTIONAL { wd:Q426699 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q426699 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q426699 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 Ouray map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.892007, -108.13238, 38.332778, -107.51088);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ouray)
[out:json];
(
rel["name"="Ouray"][type=boundary];
rel["name:en"="Ouray"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ouray
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Camp Bird | 37.972770 , -107.726450 |
Colona | 38.327510 , -107.779306 |
Dallas | 38.183320 , -107.744780 |
Eldredge | 38.287770 , -107.767280 |
Guston | 37.926208 , -107.730304 |
Ironton | 37.932770 , -107.680340 |
Loghill Village | 38.196182 , -107.778945 |
Ouray | 38.027431 , -107.673581 |
Portland | 38.089221 , -107.695234 |
Red Mountain | 37.904100 , -107.709358 |
Ridgway | 38.159129 , -107.753110 |
Sneffels | 37.986667 , -107.763957 |
Thistledown | 37.993610 , -107.699780 |
Notes:
- You can download geometry data for Ouray 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.