Tift (Georgia) Map Cropping Samples
Tift (Georgia) Map Cropping Samples-1
Tift (Georgia) Map Cropping Samples-2
Tift neighborhoods and villages map with 3D shadow effect
flag map of Tift with 3D shadow effect
Tift map with 3d shadow effect
Download outline map of Tift (geojson format) :
Tift.geojson (**)
Download polygon array of Tift map for "Google Maps" :
Tift.txt
Bounding Box for Tift Map : ( 31.326263 , -83.66667 , 31.597921 , -83.338728 )
Wikipedia ID for Tift : Q498346
Wikipedia SPARQL Query for Tift (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q498346 wdt:P1082 ?population. }
OPTIONAL { wd:Q498346 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q498346 wdt:P2046 ?area. }
OPTIONAL { wd:Q498346 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q498346 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q498346 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 Tift map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.326263, -83.66667, 31.597921, -83.338728);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tift)
[out:json];
(
rel["name"="Tift"][type=boundary];
rel["name:en"="Tift"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tift
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Brighton | 31.502690 , -83.456000 |
Brookfield | 31.418520 , -83.390990 |
Chula | 31.549630 , -83.547390 |
Eldorado | 31.353800 , -83.485440 |
Excelsior | 31.404630 , -83.607950 |
Ferry Lake | 31.467410 , -83.472940 |
Harding | 31.527690 , -83.429050 |
Hillsdale | 31.467680 , -83.599060 |
Kelltown | 31.394910 , -83.536830 |
Linder | 31.387690 , -83.492940 |
Omega | 31.338898 , -83.594940 |
Pebblebrook | 31.477130 , -83.567110 |
Phillipsburg | 31.438884 , -83.520319 |
Sunsweet | 31.569350 , -83.565720 |
Tifton | 31.462491 , -83.520507 |
Ty Ty | 31.472026 , -83.650893 |
Unionville | 31.436280 , -83.508375 |
Vanceville | 31.432970 , -83.440720 |
Notes:
- You can download geometry data for Tift 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.