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.541938 , -80.095141 , 36.856139 , -79.640652 )
Wikipedia ID for Henry : Q505841
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:Q505841 wdt:P1082 ?population. }
OPTIONAL { wd:Q505841 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q505841 wdt:P2046 ?area. }
OPTIONAL { wd:Q505841 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q505841 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q505841 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.541938, -80.095141, 36.856139, -79.640652);
);
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) |
Aiken Summit | 36.595140 , -79.704760 |
Axton | 36.659580 , -79.711980 |
Bassett | 36.761446 , -79.986583 |
Bassett Forks | 36.740970 , -79.934210 |
Blackberry | 36.716800 , -80.038660 |
Boxwood | 36.639030 , -79.714200 |
Carlisle | 36.661800 , -79.786700 |
Chatmoss | 36.675781 , -79.798112 |
Chestnut Knob | 36.624030 , -79.910600 |
Collinsville | 36.721553 , -79.912175 |
Craig | 36.614860 , -80.030880 |
Davis Store | 36.695690 , -79.708090 |
Dillons Fork | 36.695690 , -80.006150 |
Fieldale | 36.700949 , -79.942435 |
Figsboro | 36.786530 , -79.858650 |
Fontaine | 36.644860 , -79.859760 |
Glen Court | 36.606250 , -79.865040 |
Grassy Creek | 36.642920 , -79.921150 |
Heusley | 36.699030 , -79.895590 |
Horse Pasture | 36.631219 , -79.951468 |
Irisburg | 36.620690 , -79.758370 |
Koehler | 36.689860 , -79.908930 |
Lakewood Forest | 36.618470 , -79.967540 |
Laurel Park | 36.687061 , -79.787174 |
Leatherwood | 36.740970 , -79.746420 |
Lithia Springs | 36.590690 , -79.847260 |
Marrowbone Heights | 36.616250 , -79.858090 |
North Bassett | 36.769300 , -79.999210 |
Oak Level | 36.794407 , -79.939190 |
Old Liberty | 36.655140 , -79.823650 |
Old Well Crossing | 36.617360 , -80.020600 |
Pannill Fork | 36.709030 , -80.013100 |
Payne | 36.714860 , -79.937260 |
Philpott | 36.790420 , -80.006150 |
Pleasant Grove | 36.686800 , -80.001990 |
Preston | 36.658190 , -79.979760 |
Rangeley | 36.696250 , -79.962540 |
Reed Creek Village | 36.766800 , -79.918370 |
Ridgeway | 36.578177 , -79.858299 |
Rock Run | 36.719030 , -79.967820 |
Sandy Level | 36.564464 , -79.727603 |
Sanville | 36.719860 , -80.059210 |
Shannon Hills | 36.616800 , -79.866710 |
Sheffield Terrace | 36.608470 , -79.855040 |
Stanleytown | 36.751197 , -79.952174 |
Starlings Crossroads | 36.557920 , -79.726700 |
Stockton | 36.664300 , -79.735870 |
Stones Store | 36.744300 , -80.076990 |
Villa Heights | 36.698144 , -79.899386 |
West Bassett | 36.764580 , -80.023100 |
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.