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 : ( 28.305265 , -82.311697 , 28.96053 , -81.953291 )
Wikipedia ID for Sumter : Q1215724
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:Q1215724 wdt:P1082 ?population. }
OPTIONAL { wd:Q1215724 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1215724 wdt:P2046 ?area. }
OPTIONAL { wd:Q1215724 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1215724 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1215724 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 Sumter map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](28.305265, -82.311697, 28.96053, -81.953291);
);
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 Villages | Coordinates (Latitude, Longitude) |
Adamsville | 28.799710 , -82.020640 |
Bamboo | 28.822770 , -81.965640 |
Bevell Place | 28.480000 , -82.043140 |
Bevilles Corner | 28.649720 , -82.054530 |
Bushnell | 28.685335 , -82.116600 |
Bushnell Trailer Court | 28.667200 , -82.113500 |
Carlson | 28.824430 , -82.181760 |
Carver | 28.657220 , -82.102310 |
Center Hill | 28.632020 , -82.000250 |
Coleman | 28.801089 , -82.069775 |
Cumpressco | 28.358890 , -82.039250 |
Lake Panasoffkee | 28.787753 , -82.132267 |
Lincoln Park | 28.653600 , -82.108140 |
Linden | 28.561940 , -82.033970 |
Long Hammock | 28.927210 , -82.103140 |
Mabel | 28.579440 , -81.977020 |
Monarch | 28.835540 , -82.048700 |
Moreland Park | 28.889430 , -82.041750 |
Oxford | 28.927480 , -82.037310 |
Panacoochee Retreats | 28.800270 , -82.135370 |
Rutland | 28.853040 , -82.213420 |
Saint Catherine | 28.610270 , -82.138140 |
Sumterville | 28.744990 , -82.063420 |
Tarrytown | 28.555000 , -82.054530 |
The Villages | 28.902909 , -81.988680 |
Wahoo | 28.690550 , -82.195640 |
Webster | 28.611496 , -82.051042 |
Wildwood | 28.799463 , -82.004936 |
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.