Dallam (Texas) Map Cropping Samples
Dallam (Texas) Map Cropping Samples-1
Dallam (Texas) Map Cropping Samples-2
Dallam neighborhoods and villages map with 3D shadow effect
flag map of Dallam with 3D shadow effect
Dallam map with 3d shadow effect
Download outline map of Dallam (geojson format) :
Dallam.geojson (**)
Download polygon array of Dallam map for "Google Maps" :
Dallam.txt
Bounding Box for Dallam Map : ( 36.054975 , -103.041923 , 36.500704 , -102.162424 )
Wikipedia ID for Dallam : Q109303
Wikipedia SPARQL Query for Dallam (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109303 wdt:P1082 ?population. }
OPTIONAL { wd:Q109303 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109303 wdt:P2046 ?area. }
OPTIONAL { wd:Q109303 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109303 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109303 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 Dallam map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.054975, -103.041923, 36.500704, -102.162424);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Dallam)
[out:json];
(
rel["name"="Dallam"][type=boundary];
rel["name:en"="Dallam"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Dallam
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bolin | 36.139480 , -102.635200 |
Buffalo Springs | 36.486690 , -102.759360 |
Bunker Hill | 36.126420 , -102.874370 |
Chamberlin | 36.148640 , -102.384350 |
Coldwater | 36.455300 , -102.629630 |
Conlen | 36.235310 , -102.237400 |
Corlena | 36.320310 , -102.939370 |
Dalhart | 36.057999 , -102.512327 |
Hitt | 36.115590 , -102.439080 |
Irwin | 36.191700 , -102.311850 |
Kerrick | 36.495580 , -102.242680 |
Perico | 36.276420 , -102.864370 |
Texline | 36.376494 , -103.018876 |
Thompson Grove | 36.414470 , -102.804360 |
Ware | 36.184750 , -102.710200 |
Windy Hill | 36.121150 , -102.959650 |
Notes:
- You can download geometry data for Dallam 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.