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 : ( 37.022288 , -79.442884 , 37.433663 , -78.824209 )
Wikipedia ID for Campbell : Q495171
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:Q495171 wdt:P1082 ?population. }
OPTIONAL { wd:Q495171 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495171 wdt:P2046 ?area. }
OPTIONAL { wd:Q495171 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495171 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495171 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"](37.022288, -79.442884, 37.433663, -78.824209);
);
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) |
| Altavista | 37.122886 , -79.285801 |
| Bedford Springs | 37.305700 , -79.271970 |
| Beechwood Hills | 37.342090 , -79.243360 |
| Belmont Acres | 37.320980 , -79.245580 |
| Bocock | 37.359870 , -79.111970 |
| Brookneal | 37.053205 , -78.948725 |
| Browntown | 37.107370 , -79.406690 |
| Castle Craig | 37.165002 , -79.223946 |
| City Farm | 37.325700 , -79.189470 |
| Closeburn Manor | 37.309310 , -79.262520 |
| Concord | 37.342614 , -78.986182 |
| Deer Creek | 37.318750 , -79.228910 |
| Diamond Hill | 37.200980 , -79.045020 |
| East Brook | 37.371530 , -79.103080 |
| Evington | 37.233760 , -79.289470 |
| Fairfields | 37.298200 , -79.251410 |
| Federal Hill Estates | 37.314030 , -79.280580 |
| Gladys | 37.163200 , -79.073630 |
| Happy Valley | 37.258480 , -79.145300 |
| Hat Creek | 37.118750 , -78.903900 |
| Hodges | 37.121810 , -79.159190 |
| Holts Crossing | 37.074310 , -78.981130 |
| Kelly | 37.385980 , -79.062800 |
| Kingston | 37.208200 , -79.201690 |
| Lanes Well Fork | 37.301260 , -79.161970 |
| Lawyers | 37.299870 , -79.211690 |
| Leesville | 37.119310 , -79.385030 |
| Lo Roy Acres | 37.315420 , -79.233640 |
| Long Island | 37.078470 , -79.094190 |
| Long Mountain Estates | 37.292640 , -79.050850 |
| Lynch Station | 37.146250 , -79.300860 |
| Marysville | 37.109030 , -79.122240 |
| Melrose | 37.049590 , -79.055020 |
| Mitchell Mill | 37.156530 , -79.118910 |
| Mount Airy | 37.105140 , -79.412250 |
| Mount Zion | 37.215700 , -79.039740 |
| New London | 37.301810 , -79.280300 |
| Nottingham Forest | 37.335420 , -79.258080 |
| Oak Grove | 37.258200 , -79.164470 |
| Oxford Furnace | 37.375700 , -79.041130 |
| Penn Forest | 37.345700 , -79.255300 |
| Perrows | 37.107360 , -79.195580 |
| Rainbow Forest | 37.350700 , -79.258640 |
| Russellwood | 37.323750 , -79.185300 |
| Rustburg | 37.271226 , -79.096160 |
| Sandy Acres | 37.300140 , -79.274190 |
| Seminole Ridge | 37.343750 , -79.196970 |
| Seneca | 37.093200 , -79.126130 |
| Sherwill | 37.282370 , -78.959740 |
| Sherwood Forest | 37.332640 , -79.222800 |
| Six Mile | 37.393200 , -79.060020 |
| Sugar Hill | 37.075140 , -78.916680 |
| Sunny Banks | 37.339870 , -79.241140 |
| Tanglewood | 37.295420 , -79.276140 |
| Thomas Terrace | 37.374030 , -79.013910 |
| Three Forks | 37.242640 , -79.050850 |
| Timberlake | 37.316501 , -79.248042 |
| Tulip Tree Acres | 37.330420 , -79.162250 |
| Westward Park | 37.347920 , -79.251970 |
| Whetstone Hills | 37.320980 , -79.237520 |
| Windcrest Manor | 37.327920 , -79.269190 |
| Winfall | 37.224310 , -79.094460 |
| Yellow Branch | 37.255980 , -79.184190 |
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.