Download outline map of Vance (geojson format) :
Vance.geojson (**)
Download polygon array of Vance map for "Google Maps" :
Vance.txt
Bounding Box for Vance Map : ( 36.163649 , -78.5113 , 36.543809 , -78.277472 )
Wikipedia ID for Vance : Q507981
Wikipedia SPARQL Query for Vance (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q507981 wdt:P1082 ?population. }
OPTIONAL { wd:Q507981 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q507981 wdt:P2046 ?area. }
OPTIONAL { wd:Q507981 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q507981 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q507981 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 Vance map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.163649, -78.5113, 36.543809, -78.277472);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Vance)
[out:json];
(
rel["name"="Vance"][type=boundary];
rel["name:en"="Vance"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Vance
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adcock Crossroads | 36.329590 , -78.355000 |
Bear Pond | 36.277090 , -78.405830 |
Brookston | 36.366530 , -78.340550 |
Bullocksville | 36.453200 , -78.346390 |
Cokesbury | 36.348760 , -78.304160 |
Dabney | 36.352920 , -78.497500 |
Drewry | 36.459310 , -78.310000 |
Epsom | 36.245430 , -78.328610 |
Faulkner Crossroads | 36.316260 , -78.361940 |
Flat Rock | 36.391260 , -78.367770 |
Floytan Crossroads | 36.256260 , -78.461110 |
Gill | 36.265980 , -78.408050 |
Gillburg | 36.276540 , -78.368330 |
Greystone | 36.360700 , -78.349160 |
Hargrove Estates | 36.479030 , -78.426390 |
Harris Crossroads | 36.400420 , -78.418890 |
Henderson | 36.325785 , -78.415757 |
Hicks Crossroads | 36.428750 , -78.498330 |
Island Creek Estates | 36.458480 , -78.438050 |
Jacksontown | 36.423480 , -78.329440 |
Kellys Crossroads | 36.389310 , -78.448890 |
Kittrell | 36.221808 , -78.441293 |
Knotts Crossroads | 36.406530 , -78.492500 |
Middleburg | 36.398164 , -78.324152 |
North Henderson | 36.341810 , -78.390000 |
South Henderson | 36.303477 , -78.405403 |
Townsville | 36.494590 , -78.423610 |
Tungsten | 36.513750 , -78.470280 |
Watkins | 36.281260 , -78.505280 |
Weldons Mill | 36.290420 , -78.320550 |
Woodworth | 36.538200 , -78.378890 |
Notes:
- You can download geometry data for Vance 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.