Download outline map of Cumberland (geojson format) :
Cumberland.geojson (**)
Download polygon array of Cumberland map for "Google Maps" :
Cumberland.txt
Bounding Box for Cumberland Map : ( 37.301606 , -78.465089 , 37.74938 , -78.072256 )
Wikipedia ID for Cumberland : Q495116
Wikipedia SPARQL Query for Cumberland (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495116 wdt:P1082 ?population. }
OPTIONAL { wd:Q495116 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495116 wdt:P2046 ?area. }
OPTIONAL { wd:Q495116 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495116 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495116 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 Cumberland map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.301606, -78.465089, 37.74938, -78.072256);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cumberland)
[out:json];
(
rel["name"="Cumberland"][type=boundary];
rel["name:en"="Cumberland"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cumberland
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ashby | 37.577650 , -78.175000 |
Cartersville | 37.667370 , -78.088330 |
Clinton | 37.542650 , -78.125550 |
Cotton Town | 37.396820 , -78.301940 |
Cumberland | 37.491453 , -78.257624 |
Guinea Mills | 37.437100 , -78.331660 |
Hamilton | 37.659040 , -78.125000 |
Hatcher | 37.561820 , -78.299160 |
Hawk | 37.409870 , -78.356110 |
Hillcrest | 37.482650 , -78.274160 |
Kimberly Hills | 37.326820 , -78.388610 |
Lakeside Village | 37.663480 , -78.178330 |
McRae | 37.461260 , -78.282500 |
Raines Tavern | 37.366820 , -78.374720 |
Reeds | 37.337930 , -78.403890 |
Stoddert | 37.350430 , -78.295000 |
Sunny Side | 37.479320 , -78.159160 |
Tamworth | 37.648200 , -78.080830 |
Trenton Mills | 37.629310 , -78.228330 |
Trents Mill | 37.554870 , -78.289440 |
Whiteville | 37.602370 , -78.167500 |
Notes:
- You can download geometry data for Cumberland 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.