Download outline map of Henry (geojson format) :
Henry.geojson (**)
Download polygon array of Henry map for "Google Maps" :
Henry.txt
Bounding Box for Henry Map : ( 36.12029 , -88.530346 , 36.501583 , -87.99092 )
Wikipedia ID for Henry : Q489007
Wikipedia SPARQL Query for Henry (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q489007 wdt:P1082 ?population. }
OPTIONAL { wd:Q489007 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q489007 wdt:P2046 ?area. }
OPTIONAL { wd:Q489007 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q489007 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q489007 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 Henry map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.12029, -88.530346, 36.501583, -87.99092);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Henry)
[out:json];
(
rel["name"="Henry"][type=boundary];
rel["name:en"="Henry"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Henry
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Antioch Harbor Resort | 36.360890 , -88.128090 |
| Bethlehem | 36.459780 , -88.263650 |
| Buchanan | 36.437000 , -88.208370 |
| Buchanan Subdivision | 36.411170 , -88.107810 |
| Cabana Estates | 36.477830 , -88.078370 |
| Como | 36.293120 , -88.512270 |
| Conyersville | 36.449780 , -88.294210 |
| Cottage Grove | 36.378532 , -88.479101 |
| Durham Subdivision | 36.410610 , -88.123370 |
| Elkhorn | 36.333940 , -88.159200 |
| Foundry Hill | 36.409780 , -88.355040 |
| Freeland | 36.499220 , -88.194200 |
| Haigler Ridge | 36.268950 , -88.130320 |
| Hancock | 36.283670 , -88.311150 |
| Henry | 36.200366 , -88.410853 |
| Hilltop | 36.340890 , -88.343930 |
| India | 36.332560 , -88.258100 |
| Jones Mill | 36.446450 , -88.460600 |
| Lakeview Manor | 36.262280 , -88.106980 |
| Liberty | 36.460050 , -88.106150 |
| Mansfield | 36.177280 , -88.286160 |
| Midway | 36.283670 , -88.465600 |
| Midway | 36.487840 , -88.498100 |
| Mill Creek | 36.449220 , -88.402540 |
| Mills Subdivision | 36.485610 , -88.091140 |
| Mount Pleasant | 36.486440 , -88.248650 |
| New Boston | 36.336170 , -88.443100 |
| New Hope | 36.191720 , -88.253930 |
| Nobles | 36.355330 , -88.219760 |
| Oak Grove | 36.387830 , -88.168090 |
| Oak Haven Acres | 36.428390 , -88.117810 |
| Oak Wood Estates | 36.487550 , -88.073640 |
| Oakland | 36.277830 , -88.229490 |
| Old Springville | 36.288110 , -88.145320 |
| Osage | 36.355890 , -88.411710 |
| Palestine | 36.258950 , -88.401990 |
| Paris | 36.293581 , -88.306610 |
| Pine Hill | 36.470890 , -88.142810 |
| Pine Point Subdivision | 36.411170 , -88.100590 |
| Pleasant Hill | 36.180340 , -88.193930 |
| Puryear | 36.442163 , -88.332629 |
| Riverwood Hills | 36.458090 , -88.110040 |
| Routon | 36.229500 , -88.372270 |
| Salem | 36.182280 , -88.476160 |
| Spring Creek | 36.205340 , -88.212540 |
| Springville | 36.249220 , -88.153090 |
| Sunny Side | 36.307000 , -88.230600 |
| Van Dyke | 36.221450 , -88.301160 |
| Woodland Acres | 36.335610 , -88.255040 |
Notes:
- You can download geometry data for Henry 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.