Descargar mapa general de Jefferson (formato Geojson) :
Jefferson.geojson (**)
Descargar la matriz poligonal del mapa de Jefferson para "Google Maps" :
Jefferson.txt
Cuadro delimitador para el mapa Jefferson: ( 35.895846 , -83.71029 , 36.191976 , -83.234585 )
ID de Wikipedia para Jefferson: Q224343
Consulta Wikipedia SPARQL para Jefferson (población, elevación, área, latitud, longitud, código postal, matrícula):
SELECT ?población ?altitud ?área ?latitud ?longitud ?código_postal ?placa
WHERE {
OPTIONAL { wd:Q224343 wdt:P1082 ?población. }
OPTIONAL { wd:Q224343 wdt:P2044 ?altitud. }
OPTIONAL { wd:Q224343 wdt:P2046 ?área. }
OPTIONAL { wd:Q224343 wdt:P281 ?código_postal. }
OPTIONAL { wd:Q224343 wdt:P395 ?placa. }
OPTIONAL {
wd:Q224343 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitud.
?coordinate_node wikibase:geoLongitude ?longitud.
}
}
Ejecutar esta consulta SPARQL en la página Wikidata (¡Haga clic en el botón EJECUTAR en la página abierta!)
Ejecutar esta consulta con la API SPARQL
Obtener límites de overpass-turbo (OSM) con el cuadro de límites del mapa Jefferson
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.895846, -83.71029, 36.191976, -83.234585);
);
out geom;
Ejecutar esta consulta en overpass-turbo (¡Haga clic en el botón EJECUTAR en la página abierta!)
Obtener límites de overpass-turbo (OSM) con nombre de lugar (Jefferson)
[out:json];
(
rel["name"="Jefferson"][type=boundary];
rel["name:en"="Jefferson"][type=boundary];
);
out geom;
Ejecutar esta consulta en overpass-turbo (¡Haga clic en el botón EJECUTAR en la página abierta!)
Barrios y Pueblos de Jefferson
| Barrios y Pueblos | Coordenadas (Latitud, Longitud) |
| 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 |
Notas:
- Puede descargar datos de geometría para Jefferson en varios formatos (Geojson, KML, GPX, datos OSM sin procesar) haciendo clic en el botón exportar en "overpass-turbo"
- Puede utilizar libremente las imágenes de mapas tipo jpeg que creó en la página "recorte de mapas" o que descargó de las páginas de "muestras".
- (**)
Condiciones de Uso para archivos geojson descargados.