Dixie (Florida) Map Cropping Samples
Dixie (Florida) Map Cropping Samples-1
Dixie (Florida) Map Cropping Samples-2
Dixie neighborhoods and villages map with 3D shadow effect
flag map of Dixie with 3D shadow effect
Dixie map with 3d shadow effect
Download outline map of Dixie (geojson format) :
Dixie.geojson (**)
Download polygon array of Dixie map for "Google Maps" :
Dixie.txt
Bounding Box for Dixie Map : ( 29.25099 , -83.481264 , 29.825449 , -82.903956 )
Wikipedia ID for Dixie : Q488805
Wikipedia SPARQL Query for Dixie (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q488805 wdt:P1082 ?population. }
OPTIONAL { wd:Q488805 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q488805 wdt:P2046 ?area. }
OPTIONAL { wd:Q488805 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q488805 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q488805 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 Dixie map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.25099, -83.481264, 29.825449, -82.903956);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Dixie)
[out:json];
(
rel["name"="Dixie"][type=boundary];
rel["name:en"="Dixie"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Dixie
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Broscan | 29.681890 , -83.343470 |
Cross City | 29.638812 , -83.124811 |
Dixietown | 29.708010 , -82.984290 |
Eugene | 29.611620 , -83.087910 |
Fletcher | 29.741070 , -82.984850 |
Hines | 29.739390 , -83.236520 |
Horseshoe Beach | 29.449685 , -83.282021 |
Jena | 29.663560 , -83.370140 |
Jonesboro | 29.711060 , -83.297080 |
Old Town | 29.601350 , -82.981790 |
Shamrock | 29.643290 , -83.144850 |
Shired Island | 29.397180 , -83.200960 |
Stewart City | 29.668560 , -83.388190 |
Suwannee | 29.328850 , -83.144290 |
Yellow Jacket | 29.463290 , -83.001240 |
Notes:
- You can download geometry data for Dixie 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.