Download outline map of Coffee (geojson format) :
Coffee.geojson (**)
Download polygon array of Coffee map for "Google Maps" :
Coffee.txt
Bounding Box for Coffee Map : ( 35.289189 , -86.279905 , 35.706429 , -85.869478 )
Wikipedia ID for Coffee : Q495013
Wikipedia SPARQL Query for Coffee (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495013 wdt:P1082 ?population. }
OPTIONAL { wd:Q495013 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495013 wdt:P2046 ?area. }
OPTIONAL { wd:Q495013 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495013 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495013 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 Coffee map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.289189, -86.279905, 35.706429, -85.869478);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Coffee)
[out:json];
(
rel["name"="Coffee"][type=boundary];
rel["name:en"="Coffee"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Coffee
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Asbury | 35.463690 , -85.977210 |
| Baucom | 35.535070 , -86.222210 |
| Beechgrove | 35.627020 , -86.240270 |
| Bel-Aire | 35.360910 , -86.237210 |
| Belmont | 35.421470 , -86.112770 |
| Betsy Willis | 35.332020 , -85.921920 |
| Black Jack | 35.435630 , -86.104990 |
| Blanton Chapel | 35.516299 , -86.134357 |
| Bryan Mill | 35.566460 , -85.937760 |
| Busy Corner | 35.528410 , -86.158320 |
| Calls | 35.346190 , -86.005260 |
| Circle J Park | 35.514440 , -86.082780 |
| Fairview | 35.435630 , -86.220550 |
| Farrar Hill | 35.578130 , -86.162210 |
| Forest Mill | 35.515910 , -86.036930 |
| Forrest Park | 35.355080 , -86.192210 |
| Fountain Grove | 35.560630 , -85.943600 |
| Fredonia | 35.540070 , -86.106660 |
| Fudgearound | 35.682570 , -86.179710 |
| Glen | 35.359800 , -85.916930 |
| Gnat Hill | 35.624240 , -86.140270 |
| Gossburg | 35.662020 , -86.216100 |
| Hickory Hill Estates | 35.402580 , -86.219160 |
| Hillcrest | 35.452020 , -86.111660 |
| Hillsboro | 35.408560 , -85.963934 |
| Homaway Village | 35.387580 , -86.226660 |
| Hoodoo | 35.638410 , -86.176100 |
| Lake Tullahoma Estates | 35.395910 , -86.203600 |
| Lakewood Park | 35.648174 , -86.135702 |
| Lewis Store | 35.622850 , -86.145820 |
| Manchester | 35.463783 , -86.077462 |
| Melrose Park | 35.495350 , -86.100820 |
| Mud Creek | 35.595630 , -86.013320 |
| New Union | 35.533951 , -86.083241 |
| Noah | 35.575070 , -86.191940 |
| Ovoca | 35.409520 , -86.204430 |
| Pocahontas | 35.637300 , -86.045270 |
| Prairie Plains | 35.343690 , -85.966090 |
| Ragsdale | 35.501740 , -86.015820 |
| Ruthledge Hill | 35.308690 , -85.941090 |
| Rutledge Falls | 35.420360 , -86.136100 |
| Sainville | 35.509800 , -85.912760 |
| Sevenmile Hill | 35.406740 , -86.242490 |
| Southgate Park | 35.344720 , -86.197220 |
| Stephenson | 35.397860 , -85.926370 |
| Strauss Mill | 35.559800 , -86.124430 |
| Summitville | 35.559520 , -85.992490 |
| Tara Estates | 35.385080 , -86.199160 |
| Tullahoma | 35.371995 , -86.217348 |
| Westside Heights | 35.349800 , -86.225550 |
| Westwood | 35.354520 , -86.235820 |
Notes:
- You can download geometry data for Coffee 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.