Download outline map of Campbell (geojson format) :
Campbell.geojson (**)
Download polygon array of Campbell map for "Google Maps" :
Campbell.txt
Bounding Box for Campbell Map : ( 36.177578 , -84.376633 , 36.592049 , -83.899796 )
Wikipedia ID for Campbell : Q226474
Wikipedia SPARQL Query for Campbell (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q226474 wdt:P1082 ?population. }
OPTIONAL { wd:Q226474 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q226474 wdt:P2046 ?area. }
OPTIONAL { wd:Q226474 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q226474 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q226474 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 Campbell map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.177578, -84.376633, 36.592049, -83.899796);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Campbell)
[out:json];
(
rel["name"="Campbell"][type=boundary];
rel["name:en"="Campbell"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Campbell
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Agee | 36.291659 , -84.036891 |
| Agee (historical) | 36.298690 , -84.023530 |
| Alder | 36.347580 , -83.989920 |
| Alder Springs | 36.369250 , -84.006310 |
| Anthras | 36.545910 , -83.990200 |
| Beech Fork | 36.234520 , -84.304930 |
| Bethlehem | 36.406470 , -83.985750 |
| Block | 36.342020 , -84.254650 |
| Broyles | 36.475360 , -84.199100 |
| Buckeye | 36.407300 , -84.293540 |
| Caryville | 36.325049 , -84.219930 |
| Chaska | 36.528970 , -84.077430 |
| Clinchmore | 36.219520 , -84.282150 |
| Cotula | 36.478410 , -84.054090 |
| Cove Creek | 36.262580 , -84.161040 |
| Cove Lake Estates | 36.300630 , -84.210210 |
| Davis Chapel | 36.383410 , -84.065200 |
| Demory | 36.336470 , -84.066030 |
| Disney | 36.248690 , -84.171310 |
| Duff | 36.446750 , -84.067420 |
| Elk Valley | 36.483690 , -84.245770 |
| Fincastle | 36.403811 , -84.047922 |
| Fordtown | 36.365630 , -84.118540 |
| Gennett Camp | 36.234250 , -84.291320 |
| Grantsboro | 36.314800 , -84.067980 |
| Habersham | 36.497580 , -84.073540 |
| Hickey | 36.354520 , -84.264370 |
| High Point | 36.305080 , -84.230210 |
| Highcliff | 36.582300 , -84.076040 |
| Highland Park | 36.360360 , -84.135760 |
| Holton | 36.565080 , -84.037150 |
| Ilford | 36.495910 , -84.063260 |
| Indian Creek | 36.285360 , -84.134650 |
| Ivydell | 36.394520 , -84.131870 |
| Jacksboro | 36.335339 , -84.192585 |
| Jellico | 36.564690 , -84.135730 |
| Kilsyth | 36.428690 , -84.082980 |
| La Follette | 36.371893 , -84.125309 |
| Lindsay Mill | 36.260080 , -84.145760 |
| Little White Oak | 36.524250 , -84.053540 |
| Morley | 36.551190 , -84.048260 |
| Newcomb | 36.553690 , -84.166040 |
| Oswego | 36.570080 , -84.156320 |
| Peabody | 36.450360 , -84.075760 |
| Peewee | 36.261470 , -84.276040 |
| Pioneer | 36.417580 , -84.314100 |
| Red Ash | 36.313410 , -84.236600 |
| Remy | 36.485910 , -84.052150 |
| Ridgewood | 36.255360 , -84.181870 |
| Round Rock | 36.265080 , -84.263540 |
| Royal Blue | 36.382300 , -84.260490 |
| Russell Fork | 36.458970 , -84.051870 |
| Silica | 36.323690 , -84.243260 |
| Stanfill | 36.459800 , -84.287430 |
| Stinking Creek | 36.506750 , -84.141040 |
| Tackett Creek | 36.538970 , -84.007980 |
| Terry Creek | 36.438690 , -84.311600 |
| Titus | 36.391750 , -84.279100 |
| Turley | 36.369520 , -84.273540 |
| Vasper | 36.271190 , -84.194930 |
| Victory | 36.390910 , -84.008810 |
| Walnut Grove | 36.297020 , -83.992700 |
| Welch Camp | 36.238970 , -84.309650 |
| Westbourne | 36.493690 , -84.029370 |
| White Oak | 36.534800 , -84.034650 |
| Wooldridge | 36.576750 , -84.183820 |
Notes:
- You can download geometry data for Campbell 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.