Download outline map of Weakley (geojson format) :
Weakley.geojson (**)
Download polygon array of Weakley map for "Google Maps" :
Weakley.txt
Bounding Box for Weakley Map : ( 36.061817 , -88.959839 , 36.502729 , -88.516302 )
Wikipedia ID for Weakley : Q501959
Wikipedia SPARQL Query for Weakley (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q501959 wdt:P1082 ?population. }
OPTIONAL { wd:Q501959 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q501959 wdt:P2046 ?area. }
OPTIONAL { wd:Q501959 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q501959 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q501959 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 Weakley map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.061817, -88.959839, 36.502729, -88.516302);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Weakley)
[out:json];
(
rel["name"="Weakley"][type=boundary];
rel["name:en"="Weakley"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Weakley
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Austin Springs | 36.491730 , -88.634500 |
| Beech Grove | 36.129510 , -88.817840 |
| Blooming Grove | 36.119510 , -88.599500 |
| Camp Ground | 36.395340 , -88.788950 |
| Chestnut Glade | 36.448120 , -88.775060 |
| Crowley Store | 36.136730 , -88.692840 |
| Dresden | 36.278439 , -88.693900 |
| Dukedom | 36.502280 , -88.715050 |
| Eagle Hill | 36.319500 , -88.543110 |
| Fancy | 36.366450 , -88.654500 |
| Gardner | 36.358400 , -88.898120 |
| Gleason | 36.217371 , -88.610663 |
| Greenfield | 36.159684 , -88.803820 |
| Greenhills | 36.132840 , -88.617280 |
| Hyndsver | 36.370340 , -88.767560 |
| Jewell | 36.336170 , -88.606440 |
| Kimery | 36.180340 , -88.864780 |
| Latham | 36.423390 , -88.714220 |
| Liberty | 36.213400 , -88.708390 |
| Martin | 36.339072 , -88.851778 |
| Matheny Grove | 36.378950 , -88.650050 |
| Mount Herman | 36.198680 , -88.755610 |
| Mount Pelia | 36.317560 , -88.949510 |
| Old Hall | 36.146180 , -88.791170 |
| Ore Springs | 36.294780 , -88.578110 |
| Palmersville | 36.403390 , -88.587270 |
| Pillowville | 36.152560 , -88.661450 |
| Pisgah | 36.379510 , -88.717560 |
| Ralston | 36.326730 , -88.800060 |
| Red Hill | 36.309780 , -88.707560 |
| Ruthville | 36.438670 , -88.797000 |
| Sandhill | 36.229230 , -88.658940 |
| Sharon | 36.233722 , -88.825057 |
| Sidonia | 36.243950 , -88.905900 |
| Staffords Store | 36.096180 , -88.694230 |
| Terrell | 36.385060 , -88.943950 |
| Tumbling | 36.241170 , -88.542550 |
Notes:
- You can download geometry data for Weakley 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.