Download outline map of Powhatan (geojson format) :
Powhatan.geojson (**)
Download polygon array of Powhatan map for "Google Maps" :
Powhatan.txt
Bounding Box for Powhatan Map : ( 37.414835 , -78.132048 , 37.691687 , -77.653987 )
Wikipedia ID for Powhatan : Q513792
Wikipedia SPARQL Query for Powhatan (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q513792 wdt:P1082 ?population. }
OPTIONAL { wd:Q513792 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q513792 wdt:P2046 ?area. }
OPTIONAL { wd:Q513792 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q513792 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q513792 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 Powhatan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.414835, -78.132048, 37.691687, -77.653987);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Powhatan)
[out:json];
(
rel["name"="Powhatan"][type=boundary];
rel["name:en"="Powhatan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Powhatan
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ballsville | 37.498480 , -78.066950 |
Belona | 37.521260 , -78.008610 |
Chestnut Oaks | 37.540980 , -77.792220 |
Clayville | 37.459870 , -77.816940 |
Fine Creek Mills | 37.597930 , -77.819160 |
Flat Rock | 37.522650 , -77.823330 |
Genito | 37.462090 , -77.859170 |
Goode Crossing | 37.421260 , -77.858050 |
Hatchers | 37.580430 , -78.051390 |
Hideaway Lake | 37.508480 , -78.044720 |
Holly Hills | 37.505700 , -77.756110 |
Huguenot Springs | 37.558760 , -77.701940 |
Jefferson | 37.613480 , -77.904720 |
Lilburn | 37.521820 , -77.839440 |
Macon | 37.521820 , -77.961950 |
Michaux | 37.648760 , -77.901940 |
Moseley | 37.475150 , -77.778880 |
Pilkinton | 37.430150 , -77.841390 |
Plain View | 37.538200 , -77.888330 |
Powhatan | 37.542090 , -77.918890 |
Provost | 37.605700 , -77.982780 |
Red Lane | 37.546820 , -77.849440 |
Smiths Crossroads | 37.566260 , -78.011950 |
State Farm | 37.635305 , -77.838478 |
Subletts | 37.585700 , -77.749160 |
Tobaccoville | 37.482370 , -78.095830 |
Trenholm | 37.594870 , -78.061940 |
Worshams | 37.535430 , -77.893890 |
Notes:
- You can download geometry data for Powhatan 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.