Download outline map of Jefferson (geojson format) :
Jefferson.geojson (**)
Download polygon array of Jefferson map for "Google Maps" :
Jefferson.txt
Bounding Box for Jefferson Map : ( 35.895846 , -83.71029 , 36.191976 , -83.234585 )
Wikipedia ID for Jefferson : Q224343
Wikipedia SPARQL Query for Jefferson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q224343 wdt:P1082 ?population. }
OPTIONAL { wd:Q224343 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q224343 wdt:P2046 ?area. }
OPTIONAL { wd:Q224343 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q224343 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q224343 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 Jefferson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.895846, -83.71029, 36.191976, -83.234585);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jefferson)
[out:json];
(
rel["name"="Jefferson"][type=boundary];
rel["name:en"="Jefferson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jefferson
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Baneberry | 36.046845 , -83.278522 |
| Belmont | 36.010370 , -83.317390 |
| Chestnut Hill | 35.930090 , -83.340160 |
| Cook Mill | 35.993420 , -83.563780 |
| Dandridge | 36.028358 , -83.430856 |
| Deep Springs | 35.990370 , -83.516560 |
| Douglas Estates | 35.998980 , -83.361000 |
| Dumplin Mill | 35.997310 , -83.563500 |
| Four Points | 36.019530 , -83.610450 |
| Friends Station | 36.094810 , -83.579060 |
| Grants Chapel | 36.039810 , -83.443220 |
| Greenhill | 36.026200 , -83.482670 |
| Hodges | 36.077030 , -83.641290 |
| Hunnicutt Mill | 36.051200 , -83.462110 |
| Jefferson City | 36.120082 , -83.483732 |
| Keister | 36.136480 , -83.463780 |
| Kimbrough Crossroad | 36.112590 , -83.342950 |
| Lake View Park | 36.024540 , -83.397940 |
| Leadvale | 36.087590 , -83.260440 |
| Lockmere Estates | 36.070000 , -83.574170 |
| Mansfield Gap | 36.107040 , -83.379890 |
| May Acres | 36.151760 , -83.423510 |
| Mill Spring | 36.156480 , -83.525450 |
| Mossy Creek | 36.120560 , -83.480830 |
| Mount Horeb | 36.091200 , -83.440170 |
| Mountain View | 36.013330 , -83.471940 |
| Nances Grove | 36.122310 , -83.600450 |
| New Market | 36.109007 , -83.549507 |
| Oak Grove | 36.038700 , -83.351000 |
| Paradise Pointe | 36.090000 , -83.468610 |
| Piedmont | 36.025920 , -83.527670 |
| Pleasant Grove | 36.035360 , -83.635730 |
| Promised Land | 35.953150 , -83.293220 |
| Rock Town | 36.138420 , -83.451010 |
| Rocky Valley | 36.059530 , -83.547120 |
| Rushy Springs | 36.123980 , -83.361280 |
| Sandy Ridge | 35.956200 , -83.376280 |
| Shady Grove | 35.978420 , -83.484060 |
| Strawberry Plains | 36.063140 , -83.686010 |
| Swann | 36.008430 , -83.363220 |
| Swannsylvania | 36.016760 , -83.311550 |
| Talbott | 36.152590 , -83.415170 |
| Tryon | 35.984260 , -83.322940 |
| White Pine | 36.109243 , -83.295910 |
Notes:
- You can download geometry data for Jefferson 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.