Download outline map of Hunt (geojson format) :
Hunt.geojson (**)
Download polygon array of Hunt map for "Google Maps" :
Hunt.txt
Bounding Box for Hunt Map : ( 32.837217 , -96.297344 , 33.40953 , -95.858645 )
Wikipedia ID for Hunt : Q111729
Wikipedia SPARQL Query for Hunt (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111729 wdt:P1082 ?population. }
OPTIONAL { wd:Q111729 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111729 wdt:P2046 ?area. }
OPTIONAL { wd:Q111729 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111729 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111729 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 Hunt map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.837217, -96.297344, 33.40953, -95.858645);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hunt)
[out:json];
(
rel["name"="Hunt"][type=boundary];
rel["name:en"="Hunt"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hunt
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Aberfoyle | 33.305110 , -96.025250 |
| Boles Home | 32.947340 , -96.102470 |
| Burrow | 33.007340 , -96.293310 |
| Caddo Mills | 33.051705 , -96.230065 |
| Campbell | 33.146326 , -95.954436 |
| Cash | 32.994560 , -96.108030 |
| Celeste | 33.291733 , -96.196234 |
| Center Point | 33.092340 , -96.061080 |
| Clinton | 33.103450 , -96.235810 |
| Commerce | 33.241997 , -95.899858 |
| Dixon | 33.069280 , -96.026910 |
| Durham | 33.350670 , -95.978860 |
| Floyd | 33.148730 , -96.244980 |
| Greenville | 33.111510 , -96.109433 |
| Harris | 32.871790 , -96.148590 |
| Hawk Cove | 32.883582 , -96.083125 |
| Hickory Creek | 33.365390 , -96.156920 |
| Hogeye | 33.297060 , -96.163310 |
| Jacobia | 33.220110 , -96.054420 |
| Jardin | 33.329550 , -95.918300 |
| Kellogg | 33.209280 , -96.151090 |
| Kingston | 33.252890 , -96.176640 |
| Lane | 33.302060 , -96.262480 |
| Lone Oak | 32.995987 , -95.941016 |
| Meadowview | 33.059280 , -96.124420 |
| Merit | 33.216780 , -96.287480 |
| Midway | 33.303450 , -96.151640 |
| Mount Bethel | 33.048450 , -96.109420 |
| Neylandville | 33.200541 , -96.005606 |
| Pleasant Valley | 33.123730 , -96.273030 |
| Quinlan | 32.908916 , -96.131865 |
| Scatter Branch | 33.239830 , -95.968580 |
| South Sulphur | 33.265110 , -96.009970 |
| Union Valley | 32.932311 , -96.247228 |
| Wagner | 33.187890 , -96.215250 |
| Weiland | 33.014560 , -96.064140 |
| West Tawakoni | 32.897422 , -96.023380 |
| Whitehead | 32.868180 , -96.260260 |
| Wieland | 33.014840 , -96.060250 |
| Wolfe City | 33.370558 , -96.068693 |
| Yowell | 33.345390 , -95.860240 |
Notes:
- You can download geometry data for Hunt 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.