Download outline map of Anderson (geojson format) :
Anderson.geojson (**)
Download polygon array of Anderson map for "Google Maps" :
Anderson.txt
Bounding Box for Anderson Map : ( 35.910165 , -84.449881 , 36.301779 , -83.941711 )
Wikipedia ID for Anderson : Q490318
Wikipedia SPARQL Query for Anderson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q490318 wdt:P1082 ?population. }
OPTIONAL { wd:Q490318 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q490318 wdt:P2046 ?area. }
OPTIONAL { wd:Q490318 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q490318 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q490318 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 Anderson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.910165, -84.449881, 36.301779, -83.941711);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Anderson)
[out:json];
(
rel["name"="Anderson"][type=boundary];
rel["name:en"="Anderson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Anderson
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Andersonville | 36.196956 , -84.033061 |
| Batley | 36.029240 , -84.288260 |
| Beech Grove | 36.234520 , -84.189930 |
| Belmont | 36.245630 , -84.030750 |
| Blowing Springs | 36.135080 , -84.151030 |
| Braytown | 36.158130 , -84.373260 |
| Briceville | 36.178410 , -84.185200 |
| Buffalo | 36.137020 , -84.387430 |
| Bull Run | 36.030910 , -84.093530 |
| Charleys Branch | 36.193130 , -84.333260 |
| Claxton | 36.041750 , -84.109920 |
| Clinton | 36.098582 , -84.128286 |
| Cumberland View Estates | 36.232020 , -84.142420 |
| Dossett | 36.062580 , -84.224640 |
| Dutch Valley | 36.114520 , -84.208530 |
| Edgemoor | 36.014800 , -84.157420 |
| Edgewood Heights | 36.040080 , -84.137420 |
| Fork Mountain | 36.126740 , -84.419930 |
| Fraterville | 36.196750 , -84.172150 |
| Frost Bottom | 36.088970 , -84.281310 |
| Gooseneck | 36.221750 , -84.027140 |
| Granite | 36.130080 , -84.164090 |
| Ivory | 36.166190 , -84.008250 |
| Khotan | 36.076740 , -84.333260 |
| Kirkstall | 36.040080 , -84.190750 |
| Lake City | 36.224172 , -84.155063 |
| Laurel | 36.085360 , -84.183530 |
| Laurel Grove | 36.117300 , -84.235480 |
| Leinarts | 36.107860 , -84.189920 |
| Maples | 36.154800 , -84.123530 |
| Marlow | 36.063410 , -84.243260 |
| Medford | 36.181190 , -84.143810 |
| Melbourne | 36.179520 , -83.992970 |
| Mill Creek | 36.245080 , -84.013250 |
| Minersville | 36.160910 , -84.207150 |
| Moores Camp | 36.149520 , -84.385770 |
| Norris | 36.210597 , -84.062886 |
| Norris Park | 36.225080 , -84.077980 |
| Norwood | 36.030360 , -84.323540 |
| Offutt | 36.168970 , -84.130200 |
| Oliver Springs | 36.039976 , -84.328457 |
| Peak | 36.063690 , -84.121310 |
| Poplar | 36.046740 , -84.310200 |
| Robertsville | 36.013690 , -84.274370 |
| Rosedale | 36.172020 , -84.348820 |
| Seeber Flats | 36.168690 , -84.215760 |
| Sherwood Estates | 36.034520 , -84.141580 |
| Slatestone | 36.185910 , -84.196310 |
| Spring Hill | 36.013970 , -84.123530 |
| Stainville | 36.207300 , -84.314100 |
| Stokes Mill | 36.180360 , -83.977410 |
| The Wye | 36.214800 , -84.166030 |
| Tioga | 36.127860 , -84.404930 |
| Upper Windrock | 36.092020 , -84.340760 |
| Valley View | 36.028130 , -84.148530 |
| Valley View Heights | 36.028130 , -84.157700 |
| Westwood Estates | 36.116750 , -84.137980 |
| Windrock | 36.085080 , -84.331040 |
Notes:
- You can download geometry data for Anderson 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.