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.937387 , -83.969571 , 37.358105 , -83.505113 )
Wikipedia ID for Clay : Q491966
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:Q491966 wdt:P1082 ?population. }
OPTIONAL { wd:Q491966 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491966 wdt:P2046 ?area. }
OPTIONAL { wd:Q491966 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491966 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491966 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.937387, -83.969571, 37.358105, -83.505113);
);
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) |
| Alger | 37.313140 , -83.731580 |
| Ammie | 37.266480 , -83.692140 |
| Ashers Fork | 37.008420 , -83.595470 |
| Barcreek | 37.227310 , -83.641030 |
| Benge | 37.228420 , -83.922980 |
| Bernice | 37.207030 , -83.753530 |
| Big Creek | 37.162310 , -83.568800 |
| Bluehole | 37.100370 , -83.756310 |
| Botto | 37.087310 , -83.677140 |
| Brightshade | 37.022310 , -83.659920 |
| Brutus | 37.247310 , -83.576860 |
| Burning Springs | 37.249260 , -83.821310 |
| Chestnutburg | 37.288980 , -83.796590 |
| Creekville | 37.077870 , -83.549080 |
| Deer Lick | 37.146760 , -83.943820 |
| Eriline | 37.188700 , -83.592970 |
| Fall Rock | 37.219810 , -83.788250 |
| Fogertown | 37.219530 , -83.901040 |
| Gardner | 36.968140 , -83.538520 |
| Garrard | 37.123700 , -83.746310 |
| Goose Rock | 37.090370 , -83.694360 |
| Hector | 37.153150 , -83.653800 |
| Hensley | 37.237870 , -83.674080 |
| Hima | 37.120650 , -83.778250 |
| Hooker | 37.136200 , -83.835480 |
| Jacks Creek | 37.207030 , -83.556580 |
| Larue | 37.203140 , -83.924930 |
| Laurel Creek | 37.245090 , -83.748810 |
| Lincoln | 37.057870 , -83.739090 |
| Littleton | 37.162590 , -83.754640 |
| Manchester | 37.146366 , -83.763468 |
| Marcum | 37.110650 , -83.559630 |
| Mill Pond | 37.229260 , -83.737420 |
| Ogle | 37.030090 , -83.711580 |
| Oneida | 37.270048 , -83.649604 |
| Panco | 37.237310 , -83.533520 |
| Peabody | 37.138980 , -83.590750 |
| Pigeonroost | 37.111200 , -83.814370 |
| Plank | 37.076200 , -83.646860 |
| Portersburg | 37.170650 , -83.925760 |
| Sextons Creek | 37.315090 , -83.783810 |
| Shepherdtown | 37.287030 , -83.864920 |
| Sibert | 37.123150 , -83.787140 |
| Spring Creek | 37.062870 , -83.542690 |
| Spurlock | 37.211760 , -83.634640 |
| Tanksley | 37.216760 , -83.710200 |
| Teges | 37.294530 , -83.667420 |
| Trixie | 37.335370 , -83.669920 |
| Urban | 37.157310 , -83.846870 |
| Vine | 37.312870 , -83.839370 |
| Wild Cat | 37.234530 , -83.690750 |
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.