Download outline map of Wakulla (geojson format) :
Wakulla.geojson (**)
Download polygon array of Wakulla map for "Google Maps" :
Wakulla.txt
Bounding Box for Wakulla Map : ( 29.95805 , -84.737846 , 30.303501 , -84.075455 )
Wikipedia ID for Wakulla : Q505417
Wikipedia SPARQL Query for Wakulla (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q505417 wdt:P1082 ?population. }
OPTIONAL { wd:Q505417 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q505417 wdt:P2046 ?area. }
OPTIONAL { wd:Q505417 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q505417 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q505417 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 Wakulla map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.95805, -84.737846, 30.303501, -84.075455);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Wakulla)
[out:json];
(
rel["name"="Wakulla"][type=boundary];
rel["name:en"="Wakulla"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Wakulla
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Arran | 30.190480 , -84.416010 |
| Ashmore | 30.085480 , -84.470180 |
| Bethel | 30.252150 , -84.324070 |
| Buckhorn | 30.067150 , -84.451850 |
| Crawfordville | 30.199553 , -84.363397 |
| Curtis Mill | 30.008540 , -84.526010 |
| Hilliardville | 30.287700 , -84.399350 |
| Hyde Park | 30.169930 , -84.261840 |
| Ivan | 30.223540 , -84.362120 |
| Lawhons Mill | 30.166310 , -84.402120 |
| Live Oak Island | 30.061870 , -84.276840 |
| Medart | 30.082700 , -84.387120 |
| Mount Pleasant | 30.139370 , -84.388230 |
| Newport | 30.199370 , -84.180730 |
| Oak Park | 30.102420 , -84.495740 |
| Panacea | 30.028221 , -84.393581 |
| Panacea Park | 30.029530 , -84.400110 |
| Plum Orchard | 30.151990 , -84.149420 |
| Shadeville | 30.199370 , -84.308790 |
| Skipper | 30.048260 , -84.360180 |
| Smith Creek | 30.181870 , -84.656850 |
| Sopchoppy | 30.059786 , -84.485452 |
| Spring Creek | 30.080760 , -84.327680 |
| St. Marks | 30.165305 , -84.207876 |
| Tully | 30.104370 , -84.381010 |
| Vereen | 30.272980 , -84.241010 |
| Wakulla Beach | 30.109370 , -84.259060 |
| Wakulla Gardens | 30.176590 , -84.307680 |
| Wakulla Springs | 30.233540 , -84.305180 |
Notes:
- You can download geometry data for Wakulla 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.