Download outline map of Rhea (geojson format) :
Rhea.geojson (**)
Download polygon array of Rhea map for "Google Maps" :
Rhea.txt
Bounding Box for Rhea Map : ( 35.409288 , -85.146393 , 35.825151 , -84.711472 )
Wikipedia ID for Rhea : Q502377
Wikipedia SPARQL Query for Rhea (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q502377 wdt:P1082 ?population. }
OPTIONAL { wd:Q502377 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q502377 wdt:P2046 ?area. }
OPTIONAL { wd:Q502377 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q502377 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q502377 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 Rhea map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.409288, -85.146393, 35.825151, -84.711472);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Rhea)
[out:json];
(
rel["name"="Rhea"][type=boundary];
rel["name:en"="Rhea"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Rhea
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Balta | 35.768960 , -84.876340 |
| Bonham | 35.720630 , -84.896340 |
| Concord | 35.597570 , -84.909950 |
| Cranmore Cove | 35.501460 , -85.050790 |
| Dayton | 35.491628 , -85.011661 |
| Eden of the Lake | 35.729240 , -84.727160 |
| Edgewood Hills | 35.704510 , -84.875500 |
| Evensville | 35.564510 , -84.954670 |
| Grandview | 35.743680 , -84.839950 |
| Graysville | 35.449527 , -85.076234 |
| Hideaway Hills | 35.660350 , -84.815220 |
| Lakeside | 35.710350 , -84.751890 |
| Lakewood Village | 35.676180 , -84.798000 |
| Laurel Brook | 35.494510 , -85.112180 |
| Liberty Hill | 35.598680 , -85.035230 |
| Lorraine | 35.722020 , -84.827720 |
| Mars Hill | 35.710350 , -84.827720 |
| Montague | 35.456740 , -85.097730 |
| Morgan Springs | 35.561460 , -85.101900 |
| Morgantown | 35.503400 , -85.029120 |
| Mount Sulphur | 35.773130 , -84.819940 |
| Mountain View | 35.486460 , -85.032180 |
| North Dayton | 35.503960 , -85.010790 |
| Ogden | 35.508680 , -85.101350 |
| Old Washington | 35.534510 , -84.907170 |
| Paine Spring | 35.574510 , -85.008840 |
| Pennine | 35.636740 , -84.896060 |
| Piney Acres | 35.486460 , -84.991620 |
| Piney Shores Estates | 35.679790 , -84.818000 |
| Reid Camp | 35.779240 , -84.751610 |
| Roddy | 35.771740 , -84.773830 |
| Saint Clair | 35.733680 , -84.808280 |
| Slabtown | 35.618130 , -84.818560 |
| South Dayton | 35.486180 , -85.020790 |
| Spring City | 35.687991 , -84.862692 |
| Terrace View | 35.750910 , -84.725500 |
| Watts Bar Estates | 35.737020 , -84.719660 |
| Wolf Creek | 35.645350 , -84.855500 |
Notes:
- You can download geometry data for Rhea 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.