Download outline map of Screven (geojson format) :
Screven.geojson (**)
Download polygon array of Screven map for "Google Maps" :
Screven.txt
Bounding Box for Screven Map : ( 32.489286 , -81.868683 , 33.045654 , -81.389205 )
Wikipedia ID for Screven : Q503511
Wikipedia SPARQL Query for Screven (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q503511 wdt:P1082 ?population. }
OPTIONAL { wd:Q503511 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q503511 wdt:P2046 ?area. }
OPTIONAL { wd:Q503511 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q503511 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q503511 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 Screven map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.489286, -81.868683, 33.045654, -81.389205);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Screven)
[out:json];
(
rel["name"="Screven"][type=boundary];
rel["name:en"="Screven"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Screven
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Altman | 32.725720 , -81.630390 |
| Bascom | 32.840440 , -81.668170 |
| Blue Springs | 32.633230 , -81.421490 |
| Brier Creek Landing | 32.782110 , -81.431490 |
| Burtons Ferry Landing | 32.936830 , -81.504000 |
| Cameron | 32.557950 , -81.673720 |
| Captolo | 32.625450 , -81.597050 |
| Cooperville | 32.590730 , -81.704000 |
| Double Heads | 32.649340 , -81.693440 |
| Dover | 32.577120 , -81.715110 |
| Farmdale | 32.699610 , -81.610110 |
| Goloid | 32.691560 , -81.672330 |
| Halcyondale | 32.539060 , -81.598160 |
| Hiltonia | 32.883358 , -81.661267 |
| Lewis | 32.801830 , -81.681500 |
| Middleground | 32.641280 , -81.532610 |
| Millhaven | 32.933770 , -81.649560 |
| Newington | 32.588795 , -81.506321 |
| Ogeechee | 32.619890 , -81.764830 |
| Oliver | 32.521487 , -81.533072 |
| Parkers | 32.699890 , -81.809830 |
| Red Bluff Landing | 32.917660 , -81.656220 |
| Resource | 32.751390 , -81.583330 |
| Rocky Ford | 32.663666 , -81.829739 |
| Sheppards | 32.637390 , -81.535110 |
| Sylvania | 32.746491 , -81.640967 |
| Thomasboro | 32.719610 , -81.790110 |
| Waters | 32.755720 , -81.665670 |
| White Hill | 32.679890 , -81.573160 |
| Woodcliff | 32.740720 , -81.763170 |
| Zeigler | 32.751830 , -81.730110 |
Notes:
- You can download geometry data for Screven 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.