Dimmit (Texas) Map Cropping Samples
Dimmit (Texas) Map Cropping Samples-1
Dimmit (Texas) Map Cropping Samples-2
Dimmit neighborhoods and villages map with 3D shadow effect
flag map of Dimmit with 3D shadow effect
Dimmit map with 3d shadow effect
Download outline map of Dimmit (geojson format) :
Dimmit.geojson (**)
Download polygon array of Dimmit map for "Google Maps" :
Dimmit.txt
Bounding Box for Dimmit Map : ( 28.197819 , -100.114345 , 28.648122 , -99.394177 )
Wikipedia ID for Dimmit : Q26619
Wikipedia SPARQL Query for Dimmit (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26619 wdt:P1082 ?population. }
OPTIONAL { wd:Q26619 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26619 wdt:P2046 ?area. }
OPTIONAL { wd:Q26619 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26619 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26619 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 Dimmit map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](28.197819, -100.114345, 28.648122, -99.394177);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Dimmit)
[out:json];
(
rel["name"="Dimmit"][type=boundary];
rel["name:en"="Dimmit"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Dimmit
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Asherton | 28.446118 , -99.760322 |
Big Wells | 28.569875 , -99.570188 |
Brundage | 28.573965 , -99.670131 |
Carrizo Hill | 28.503269 , -99.829464 |
Carrizo Hills Colonia | 28.501370 , -99.830330 |
Carrizo Springs | 28.526601 , -99.858879 |
Catarina | 28.349852 , -99.616061 |
Espantosa Colonia | 28.627200 , -99.833390 |
Gilson Groves | 28.269440 , -99.755610 |
Kearny | 28.341940 , -99.536150 |
Las Vegas | 28.548040 , -99.489760 |
Valley Wells | 28.480820 , -99.509210 |
Winter Haven | 28.619700 , -99.857560 |
Notes:
- You can download geometry data for Dimmit 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.