Download outline map of Eagle (geojson format) :
Eagle.geojson (**)
Download polygon array of Eagle map for "Google Maps" :
Eagle.txt
Bounding Box for Eagle Map : ( 39.349469 , -107.113947 , 39.925292 , -106.17592 )
Wikipedia ID for Eagle : Q115551
Wikipedia SPARQL Query for Eagle (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q115551 wdt:P1082 ?population. }
OPTIONAL { wd:Q115551 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q115551 wdt:P2046 ?area. }
OPTIONAL { wd:Q115551 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q115551 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q115551 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 Eagle map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](39.349469, -107.113947, 39.925292, -106.17592);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Eagle)
[out:json];
(
rel["name"="Eagle"][type=boundary];
rel["name:en"="Eagle"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Eagle
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Avon | 39.644805 , -106.513799 |
| Bachelor Gulch Village | 39.622220 , -106.543740 |
| Basalt | 39.366450 , -107.041557 |
| Beaver Creek | 39.606080 , -106.520690 |
| Beaver Creek Village | 39.604890 , -106.515300 |
| Belden | 39.525540 , -106.386140 |
| Bond | 39.874430 , -106.687260 |
| Carterville | 39.630820 , -106.646150 |
| Copper Spur | 39.910540 , -106.688370 |
| Dell | 39.885540 , -106.856430 |
| Derby Junction | 39.868880 , -106.905600 |
| Dotsero | 39.646310 , -107.054006 |
| Eagle | 39.636647 , -106.815675 |
| East Vail | 39.618362 , -106.432381 |
| Edwards | 39.621499 , -106.618273 |
| El Jebel | 39.405032 , -107.092024 |
| Engle | 39.369838 , -107.032757 |
| Fulford | 39.516563 , -106.657483 |
| Gilman | 39.532760 , -106.393920 |
| Gypsum | 39.627667 , -106.933279 |
| Holy Cross City | 39.433250 , -106.480195 |
| Leon | 39.384710 , -107.099220 |
| McCoy | 39.914382 , -106.725723 |
| Meredith | 39.363040 , -106.730040 |
| Minturn | 39.546248 , -106.387191 |
| Mitchell | 39.391650 , -106.319190 |
| Pando | 39.457210 , -106.333640 |
| Red Cliff | 39.509144 , -106.370030 |
| Ruedi | 39.367283 , -106.789167 |
| Sheephorn | 39.892210 , -106.466980 |
| State Bridge | 39.857760 , -106.649760 |
| Sweetwater | 39.674031 , -106.952934 |
| Vail | 39.638552 , -106.360880 |
| West Vail | 39.630260 , -106.414750 |
| Wilmor | 39.645816 , -106.632742 |
| Wolcott | 39.703453 , -106.679941 |
| Yarmony | 39.898732 , -106.607723 |
Notes:
- You can download geometry data for Eagle 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.