Download outline map of Cheatham (geojson format) :
Cheatham.geojson (**)
Download polygon array of Cheatham map for "Google Maps" :
Cheatham.txt
Bounding Box for Cheatham Map : ( 36.041312 , -87.286501 , 36.455711 , -86.906254 )
Wikipedia ID for Cheatham : Q495072
Wikipedia SPARQL Query for Cheatham (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495072 wdt:P1082 ?population. }
OPTIONAL { wd:Q495072 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495072 wdt:P2046 ?area. }
OPTIONAL { wd:Q495072 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495072 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495072 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 Cheatham map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.041312, -87.286501, 36.455711, -86.906254);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cheatham)
[out:json];
(
rel["name"="Cheatham"][type=boundary];
rel["name:en"="Cheatham"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cheatham
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ashland City | 36.259986 , -87.040942 |
Bearwallow | 36.298390 , -86.995280 |
Beech Grove | 36.326720 , -87.191120 |
Bell Town | 36.112840 , -87.158060 |
Bethel | 36.371440 , -87.178340 |
Bethlehem | 36.302000 , -87.082780 |
Chapmansboro | 36.312280 , -87.141390 |
Cheap Hill | 36.332550 , -87.156120 |
Craggie Hope | 36.092560 , -87.150010 |
Doddsville | 36.342270 , -87.229170 |
Dozier | 36.280050 , -87.143340 |
Fox Bluff | 36.316160 , -87.190280 |
Greenbrier | 36.276440 , -87.118060 |
Griffintown | 36.182560 , -87.137510 |
Henrietta | 36.405330 , -87.203620 |
Hinton Crossing | 36.366720 , -87.247510 |
Kingston Springs | 36.084813 , -87.104273 |
Lillamay | 36.232000 , -87.049450 |
Lockertsville | 36.345890 , -87.120840 |
Marrowbone | 36.243110 , -87.006950 |
Mount Zion | 36.335880 , -86.976670 |
Neptune | 36.349770 , -87.204730 |
New Hope | 36.330890 , -87.269450 |
Oaklawn | 36.410330 , -87.088060 |
Pegram | 36.104747 , -87.056487 |
Petway | 36.215060 , -87.152510 |
Pinnacle | 36.350050 , -86.939720 |
Pleasant View | 36.389298 , -87.045506 |
Shacklett | 36.124780 , -87.098060 |
Sycamore | 36.322000 , -87.053060 |
Thomasville | 36.413940 , -87.133610 |
Notes:
- You can download geometry data for Cheatham 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.