Sumter (Georgia) Map Cropping Samples

Sumter (Georgia) Map Cropping Samples-1
Sumter (Georgia) Map Cropping Samples-1
Sumter (Georgia) Map Cropping Samples-2
Sumter (Georgia) Map Cropping Samples-2
Download outline map of Sumter (geojson format) : Sumter.geojson (**)
Download polygon array of Sumter map for "Google Maps" : Sumter.txt
Bounding Box for Sumter Map : ( 31.872755 , -84.443807 , 32.229703 , -83.919119 )
Wikipedia ID for Sumter : Q503076
Wikipedia SPARQL Query for Sumter (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q503076 wdt:P1082 ?population. }
OPTIONAL { wd:Q503076 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q503076 wdt:P2046 ?area. }
OPTIONAL { wd:Q503076 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q503076 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q503076 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

[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.872755, -84.443807, 32.229703, -83.919119);
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)

Get Boundaries from overpass-turbo (OSM) with place name (Sumter)
[out:json];
(
rel["name"="Sumter"][type=boundary];
rel["name:en"="Sumter"][type=boundary];
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)


Neighborhoods and Villages of Sumter
Neighborhoods and VillagesCoordinates (Latitude, Longitude)
Americus 32.073619 , -84.224784
Andersonville 32.196539 , -84.145475
Bottsford 31.980720 , -84.437970
Cobb 31.958780 , -83.988510
Concord 32.140160 , -84.381300
Croxton Crossroads 31.958780 , -84.324630
De Soto 31.954790 , -84.063639
Flintside 31.954890 , -83.954340
Friendship 32.150160 , -84.421300
Huntington 32.002390 , -84.141020
Lamar 32.016280 , -84.071850
Leslie 31.954509 , -84.086409
Maddox 31.997110 , -84.242410
Methvins 32.112670 , -84.069070
New Era 32.114330 , -84.136300
Pennington 32.160160 , -84.087130
Plains 32.033070 , -84.394528
Shiloh 32.152660 , -84.309630
Thalean 32.018500 , -84.293520


Notes:
- You can download geometry data for Sumter 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.

Create Sumter neighborhoods and villages map.


Share this page