Download outline map of Estill (geojson format) :
Estill.geojson (**)
Download polygon array of Estill map for "Google Maps" :
Estill.txt
Bounding Box for Estill Map : ( 37.542856 , -84.126948 , 37.853066 , -83.721658 )
Wikipedia ID for Estill : Q486071
Wikipedia SPARQL Query for Estill (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486071 wdt:P1082 ?population. }
OPTIONAL { wd:Q486071 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486071 wdt:P2046 ?area. }
OPTIONAL { wd:Q486071 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486071 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486071 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 Estill map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.542856, -84.126948, 37.853066, -83.721658);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Estill)
[out:json];
(
rel["name"="Estill"][type=boundary];
rel["name:en"="Estill"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Estill
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alumbaugh | 37.597580 , -83.929920 |
Barnes Mountain | 37.636780 , -83.921520 |
Bicknell | 37.582820 , -84.051940 |
Buck Creek | 37.640030 , -83.883140 |
Calloway Creek | 37.770330 , -83.988410 |
Calloway Crossing | 37.724250 , -84.005480 |
Cobhill | 37.715080 , -83.828530 |
Cow Creek | 37.701370 , -83.927100 |
Cressy | 37.824800 , -84.040200 |
Crystal | 37.663420 , -83.825470 |
Fitchburg | 37.732580 , -83.851860 |
Furnace | 37.762030 , -83.831590 |
Happy Top | 37.579640 , -84.026390 |
Hargett | 37.782860 , -84.009650 |
Iron Mound | 37.814800 , -84.043810 |
Irvine | 37.696954 , -83.968415 |
Jinks | 37.606470 , -84.032150 |
Kimbrell | 37.804250 , -83.991030 |
Leighton | 37.603700 , -83.886030 |
Locust Branch | 37.586190 , -84.069650 |
Lower White Oak | 37.732980 , -83.964710 |
Lynch Town | 37.590310 , -83.955520 |
Millers Creek | 37.671750 , -83.896870 |
Noland | 37.647860 , -84.054650 |
North Irvine | 37.714250 , -83.979650 |
Palmer | 37.813410 , -84.066310 |
Patsey | 37.711750 , -83.797700 |
Pea Ridge | 37.686380 , -84.012120 |
Pilot | 37.749250 , -83.779640 |
Pitts | 37.709250 , -83.883810 |
Pryse | 37.653890 , -83.872500 |
Ravenna | 37.686994 , -83.950253 |
Reeves | 37.652600 , -83.986280 |
Shade | 37.641750 , -83.864640 |
South Irvine | 37.683420 , -83.976870 |
Spout Springs | 37.827030 , -83.974650 |
Stump | 37.725060 , -83.995990 |
Sweet Lick | 37.710830 , -83.969100 |
Texola | 37.653700 , -83.871310 |
The Forks | 37.823290 , -84.087370 |
Tipton | 37.678860 , -83.864680 |
Tipton Ridge | 37.711190 , -83.881030 |
Wagersville | 37.626470 , -83.953810 |
Walnut Gap | 37.620260 , -83.907060 |
Watson | 37.735300 , -83.832990 |
West Irvine | 37.701470 , -83.990760 |
Winston | 37.705640 , -84.082150 |
Wisemantown | 37.678690 , -84.006310 |
Witt | 37.673140 , -84.026590 |
Witt Springs | 37.729800 , -84.029090 |
Notes:
- You can download geometry data for Estill 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.