Download outline map of Adair (geojson format) :
Adair.geojson (**)
Download polygon array of Adair map for "Google Maps" :
Adair.txt
Bounding Box for Adair Map : ( 36.925069 , -85.526881 , 37.312262 , -85.043316 )
Wikipedia ID for Adair : Q181967
Wikipedia SPARQL Query for Adair (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q181967 wdt:P1082 ?population. }
OPTIONAL { wd:Q181967 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q181967 wdt:P2046 ?area. }
OPTIONAL { wd:Q181967 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q181967 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q181967 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 Adair map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.925069, -85.526881, 37.312262, -85.043316);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Adair)
[out:json];
(
rel["name"="Adair"][type=boundary];
rel["name:en"="Adair"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Adair
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Absher | 37.168680 , -85.259130 |
| Barnett Springs | 37.242010 , -85.091350 |
| Bliss | 37.080060 , -85.371910 |
| Breeding | 36.959230 , -85.434410 |
| Cane Valley | 37.180340 , -85.319680 |
| Casey Creek | 37.272290 , -85.157460 |
| Chance | 36.975340 , -85.324680 |
| Christine | 37.142290 , -85.206900 |
| Coburg | 37.201450 , -85.335800 |
| Columbia | 37.103545 , -85.307305 |
| Craycraft | 37.093950 , -85.202740 |
| Cundiff | 36.944790 , -85.254400 |
| Ella | 37.156730 , -85.139680 |
| Estep | 36.977360 , -85.410200 |
| Fairplay | 37.012280 , -85.303850 |
| Flatwood | 37.047840 , -85.361630 |
| Garlin | 37.113950 , -85.252180 |
| Gentrys Mill | 37.084790 , -85.153570 |
| Glens Fork | 37.013950 , -85.250520 |
| Gradyville | 37.063390 , -85.422460 |
| Green Hills | 37.099820 , -85.283650 |
| Gum Grove | 37.004640 , -85.273560 |
| Hatcher | 37.153170 , -85.394070 |
| Inroad | 36.956450 , -85.279680 |
| Joppa | 37.051730 , -85.242180 |
| Kellyville | 37.197290 , -85.325520 |
| Keltner | 37.095060 , -85.510240 |
| Milltown | 37.122280 , -85.407460 |
| Montpelier | 37.018950 , -85.185510 |
| Neatsville | 37.197290 , -85.125510 |
| Nell | 37.009500 , -85.483300 |
| Ozark | 37.079230 , -85.231350 |
| Pellyton | 37.211740 , -85.084120 |
| Pickett | 37.122560 , -85.475520 |
| Portland | 37.120620 , -85.446080 |
| Purdy | 37.151460 , -85.184960 |
| Sparksville | 37.008390 , -85.401910 |
| Speck | 37.306730 , -85.187740 |
| Toria | 36.989500 , -85.437460 |
| Weed | 37.038670 , -85.471350 |
Notes:
- You can download geometry data for Adair 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.