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 : ( 35.558238 , -81.987035 , 36.000127 , -81.364055 )
Wikipedia ID for Burke : Q504366
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:Q504366 wdt:P1082 ?population. }
OPTIONAL { wd:Q504366 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q504366 wdt:P2046 ?area. }
OPTIONAL { wd:Q504366 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q504366 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q504366 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"](35.558238, -81.987035, 36.000127, -81.364055);
);
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) |
Amherst | 35.799020 , -81.596210 |
Bridgewater | 35.711520 , -81.862600 |
Burkemont | 35.681800 , -81.699540 |
Calvin | 35.733460 , -81.730380 |
Camp Creek | 35.574580 , -81.553430 |
Chesterfield | 35.810130 , -81.660930 |
Cold Springs | 35.954570 , -81.871220 |
Connelly Springs | 35.754993 , -81.497045 |
Drexel | 35.756664 , -81.608589 |
Enola | 35.665130 , -81.653980 |
Flat Gap | 35.720410 , -81.571200 |
Glen Alpine | 35.730740 , -81.782576 |
Gold | 35.793180 , -81.762040 |
Henry River | 35.696520 , -81.428420 |
Hildebran | 35.718130 , -81.420795 |
Icard | 35.725260 , -81.458180 |
Jonas Ridge | 35.972630 , -81.894830 |
Linville | 35.796520 , -81.890380 |
Linville Falls | 35.959290 , -81.942890 |
Longtown | 35.769020 , -81.902050 |
Morganton | 35.740771 , -81.700293 |
Oak Hill | 35.778740 , -81.755930 |
Perkinsville | 35.869300 , -81.731770 |
Petche Gap | 35.696520 , -81.616210 |
Petersburg | 35.706520 , -81.670930 |
Piedmont Park Subdivision | 35.827910 , -81.735930 |
Pine Mountain Lakes | 35.583460 , -81.593980 |
Pleasant Grove | 35.633740 , -81.583700 |
Ramsey | 35.582910 , -81.562310 |
Rhodhiss | 35.768266 , -81.431224 |
Rutherford College | 35.750751 , -81.526925 |
Salem | 35.699731 , -81.700291 |
Shoups Ford | 35.591800 , -81.559810 |
Sunnyside | 35.693460 , -81.657320 |
Tablerock | 35.838180 , -81.804550 |
Valdese | 35.756461 , -81.563139 |
Wisemans View | 35.903740 , -81.905390 |
Worry | 35.827070 , -81.737320 |
Yellow Gap | 35.686240 , -81.651210 |
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.