Download outline map of Burke (geojson format) :
Burke.geojson (**)
Download polygon array of Burke map for "Google Maps" :
Burke.txt
Bounding Box for Burke Map : ( 32.803707 , -82.316515 , 33.297001 , -81.541831 )
Wikipedia ID for Burke : Q211360
Wikipedia SPARQL Query for Burke (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q211360 wdt:P1082 ?population. }
OPTIONAL { wd:Q211360 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q211360 wdt:P2046 ?area. }
OPTIONAL { wd:Q211360 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q211360 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q211360 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 Burke map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.803707, -82.316515, 33.297001, -81.541831);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Burke)
[out:json];
(
rel["name"="Burke"][type=boundary];
rel["name:en"="Burke"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Burke
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alexander | 33.022100 , -81.876780 |
Bellevue | 32.930430 , -82.020950 |
Drone | 33.055430 , -82.158730 |
Dyes Crossroad | 33.210700 , -82.145950 |
Gertrude | 32.844880 , -82.296510 |
Girard | 33.039951 , -81.712176 |
Gough | 33.091820 , -82.226510 |
Grove Mount | 33.201540 , -82.080400 |
Hancock Landing | 33.159320 , -81.764000 |
Hatchers Store | 33.038490 , -82.029010 |
Hills Store | 33.019320 , -81.600940 |
Idlewood | 33.015430 , -81.980120 |
Keysville | 33.237433 , -82.228943 |
Magruder | 32.920150 , -82.241510 |
Midville | 32.821751 , -82.234606 |
Munnerlyn | 32.953490 , -81.962060 |
Murray Hill | 32.959600 , -81.716780 |
Old Church | 33.045990 , -81.937340 |
Old Sardis | 32.963210 , -81.762340 |
Rosier | 32.978210 , -82.242620 |
Saint Clair | 33.150980 , -82.217900 |
Sardis | 32.975581 , -81.762124 |
Scotts Corner | 32.900710 , -82.176510 |
Shell Bluff | 33.147930 , -81.897890 |
Shell Bluff Landing | 33.226810 , -81.823170 |
Telfair Woods | 33.093490 , -81.823730 |
Thomas Station | 33.017380 , -81.985400 |
Vidette | 33.037586 , -82.247438 |
Walker Grove Settlement | 33.149310 , -82.166510 |
Waynesboro | 33.090904 , -82.014621 |
Wilsons Store | 32.953770 , -81.973450 |
Notes:
- You can download geometry data for Burke 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.