Download outline map of Appomattox (geojson format) :
Appomattox.geojson (**)
Download polygon array of Appomattox map for "Google Maps" :
Appomattox.txt
Bounding Box for Appomattox Map : ( 37.201852 , -79.018526 , 37.552542 , -78.594352 )
Wikipedia ID for Appomattox : Q490325
Wikipedia SPARQL Query for Appomattox (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q490325 wdt:P1082 ?population. }
OPTIONAL { wd:Q490325 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q490325 wdt:P2046 ?area. }
OPTIONAL { wd:Q490325 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q490325 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q490325 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 Appomattox map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.201852, -79.018526, 37.552542, -78.594352);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Appomattox)
[out:json];
(
rel["name"="Appomattox"][type=boundary];
rel["name:en"="Appomattox"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Appomattox
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Appomattox | 37.358995 , -78.826545 |
Beckham | 37.491250 , -78.904740 |
Bowler | 37.277090 , -78.704730 |
Chap | 37.254590 , -78.831400 |
Evergreen | 37.318480 , -78.765840 |
Flood | 37.292370 , -78.733620 |
Fore Store | 37.402090 , -78.673340 |
Hixburg | 37.328760 , -78.646950 |
Hollywood | 37.390420 , -78.715560 |
Hurtsville | 37.365430 , -78.615840 |
Pamplin | 37.263480 , -78.682500 |
Pamplin City | 37.264122 , -78.681987 |
Spout Spring | 37.349870 , -78.909180 |
Spring Mills | 37.245150 , -78.919180 |
Stonewall | 37.410420 , -78.960300 |
Stonewall Mills | 37.448200 , -78.915850 |
Vera | 37.413480 , -78.763620 |
Notes:
- You can download geometry data for Appomattox 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.