Alamosa (Colorado) Map Cropping Samples
Alamosa (Colorado) Map Cropping Samples-1
Alamosa (Colorado) Map Cropping Samples-2
Alamosa neighborhoods and villages map with 3D shadow effect
flag map of Alamosa with 3D shadow effect
Alamosa map with 3d shadow effect
Download outline map of Alamosa (geojson format) :
Alamosa.geojson (**)
Download polygon array of Alamosa map for "Google Maps" :
Alamosa.txt
Bounding Box for Alamosa Map : ( 37.3562 , -106.039397 , 37.752306 , -105.452727 )
Wikipedia ID for Alamosa : Q311901
Wikipedia SPARQL Query for Alamosa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q311901 wdt:P1082 ?population. }
OPTIONAL { wd:Q311901 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q311901 wdt:P2046 ?area. }
OPTIONAL { wd:Q311901 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q311901 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q311901 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 Alamosa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.3562, -106.039397, 37.752306, -105.452727);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Alamosa)
[out:json];
(
rel["name"="Alamosa"][type=boundary];
rel["name:en"="Alamosa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Alamosa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alamosa | 37.475890 , -105.876919 |
Alamosa East | 37.476689 , -105.839677 |
Estrella | 37.366120 , -105.924470 |
Hartner | 37.392510 , -105.910020 |
Henry | 37.398340 , -105.906970 |
Hooper | 37.745976 , -105.877735 |
La Fruto | 37.414730 , -105.898630 |
Mc Clintock | 37.476182 , -105.602254 |
Mosca | 37.648330 , -105.873910 |
Parma | 37.537220 , -106.038640 |
Stanley | 37.438858 , -105.803092 |
Waverly | 37.429730 , -106.006140 |
Notes:
- You can download geometry data for Alamosa 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.