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.200528 , -90.806616 , 36.498676 , -90.062733 )
Wikipedia ID for Clay : Q61330
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:Q61330 wdt:P1082 ?population. }
OPTIONAL { wd:Q61330 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61330 wdt:P2046 ?area. }
OPTIONAL { wd:Q61330 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61330 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61330 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.200528, -90.806616, 36.498676, -90.062733);
);
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) |
Bell City | 36.287840 , -90.122040 |
Brookings | 36.285060 , -90.720670 |
Carryville | 36.342280 , -90.103980 |
Corning | 36.411099 , -90.586120 |
Crockett | 36.375890 , -90.330660 |
Datto | 36.393214 , -90.728222 |
Dixie | 36.245060 , -90.319550 |
Greenway | 36.340975 , -90.222183 |
Hargrave Corner | 36.259230 , -90.229270 |
Heelstring | 36.353670 , -90.694560 |
Heubner | 36.217010 , -90.312050 |
Hickoria | 36.391170 , -90.443440 |
Holly Island Community | 36.259230 , -90.158150 |
Knob | 36.281450 , -90.448160 |
Knobel | 36.319923 , -90.602456 |
Leonard | 36.219790 , -90.249540 |
Lower Boydsville | 36.333950 , -90.408440 |
McDougal | 36.436550 , -90.390712 |
Mitchell | 36.337010 , -90.234540 |
Moark | 36.483390 , -90.525110 |
Nimmons | 36.306241 , -90.095167 |
Palatka | 36.466450 , -90.657890 |
Patterson | 36.272290 , -90.121760 |
Peach Orchard | 36.281350 , -90.661117 |
Piggott | 36.385431 , -90.201285 |
Pollard | 36.430045 , -90.267464 |
Pratt | 36.288400 , -90.265930 |
Rector | 36.264476 , -90.293093 |
Rhyne | 36.358120 , -90.139540 |
St. Francis | 36.454989 , -90.142392 |
Success | 36.454413 , -90.723064 |
Tipperary | 36.334230 , -90.472610 |
Trinnon | 36.382840 , -90.149540 |
Twin Oaks | 36.412010 , -90.667890 |
Walnut Grove | 36.371450 , -90.524830 |
West Kennett | 36.259790 , -90.121760 |
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.