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 : ( 35.638215 , -94.80779 , 36.161902 , -94.472647 )
Wikipedia ID for Adair : Q346959
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:Q346959 wdt:P1082 ?population. }
OPTIONAL { wd:Q346959 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q346959 wdt:P2046 ?area. }
OPTIONAL { wd:Q346959 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q346959 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q346959 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"](35.638215, -94.80779, 36.161902, -94.472647);
);
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) |
| Addielee | 35.958970 , -94.636890 |
| Ballard | 36.094530 , -94.589390 |
| Baron | 35.923700 , -94.616330 |
| Bell | 35.754341 , -94.534963 |
| Blanch | 35.783140 , -94.666060 |
| Bunch | 35.682590 , -94.761060 |
| Chance | 36.060360 , -94.655220 |
| Cherry Tree | 35.745401 , -94.642788 |
| Chewey | 36.090461 , -94.738494 |
| Christie | 35.967444 , -94.654940 |
| Elm Grove | 35.792524 , -94.563059 |
| England | 35.884530 , -94.668000 |
| Fairfield | 35.840709 , -94.606194 |
| Going Snake | 35.991750 , -94.650220 |
| Greasy | 35.682068 , -94.717750 |
| Green | 35.977030 , -94.626610 |
| Lyons | 35.751200 , -94.711060 |
| Lyons Switch | 35.779378 , -94.693355 |
| Marietta | 35.847967 , -94.652763 |
| Maryetta | 35.838590 , -94.638030 |
| Mulberry | 35.863078 , -94.701334 |
| Old Green | 35.984492 , -94.603724 |
| Peavine | 35.890323 , -94.606344 |
| Piney | 35.887512 , -94.553611 |
| Proctor | 35.975927 , -94.751114 |
| Rocky Mountain | 35.793586 , -94.777983 |
| Salem | 35.761184 , -94.575491 |
| Sanders | 35.920640 , -94.706890 |
| Spade Mountain | 35.877590 , -94.746340 |
| Stilwell | 35.815213 , -94.631144 |
| Stony Point | 35.847860 , -94.694670 |
| Strawberry Spring | 35.989810 , -94.649670 |
| Titanic | 35.888869 , -94.743345 |
| Watts | 36.107290 , -94.571769 |
| Watts Community | 36.053360 , -94.562880 |
| Wauhillau | 35.868213 , -94.762273 |
| West Peavine | 35.913327 , -94.648088 |
| Westville | 35.990411 , -94.574289 |
| Whitmire | 35.944250 , -94.663840 |
| Zion | 35.785339 , -94.637785 |
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.