Download outline map of Doña Ana (geojson format) :
Doña Ana.geojson (**)
Download polygon array of Doña Ana map for "Google Maps" :
Doña Ana.txt
Bounding Box for Doña Ana Map : ( 31.783148 , -107.299681 , 33.052795 , -106.340473 )
Wikipedia ID for Doña Ana : Q112953
Wikipedia SPARQL Query for Doña Ana (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q112953 wdt:P1082 ?population. }
OPTIONAL { wd:Q112953 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q112953 wdt:P2046 ?area. }
OPTIONAL { wd:Q112953 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q112953 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q112953 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 Doña Ana map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.783148, -107.299681, 33.052795, -106.340473);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Doña Ana)
[out:json];
(
rel["name"="Doña Ana"][type=boundary];
rel["name:en"="Doña Ana"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Doña Ana
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Aden | 32.152870 , -107.127510 |
| Afton | 32.072880 , -106.944170 |
| Angostura | 32.652030 , -107.093070 |
| Anthony | 32.013114 , -106.598474 |
| Berino | 32.068934 , -106.621982 |
| Boyd | 32.322590 , -106.573610 |
| Chamberino | 32.036367 , -106.677625 |
| Chaparral | 32.044233 , -106.405895 |
| Doña Ana | 32.393945 , -106.817715 |
| El Ojito | 32.005380 , -106.678050 |
| Fairacers | 32.303980 , -106.846670 |
| Fairacres | 32.304726 , -106.836636 |
| Fort Selden | 32.483700 , -106.913070 |
| Four Points | 32.265090 , -106.786110 |
| Garfield | 32.756811 , -107.266455 |
| Grama | 32.742860 , -107.032240 |
| Hatch | 32.658762 , -107.182608 |
| Hersey Place | 32.512860 , -107.078900 |
| Hockett | 32.602580 , -107.285300 |
| Kenzin | 32.106490 , -107.016400 |
| Kimball Place | 32.514810 , -107.045010 |
| La Mesa | 32.124433 , -106.709010 |
| La Union | 31.950754 , -106.662143 |
| Lanark | 31.970100 , -106.816390 |
| Las Cruces | 32.326494 , -106.789298 |
| Leasburg | 32.453980 , -106.883060 |
| Lizard | 31.821770 , -106.628880 |
| Malpais | 31.798440 , -107.253070 |
| Mastodon | 31.822050 , -106.695830 |
| Mesilla | 32.269316 , -106.808254 |
| Mesilla Park | 32.275930 , -106.766670 |
| Mesquite | 32.166989 , -106.688503 |
| Noria | 31.804830 , -106.863330 |
| Old Picacho | 32.333000 , -106.882000 |
| Organ | 32.425082 , -106.602407 |
| Placitas | 32.665662 , -107.169776 |
| Potrillo | 31.801770 , -106.992780 |
| Pronto | 32.124260 , -107.063070 |
| Puerto de Anapra | 31.787609 , -106.546080 |
| Radium Springs | 32.478266 , -106.903116 |
| Rincon | 32.672867 , -107.076291 |
| Rodey | 32.653824 , -107.135792 |
| Rutter | 32.021490 , -106.875000 |
| Salem | 32.712197 , -107.204377 |
| San Miguel | 32.153465 , -106.726842 |
| San Pablo | 32.250657 , -106.762599 |
| San Ysidro | 32.356753 , -106.812892 |
| Santa Teresa | 31.869738 , -106.671006 |
| Santo Tomas | 32.181760 , -106.746110 |
| Spaceport City | 32.395920 , -106.683890 |
| Sunland Park | 31.818795 , -106.593238 |
| Tonuco | 32.590920 , -106.996680 |
| Tortugas | 32.270090 , -106.752780 |
| University Park | 32.276758 , -106.746328 |
| Vado | 32.127882 , -106.657073 |
| Vevay | 31.918710 , -106.759990 |
| White Sands | 32.383577 , -106.492768 |
Notes:
- You can download geometry data for Doña Ana 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.