Download outline map of Otero (geojson format) :
Otero.geojson (**)
Download polygon array of Otero map for "Google Maps" :
Otero.txt
Bounding Box for Otero Map : ( 32.000278 , -106.377628 , 33.390815 , -104.847563 )
Wikipedia ID for Otero : Q489756
Wikipedia SPARQL Query for Otero (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q489756 wdt:P1082 ?population. }
OPTIONAL { wd:Q489756 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q489756 wdt:P2046 ?area. }
OPTIONAL { wd:Q489756 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q489756 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q489756 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 Otero map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.000278, -106.377628, 33.390815, -104.847563);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Otero)
[out:json];
(
rel["name"="Otero"][type=boundary];
rel["name:en"="Otero"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Otero
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alamogordo | 32.883398 , -105.962701 |
| Alamorosa | 33.005640 , -105.992210 |
| Alvarado | 32.136490 , -106.237210 |
| Apache | 33.325360 , -105.902770 |
| Avis | 32.700380 , -105.454700 |
| Bent | 33.147307 , -105.859019 |
| Blazers Mill | 33.156470 , -105.787490 |
| Boles Acres | 32.819347 , -105.978270 |
| Carrizo | 33.283690 , -105.706930 |
| Chippeway Park | 32.909540 , -105.705260 |
| Cloudcroft | 32.953257 , -105.733553 |
| Corner Well | 32.498160 , -105.071920 |
| Crisp | 32.738150 , -105.639420 |
| Dog Canyon Estates | 32.743980 , -105.955540 |
| Dunes | 32.664540 , -105.998870 |
| Elwood | 32.293710 , -106.137210 |
| High Rolls | 32.938806 , -105.821359 |
| Holloman AFB | 32.848268 , -106.099773 |
| Holloman Air Force Base | 32.848270 , -106.099770 |
| Hortonville | 32.911480 , -105.535820 |
| Kearney | 32.981750 , -105.991930 |
| La Luz | 32.969811 , -105.938746 |
| Maxon | 32.753430 , -105.630530 |
| Mayhill | 32.896164 , -105.496011 |
| Mescalero | 33.144848 , -105.789684 |
| Mountain Park | 32.950650 , -105.824710 |
| Newman | 32.003440 , -106.323040 |
| Old Wright Place | 32.480650 , -105.899980 |
| Omlee | 32.837030 , -105.971650 |
| Orogrande | 32.387571 , -106.100309 |
| Pinon | 32.618227 , -105.386674 |
| Point of Sands | 32.747030 , -106.195830 |
| Sacramento | 32.791715 , -105.572285 |
| Salinas | 33.235080 , -106.060270 |
| Silver Springs | 33.097310 , -105.620820 |
| Sunspot | 32.787536 , -105.819507 |
| Three Rivers | 33.321470 , -106.074990 |
| Timberon | 32.635997 , -105.692372 |
| Tularosa | 33.075250 , -106.017518 |
| Turquoise | 32.445100 , -106.032760 |
| Twin Forks | 32.946316 , -105.637368 |
| Valmont | 32.746760 , -105.987480 |
| Weed | 32.802519 , -105.524702 |
| Whitetail | 33.228980 , -105.555820 |
| Wimsatt | 32.958150 , -105.642480 |
Notes:
- You can download geometry data for Otero 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.