Download outline map of White (geojson format) :
White.geojson (**)
Download polygon array of White map for "Google Maps" :
White.txt
Bounding Box for White Map : ( 35.766927 , -85.682886 , 36.082052 , -85.213115 )
Wikipedia ID for White : Q501563
Wikipedia SPARQL Query for White (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q501563 wdt:P1082 ?population. }
OPTIONAL { wd:Q501563 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q501563 wdt:P2046 ?area. }
OPTIONAL { wd:Q501563 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q501563 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q501563 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 White map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.766927, -85.682886, 36.082052, -85.213115);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (White)
[out:json];
(
rel["name"="White"][type=boundary];
rel["name:en"="White"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of White
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Bakers Crossroads | 36.013400 , -85.552200 |
| Bethesda | 35.822290 , -85.342470 |
| Black Oak | 35.995340 , -85.515810 |
| Board Valley | 36.040340 , -85.375250 |
| Cassville | 35.955340 , -85.601650 |
| Center Point | 35.886180 , -85.615260 |
| Cherry Creek | 36.020900 , -85.445810 |
| Clarktown | 35.933120 , -85.309970 |
| Cummings | 35.889790 , -85.460250 |
| Darkey Springs | 35.896730 , -85.589420 |
| De Rossett | 35.950620 , -85.308860 |
| Dibrell | 35.896180 , -85.505250 |
| Dodson | 35.812570 , -85.373030 |
| Doyle | 35.855789 , -85.513041 |
| Eastland | 35.898120 , -85.236910 |
| Fanchers Mills | 35.999230 , -85.616090 |
| Findlay | 35.957840 , -85.479700 |
| Greenwood | 35.844510 , -85.498590 |
| Gum Spring | 35.879510 , -85.571650 |
| Hamptons Crossroads | 36.054230 , -85.516640 |
| Joppa | 35.823120 , -85.636090 |
| Macedonia | 36.035620 , -85.531370 |
| Mobra | 35.881730 , -85.259970 |
| Mount Pisgah | 35.849510 , -85.593590 |
| O'Conner | 36.018120 , -85.505810 |
| Old Zion | 35.972560 , -85.563870 |
| Peeled Chestnut | 35.963120 , -85.655810 |
| Quebeck | 35.816730 , -85.566920 |
| Ravenscroft | 35.977290 , -85.295250 |
| River Hill | 35.822840 , -85.434140 |
| Shady Grove | 35.908120 , -85.576920 |
| Simpsons | 35.912570 , -85.499700 |
| Sparta | 35.934791 , -85.472441 |
| Spring Hill | 36.005060 , -85.388580 |
| Stringtown | 35.892840 , -85.301910 |
| Taylors | 36.013680 , -85.362190 |
| Walling | 35.808120 , -85.599420 |
| Walnut Grove | 36.034790 , -85.493030 |
| Yankeetown | 35.988400 , -85.423030 |
| Yateston | 35.887290 , -85.593310 |
Notes:
- You can download geometry data for White 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.