Towns (Georgia) Map Cropping Samples
Towns (Georgia) Map Cropping Samples-1
Towns (Georgia) Map Cropping Samples-2
Towns neighborhoods and villages map with 3D shadow effect
flag map of Towns with 3D shadow effect
Towns map with 3d shadow effect
Download outline map of Towns (geojson format) :
Towns.geojson (**)
Download polygon array of Towns map for "Google Maps" :
Towns.txt
Bounding Box for Towns Map : ( 34.79052 , -83.946068 , 34.992492 , -83.546883 )
Wikipedia ID for Towns : Q503538
Wikipedia SPARQL Query for Towns (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q503538 wdt:P1082 ?population. }
OPTIONAL { wd:Q503538 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q503538 wdt:P2046 ?area. }
OPTIONAL { wd:Q503538 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q503538 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q503538 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 Towns map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.79052, -83.946068, 34.992492, -83.546883);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Towns)
[out:json];
(
rel["name"="Towns"][type=boundary];
rel["name:en"="Towns"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Towns
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alexanders Mill | 34.973980 , -83.881850 |
Beech Cove Vista | 34.933980 , -83.745450 |
Cedar Cliff | 34.980650 , -83.793230 |
Friendship | 34.963980 , -83.787120 |
Gumlog | 34.965920 , -83.935460 |
Hiawassee | 34.950142 , -83.752876 |
Jacksonville | 34.917870 , -83.857400 |
Macedonia | 34.918150 , -83.724890 |
Mountain Scene | 34.857320 , -83.722120 |
Osborn | 34.922310 , -83.699890 |
Presley | 34.909540 , -83.725730 |
Sunnyside | 34.933150 , -83.777120 |
Tate City | 34.978848 , -83.554049 |
Titus | 34.947040 , -83.631550 |
Welch | 34.971200 , -83.881010 |
Young Harris | 34.935588 , -83.847123 |
Notes:
- You can download geometry data for Towns 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.