Download outline map of Sumner (geojson format) :
Sumner.geojson (**)
Download polygon array of Sumner map for "Google Maps" :
Sumner.txt
Bounding Box for Sumner Map : ( 36.244204 , -86.754795 , 36.652379 , -86.205388 )
Wikipedia ID for Sumner : Q506175
Wikipedia SPARQL Query for Sumner (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q506175 wdt:P1082 ?population. }
OPTIONAL { wd:Q506175 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q506175 wdt:P2046 ?area. }
OPTIONAL { wd:Q506175 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q506175 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q506175 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 Sumner map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.244204, -86.754795, 36.652379, -86.205388);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sumner)
[out:json];
(
rel["name"="Sumner"][type=boundary];
rel["name:en"="Sumner"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sumner
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Angeltown | 36.547270 , -86.349710 |
| Bethpage | 36.484267 , -86.308522 |
| Black Jack | 36.633380 , -86.563880 |
| Bledsoe | 36.515600 , -86.265540 |
| Bon Air | 36.594770 , -86.358050 |
| Brackentown | 36.598930 , -86.386660 |
| Bransford | 36.513297 , -86.285261 |
| Cairo | 36.360880 , -86.363600 |
| Castalian Springs | 36.401199 , -86.306778 |
| Cedar Grove | 36.344770 , -86.443050 |
| Chestnut Grove | 36.535880 , -86.529440 |
| Chestnut Hill | 36.554210 , -86.399990 |
| Chipman | 36.448660 , -86.279160 |
| Corinth | 36.577820 , -86.425550 |
| Cottontown | 36.448882 , -86.533540 |
| Cummings Crossroads | 36.478380 , -86.576110 |
| Desha | 36.429210 , -86.364160 |
| Fairfield | 36.620881 , -86.342491 |
| Fountain Head | 36.550880 , -86.494990 |
| Gallatin | 36.378387 , -86.469394 |
| Goodlettsville | 36.332333 , -86.703231 |
| Graball | 36.483701 , -86.439531 |
| Hall Town | 36.503650 , -86.563610 |
| Hartsville Junction | 36.449490 , -86.326660 |
| Hendersonville | 36.306338 , -86.599671 |
| Hickory Grove | 36.386440 , -86.292770 |
| Johnsons Crossroads | 36.494210 , -86.593050 |
| Kansas | 36.452820 , -86.380550 |
| Liberty | 36.565600 , -86.320270 |
| Lohman | 36.374490 , -86.708330 |
| Macedonia | 36.349490 , -86.321660 |
| Millersville | 36.396733 , -86.710825 |
| Mitchellville | 36.634036 , -86.540018 |
| Mount Vernon | 36.535320 , -86.342210 |
| Mulloy | 36.549770 , -86.623330 |
| New Deal | 36.513769 , -86.562750 |
| Nubia | 36.635320 , -86.362770 |
| Oak Grove | 36.572167 , -86.378090 |
| Oakland | 36.397830 , -86.340820 |
| Ocana | 36.382550 , -86.558330 |
| Old Bethpage | 36.494770 , -86.298320 |
| Peytona | 36.368380 , -86.514720 |
| Pipers Chapel | 36.571710 , -86.481660 |
| Pleasant Grove | 36.600040 , -86.225270 |
| Pleasant Valley | 36.501430 , -86.606380 |
| Pondville | 36.585600 , -86.351380 |
| Portland | 36.587780 , -86.519017 |
| Providence | 36.589770 , -86.312770 |
| Rock Bridge | 36.513930 , -86.383320 |
| Rogana | 36.445050 , -86.333600 |
| Rolling Acres | 36.447270 , -86.675000 |
| Sengtown | 36.613380 , -86.437490 |
| Shackle Island | 36.377555 , -86.616844 |
| South Tunnel | 36.480320 , -86.466100 |
| Station Camp | 36.402835 , -86.553497 |
| Sugar Grove | 36.626990 , -86.267490 |
| Sulphura | 36.538930 , -86.412770 |
| Turners Station | 36.610320 , -86.268320 |
| Two Chestnut | 36.446990 , -86.616940 |
| Walnut Grove | 36.488977 , -86.605692 |
| Westmoreland | 36.560510 , -86.244297 |
| White Hill | 36.409770 , -86.690550 |
| Withamtown | 36.546710 , -86.303880 |
Notes:
- You can download geometry data for Sumner 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.