Graham (North Carolina) Map Cropping Samples
Graham (North Carolina) Map Cropping Samples-1
Graham (North Carolina) Map Cropping Samples-2
Graham neighborhoods and villages map with 3D shadow effect
flag map of Graham with 3D shadow effect
Graham map with 3d shadow effect
Download outline map of Graham (geojson format) :
Graham.geojson (**)
Download polygon array of Graham map for "Google Maps" :
Graham.txt
Bounding Box for Graham Map : ( 35.216929 , -84.038327 , 35.466558 , -83.582259 )
Wikipedia ID for Graham : Q374968
Wikipedia SPARQL Query for Graham (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q374968 wdt:P1082 ?population. }
OPTIONAL { wd:Q374968 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q374968 wdt:P2046 ?area. }
OPTIONAL { wd:Q374968 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q374968 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q374968 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 Graham map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.216929, -84.038327, 35.466558, -83.582259);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Graham)
[out:json];
(
rel["name"="Graham"][type=boundary];
rel["name:en"="Graham"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Graham
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bear Creek | 35.271760 , -83.722120 |
Cheoah | 35.340090 , -83.747120 |
Dentons | 35.257310 , -83.912410 |
Fontana Dam | 35.445742 , -83.818001 |
Fontana Village | 35.435640 , -83.819060 |
Hidetown | 35.371480 , -83.680170 |
Jenkins Meadow | 35.382030 , -83.952960 |
Junction | 35.265090 , -83.937680 |
Lake Santeetlah | 35.363611 , -83.866315 |
Mcguires | 35.302310 , -83.995740 |
Rattler Ford | 35.349361 , -83.923358 |
Robbinsville | 35.323335 , -83.806987 |
Rymers Ferry | 35.445090 , -83.869620 |
Stecoah | 35.369810 , -83.690450 |
Sweetgum | 35.291200 , -83.771010 |
Tapoco | 35.443420 , -83.936850 |
Tulula | 35.269810 , -83.752670 |
Tuskeegee | 35.408420 , -83.719340 |
Yellow Creek | 35.413980 , -83.831840 |
Notes:
- You can download geometry data for Graham 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.