Download outline map of Clay (geojson format) :
Clay.geojson (**)
Download polygon array of Clay map for "Google Maps" :
Clay.txt
Bounding Box for Clay Map : ( 36.402977 , -85.813885 , 36.626827 , -85.267057 )
Wikipedia ID for Clay : Q494818
Wikipedia SPARQL Query for Clay (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q494818 wdt:P1082 ?population. }
OPTIONAL { wd:Q494818 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q494818 wdt:P2046 ?area. }
OPTIONAL { wd:Q494818 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q494818 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q494818 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 Clay map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.402977, -85.813885, 36.626827, -85.267057);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Clay)
[out:json];
(
rel["name"="Clay"][type=boundary];
rel["name:en"="Clay"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Clay
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arcott | 36.520060 , -85.554970 |
Bakerton | 36.512830 , -85.804700 |
Baptist Ridge | 36.483950 , -85.524140 |
Butlers Landing | 36.489780 , -85.561640 |
Cave Springs | 36.551450 , -85.472470 |
Celina | 36.547766 , -85.503644 |
Cherry Crossroads | 36.593110 , -85.732480 |
Clementsville | 36.611720 , -85.725810 |
Fairview | 36.548670 , -85.311630 |
Free Hill | 36.566450 , -85.490800 |
Hermitage Springs | 36.580890 , -85.781370 |
Jenkins Village | 36.518950 , -85.807200 |
Leonard | 36.534500 , -85.783590 |
Midway | 36.553670 , -85.609140 |
Miles Crossroads | 36.542560 , -85.738590 |
Moss | 36.589230 , -85.616920 |
Oak Grove | 36.597000 , -85.703310 |
Pea Ridge | 36.595620 , -85.445240 |
Pine Hill | 36.568390 , -85.646360 |
Richville | 36.562280 , -85.605810 |
Shanky Branch | 36.527560 , -85.498300 |
St. John | 36.594510 , -85.307180 |
Thompsons Store | 36.606730 , -85.422740 |
Union Hill | 36.551450 , -85.696090 |
Willow Grove | 36.587010 , -85.342190 |
Notes:
- You can download geometry data for Clay 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.