Download outline map of Decatur (geojson format) :
Decatur.geojson (**)
Download polygon array of Decatur map for "Google Maps" :
Decatur.txt
Bounding Box for Decatur Map : ( 35.379557 , -88.247986 , 35.850329 , -87.970738 )
Wikipedia ID for Decatur : Q489430
Wikipedia SPARQL Query for Decatur (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q489430 wdt:P1082 ?population. }
OPTIONAL { wd:Q489430 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q489430 wdt:P2046 ?area. }
OPTIONAL { wd:Q489430 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q489430 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q489430 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 Decatur map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.379557, -88.247986, 35.850329, -87.970738);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Decatur)
[out:json];
(
rel["name"="Decatur"][type=boundary];
rel["name:en"="Decatur"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Decatur
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Akins Chapel | 35.788950 , -88.086700 |
| Bath Springs | 35.439800 , -88.087810 |
| Beacon | 35.628400 , -88.183090 |
| Beacon Junction | 35.639790 , -88.180870 |
| Bear Creek | 35.648680 , -88.148930 |
| Bible Hill | 35.703120 , -88.143930 |
| Busseltown | 35.672570 , -88.035590 |
| Cherokee Heights | 35.737570 , -88.027810 |
| Cozette | 35.758400 , -88.068650 |
| Decaturville | 35.581926 , -88.119356 |
| Dunbar | 35.458960 , -88.144480 |
| Five Forks | 35.687850 , -88.173090 |
| Garrett | 35.602010 , -88.176150 |
| Gumdale | 35.518410 , -87.993080 |
| Haney | 35.496180 , -88.140030 |
| Hickory Forks | 35.682010 , -88.166430 |
| Hopewell | 35.654240 , -88.063920 |
| Hydro | 35.795060 , -88.148090 |
| Jeannette | 35.740900 , -88.099480 |
| Largo | 35.550070 , -88.096420 |
| Liberty | 35.446190 , -88.214760 |
| Lick Skillet | 35.490630 , -88.205870 |
| Montgomery | 35.465350 , -88.156420 |
| Mount Lebanon | 35.575350 , -88.050310 |
| Mount Tabor | 35.623130 , -88.116420 |
| Parsons | 35.651490 , -88.122995 |
| Perryville | 35.620620 , -88.041700 |
| Pleasant Grove | 35.428960 , -88.161980 |
| Pleasant Hill | 35.482850 , -88.151150 |
| Point Pleasant | 35.389240 , -88.189200 |
| Presley Ridge | 35.438960 , -88.245870 |
| Red Walnut | 35.469240 , -88.176980 |
| Sugar Tree | 35.829230 , -88.036140 |
| Thurman | 35.425350 , -88.198650 |
| Unity | 35.411460 , -88.156420 |
| Utah | 35.590350 , -88.058370 |
| Wilkinstown | 35.628680 , -88.153930 |
| Yellow Springs | 35.810900 , -88.123090 |
Notes:
- You can download geometry data for Decatur 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.