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 : ( 38.335586 , -85.34608 , 38.596838 , -84.866952 )
Wikipedia ID for Henry : Q500734
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:Q500734 wdt:P1082 ?population. }
OPTIONAL { wd:Q500734 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q500734 wdt:P2046 ?area. }
OPTIONAL { wd:Q500734 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q500734 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q500734 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"](38.335586, -85.34608, 38.596838, -84.866952);
);
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) |
Bellview | 38.356180 , -85.143010 |
Bethlehem | 38.400620 , -85.069400 |
Campbellsburg | 38.524044 , -85.214872 |
Delville | 38.477570 , -85.097450 |
Drennon Springs | 38.507840 , -85.053840 |
Eminence | 38.363725 , -85.177818 |
Fallis | 38.430070 , -84.935230 |
Franklinton | 38.452570 , -85.055510 |
Gest | 38.417570 , -84.882730 |
Jericho | 38.405070 , -85.289960 |
Lacie | 38.527010 , -85.129400 |
Lockport | 38.435900 , -84.967170 |
New Castle | 38.433394 , -85.168870 |
Orville | 38.398400 , -84.915510 |
Pendleton | 38.462290 , -85.303570 |
Pleasureville | 38.351366 , -85.112084 |
Point Pleasant | 38.408840 , -85.105160 |
Port Royal | 38.555340 , -85.080230 |
Slabtown | 38.432850 , -85.005230 |
Sligo | 38.488950 , -85.313290 |
Smithfield | 38.386437 , -85.256628 |
Sulphur | 38.494790 , -85.273570 |
Tarascon | 38.411460 , -85.309120 |
Turners Station | 38.555620 , -85.167730 |
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.