Download outline map of Buckingham (geojson format) :
Buckingham.geojson (**)
Download polygon array of Buckingham map for "Google Maps" :
Buckingham.txt
Bounding Box for Buckingham Map : ( 37.329553 , -78.833365 , 37.796886 , -78.239722 )
Wikipedia ID for Buckingham : Q495204
Wikipedia SPARQL Query for Buckingham (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495204 wdt:P1082 ?population. }
OPTIONAL { wd:Q495204 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495204 wdt:P2046 ?area. }
OPTIONAL { wd:Q495204 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495204 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495204 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 Buckingham map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.329553, -78.833365, 37.796886, -78.239722);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Buckingham)
[out:json];
(
rel["name"="Buckingham"][type=boundary];
rel["name:en"="Buckingham"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Buckingham
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alcoma | 37.548760 , -78.592230 |
| Allenslevel | 37.561810 , -78.489450 |
| Alpha | 37.582920 , -78.417220 |
| Andersonville | 37.467370 , -78.568890 |
| Areanum | 37.447650 , -78.509720 |
| Arvonia | 37.683480 , -78.341390 |
| Axtell | 37.701250 , -78.601400 |
| Bridgeport | 37.709870 , -78.333890 |
| Buckingham | 37.550150 , -78.555560 |
| Buckingham Courthouse | 37.554126 , -78.551428 |
| Camm | 37.645980 , -78.593070 |
| Campbell Corner | 37.659590 , -78.284720 |
| Centenary | 37.709310 , -78.511400 |
| Chestnut Grove | 37.420150 , -78.606120 |
| Curdsville | 37.415710 , -78.455830 |
| Dentons Corner | 37.555700 , -78.584450 |
| Dillwyn | 37.541122 , -78.461292 |
| Eldridge Corner | 37.584590 , -78.815850 |
| Eldridge Mill | 37.609870 , -78.460840 |
| Enonville | 37.499870 , -78.523340 |
| Gilliamsville | 37.667650 , -78.260000 |
| Glenmore | 37.671530 , -78.590010 |
| Gold Hill | 37.623480 , -78.370280 |
| Gravel Hill | 37.584040 , -78.374720 |
| Grays Corner | 37.650140 , -78.631960 |
| Katrine | 37.584870 , -78.578060 |
| Lawford | 37.616540 , -78.276940 |
| Lesueur | 37.682920 , -78.354170 |
| Manteo | 37.676810 , -78.663350 |
| Mount Rush | 37.537650 , -78.614450 |
| Mount Vinco | 37.592370 , -78.601400 |
| New Canton | 37.705140 , -78.299450 |
| New Mount Vinco | 37.586530 , -78.601120 |
| Nuckols | 37.594040 , -78.321390 |
| Old Mount Vinco | 37.609590 , -78.596680 |
| Paynes Mill | 37.742090 , -78.461400 |
| Penlan | 37.663760 , -78.367230 |
| Pleasant Valley | 37.467930 , -78.470280 |
| Ransons | 37.636810 , -78.511390 |
| Rosney | 37.509320 , -78.425280 |
| Saint Joy | 37.538760 , -78.646950 |
| Sheppards | 37.390710 , -78.485280 |
| Slate Hill | 37.632090 , -78.386950 |
| Sliders | 37.457090 , -78.684730 |
| Smith Store | 37.682920 , -78.521120 |
| Sprouses Corner | 37.529310 , -78.491950 |
| Sunny Side | 37.634870 , -78.427500 |
| Toga | 37.494030 , -78.633340 |
| Woods Corner | 37.581260 , -78.648900 |
| Yogaville | 37.665477 , -78.694572 |
Notes:
- You can download geometry data for Buckingham 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.