Download outline map of Carroll (geojson format) :
Carroll.geojson (**)
Download polygon array of Carroll map for "Google Maps" :
Carroll.txt
Bounding Box for Carroll Map : ( 36.557833 , -81.042406 , 36.93178 , -80.453723 )
Wikipedia ID for Carroll : Q488917
Wikipedia SPARQL Query for Carroll (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q488917 wdt:P1082 ?population. }
OPTIONAL { wd:Q488917 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q488917 wdt:P2046 ?area. }
OPTIONAL { wd:Q488917 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q488917 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q488917 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 Carroll map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.557833, -81.042406, 36.93178, -80.453723);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Carroll)
[out:json];
(
rel["name"="Carroll"][type=boundary];
rel["name:en"="Carroll"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Carroll
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Browns Store | 36.734290 , -80.800350 |
| Buck | 36.804570 , -80.930360 |
| Byllesby | 36.784570 , -80.935080 |
| Cana | 36.581567 , -80.668788 |
| Corinth | 36.788740 , -80.879520 |
| Crooked Oak | 36.720130 , -80.607850 |
| Drenn | 36.619570 , -80.778130 |
| Dugspur | 36.817910 , -80.609790 |
| Early | 36.807350 , -80.790070 |
| Eona | 36.726520 , -80.767300 |
| Fancy Gap | 36.677034 , -80.699667 |
| Five Forks | 36.763740 , -80.800350 |
| Fries Junction | 36.762070 , -80.955360 |
| Gardner Mills | 36.738740 , -80.752850 |
| Gladesboro | 36.685970 , -80.609790 |
| Grayson | 36.767620 , -80.948690 |
| Hebron | 36.740680 , -80.907300 |
| Hickory Flat | 36.698180 , -80.931470 |
| Higgins Crossroads | 36.651240 , -80.814520 |
| Hillsville | 36.761207 , -80.737025 |
| Lambsburg | 36.585410 , -80.761180 |
| Laurel Fork | 36.717640 , -80.518680 |
| Liberty Hill | 36.830960 , -80.697290 |
| Mabry Crossroads | 36.789290 , -80.715350 |
| Max | 36.600025 , -80.837189 |
| Mitchell Crossroads | 36.862350 , -80.717850 |
| Nester | 36.704300 , -80.574790 |
| Oak Grove | 36.782350 , -80.902580 |
| Pike City | 36.731250 , -80.482840 |
| Pipers Gap | 36.644300 , -80.842020 |
| Raketown | 36.820120 , -80.959250 |
| Red Hill | 36.746240 , -80.648680 |
| Richardson | 36.824290 , -80.780910 |
| Riverhill | 36.756790 , -80.933970 |
| Sheep Town | 36.824010 , -80.914520 |
| Shorts Creek | 36.838740 , -80.845910 |
| Star | 36.805680 , -80.720350 |
| Sunnyside | 36.730130 , -80.708130 |
| Sylvatus | 36.858460 , -80.763680 |
| Wolf Glade | 36.697910 , -80.880630 |
| Woodlawn | 36.738526 , -80.816664 |
Notes:
- You can download geometry data for Carroll 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.