Download outline map of Person (geojson format) :
Person.geojson (**)
Download polygon array of Person map for "Google Maps" :
Person.txt
Bounding Box for Person Map : ( 36.235937 , -79.153733 , 36.542154 , -78.794823 )
Wikipedia ID for Person : Q508271
Wikipedia SPARQL Query for Person (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q508271 wdt:P1082 ?population. }
OPTIONAL { wd:Q508271 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q508271 wdt:P2046 ?area. }
OPTIONAL { wd:Q508271 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q508271 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q508271 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 Person map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.235937, -79.153733, 36.542154, -78.794823);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Person)
[out:json];
(
rel["name"="Person"][type=boundary];
rel["name:en"="Person"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Person
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Allensville | 36.390420 , -78.888620 |
Brooksdale | 36.374310 , -78.980570 |
Bushy Fork | 36.307920 , -79.086400 |
Cates | 36.295140 , -78.986950 |
Catilina | 36.375980 , -78.812510 |
Ceffo | 36.457080 , -79.046400 |
Chub Lake | 36.450970 , -79.002510 |
Concord | 36.445970 , -79.066400 |
Cunningham | 36.538200 , -79.078350 |
Denny Store | 36.383480 , -78.820560 |
Five Forks | 36.437360 , -79.020010 |
Gentry Store | 36.460140 , -78.920290 |
Gordonton | 36.280970 , -79.126960 |
Hicks Village | 36.405140 , -79.021960 |
Hurdle Mills | 36.273200 , -79.047510 |
Longs Store | 36.414030 , -79.078070 |
McGehees Mill | 36.516810 , -79.028620 |
Moriah | 36.257640 , -78.829450 |
Mount Tirzah | 36.280140 , -78.906950 |
Olive Hill | 36.424580 , -79.049460 |
Paynes Tavern | 36.341810 , -79.010840 |
Rogersville | 36.515140 , -78.966960 |
Roseville | 36.354860 , -79.041680 |
Roxboro | 36.390392 , -78.981124 |
Somerset | 36.354310 , -78.978900 |
Surl | 36.343750 , -78.897230 |
Timberlake | 36.286250 , -78.952510 |
Triple Springs | 36.487640 , -78.848340 |
Whitt Town | 36.369310 , -79.009730 |
Williamsville | 36.444860 , -79.109180 |
Woodsdale | 36.489860 , -78.959730 |
Notes:
- You can download geometry data for Person 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.