Download outline map of Cherokee (geojson format) :
Cherokee.geojson (**)
Download polygon array of Cherokee map for "Google Maps" :
Cherokee.txt
Bounding Box for Cherokee Map : ( 35.638294 , -95.283146 , 36.16183 , -94.796869 )
Wikipedia ID for Cherokee : Q491633
Wikipedia SPARQL Query for Cherokee (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491633 wdt:P1082 ?population. }
OPTIONAL { wd:Q491633 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491633 wdt:P2046 ?area. }
OPTIONAL { wd:Q491633 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491633 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491633 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 Cherokee map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.638294, -95.283146, 36.16183, -94.796869);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cherokee)
[out:json];
(
rel["name"="Cherokee"][type=boundary];
rel["name:en"="Cherokee"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cherokee
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Barber | 35.757310 , -94.867730 |
| Briggs | 35.920977 , -94.900027 |
| Caney Ridge | 35.764260 , -94.880780 |
| Carters Landing | 35.797310 , -94.903840 |
| Cookson | 35.710930 , -94.919950 |
| Dry Creek | 35.727530 , -94.870334 |
| Eldon | 35.930403 , -94.817911 |
| Eli | 35.987600 , -95.189400 |
| Ellerville | 36.031200 , -94.902180 |
| Gabriel | 35.928430 , -95.064960 |
| Gideon | 36.008834 , -95.035986 |
| Grandview | 35.955577 , -95.004669 |
| Green Country Estates | 35.870370 , -94.988290 |
| Hulbert | 35.931482 , -95.143696 |
| Keys | 35.805634 , -94.942544 |
| Liberty | 36.074810 , -94.980790 |
| Lost City | 36.000647 , -95.122307 |
| Lowrey | 36.098140 , -94.922180 |
| Manard | 35.812200 , -95.118300 |
| Metory | 35.840370 , -95.038290 |
| Moodys | 36.031200 , -94.957730 |
| Park Hill | 35.854613 , -94.955881 |
| Peggs | 36.067285 , -95.071801 |
| Pettit | 35.765600 , -94.969149 |
| Pettit Bay | 35.752590 , -94.943290 |
| Pumpkin Center | 35.712870 , -95.127180 |
| Qualls | 35.720370 , -95.033010 |
| Scraper | 35.964217 , -94.891214 |
| Shady Grove | 35.948543 , -95.095240 |
| Steely Hollow | 35.988716 , -94.957716 |
| Tahlequah | 35.911575 , -94.977294 |
| Tailholt | 35.836760 , -94.842170 |
| Tenkiller | 35.797538 , -94.865541 |
| Teresita | 36.123039 , -94.980343 |
| Thompson Corner | 35.915370 , -95.082740 |
| Tsa La Gi Indian Village | 35.866480 , -94.958570 |
| Welling | 35.856102 , -94.845745 |
| White Oak | 35.725650 , -95.029680 |
| Wildcat Point | 35.764810 , -94.917450 |
| Woodall | 35.824573 , -95.082343 |
| Zeb | 35.806168 , -95.043765 |
Notes:
- You can download geometry data for Cherokee 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.