Twiggs (Georgia) Map Cropping Samples
Twiggs (Georgia) Map Cropping Samples-1
Twiggs (Georgia) Map Cropping Samples-2
Twiggs neighborhoods and villages map with 3D shadow effect
flag map of Twiggs with 3D shadow effect
Twiggs map with 3d shadow effect
Download outline map of Twiggs (geojson format) :
Twiggs.geojson (**)
Download polygon array of Twiggs map for "Google Maps" :
Twiggs.txt
Bounding Box for Twiggs Map : ( 32.452198 , -83.611569 , 32.89822 , -83.226536 )
Wikipedia ID for Twiggs : Q503551
Wikipedia SPARQL Query for Twiggs (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q503551 wdt:P1082 ?population. }
OPTIONAL { wd:Q503551 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q503551 wdt:P2046 ?area. }
OPTIONAL { wd:Q503551 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q503551 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q503551 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 Twiggs map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.452198, -83.611569, 32.89822, -83.226536);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Twiggs)
[out:json];
(
rel["name"="Twiggs"][type=boundary];
rel["name:en"="Twiggs"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Twiggs
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bullard | 32.630420 , -83.497130 |
Danville | 32.606013 , -83.246057 |
Dry Branch | 32.800690 , -83.498510 |
Fitzpatrick | 32.748750 , -83.437400 |
Jeffersonville | 32.686298 , -83.343324 |
Marion | 32.662370 , -83.437120 |
Mount Calvary | 32.609870 , -83.485180 |
Reids | 32.718200 , -83.567130 |
Ripley | 32.725140 , -83.417120 |
Tarversville | 32.540150 , -83.439900 |
Westlake | 32.489040 , -83.483510 |
Notes:
- You can download geometry data for Twiggs 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.