Download outline map of Fentress (geojson format) :
Fentress.geojson (**)
Download polygon array of Fentress map for "Google Maps" :
Fentress.txt
Bounding Box for Fentress Map : ( 36.132789 , -85.122245 , 36.581271 , -84.659082 )
Wikipedia ID for Fentress : Q494760
Wikipedia SPARQL Query for Fentress (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q494760 wdt:P1082 ?population. }
OPTIONAL { wd:Q494760 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q494760 wdt:P2046 ?area. }
OPTIONAL { wd:Q494760 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q494760 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q494760 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 Fentress map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.132789, -85.122245, 36.581271, -84.659082);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Fentress)
[out:json];
(
rel["name"="Fentress"][type=boundary];
rel["name:en"="Fentress"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Fentress
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Allardt | 36.380665 , -84.881113 |
Banner Springs | 36.247850 , -84.931060 |
Boatland | 36.398680 , -85.037450 |
Camp Ground | 36.188960 , -85.052180 |
Clarkrange | 36.185721 , -85.009605 |
Cooper | 36.419510 , -85.087450 |
Cumberland Grove | 36.384510 , -84.924950 |
Davidson | 36.277570 , -85.104960 |
Double Top | 36.486180 , -85.056620 |
East Jamestown | 36.464790 , -84.873280 |
Fairview | 36.499790 , -85.006060 |
Forbus | 36.552850 , -84.991610 |
Gilreath Mill | 36.554510 , -85.032450 |
Glenobey | 36.385350 , -85.009120 |
Goad | 36.404800 , -84.731610 |
Grimsley | 36.276071 , -84.996940 |
Helena | 36.435620 , -85.018840 |
Highland | 36.268680 , -85.098850 |
Jamestown | 36.431867 , -84.934022 |
Jonesville | 36.183400 , -84.937180 |
Little Crab | 36.457010 , -85.056340 |
Manson | 36.397290 , -85.083290 |
Mount Helen | 36.395630 , -84.709660 |
Pall Mall | 36.550620 , -84.967720 |
Pine Haven | 36.453400 , -84.937450 |
Red Hill | 36.546180 , -85.034120 |
Riverton | 36.450340 , -85.087180 |
Roslin | 36.223130 , -84.925790 |
Sandy | 36.292010 , -85.074120 |
Sharp Place | 36.508960 , -84.827720 |
Shirley | 36.345350 , -84.778560 |
Squirrel Flat | 36.490620 , -84.969390 |
Stockton | 36.405350 , -84.822720 |
Tench | 36.345900 , -84.918010 |
Wilder | 36.266180 , -85.090510 |
Wolf River | 36.541740 , -84.960220 |
Zenith | 36.427570 , -84.736890 |
Notes:
- You can download geometry data for Fentress 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.