Download outline map of Rutherford (geojson format) :
Rutherford.geojson (**)
Download polygon array of Rutherford map for "Google Maps" :
Rutherford.txt
Bounding Box for Rutherford Map : ( 35.180493 , -82.280509 , 35.61232 , -81.692329 )
Wikipedia ID for Rutherford : Q226105
Wikipedia SPARQL Query for Rutherford (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q226105 wdt:P1082 ?population. }
OPTIONAL { wd:Q226105 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q226105 wdt:P2046 ?area. }
OPTIONAL { wd:Q226105 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q226105 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q226105 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 Rutherford map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.180493, -82.280509, 35.61232, -81.692329);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Rutherford)
[out:json];
(
rel["name"="Rutherford"][type=boundary];
rel["name:en"="Rutherford"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Rutherford
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alexander Mills | 35.310680 , -81.858710 |
Avondale | 35.269570 , -81.790660 |
Bills Creek | 35.448730 , -82.145940 |
Bostic | 35.362457 , -81.835988 |
Brice | 35.191510 , -81.849550 |
Camp Occoneechee | 35.408730 , -82.208450 |
Caroleen | 35.281094 , -81.791373 |
Carolina Mountains | 35.449560 , -82.172060 |
Chimney Rock Village | 35.449494 , -82.254906 |
Cliffside | 35.247996 , -81.765282 |
Concord | 35.344570 , -81.820930 |
Corinth | 35.361510 , -81.796770 |
Danieltown | 35.293180 , -81.909830 |
Deerfield | 35.476510 , -82.194280 |
Duncans Creek | 35.450130 , -81.716490 |
Ellenboro | 35.330879 , -81.761274 |
Fairfield Mountains | 35.465680 , -82.191500 |
Forest City | 35.334425 , -81.871536 |
Frog Level | 35.335400 , -81.920660 |
Gilkey | 35.442620 , -81.977880 |
Golf Estates | 35.464840 , -82.199830 |
Green Hill | 35.407070 , -82.041770 |
Harris | 35.242900 , -81.874550 |
Henrietta | 35.256895 , -81.801311 |
Hollis | 35.436240 , -81.730650 |
Holly Springs | 35.252340 , -81.905940 |
Hopewell | 35.382900 , -81.734540 |
Lake Lure | 35.440265 , -82.206271 |
Lake Lure Mountain Estates | 35.504840 , -82.170670 |
Logan | 35.427350 , -81.899270 |
Mount Vernon | 35.410680 , -81.908440 |
Riverbend | 35.429290 , -82.169560 |
Round Mountain | 35.464840 , -82.184560 |
Ruth | 35.382369 , -81.944847 |
Rutherfordton | 35.364223 , -81.961437 |
Sandy Mush | 35.289290 , -81.844550 |
Shiloh | 35.299840 , -81.940940 |
Shingle Hollow | 35.470960 , -82.073720 |
Six Points | 35.279570 , -81.747880 |
Spindale | 35.359925 , -81.923272 |
Sunshine | 35.449010 , -81.810380 |
Thermal City | 35.519290 , -81.974830 |
Union | 35.318450 , -81.990940 |
Union Mills | 35.487900 , -81.963440 |
Uree | 35.425120 , -82.167060 |
Westminster | 35.450400 , -81.888990 |
Whitehouse | 35.527070 , -82.091770 |
Notes:
- You can download geometry data for Rutherford 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.