Download outline map of Jeff Davis (geojson format) :
Jeff Davis.geojson (**)
Download polygon array of Jeff Davis map for "Google Maps" :
Jeff Davis.txt
Bounding Box for Jeff Davis Map : ( 30.41219 , -104.979801 , 31.105203 , -103.439976 )
Wikipedia ID for Jeff Davis : Q484535
Wikipedia SPARQL Query for Jeff Davis (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484535 wdt:P1082 ?population. }
OPTIONAL { wd:Q484535 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484535 wdt:P2046 ?area. }
OPTIONAL { wd:Q484535 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484535 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484535 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 Jeff Davis map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.41219, -104.979801, 31.105203, -103.439976);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jeff Davis)
[out:json];
(
rel["name"="Jeff Davis"][type=boundary];
rel["name:en"="Jeff Davis"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jeff Davis
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bell Place Windmill | 30.619870 , -104.490200 |
Chispa | 30.744590 , -104.697430 |
Corner Windmill | 30.860430 , -103.749350 |
Fort Davis | 30.578374 , -103.892183 |
Old Place Windmill | 30.907370 , -103.836570 |
Saltlick Mill | 30.741540 , -103.628230 |
Valentine | 30.588611 , -104.495314 |
Notes:
- You can download geometry data for Jeff Davis 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.