Download outline map of Overton (geojson format) :
Overton.geojson (**)
Download polygon array of Overton map for "Google Maps" :
Overton.txt
Bounding Box for Overton Map : ( 36.144719 , -85.497587 , 36.540265 , -85.082497 )
Wikipedia ID for Overton : Q494751
Wikipedia SPARQL Query for Overton (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q494751 wdt:P1082 ?population. }
OPTIONAL { wd:Q494751 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q494751 wdt:P2046 ?area. }
OPTIONAL { wd:Q494751 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q494751 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q494751 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 Overton map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.144719, -85.497587, 36.540265, -85.082497);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Overton)
[out:json];
(
rel["name"="Overton"][type=boundary];
rel["name:en"="Overton"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Overton
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Allons | 36.442010 , -85.344690 |
| Allred | 36.330620 , -85.189680 |
| Alpine | 36.394790 , -85.216910 |
| Anderson | 36.172840 , -85.234690 |
| Beaver Hill | 36.234790 , -85.293300 |
| Big Springs | 36.435060 , -85.266070 |
| Bonsack | 36.207570 , -85.173580 |
| Cliff Springs | 36.180620 , -85.150800 |
| Columbia Hill | 36.198680 , -85.208580 |
| Crawford | 36.269230 , -85.160800 |
| Eagle Creek (historical) | 36.497290 , -85.236070 |
| Flat Creek | 36.385060 , -85.382190 |
| Free Communion | 36.482010 , -85.272740 |
| Garretts Mill | 36.426450 , -85.298300 |
| Green Pond | 36.210620 , -85.176910 |
| Hardy | 36.318390 , -85.440530 |
| Hargiss | 36.221730 , -85.166350 |
| Highland | 36.293950 , -85.263300 |
| Hilham | 36.414230 , -85.441640 |
| Holly Springs | 36.418950 , -85.399690 |
| Howard Chapel | 36.422290 , -85.282740 |
| Independence | 36.497290 , -85.300520 |
| Ivyton | 36.403680 , -85.151900 |
| Livingston | 36.387689 , -85.326985 |
| Lovejoy | 36.190070 , -85.168020 |
| Mineral Springs | 36.161730 , -85.225240 |
| Monroe | 36.437010 , -85.242460 |
| Muddy Pond | 36.208400 , -85.112740 |
| Netherland | 36.258544 , -85.409881 |
| Oak Dale | 36.419230 , -85.205790 |
| Oak Grove | 36.375900 , -85.261630 |
| Oak Hill | 36.269780 , -85.337470 |
| Oakley | 36.507840 , -85.310520 |
| Obey City | 36.173680 , -85.168020 |
| Okalona | 36.326450 , -85.339970 |
| Ozone | 36.508400 , -85.283300 |
| Poplar Springs | 36.334780 , -85.484420 |
| Rays | 36.219780 , -85.326910 |
| Rhyan Springs | 36.463400 , -85.237740 |
| Rickman | 36.262560 , -85.375530 |
| Rocky Ridge | 36.443400 , -85.192740 |
| Shiloh | 36.314790 , -85.181070 |
| Sulphur | 36.306730 , -85.378030 |
| Taylors Crossroads | 36.510620 , -85.252460 |
| Timothy | 36.489230 , -85.406910 |
| Twinton | 36.284230 , -85.127740 |
| Union Hill | 36.295900 , -85.327190 |
| Unity | 36.478670 , -85.325240 |
| Vine Ridge | 36.260620 , -85.118850 |
| Waterloo | 36.301730 , -85.466360 |
| Windletown | 36.264230 , -85.146630 |
| Wirmingham | 36.484790 , -85.188570 |
Notes:
- You can download geometry data for Overton 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.