Download outline map of Colfax (geojson format) :
Colfax.geojson (**)
Download polygon array of Colfax map for "Google Maps" :
Colfax.txt
Bounding Box for Colfax Map : ( 36.21761 , -105.377745 , 36.996239 , -104.007183 )
Wikipedia ID for Colfax : Q111979
Wikipedia SPARQL Query for Colfax (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111979 wdt:P1082 ?population. }
OPTIONAL { wd:Q111979 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111979 wdt:P2046 ?area. }
OPTIONAL { wd:Q111979 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111979 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111979 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 Colfax map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.21761, -105.377745, 36.996239, -104.007183);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Colfax)
[out:json];
(
rel["name"="Colfax"][type=boundary];
rel["name:en"="Colfax"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Colfax
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Abbott | 36.305590 , -104.258870 |
| Agua Fria | 36.430030 , -105.298900 |
| Angel Fire | 36.382176 , -105.271467 |
| Banning Place | 36.922250 , -105.129170 |
| Black Lake | 36.298370 , -105.258620 |
| Black Lake Resorts | 36.273920 , -105.243620 |
| Brilliant | 36.956140 , -104.534430 |
| Capitan Hill | 36.670310 , -104.774440 |
| Carisbrooke | 36.916970 , -104.371370 |
| Casa Grande | 36.888360 , -104.978890 |
| Chico | 36.486690 , -104.192760 |
| Cimarron | 36.508675 , -104.911452 |
| Colfax | 36.596700 , -104.738330 |
| Colmor | 36.220590 , -104.649430 |
| Dawson | 36.654975 , -104.767845 |
| Eagle Nest | 36.549487 , -105.259387 |
| Elizabethtown | 36.619200 , -105.284450 |
| Farley | 36.352810 , -104.039140 |
| French | 36.474200 , -104.558320 |
| Gardiner | 36.885300 , -104.482490 |
| Hebron | 36.738640 , -104.465820 |
| Idlewild | 36.549480 , -105.305280 |
| Keota | 36.954470 , -104.476380 |
| Kiowa | 36.653920 , -104.107750 |
| Koehler | 36.740860 , -104.618320 |
| Lakeview Pines | 36.508640 , -105.303620 |
| Maxwell | 36.541088 , -104.543047 |
| McCrystal Place | 36.810590 , -105.145280 |
| McDaniel Cimarron Place | 36.468370 , -104.846670 |
| Miami | 36.350040 , -104.793050 |
| Philmont | 36.485715 , -105.105148 |
| Raton | 36.884970 , -104.439572 |
| Rayado | 36.368650 , -104.926950 |
| Ring Place | 36.772250 , -105.121110 |
| Schomberg | 36.638920 , -104.499430 |
| Six Mile Gate | 36.587260 , -104.964170 |
| Springer | 36.366138 , -104.593122 |
| Sugarite | 36.943910 , -104.381930 |
| Sunny Side | 36.363650 , -104.901940 |
| Taylor Springs | 36.327250 , -104.492210 |
| Tinaja | 36.653080 , -104.390260 |
| Toril | 36.387530 , -104.586100 |
| Urraca Place | 36.410040 , -104.843890 |
| Ute Park | 36.546689 , -105.103800 |
| Val Verde Ski Area | 36.555030 , -105.321670 |
| Valdez Place | 36.274200 , -104.854440 |
| Van Houten | 36.792250 , -104.565820 |
| Virginia City | 36.579750 , -105.240010 |
| Yankee | 36.945020 , -104.328040 |
Notes:
- You can download geometry data for Colfax 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.