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 : ( 29.535953 , -85.246316 , 30.013931 , -84.255948 )
Wikipedia ID for Franklin : Q488813
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:Q488813 wdt:P1082 ?population. }
OPTIONAL { wd:Q488813 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q488813 wdt:P2046 ?area. }
OPTIONAL { wd:Q488813 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q488813 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q488813 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"](29.535953, -85.246316, 30.013931, -84.255948);
);
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) |
Alligator Point | 29.895830 , -84.384830 |
Apalachicola | 29.727093 , -84.993789 |
Bay City | 29.756600 , -85.020470 |
Beverly | 29.852990 , -84.968520 |
Big Blackjack Landing | 29.916600 , -84.583510 |
Brickyard | 29.962700 , -85.021860 |
Carrabelle | 29.853791 , -84.668342 |
Carrabelle Beach | 29.832150 , -84.684070 |
Carrabelle Lighthouse | 29.827430 , -84.701020 |
Creels | 29.821880 , -84.909080 |
Eastpoint | 29.754638 , -84.869487 |
Ekanachatte | 29.992602 , -84.999332 |
Eleven Mile | 29.710210 , -85.153800 |
Fort Gadsden | 29.917150 , -84.977130 |
Green Point | 29.757710 , -84.831850 |
Hays Place | 29.841040 , -84.945740 |
High Bluff | 29.819380 , -84.825180 |
Lanark Village | 29.883540 , -84.595740 |
Magnolia Bluffs | 29.734930 , -84.899910 |
Mcintyre | 29.981320 , -84.526010 |
Morgan Place | 30.009930 , -84.755460 |
Nine Mile | 29.716880 , -85.121300 |
Pine Log | 29.933540 , -84.624350 |
Saint George Island | 29.644420 , -84.914790 |
Saint Teresa | 29.932620 , -84.455550 |
St. George Island | 29.653049 , -84.888362 |
Sun N Sand Beaches | 29.913260 , -84.365730 |
Tilton | 29.739100 , -85.082140 |
Two Mile | 29.713550 , -85.007690 |
Yent Place | 29.863820 , -84.700180 |
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.