Download outline map of Henderson (geojson format) :
Henderson.geojson (**)
Download polygon array of Henderson map for "Google Maps" :
Henderson.txt
Bounding Box for Henderson Map : ( 37.638376 , -87.927068 , 37.975514 , -87.271162 )
Wikipedia ID for Henderson : Q491894
Wikipedia SPARQL Query for Henderson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491894 wdt:P1082 ?population. }
OPTIONAL { wd:Q491894 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491894 wdt:P2046 ?area. }
OPTIONAL { wd:Q491894 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491894 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491894 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 Henderson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.638376, -87.927068, 37.975514, -87.271162);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Henderson)
[out:json];
(
rel["name"="Henderson"][type=boundary];
rel["name:en"="Henderson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Henderson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Anthoston | 37.759490 , -87.538340 |
Baskett | 37.870880 , -87.462510 |
Beals | 37.866710 , -87.402780 |
Bluff City | 37.801710 , -87.379450 |
Cairo | 37.708100 , -87.645850 |
Carlinburg | 37.883380 , -87.323340 |
Coraville | 37.730600 , -87.471400 |
Corydon | 37.740223 , -87.706382 |
Euterpe | 37.715040 , -87.443340 |
Finley Addition | 37.801430 , -87.619740 |
Geneva | 37.811990 , -87.691960 |
Graham Hill | 37.823380 , -87.530010 |
Henderson | 37.840181 , -87.578895 |
Jonesburg | 37.720880 , -87.744180 |
King Mills | 37.736710 , -87.752240 |
Niagara | 37.720880 , -87.486400 |
Rankin | 37.782540 , -87.577230 |
Reed | 37.851160 , -87.354170 |
Robards | 37.676589 , -87.533313 |
Rock Springs | 37.725880 , -87.654740 |
Scuffletown | 37.922820 , -87.372230 |
Smith Mills | 37.798380 , -87.761960 |
Spottsville | 37.856347 , -87.416645 |
Tunnel Hill | 37.684210 , -87.641120 |
White City | 37.952820 , -87.584740 |
Wilson | 37.780600 , -87.658070 |
Zion | 37.814770 , -87.483620 |
Notes:
- You can download geometry data for Henderson 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.