Forsyth (Georgia) Map Cropping Samples
Forsyth (Georgia) Map Cropping Samples-1
Forsyth (Georgia) Map Cropping Samples-2
Forsyth neighborhoods and villages map with 3D shadow effect
flag map of Forsyth with 3D shadow effect
Forsyth map with 3d shadow effect
Download outline map of Forsyth (geojson format) :
Forsyth.geojson (**)
Download polygon array of Forsyth map for "Google Maps" :
Forsyth.txt
Bounding Box for Forsyth Map : ( 34.050565 , -84.258934 , 34.335171 , -83.925529 )
Wikipedia ID for Forsyth : Q493092
Wikipedia SPARQL Query for Forsyth (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q493092 wdt:P1082 ?population. }
OPTIONAL { wd:Q493092 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q493092 wdt:P2046 ?area. }
OPTIONAL { wd:Q493092 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q493092 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q493092 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 Forsyth map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.050565, -84.258934, 34.335171, -83.925529);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Forsyth)
[out:json];
(
rel["name"="Forsyth"][type=boundary];
rel["name:en"="Forsyth"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Forsyth
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Big Creek | 34.116490 , -84.175190 |
Brookwood | 34.095100 , -84.176580 |
Chestatee | 34.294270 , -83.999630 |
Coal Mountain | 34.271490 , -84.100750 |
Cumming | 34.207004 , -84.134022 |
Drew | 34.208430 , -84.219640 |
Ducktown | 34.243980 , -84.249370 |
Dunn | 34.238150 , -84.126300 |
Heardville | 34.280650 , -84.236030 |
Hightower | 34.306210 , -84.214640 |
Mars Hill Crossroads | 34.156490 , -84.195750 |
Matt | 34.298710 , -84.152970 |
MyCumming | 34.187880 , -84.190680 |
Oscarville | 34.248430 , -83.974910 |
Silver City | 34.334260 , -84.116020 |
The Polo Fields | 34.184540 , -84.213250 |
Notes:
- You can download geometry data for Forsyth 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.