Curry (New Mexico) Map Cropping Samples
Curry (New Mexico) Map Cropping Samples-1
Curry (New Mexico) Map Cropping Samples-2
Curry neighborhoods and villages map with 3D shadow effect
flag map of Curry with 3D shadow effect
Curry map with 3d shadow effect
Download outline map of Curry (geojson format) :
Curry.geojson (**)
Download polygon array of Curry map for "Google Maps" :
Curry.txt
Bounding Box for Curry Map : ( 34.302571 , -103.740253 , 34.954233 , -103.042661 )
Wikipedia ID for Curry : Q484496
Wikipedia SPARQL Query for Curry (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484496 wdt:P1082 ?population. }
OPTIONAL { wd:Q484496 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484496 wdt:P2046 ?area. }
OPTIONAL { wd:Q484496 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484496 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484496 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 Curry map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.302571, -103.740253, 34.954233, -103.042661);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Curry)
[out:json];
(
rel["name"="Curry"][type=boundary];
rel["name:en"="Curry"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Curry
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bellview | 34.821180 , -103.107730 |
Broadview | 34.819510 , -103.213560 |
Cannon AFB | 34.388692 , -103.318726 |
Cannon Air Force Base | 34.386580 , -103.317730 |
Claud | 34.594240 , -103.179120 |
Clovis | 34.436985 , -103.191632 |
Field | 34.628680 , -103.565510 |
Gallaher | 34.402850 , -103.296900 |
Grady | 34.821492 , -103.315538 |
Grier | 34.410630 , -103.398570 |
Hollene | 34.777570 , -103.090780 |
Melrose | 34.428988 , -103.629597 |
Pleasant Hill | 34.520350 , -103.073840 |
Portair | 34.405350 , -103.301900 |
Ranchvale | 34.492580 , -103.318840 |
Saint Vrain | 34.416190 , -103.489680 |
Texico | 34.389636 , -103.051296 |
Weber City | 34.633680 , -103.636350 |
Notes:
- You can download geometry data for Curry 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.