Franklin (Georgia) Map Cropping Samples
Franklin (Georgia) Map Cropping Samples-1
Franklin (Georgia) Map Cropping Samples-2
Franklin neighborhoods and villages map with 3D shadow effect
flag map of Franklin with 3D shadow effect
Franklin map with 3d shadow effect
Download outline map of Franklin (geojson format) :
Franklin.geojson (**)
Download polygon array of Franklin map for "Google Maps" :
Franklin.txt
Bounding Box for Franklin Map : ( 34.22373 , -83.398396 , 34.536617 , -83.05138 )
Wikipedia ID for Franklin : Q385931
Wikipedia SPARQL Query for Franklin (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q385931 wdt:P1082 ?population. }
OPTIONAL { wd:Q385931 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q385931 wdt:P2046 ?area. }
OPTIONAL { wd:Q385931 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q385931 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q385931 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 Franklin map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.22373, -83.398396, 34.536617, -83.05138);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Franklin)
[out:json];
(
rel["name"="Franklin"][type=boundary];
rel["name:en"="Franklin"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Franklin
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ashland | 34.325660 , -83.355710 |
Canon | 34.345531 , -83.110737 |
Carnesville | 34.371584 , -83.232870 |
Fairview | 34.410380 , -83.164880 |
Franklin Springs | 34.284023 , -83.145894 |
Gumlog | 34.495218 , -83.097510 |
Lavonia | 34.434408 , -83.108132 |
Parhams | 34.426770 , -83.240430 |
Plainview | 34.366770 , -83.355990 |
Poplar Grove | 34.514270 , -83.115430 |
Prospect | 34.443440 , -83.387940 |
Royston | 34.285864 , -83.109691 |
Sandy Cross | 34.287330 , -83.225990 |
Unity | 34.375660 , -83.324600 |
Vandiver | 34.401210 , -83.252380 |
Whitworth | 34.483990 , -83.094870 |
Notes:
- You can download geometry data for Franklin 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.