Download outline map of Las Animas (geojson format) :
Las Animas.geojson (**)
Download polygon array of Las Animas map for "Google Maps" :
Las Animas.txt
Bounding Box for Las Animas Map : ( 36.992727 , -105.155063 , 37.817488 , -103.074663 )
Wikipedia ID for Las Animas : Q128075
Wikipedia SPARQL Query for Las Animas (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q128075 wdt:P1082 ?population. }
OPTIONAL { wd:Q128075 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q128075 wdt:P2046 ?area. }
OPTIONAL { wd:Q128075 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q128075 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q128075 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 Las Animas map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.992727, -105.155063, 37.817488, -103.074663);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Las Animas)
[out:json];
(
rel["name"="Las Animas"][type=boundary];
rel["name:en"="Las Animas"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Las Animas
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Abeyta | 37.079740 , -104.186370 |
| Aguilar | 37.403626 , -104.655036 |
| Andrix | 37.279460 , -103.192710 |
| Barela | 37.115580 , -104.261650 |
| Boncarbo | 37.216680 , -104.694990 |
| Branson | 37.015493 , -103.883777 |
| Cokedale | 37.144223 , -104.621590 |
| Cordova Plaza | 37.133350 , -104.829720 |
| Delagua | 37.344777 , -104.578685 |
| Delhi | 37.642240 , -104.018020 |
| Earl | 37.333350 , -104.278310 |
| El Moro | 37.234946 , -104.449156 |
| Engleville | 37.149460 , -104.475260 |
| Gulnare | 37.317240 , -104.751930 |
| Hoehne | 37.281449 , -104.389089 |
| Houghton | 37.589460 , -104.043300 |
| Jansen | 37.158158 , -104.550108 |
| Kim | 37.247062 , -103.353411 |
| Ludlow | 37.333350 , -104.583320 |
| Lynn | 37.421909 , -104.643061 |
| Medina Plaza | 37.127800 , -104.792210 |
| Model | 37.372240 , -104.244970 |
| Monument Park | 37.206960 , -105.046390 |
| Morley | 37.011283 , -104.489228 |
| Ninaview | 37.643900 , -103.240770 |
| Parras Plaza | 37.177240 , -104.956390 |
| Patterson Crossing | 37.217520 , -104.208310 |
| Reilly Canyon | 37.254460 , -104.709990 |
| Rugby | 37.470010 , -104.664980 |
| San Miguel | 37.099470 , -104.395540 |
| Sarcillo | 37.125580 , -104.759440 |
| Segundo | 37.122519 , -104.739742 |
| Sequndo | 37.120850 , -104.722210 |
| Sopris Plaza | 37.143915 , -104.569374 |
| Starkville | 37.116820 , -104.523298 |
| Stonewall Gap | 37.160474 , -105.034202 |
| Tercio | 37.051970 , -104.996670 |
| Tijeras | 37.125850 , -104.663040 |
| Tobe | 37.219190 , -103.611620 |
| Torres | 37.069470 , -105.056110 |
| Trinchera | 37.042240 , -104.047470 |
| Trinidad | 37.174842 , -104.490711 |
| Tyrone | 37.454180 , -104.208300 |
| Valdez | 37.123886 , -104.679417 |
| Vallorso | 37.282790 , -104.644990 |
| Velasquez Plaza | 37.123630 , -104.782490 |
| Vigil | 37.161130 , -104.941670 |
| Villegreen | 37.305850 , -103.520220 |
| Walts Corner | 37.168910 , -103.879960 |
| Weston | 37.145924 , -104.868286 |
| Wootton | 36.997377 , -104.481911 |
| Zamara | 37.153910 , -104.920550 |
Notes:
- You can download geometry data for Las Animas 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.