Instantly share code, notes, and snippets.
Created
April 17, 2025 22:05
-
Star
0
(0)
You must be signed in to star a gist -
Fork
0
(0)
You must be signed in to fork a gist
-
Save TheLouisHong/a85ea8fddfc426b4075d0a8f01fd7c53 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"/> | |
<title>FL Median Income Map (Clickable Sidebar)</title> | |
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"/> | |
<style> | |
html,body{margin:0;height:100%;} | |
#container{display:flex;height:100%;} | |
#sidebar{width:300px;overflow-y:auto;border-right:1px solid #ccc;padding:10px;box-sizing:border-box;background:#f7f7f7;} | |
#map{flex:1;min-width:0;} | |
.card{border:1px solid #ddd;border-radius:4px;padding:6px;margin-bottom:8px;background:white;cursor:pointer;} | |
.card:hover{background:#eee;} | |
.title{font-weight:bold;font-size:14px;} | |
.subtitle{font-size:12px;color:#555;} | |
</style> | |
</head> | |
<body> | |
<div id="container"> | |
<div id="sidebar"><div class="card" data-city="Jupiter Island"><div class="title">Jupiter Island</div><div class="subtitle">$246,500</div></div><div class="card" data-city="Windsor"><div class="title">Windsor</div><div class="subtitle">$234,096</div></div><div class="card" data-city="Manalapan"><div class="title">Manalapan</div><div class="subtitle">$203,250</div></div><div class="card" data-city="Parkland"><div class="title">Parkland</div><div class="subtitle">$200,156</div></div><div class="card" data-city="Gulf Stream"><div class="title">Gulf Stream</div><div class="subtitle">$196,806</div></div><div class="card" data-city="Belleair Shore"><div class="title">Belleair Shore</div><div class="subtitle">$192,750</div></div><div class="card" data-city="Pinecrest"><div class="title">Pinecrest</div><div class="subtitle">$192,477</div></div><div class="card" data-city="South Beach"><div class="title">South Beach</div><div class="subtitle">$188,095</div></div><div class="card" data-city="Gotha"><div class="title">Gotha</div><div class="subtitle">$181,645</div></div><div class="card" data-city="Palm Beach"><div class="title">Palm Beach</div><div class="subtitle">$175,078</div></div><div class="card" data-city="Key Biscayne"><div class="title">Key Biscayne</div><div class="subtitle">$172,604</div></div><div class="card" data-city="Jupiter Inlet Colony"><div class="title">Jupiter Inlet Colony</div><div class="subtitle">$168,750</div></div><div class="card" data-city="Mount Carmel"><div class="title">Mount Carmel</div><div class="subtitle">$165,865</div></div><div class="card" data-city="Pelican Bay"><div class="title">Pelican Bay</div><div class="subtitle">$159,187</div></div><div class="card" data-city="Southwest Ranches"><div class="title">Southwest Ranches</div><div class="subtitle">$157,390</div></div><div class="card" data-city="Windermere"><div class="title">Windermere</div><div class="subtitle">$156,042</div></div><div class="card" data-city="Keystone"><div class="title">Keystone</div><div class="subtitle">$155,365</div></div><div class="card" data-city="Lake Clarke Shores"><div class="title">Lake Clarke Shores</div><div class="subtitle">$150,393</div></div><div class="card" data-city="Chaires"><div class="title">Chaires</div><div class="subtitle">$149,750</div></div><div class="card" data-city="Indian River Shores"><div class="title">Indian River Shores</div><div class="subtitle">$149,722</div></div><div class="card" data-city="Tierra Verde"><div class="title">Tierra Verde</div><div class="subtitle">$148,785</div></div><div class="card" data-city="Bay Lake"><div class="title">Bay Lake</div><div class="subtitle">$148,750</div></div><div class="card" data-city="Mulat"><div class="title">Mulat</div><div class="subtitle">$146,917</div></div><div class="card" data-city="North Key Largo"><div class="title">North Key Largo</div><div class="subtitle">$146,389</div></div><div class="card" data-city="Lake Mary Jane"><div class="title">Lake Mary Jane</div><div class="subtitle">$146,094</div></div><div class="card" data-city="Palmetto Bay"><div class="title">Palmetto Bay</div><div class="subtitle">$143,368</div></div><div class="card" data-city="Longboat Key"><div class="title">Longboat Key</div><div class="subtitle">$143,365</div></div><div class="card" data-city="Oakland"><div class="title">Oakland</div><div class="subtitle">$142,917</div></div><div class="card" data-city="Winding Cypress"><div class="title">Winding Cypress</div><div class="subtitle">$142,819</div></div><div class="card" data-city="Highland Beach"><div class="title">Highland Beach</div><div class="subtitle">$142,363</div></div><div class="card" data-city="Geneva"><div class="title">Geneva</div><div class="subtitle">$142,188</div></div><div class="card" data-city="Bay Hill"><div class="title">Bay Hill</div><div class="subtitle">$141,170</div></div><div class="card" data-city="Naples"><div class="title">Naples</div><div class="subtitle">$140,833</div></div><div class="card" data-city="Weston"><div class="title">Weston</div><div class="subtitle">$140,501</div></div><div class="card" data-city="Seville"><div class="title">Seville</div><div class="subtitle">$140,222</div></div><div class="card" data-city="Jupiter Farms"><div class="title">Jupiter Farms</div><div class="subtitle">$140,213</div></div><div class="card" data-city="Westlake"><div class="title">Westlake</div><div class="subtitle">$140,000</div></div><div class="card" data-city="Vineyards"><div class="title">Vineyards</div><div class="subtitle">$138,042</div></div><div class="card" data-city="Fruit Cove"><div class="title">Fruit Cove</div><div class="subtitle">$137,906</div></div><div class="card" data-city="Miami Shores"><div class="title">Miami Shores</div><div class="subtitle">$137,873</div></div><div class="card" data-city="Belleair Beach"><div class="title">Belleair Beach</div><div class="subtitle">$137,045</div></div><div class="card" data-city="Orchid"><div class="title">Orchid</div><div class="subtitle">$136,875</div></div><div class="card" data-city="Pelican Marsh"><div class="title">Pelican Marsh</div><div class="subtitle">$136,141</div></div><div class="card" data-city="Duck Key"><div class="title">Duck Key</div><div class="subtitle">$135,000</div></div><div class="card" data-city="Old Miakka"><div class="title">Old Miakka</div><div class="subtitle">$133,193</div></div><div class="card" data-city="Fish Hawk"><div class="title">Fish Hawk</div><div class="subtitle">$133,142</div></div><div class="card" data-city="Nocatee"><div class="title">Nocatee</div><div class="subtitle">$131,488</div></div><div class="card" data-city="Coral Gables"><div class="title">Coral Gables</div><div class="subtitle">$130,803</div></div><div class="card" data-city="Harbor Bluffs"><div class="title">Harbor Bluffs</div><div class="subtitle">$129,569</div></div><div class="card" data-city="Bradfordville"><div class="title">Bradfordville</div><div class="subtitle">$129,276</div></div><div class="card" data-city="Verandah"><div class="title">Verandah</div><div class="subtitle">$128,750</div></div><div class="card" data-city="Vilano Beach"><div class="title">Vilano Beach</div><div class="subtitle">$128,214</div></div><div class="card" data-city="Dickerson"><div class="title">Dickerson</div><div class="subtitle">$126,750</div></div><div class="card" data-city="Sewalls Point"><div class="title">Sewalls Point</div><div class="subtitle">$126,268</div></div><div class="card" data-city="Juno Ridge"><div class="title">Juno Ridge</div><div class="subtitle">$125,556</div></div><div class="card" data-city="Navarre Beach"><div class="title">Navarre Beach</div><div class="subtitle">$125,545</div></div><div class="card" data-city="Manasota Key"><div class="title">Manasota Key</div><div class="subtitle">$125,119</div></div><div class="card" data-city="Glen Ridge"><div class="title">Glen Ridge</div><div class="subtitle">$124,219</div></div><div class="card" data-city="Horizon West"><div class="title">Horizon West</div><div class="subtitle">$123,586</div></div><div class="card" data-city="Lakewood Ranch"><div class="title">Lakewood Ranch</div><div class="subtitle">$123,471</div></div><div class="card" data-city="Malabar"><div class="title">Malabar</div><div class="subtitle">$123,345</div></div><div class="card" data-city="Aripeka"><div class="title">Aripeka</div><div class="subtitle">$123,188</div></div><div class="card" data-city="Heathrow"><div class="title">Heathrow</div><div class="subtitle">$122,837</div></div><div class="card" data-city="Sanibel"><div class="title">Sanibel</div><div class="subtitle">$122,730</div></div><div class="card" data-city="Cooper"><div class="title">Cooper</div><div class="subtitle">$122,565</div></div><div class="card" data-city="Tiger Point"><div class="title">Tiger Point</div><div class="subtitle">$122,308</div></div><div class="card" data-city="Sawgrass"><div class="title">Sawgrass</div><div class="subtitle">$121,519</div></div><div class="card" data-city="Holley"><div class="title">Holley</div><div class="subtitle">$121,494</div></div><div class="card" data-city="Connerton"><div class="title">Connerton</div><div class="subtitle">$121,461</div></div><div class="card" data-city="Crescent Beach"><div class="title">Crescent Beach</div><div class="subtitle">$120,917</div></div><div class="card" data-city="Grant-Valkaria"><div class="title">Grant-Valkaria</div><div class="subtitle">$120,500</div></div><div class="card" data-city="Wedgefield"><div class="title">Wedgefield</div><div class="subtitle">$120,440</div></div><div class="card" data-city="Westchase"><div class="title">Westchase</div><div class="subtitle">$120,070</div></div><div class="card" data-city="Wabasso Beach"><div class="title">Wabasso Beach</div><div class="subtitle">$119,901</div></div><div class="card" data-city="Siesta Key"><div class="title">Siesta Key</div><div class="subtitle">$119,427</div></div><div class="card" data-city="Fleming Island"><div class="title">Fleming Island</div><div class="subtitle">$119,046</div></div><div class="card" data-city="Country Walk"><div class="title">Country Walk</div><div class="subtitle">$118,881</div></div><div class="card" data-city="Palm Valley"><div class="title">Palm Valley</div><div class="subtitle">$118,280</div></div><div class="card" data-city="Wacissa"><div class="title">Wacissa</div><div class="subtitle">$118,144</div></div><div class="card" data-city="Palm"><div class="title">Palm</div><div class="subtitle">$117,689</div></div><div class="card" data-city="Belleair"><div class="title">Belleair</div><div class="subtitle">$117,500</div></div><div class="card" data-city="Lake Mary"><div class="title">Lake Mary</div><div class="subtitle">$116,944</div></div><div class="card" data-city="Odessa"><div class="title">Odessa</div><div class="subtitle">$116,870</div></div><div class="card" data-city="Yalaha"><div class="title">Yalaha</div><div class="subtitle">$116,544</div></div><div class="card" data-city="Jacksonville Beach"><div class="title">Jacksonville Beach</div><div class="subtitle">$115,825</div></div><div class="card" data-city="Satellite Beach"><div class="title">Satellite Beach</div><div class="subtitle">$115,684</div></div><div class="card" data-city="Hillcrest Heights"><div class="title">Hillcrest Heights</div><div class="subtitle">$115,568</div></div><div class="card" data-city="Wallace"><div class="title">Wallace</div><div class="subtitle">$115,216</div></div><div class="card" data-city="Lutz"><div class="title">Lutz</div><div class="subtitle">$114,516</div></div><div class="card" data-city="Oviedo"><div class="title">Oviedo</div><div class="subtitle">$114,092</div></div><div class="card" data-city="North Merritt Island"><div class="title">North Merritt Island</div><div class="subtitle">$113,897</div></div><div class="card" data-city="Loxahatchee Groves"><div class="title">Loxahatchee Groves</div><div class="subtitle">$113,654</div></div><div class="card" data-city="Apollo Beach"><div class="title">Apollo Beach</div><div class="subtitle">$113,130</div></div><div class="card" data-city="Trinity"><div class="title">Trinity</div><div class="subtitle">$113,125</div></div><div class="card" data-city="Wekiwa Springs"><div class="title">Wekiwa Springs</div><div class="subtitle">$113,067</div></div><div class="card" data-city="Redington Beach"><div class="title">Redington Beach</div><div class="subtitle">$112,250</div></div><div class="card" data-city="Belle Isle"><div class="title">Belle Isle</div><div class="subtitle">$111,875</div></div><div class="card" data-city="Atlantis"><div class="title">Atlantis</div><div class="subtitle">$111,750</div></div><div class="card" data-city="Black Diamond"><div class="title">Black Diamond</div><div class="subtitle">$111,142</div></div><div class="card" data-city="Neptune Beach"><div class="title">Neptune Beach</div><div class="subtitle">$111,025</div></div><div class="card" data-city="Ocean Ridge"><div class="title">Ocean Ridge</div><div class="subtitle">$111,023</div></div><div class="card" data-city="Palm Beach Gardens"><div class="title">Palm Beach Gardens</div><div class="subtitle">$110,563</div></div><div class="card" data-city="Oakleaf Plantation"><div class="title">Oakleaf Plantation</div><div class="subtitle">$110,521</div></div><div class="card" data-city="Wellington"><div class="title">Wellington</div><div class="subtitle">$110,294</div></div><div class="card" data-city="West Bradenton"><div class="title">West Bradenton</div><div class="subtitle">$110,072</div></div><div class="card" data-city="World Golf"><div class="title">World Golf</div><div class="subtitle">$109,731</div></div><div class="card" data-city="Pebble Creek"><div class="title">Pebble Creek</div><div class="subtitle">$109,375</div></div><div class="card" data-city="Jupiter"><div class="title">Jupiter</div><div class="subtitle">$109,109</div></div><div class="card" data-city="St. Pete Beach"><div class="title">St. Pete Beach</div><div class="subtitle">$108,931</div></div><div class="card" data-city="Gulf Breeze"><div class="title">Gulf Breeze</div><div class="subtitle">$108,575</div></div><div class="card" data-city="Woodlawn Beach"><div class="title">Woodlawn Beach</div><div class="subtitle">$108,333</div></div><div class="card" data-city="Shalimar"><div class="title">Shalimar</div><div class="subtitle">$108,182</div></div><div class="card" data-city="Matlacha Isles-Matlacha Shores"><div class="title">Matlacha Isles-Matlacha Shores</div><div class="subtitle">$108,125</div></div><div class="card" data-city="Olympia Heights"><div class="title">Olympia Heights</div><div class="subtitle">$107,381</div></div><div class="card" data-city="Bloomingdale"><div class="title">Bloomingdale</div><div class="subtitle">$107,313</div></div><div class="card" data-city="Wesley Chapel"><div class="title">Wesley Chapel</div><div class="subtitle">$107,004</div></div><div class="card" data-city="Canal Point"><div class="title">Canal Point</div><div class="subtitle">$106,905</div></div><div class="card" data-city="Chumuckla"><div class="title">Chumuckla</div><div class="subtitle">$106,782</div></div><div class="card" data-city="Garcon Point"><div class="title">Garcon Point</div><div class="subtitle">$106,463</div></div><div class="card" data-city="Winter Garden"><div class="title">Winter Garden</div><div class="subtitle">$106,371</div></div><div class="card" data-city="Lakeland Highlands"><div class="title">Lakeland Highlands</div><div class="subtitle">$106,012</div></div><div class="card" data-city="Heritage Bay"><div class="title">Heritage Bay</div><div class="subtitle">$105,972</div></div><div class="card" data-city="Safety Harbor"><div class="title">Safety Harbor</div><div class="subtitle">$105,813</div></div><div class="card" data-city="El Portal"><div class="title">El Portal</div><div class="subtitle">$105,662</div></div><div class="card" data-city="The Acreage"><div class="title">The Acreage</div><div class="subtitle">$105,405</div></div><div class="card" data-city="Pioneer"><div class="title">Pioneer</div><div class="subtitle">$105,214</div></div><div class="card" data-city="Tangerine"><div class="title">Tangerine</div><div class="subtitle">$104,730</div></div><div class="card" data-city="Balm"><div class="title">Balm</div><div class="subtitle">$104,347</div></div><div class="card" data-city="Big Coppitt Key"><div class="title">Big Coppitt Key</div><div class="subtitle">$104,306</div></div><div class="card" data-city="Marco Island"><div class="title">Marco Island</div><div class="subtitle">$104,105</div></div><div class="card" data-city="Palmer Ranch"><div class="title">Palmer Ranch</div><div class="subtitle">$103,682</div></div><div class="card" data-city="Buckingham"><div class="title">Buckingham</div><div class="subtitle">$103,438</div></div><div class="card" data-city="Atlantic Beach"><div class="title">Atlantic Beach</div><div class="subtitle">$103,288</div></div><div class="card" data-city="Montverde"><div class="title">Montverde</div><div class="subtitle">$103,250</div></div><div class="card" data-city="Gateway"><div class="title">Gateway</div><div class="subtitle">$103,161</div></div><div class="card" data-city="Tequesta"><div class="title">Tequesta</div><div class="subtitle">$103,036</div></div><div class="card" data-city="Minneola"><div class="title">Minneola</div><div class="subtitle">$102,968</div></div><div class="card" data-city="Boca Raton"><div class="title">Boca Raton</div><div class="subtitle">$102,722</div></div><div class="card" data-city="Three Oaks"><div class="title">Three Oaks</div><div class="subtitle">$102,392</div></div><div class="card" data-city="Indian Shores"><div class="title">Indian Shores</div><div class="subtitle">$102,250</div></div><div class="card" data-city="Orangetree"><div class="title">Orangetree</div><div class="subtitle">$102,133</div></div><div class="card" data-city="Doctor Phillips"><div class="title">Doctor Phillips</div><div class="subtitle">$101,540</div></div><div class="card" data-city="Redington Shores"><div class="title">Redington Shores</div><div class="subtitle">$101,518</div></div><div class="card" data-city="Asbury Lake"><div class="title">Asbury Lake</div><div class="subtitle">$100,681</div></div><div class="card" data-city="Rio Pinar"><div class="title">Rio Pinar</div><div class="subtitle">$100,574</div></div><div class="card" data-city="Newberry"><div class="title">Newberry</div><div class="subtitle">$100,513</div></div><div class="card" data-city="Cabana Colony"><div class="title">Cabana Colony</div><div class="subtitle">$100,469</div></div><div class="card" data-city="Estero"><div class="title">Estero</div><div class="subtitle">$100,459</div></div><div class="card" data-city="Ponce Inlet"><div class="title">Ponce Inlet</div><div class="subtitle">$100,313</div></div><div class="card" data-city="Lely Resort"><div class="title">Lely Resort</div><div class="subtitle">$100,163</div></div><div class="card" data-city="Feather Sound"><div class="title">Feather Sound</div><div class="subtitle">$100,070</div></div><div class="card" data-city="Hunters Creek"><div class="title">Hunters Creek</div><div class="subtitle">$99,942</div></div><div class="card" data-city="Winter Beach"><div class="title">Winter Beach</div><div class="subtitle">$99,886</div></div><div class="card" data-city="Sunset"><div class="title">Sunset</div><div class="subtitle">$99,764</div></div><div class="card" data-city="Whiskey Creek"><div class="title">Whiskey Creek</div><div class="subtitle">$99,242</div></div><div class="card" data-city="Burnt Store Marina"><div class="title">Burnt Store Marina</div><div class="subtitle">$99,214</div></div><div class="card" data-city="Holmes Beach"><div class="title">Holmes Beach</div><div class="subtitle">$99,063</div></div><div class="card" data-city="Anna Maria"><div class="title">Anna Maria</div><div class="subtitle">$98,938</div></div><div class="card" data-city="Lake Sarasota"><div class="title">Lake Sarasota</div><div class="subtitle">$98,689</div></div><div class="card" data-city="Land O Lakes"><div class="title">Land O Lakes</div><div class="subtitle">$98,648</div></div><div class="card" data-city="Navarre"><div class="title">Navarre</div><div class="subtitle">$98,522</div></div><div class="card" data-city="Valrico"><div class="title">Valrico</div><div class="subtitle">$98,451</div></div><div class="card" data-city="Alafaya"><div class="title">Alafaya</div><div class="subtitle">$98,289</div></div><div class="card" data-city="Indian Rocks Beach"><div class="title">Indian Rocks Beach</div><div class="subtitle">$98,279</div></div><div class="card" data-city="Viera West"><div class="title">Viera West</div><div class="subtitle">$98,107</div></div><div class="card" data-city="Winter Park"><div class="title">Winter Park</div><div class="subtitle">$98,076</div></div><div class="card" data-city="Lake Hart"><div class="title">Lake Hart</div><div class="subtitle">$98,068</div></div><div class="card" data-city="Indian Harbour Beach"><div class="title">Indian Harbour Beach</div><div class="subtitle">$98,046</div></div><div class="card" data-city="Celebration"><div class="title">Celebration</div><div class="subtitle">$97,654</div></div><div class="card" data-city="Viera East"><div class="title">Viera East</div><div class="subtitle">$97,386</div></div><div class="card" data-city="Miami Lakes"><div class="title">Miami Lakes</div><div class="subtitle">$97,255</div></div><div class="card" data-city="Miramar Beach"><div class="title">Miramar Beach</div><div class="subtitle">$97,159</div></div><div class="card" data-city="Palm Springs North"><div class="title">Palm Springs North</div><div class="subtitle">$97,083</div></div><div class="card" data-city="Ocean Breeze"><div class="title">Ocean Breeze</div><div class="subtitle">$96,797</div></div><div class="card" data-city="Niceville"><div class="title">Niceville</div><div class="subtitle">$96,611</div></div><div class="card" data-city="Avalon"><div class="title">Avalon</div><div class="subtitle">$96,318</div></div><div class="card" data-city="Richmond West"><div class="title">Richmond West</div><div class="subtitle">$96,282</div></div><div class="card" data-city="Bithlo"><div class="title">Bithlo</div><div class="subtitle">$96,250</div></div><div class="card" data-city="Conway"><div class="title">Conway</div><div class="subtitle">$96,250</div></div><div class="card" data-city="St. George Island"><div class="title">St. George Island</div><div class="subtitle">$96,250</div></div><div class="card" data-city="Hillsboro Beach"><div class="title">Hillsboro Beach</div><div class="subtitle">$96,176</div></div><div class="card" data-city="White"><div class="title">White</div><div class="subtitle">$96,042</div></div><div class="card" data-city="Rio"><div class="title">Rio</div><div class="subtitle">$95,865</div></div><div class="card" data-city="Chokoloskee"><div class="title">Chokoloskee</div><div class="subtitle">$95,712</div></div><div class="card" data-city="Apopka"><div class="title">Apopka</div><div class="subtitle">$95,703</div></div><div class="card" data-city="Riverview"><div class="title">Riverview</div><div class="subtitle">$95,442</div></div><div class="card" data-city="Islamorada, Of Islands"><div class="title">Islamorada, Of Islands</div><div class="subtitle">$95,212</div></div><div class="card" data-city="Ave Maria"><div class="title">Ave Maria</div><div class="subtitle">$95,179</div></div><div class="card" data-city="Lake Helen"><div class="title">Lake Helen</div><div class="subtitle">$94,952</div></div><div class="card" data-city="Osprey"><div class="title">Osprey</div><div class="subtitle">$94,815</div></div><div class="card" data-city="Key Colony Beach"><div class="title">Key Colony Beach</div><div class="subtitle">$94,531</div></div><div class="card" data-city="Punta Rassa"><div class="title">Punta Rassa</div><div class="subtitle">$94,318</div></div><div class="card" data-city="North Redington Beach"><div class="title">North Redington Beach</div><div class="subtitle">$94,044</div></div><div class="card" data-city="South Sarasota"><div class="title">South Sarasota</div><div class="subtitle">$93,958</div></div><div class="card" data-city="East Lake"><div class="title">East Lake</div><div class="subtitle">$93,862</div></div><div class="card" data-city="Howey-In-The-Hills"><div class="title">Howey-In-The-Hills</div><div class="subtitle">$93,403</div></div><div class="card" data-city="Maitland"><div class="title">Maitland</div><div class="subtitle">$93,318</div></div><div class="card" data-city="Ocoee"><div class="title">Ocoee</div><div class="subtitle">$93,292</div></div><div class="card" data-city="Pineland"><div class="title">Pineland</div><div class="subtitle">$93,250</div></div><div class="card" data-city="St. Augustine Beach"><div class="title">St. Augustine Beach</div><div class="subtitle">$92,661</div></div><div class="card" data-city="Fernandina Beach"><div class="title">Fernandina Beach</div><div class="subtitle">$92,535</div></div><div class="card" data-city="Big Pine Key"><div class="title">Big Pine Key</div><div class="subtitle">$92,452</div></div><div class="card" data-city="Royal Palm Beach"><div class="title">Royal Palm Beach</div><div class="subtitle">$92,382</div></div><div class="card" data-city="Lighthouse Point"><div class="title">Lighthouse Point</div><div class="subtitle">$92,268</div></div><div class="card" data-city="Groveland"><div class="title">Groveland</div><div class="subtitle">$92,258</div></div><div class="card" data-city="Cheval"><div class="title">Cheval</div><div class="subtitle">$92,095</div></div><div class="card" data-city="Northdale"><div class="title">Northdale</div><div class="subtitle">$91,656</div></div><div class="card" data-city="Lake Lorraine"><div class="title">Lake Lorraine</div><div class="subtitle">$91,619</div></div><div class="card" data-city="Three Lakes"><div class="title">Three Lakes</div><div class="subtitle">$91,364</div></div><div class="card" data-city="Bal Harbour"><div class="title">Bal Harbour</div><div class="subtitle">$91,061</div></div><div class="card" data-city="Spring Lake"><div class="title">Spring Lake</div><div class="subtitle">$91,058</div></div><div class="card" data-city="North Palm Beach"><div class="title">North Palm Beach</div><div class="subtitle">$91,042</div></div><div class="card" data-city="Merritt Island"><div class="title">Merritt Island</div><div class="subtitle">$91,020</div></div><div class="card" data-city="Bardmoor"><div class="title">Bardmoor</div><div class="subtitle">$91,006</div></div><div class="card" data-city="Indialantic"><div class="title">Indialantic</div><div class="subtitle">$90,991</div></div><div class="card" data-city="Fort Myers Beach"><div class="title">Fort Myers Beach</div><div class="subtitle">$90,833</div></div><div class="card" data-city="Olga"><div class="title">Olga</div><div class="subtitle">$90,733</div></div><div class="card" data-city="Coral Springs"><div class="title">Coral Springs</div><div class="subtitle">$90,643</div></div><div class="card" data-city="Samsula-Spruce Creek"><div class="title">Samsula-Spruce Creek</div><div class="subtitle">$90,575</div></div><div class="card" data-city="West Melbourne"><div class="title">West Melbourne</div><div class="subtitle">$90,521</div></div><div class="card" data-city="Bonita Springs"><div class="title">Bonita Springs</div><div class="subtitle">$90,486</div></div><div class="card" data-city="Sorrento"><div class="title">Sorrento</div><div class="subtitle">$90,192</div></div><div class="card" data-city="Sarasota Springs"><div class="title">Sarasota Springs</div><div class="subtitle">$89,646</div></div><div class="card" data-city="Freeport"><div class="title">Freeport</div><div class="subtitle">$89,540</div></div><div class="card" data-city="Molino"><div class="title">Molino</div><div class="subtitle">$89,326</div></div><div class="card" data-city="Brownsdale"><div class="title">Brownsdale</div><div class="subtitle">$89,293</div></div><div class="card" data-city="Laurel"><div class="title">Laurel</div><div class="subtitle">$89,282</div></div><div class="card" data-city="Destin"><div class="title">Destin</div><div class="subtitle">$89,141</div></div><div class="card" data-city="San Antonio"><div class="title">San Antonio</div><div class="subtitle">$89,079</div></div><div class="card" data-city="Limestone Creek"><div class="title">Limestone Creek</div><div class="subtitle">$88,956</div></div><div class="card" data-city="Surfside"><div class="title">Surfside</div><div class="subtitle">$88,938</div></div><div class="card" data-city="La Crosse"><div class="title">La Crosse</div><div class="subtitle">$88,819</div></div><div class="card" data-city="Highland Park"><div class="title">Highland Park</div><div class="subtitle">$88,750</div></div><div class="card" data-city="Miami Springs"><div class="title">Miami Springs</div><div class="subtitle">$88,705</div></div><div class="card" data-city="Highland"><div class="title">Highland</div><div class="subtitle">$88,628</div></div><div class="card" data-city="Mcgregor"><div class="title">Mcgregor</div><div class="subtitle">$88,578</div></div><div class="card" data-city="Roeville"><div class="title">Roeville</div><div class="subtitle">$88,553</div></div><div class="card" data-city="Doral"><div class="title">Doral</div><div class="subtitle">$88,474</div></div><div class="card" data-city="South Miami"><div class="title">South Miami</div><div class="subtitle">$88,313</div></div><div class="card" data-city="Seffner"><div class="title">Seffner</div><div class="subtitle">$88,167</div></div><div class="card" data-city="Mount Plymouth"><div class="title">Mount Plymouth</div><div class="subtitle">$88,112</div></div><div class="card" data-city="St. Lucie"><div class="title">St. Lucie</div><div class="subtitle">$88,095</div></div><div class="card" data-city="Lochmoor Waterway Estates"><div class="title">Lochmoor Waterway Estates</div><div class="subtitle">$87,606</div></div><div class="card" data-city="Debary"><div class="title">Debary</div><div class="subtitle">$87,391</div></div><div class="card" data-city="Westwood Lakes"><div class="title">Westwood Lakes</div><div class="subtitle">$87,341</div></div><div class="card" data-city="Davie"><div class="title">Davie</div><div class="subtitle">$87,171</div></div><div class="card" data-city="Oriole Beach"><div class="title">Oriole Beach</div><div class="subtitle">$87,056</div></div><div class="card" data-city="River Ridge"><div class="title">River Ridge</div><div class="subtitle">$86,786</div></div><div class="card" data-city="Hernando Beach"><div class="title">Hernando Beach</div><div class="subtitle">$86,585</div></div><div class="card" data-city="Palm Shores"><div class="title">Palm Shores</div><div class="subtitle">$86,563</div></div><div class="card" data-city="Melbourne Beach"><div class="title">Melbourne Beach</div><div class="subtitle">$86,563</div></div><div class="card" data-city="Fruitville"><div class="title">Fruitville</div><div class="subtitle">$86,500</div></div><div class="card" data-city="Winter Springs"><div class="title">Winter Springs</div><div class="subtitle">$86,332</div></div><div class="card" data-city="Quail Ridge"><div class="title">Quail Ridge</div><div class="subtitle">$86,279</div></div><div class="card" data-city="Miramar"><div class="title">Miramar</div><div class="subtitle">$86,109</div></div><div class="card" data-city="South Patrick Shores"><div class="title">South Patrick Shores</div><div class="subtitle">$86,048</div></div><div class="card" data-city="Cypress Gardens"><div class="title">Cypress Gardens</div><div class="subtitle">$85,997</div></div><div class="card" data-city="Progress"><div class="title">Progress</div><div class="subtitle">$85,814</div></div><div class="card" data-city="Chuluota"><div class="title">Chuluota</div><div class="subtitle">$85,804</div></div><div class="card" data-city="Gun Club Estates"><div class="title">Gun Club Estates</div><div class="subtitle">$85,782</div></div><div class="card" data-city="Southchase"><div class="title">Southchase</div><div class="subtitle">$85,573</div></div><div class="card" data-city="Seminole Manor"><div class="title">Seminole Manor</div><div class="subtitle">$85,114</div></div><div class="card" data-city="Vamo"><div class="title">Vamo</div><div class="subtitle">$85,094</div></div><div class="card" data-city="Pace"><div class="title">Pace</div><div class="subtitle">$84,912</div></div><div class="card" data-city="Cudjoe Key"><div class="title">Cudjoe Key</div><div class="subtitle">$84,890</div></div><div class="card" data-city="Bay Harbor Islands"><div class="title">Bay Harbor Islands</div><div class="subtitle">$84,750</div></div><div class="card" data-city="Biscayne Park"><div class="title">Biscayne Park</div><div class="subtitle">$84,750</div></div><div class="card" data-city="Forest"><div class="title">Forest</div><div class="subtitle">$84,337</div></div><div class="card" data-city="Citrus Park"><div class="title">Citrus Park</div><div class="subtitle">$84,220</div></div><div class="card" data-city="Port St. John"><div class="title">Port St. John</div><div class="subtitle">$84,214</div></div><div class="card" data-city="Citrus Hills"><div class="title">Citrus Hills</div><div class="subtitle">$84,091</div></div><div class="card" data-city="Ferndale"><div class="title">Ferndale</div><div class="subtitle">$84,085</div></div><div class="card" data-city="Kendall"><div class="title">Kendall</div><div class="subtitle">$83,664</div></div><div class="card" data-city="The Crossings"><div class="title">The Crossings</div><div class="subtitle">$83,643</div></div><div class="card" data-city="St. Leo"><div class="title">St. Leo</div><div class="subtitle">$83,603</div></div><div class="card" data-city="Alva"><div class="title">Alva</div><div class="subtitle">$83,551</div></div><div class="card" data-city="Polk"><div class="title">Polk</div><div class="subtitle">$83,333</div></div><div class="card" data-city="The Hammocks"><div class="title">The Hammocks</div><div class="subtitle">$83,253</div></div><div class="card" data-city="Pretty Bayou"><div class="title">Pretty Bayou</div><div class="subtitle">$83,250</div></div><div class="card" data-city="Lynn Haven"><div class="title">Lynn Haven</div><div class="subtitle">$83,093</div></div><div class="card" data-city="Christmas"><div class="title">Christmas</div><div class="subtitle">$83,015</div></div><div class="card" data-city="Rockledge"><div class="title">Rockledge</div><div class="subtitle">$83,009</div></div><div class="card" data-city="Patrick Afb"><div class="title">Patrick Afb</div><div class="subtitle">$82,829</div></div><div class="card" data-city="Hillsboro Pines"><div class="title">Hillsboro Pines</div><div class="subtitle">$82,778</div></div><div class="card" data-city="Aventura"><div class="title">Aventura</div><div class="subtitle">$82,777</div></div><div class="card" data-city="Yulee"><div class="title">Yulee</div><div class="subtitle">$82,718</div></div><div class="card" data-city="Cocoa Beach"><div class="title">Cocoa Beach</div><div class="subtitle">$82,381</div></div><div class="card" data-city="Treasure Island"><div class="title">Treasure Island</div><div class="subtitle">$82,340</div></div><div class="card" data-city="Palmetto Estates"><div class="title">Palmetto Estates</div><div class="subtitle">$82,199</div></div><div class="card" data-city="Cutler Bay"><div class="title">Cutler Bay</div><div class="subtitle">$82,155</div></div><div class="card" data-city="Princeton"><div class="title">Princeton</div><div class="subtitle">$82,130</div></div><div class="card" data-city="Palm Beach Shores"><div class="title">Palm Beach Shores</div><div class="subtitle">$82,083</div></div><div class="card" data-city="North Port"><div class="title">North Port</div><div class="subtitle">$81,940</div></div><div class="card" data-city="Valparaiso"><div class="title">Valparaiso</div><div class="subtitle">$81,938</div></div><div class="card" data-city="Pembroke Pines"><div class="title">Pembroke Pines</div><div class="subtitle">$81,675</div></div><div class="card" data-city="Pasadena Hills"><div class="title">Pasadena Hills</div><div class="subtitle">$81,273</div></div><div class="card" data-city="Williamsburg"><div class="title">Williamsburg</div><div class="subtitle">$81,200</div></div><div class="card" data-city="Flagler Beach"><div class="title">Flagler Beach</div><div class="subtitle">$81,193</div></div><div class="card" data-city="Gonzalez"><div class="title">Gonzalez</div><div class="subtitle">$81,080</div></div><div class="card" data-city="Lauderdale-By-The-Sea"><div class="title">Lauderdale-By-The-Sea</div><div class="subtitle">$81,020</div></div><div class="card" data-city="High Springs"><div class="title">High Springs</div><div class="subtitle">$80,973</div></div><div class="card" data-city="Okahumpka"><div class="title">Okahumpka</div><div class="subtitle">$80,938</div></div><div class="card" data-city="Marco Shores-Hammock Bay"><div class="title">Marco Shores-Hammock Bay</div><div class="subtitle">$80,795</div></div><div class="card" data-city="North Bay"><div class="title">North Bay</div><div class="subtitle">$80,761</div></div><div class="card" data-city="Lakeside"><div class="title">Lakeside</div><div class="subtitle">$80,686</div></div><div class="card" data-city="June Park"><div class="title">June Park</div><div class="subtitle">$80,575</div></div><div class="card" data-city="Marathon"><div class="title">Marathon</div><div class="subtitle">$80,556</div></div><div class="card" data-city="Garden Grove"><div class="title">Garden Grove</div><div class="subtitle">$80,547</div></div><div class="card" data-city="St. Augustine"><div class="title">St. Augustine</div><div class="subtitle">$80,473</div></div><div class="card" data-city="Kensington Park"><div class="title">Kensington Park</div><div class="subtitle">$80,139</div></div><div class="card" data-city="Mascotte"><div class="title">Mascotte</div><div class="subtitle">$80,114</div></div><div class="card" data-city="San Carlos Park"><div class="title">San Carlos Park</div><div class="subtitle">$80,109</div></div><div class="card" data-city="Fuller Heights"><div class="title">Fuller Heights</div><div class="subtitle">$80,021</div></div><div class="card" data-city="Fort Lauderdale"><div class="title">Fort Lauderdale</div><div class="subtitle">$79,935</div></div><div class="card" data-city="Cinco Bayou"><div class="title">Cinco Bayou</div><div class="subtitle">$79,830</div></div><div class="card" data-city="Madeira Beach"><div class="title">Madeira Beach</div><div class="subtitle">$79,798</div></div><div class="card" data-city="Clermont"><div class="title">Clermont</div><div class="subtitle">$79,789</div></div><div class="card" data-city="Hypoluxo"><div class="title">Hypoluxo</div><div class="subtitle">$79,583</div></div><div class="card" data-city="South Palm Beach"><div class="title">South Palm Beach</div><div class="subtitle">$79,583</div></div><div class="card" data-city="Delray Beach"><div class="title">Delray Beach</div><div class="subtitle">$79,393</div></div><div class="card" data-city="Wilton Manors"><div class="title">Wilton Manors</div><div class="subtitle">$79,390</div></div><div class="card" data-city="Bee Ridge"><div class="title">Bee Ridge</div><div class="subtitle">$79,375</div></div><div class="card" data-city="Edgewood"><div class="title">Edgewood</div><div class="subtitle">$79,345</div></div><div class="card" data-city="Punta Gorda"><div class="title">Punta Gorda</div><div class="subtitle">$79,291</div></div><div class="card" data-city="Panama Beach"><div class="title">Panama Beach</div><div class="subtitle">$78,921</div></div><div class="card" data-city="Tamiami"><div class="title">Tamiami</div><div class="subtitle">$78,916</div></div><div class="card" data-city="Key Largo"><div class="title">Key Largo</div><div class="subtitle">$78,906</div></div><div class="card" data-city="Island Walk"><div class="title">Island Walk</div><div class="subtitle">$78,857</div></div><div class="card" data-city="Fort Green Springs"><div class="title">Fort Green Springs</div><div class="subtitle">$78,820</div></div><div class="card" data-city="Bagdad"><div class="title">Bagdad</div><div class="subtitle">$78,603</div></div><div class="card" data-city="Key West"><div class="title">Key West</div><div class="subtitle">$78,532</div></div><div class="card" data-city="Alachua"><div class="title">Alachua</div><div class="subtitle">$78,526</div></div><div class="card" data-city="New Smyrna Beach"><div class="title">New Smyrna Beach</div><div class="subtitle">$78,373</div></div><div class="card" data-city="Fruitland Park"><div class="title">Fruitland Park</div><div class="subtitle">$78,359</div></div><div class="card" data-city="Waverly"><div class="title">Waverly</div><div class="subtitle">$78,259</div></div><div class="card" data-city="Port St. Lucie"><div class="title">Port St. Lucie</div><div class="subtitle">$78,137</div></div><div class="card" data-city="Keystone Heights"><div class="title">Keystone Heights</div><div class="subtitle">$77,938</div></div><div class="card" data-city="Plantation"><div class="title">Plantation</div><div class="subtitle">$77,873</div></div><div class="card" data-city="Plantation"><div class="title">Plantation</div><div class="subtitle">$77,873</div></div><div class="card" data-city="Lower Grand Lagoon"><div class="title">Lower Grand Lagoon</div><div class="subtitle">$77,639</div></div><div class="card" data-city="Southgate"><div class="title">Southgate</div><div class="subtitle">$77,616</div></div><div class="card" data-city="Coral Terrace"><div class="title">Coral Terrace</div><div class="subtitle">$77,396</div></div><div class="card" data-city="Seminole"><div class="title">Seminole</div><div class="subtitle">$77,335</div></div><div class="card" data-city="Longwood"><div class="title">Longwood</div><div class="subtitle">$77,214</div></div><div class="card" data-city="Meadow Woods"><div class="title">Meadow Woods</div><div class="subtitle">$77,124</div></div><div class="card" data-city="Desoto Acres"><div class="title">Desoto Acres</div><div class="subtitle">$77,102</div></div><div class="card" data-city="Brandon"><div class="title">Brandon</div><div class="subtitle">$77,068</div></div><div class="card" data-city="Cortez"><div class="title">Cortez</div><div class="subtitle">$76,915</div></div><div class="card" data-city="Butler Beach"><div class="title">Butler Beach</div><div class="subtitle">$76,776</div></div><div class="card" data-city="Carrollwood"><div class="title">Carrollwood</div><div class="subtitle">$76,723</div></div><div class="card" data-city="Eglin Afb"><div class="title">Eglin Afb</div><div class="subtitle">$76,705</div></div><div class="card" data-city="The Villages"><div class="title">The Villages</div><div class="subtitle">$76,523</div></div><div class="card" data-city="Mary Esther"><div class="title">Mary Esther</div><div class="subtitle">$76,510</div></div><div class="card" data-city="Ruskin"><div class="title">Ruskin</div><div class="subtitle">$76,402</div></div><div class="card" data-city="South Gate Ridge"><div class="title">South Gate Ridge</div><div class="subtitle">$76,307</div></div><div class="card" data-city="St. Cloud"><div class="title">St. Cloud</div><div class="subtitle">$76,196</div></div><div class="card" data-city="Lake Belvedere Estates"><div class="title">Lake Belvedere Estates</div><div class="subtitle">$76,125</div></div><div class="card" data-city="Oldsmar"><div class="title">Oldsmar</div><div class="subtitle">$76,100</div></div><div class="card" data-city="Cape Coral"><div class="title">Cape Coral</div><div class="subtitle">$76,062</div></div><div class="card" data-city="Grenelefe"><div class="title">Grenelefe</div><div class="subtitle">$75,994</div></div><div class="card" data-city="Westchester"><div class="title">Westchester</div><div class="subtitle">$75,905</div></div><div class="card" data-city="Silver Lake"><div class="title">Silver Lake</div><div class="subtitle">$75,709</div></div><div class="card" data-city="Lake Magdalene"><div class="title">Lake Magdalene</div><div class="subtitle">$75,606</div></div><div class="card" data-city="Coconut Creek"><div class="title">Coconut Creek</div><div class="subtitle">$75,516</div></div><div class="card" data-city="Acacia Villas"><div class="title">Acacia Villas</div><div class="subtitle">$75,500</div></div><div class="card" data-city="Oak Hill"><div class="title">Oak Hill</div><div class="subtitle">$75,474</div></div><div class="card" data-city="Palm Harbor"><div class="title">Palm Harbor</div><div class="subtitle">$75,354</div></div><div class="card" data-city="Laguna Beach"><div class="title">Laguna Beach</div><div class="subtitle">$75,194</div></div><div class="card" data-city="Everglades"><div class="title">Everglades</div><div class="subtitle">$75,163</div></div><div class="card" data-city="Pine Lakes"><div class="title">Pine Lakes</div><div class="subtitle">$75,075</div></div><div class="card" data-city="St. Augustine South"><div class="title">St. Augustine South</div><div class="subtitle">$74,873</div></div><div class="card" data-city="Haverhill"><div class="title">Haverhill</div><div class="subtitle">$74,808</div></div><div class="card" data-city="Orange Park"><div class="title">Orange Park</div><div class="subtitle">$74,564</div></div><div class="card" data-city="Naples Park"><div class="title">Naples Park</div><div class="subtitle">$74,462</div></div><div class="card" data-city="Venice"><div class="title">Venice</div><div class="subtitle">$74,340</div></div><div class="card" data-city="Berrydale"><div class="title">Berrydale</div><div class="subtitle">$74,327</div></div><div class="card" data-city="Berkshire Lakes"><div class="title">Berkshire Lakes</div><div class="subtitle">$74,250</div></div><div class="card" data-city="Four Corners"><div class="title">Four Corners</div><div class="subtitle">$74,202</div></div><div class="card" data-city="Crawfordville"><div class="title">Crawfordville</div><div class="subtitle">$74,192</div></div><div class="card" data-city="Gibsonton"><div class="title">Gibsonton</div><div class="subtitle">$74,049</div></div><div class="card" data-city="Kenwood Estates"><div class="title">Kenwood Estates</div><div class="subtitle">$73,654</div></div><div class="card" data-city="North River Shores"><div class="title">North River Shores</div><div class="subtitle">$73,635</div></div><div class="card" data-city="Upper Grand Lagoon"><div class="title">Upper Grand Lagoon</div><div class="subtitle">$73,438</div></div><div class="card" data-city="Deland"><div class="title">Deland</div><div class="subtitle">$73,352</div></div><div class="card" data-city="St. Petersburg"><div class="title">St. Petersburg</div><div class="subtitle">$73,118</div></div><div class="card" data-city="North Sarasota"><div class="title">North Sarasota</div><div class="subtitle">$73,099</div></div><div class="card" data-city="Flagler Estates"><div class="title">Flagler Estates</div><div class="subtitle">$73,016</div></div><div class="card" data-city="Deltona"><div class="title">Deltona</div><div class="subtitle">$72,967</div></div><div class="card" data-city="Bradenton Beach"><div class="title">Bradenton Beach</div><div class="subtitle">$72,891</div></div><div class="card" data-city="St. Augustine Shores"><div class="title">St. Augustine Shores</div><div class="subtitle">$72,724</div></div><div class="card" data-city="Pensacola"><div class="title">Pensacola</div><div class="subtitle">$72,699</div></div><div class="card" data-city="Milton"><div class="title">Milton</div><div class="subtitle">$72,676</div></div><div class="card" data-city="Watergate"><div class="title">Watergate</div><div class="subtitle">$72,641</div></div><div class="card" data-city="Medulla"><div class="title">Medulla</div><div class="subtitle">$72,604</div></div><div class="card" data-city="Virginia Gardens"><div class="title">Virginia Gardens</div><div class="subtitle">$72,569</div></div><div class="card" data-city="South Venice"><div class="title">South Venice</div><div class="subtitle">$72,322</div></div><div class="card" data-city="East Palatka"><div class="title">East Palatka</div><div class="subtitle">$72,153</div></div><div class="card" data-city="Sunrise"><div class="title">Sunrise</div><div class="subtitle">$72,107</div></div><div class="card" data-city="Desoto Lakes"><div class="title">Desoto Lakes</div><div class="subtitle">$72,083</div></div><div class="card" data-city="Memphis"><div class="title">Memphis</div><div class="subtitle">$71,967</div></div><div class="card" data-city="Layton"><div class="title">Layton</div><div class="subtitle">$71,875</div></div><div class="card" data-city="Wildwood"><div class="title">Wildwood</div><div class="subtitle">$71,858</div></div><div class="card" data-city="Palm Coast"><div class="title">Palm Coast</div><div class="subtitle">$71,840</div></div><div class="card" data-city="Vero Beach South"><div class="title">Vero Beach South</div><div class="subtitle">$71,675</div></div><div class="card" data-city="Boynton Beach"><div class="title">Boynton Beach</div><div class="subtitle">$71,378</div></div><div class="card" data-city="Tampa"><div class="title">Tampa</div><div class="subtitle">$71,302</div></div><div class="card" data-city="Plantation Mobile Home Park"><div class="title">Plantation Mobile Home Park</div><div class="subtitle">$71,130</div></div><div class="card" data-city="Glenvar Heights"><div class="title">Glenvar Heights</div><div class="subtitle">$71,067</div></div><div class="card" data-city="Sun Center"><div class="title">Sun Center</div><div class="subtitle">$71,012</div></div><div class="card" data-city="Venice Gardens"><div class="title">Venice Gardens</div><div class="subtitle">$71,000</div></div><div class="card" data-city="Country Club"><div class="title">Country Club</div><div class="subtitle">$70,974</div></div><div class="card" data-city="Daytona Beach Shores"><div class="title">Daytona Beach Shores</div><div class="subtitle">$70,911</div></div><div class="card" data-city="Middleburg"><div class="title">Middleburg</div><div class="subtitle">$70,877</div></div><div class="card" data-city="Greenbriar"><div class="title">Greenbriar</div><div class="subtitle">$70,690</div></div><div class="card" data-city="Cape Canaveral"><div class="title">Cape Canaveral</div><div class="subtitle">$70,585</div></div><div class="card" data-city="Brooker"><div class="title">Brooker</div><div class="subtitle">$70,556</div></div><div class="card" data-city="Bascom"><div class="title">Bascom</div><div class="subtitle">$70,500</div></div><div class="card" data-city="Eagle Lake"><div class="title">Eagle Lake</div><div class="subtitle">$70,208</div></div><div class="card" data-city="Sarasota"><div class="title">Sarasota</div><div class="subtitle">$70,065</div></div><div class="card" data-city="Marion Oaks"><div class="title">Marion Oaks</div><div class="subtitle">$70,056</div></div><div class="card" data-city="Lockhart"><div class="title">Lockhart</div><div class="subtitle">$70,051</div></div><div class="card" data-city="Mount Dora"><div class="title">Mount Dora</div><div class="subtitle">$69,931</div></div><div class="card" data-city="Cloud Lake"><div class="title">Cloud Lake</div><div class="subtitle">$69,886</div></div><div class="card" data-city="Sugarmill Woods"><div class="title">Sugarmill Woods</div><div class="subtitle">$69,831</div></div><div class="card" data-city="Lantana"><div class="title">Lantana</div><div class="subtitle">$69,677</div></div><div class="card" data-city="Callaway"><div class="title">Callaway</div><div class="subtitle">$69,388</div></div><div class="card" data-city="Crestview"><div class="title">Crestview</div><div class="subtitle">$69,279</div></div><div class="card" data-city="Lake Park"><div class="title">Lake Park</div><div class="subtitle">$69,274</div></div><div class="card" data-city="Orlando"><div class="title">Orlando</div><div class="subtitle">$69,268</div></div><div class="card" data-city="Harold"><div class="title">Harold</div><div class="subtitle">$69,265</div></div><div class="card" data-city="West Palm Beach"><div class="title">West Palm Beach</div><div class="subtitle">$69,261</div></div><div class="card" data-city="Williston Highlands"><div class="title">Williston Highlands</div><div class="subtitle">$69,249</div></div><div class="card" data-city="Cedar Key"><div class="title">Cedar Key</div><div class="subtitle">$69,226</div></div><div class="card" data-city="Ellenton"><div class="title">Ellenton</div><div class="subtitle">$69,191</div></div><div class="card" data-city="Ebro"><div class="title">Ebro</div><div class="subtitle">$69,167</div></div><div class="card" data-city="Kendale Lakes"><div class="title">Kendale Lakes</div><div class="subtitle">$69,150</div></div><div class="card" data-city="Port Orange"><div class="title">Port Orange</div><div class="subtitle">$68,955</div></div><div class="card" data-city="Alturas"><div class="title">Alturas</div><div class="subtitle">$68,955</div></div><div class="card" data-city="Bell"><div class="title">Bell</div><div class="subtitle">$68,929</div></div><div class="card" data-city="Tarpon Springs"><div class="title">Tarpon Springs</div><div class="subtitle">$68,877</div></div><div class="card" data-city="Sebastian"><div class="title">Sebastian</div><div class="subtitle">$68,863</div></div><div class="card" data-city="Lake Alfred"><div class="title">Lake Alfred</div><div class="subtitle">$68,854</div></div><div class="card" data-city="Bokeelia"><div class="title">Bokeelia</div><div class="subtitle">$68,829</div></div><div class="card" data-city="Hosford"><div class="title">Hosford</div><div class="subtitle">$68,636</div></div><div class="card" data-city="Gulfport"><div class="title">Gulfport</div><div class="subtitle">$68,617</div></div><div class="card" data-city="Briny Breezes"><div class="title">Briny Breezes</div><div class="subtitle">$68,571</div></div><div class="card" data-city="West Deland"><div class="title">West Deland</div><div class="subtitle">$68,559</div></div><div class="card" data-city="Roseland"><div class="title">Roseland</div><div class="subtitle">$68,551</div></div><div class="card" data-city="Ridge Wood Heights"><div class="title">Ridge Wood Heights</div><div class="subtitle">$68,463</div></div><div class="card" data-city="Oakland Park"><div class="title">Oakland Park</div><div class="subtitle">$68,424</div></div><div class="card" data-city="Micanopy"><div class="title">Micanopy</div><div class="subtitle">$68,393</div></div><div class="card" data-city="N Country"><div class="title">N Country</div><div class="subtitle">$68,350</div></div><div class="card" data-city="Auburndale"><div class="title">Auburndale</div><div class="subtitle">$68,267</div></div><div class="card" data-city="Liberty Triangle"><div class="title">Liberty Triangle</div><div class="subtitle">$68,107</div></div><div class="card" data-city="Dunedin"><div class="title">Dunedin</div><div class="subtitle">$68,068</div></div><div class="card" data-city="Westville"><div class="title">Westville</div><div class="subtitle">$68,056</div></div><div class="card" data-city="Parker"><div class="title">Parker</div><div class="subtitle">$68,043</div></div><div class="card" data-city="Sharpes"><div class="title">Sharpes</div><div class="subtitle">$67,917</div></div><div class="card" data-city="Ives Estates"><div class="title">Ives Estates</div><div class="subtitle">$67,841</div></div><div class="card" data-city="Raleigh"><div class="title">Raleigh</div><div class="subtitle">$67,725</div></div><div class="card" data-city="Day"><div class="title">Day</div><div class="subtitle">$67,708</div></div><div class="card" data-city="Broadview Park"><div class="title">Broadview Park</div><div class="subtitle">$67,532</div></div><div class="card" data-city="Palm Bay"><div class="title">Palm Bay</div><div class="subtitle">$67,521</div></div><div class="card" data-city="Ormond Beach"><div class="title">Ormond Beach</div><div class="subtitle">$67,482</div></div><div class="card" data-city="Thonotosassa"><div class="title">Thonotosassa</div><div class="subtitle">$67,447</div></div><div class="card" data-city="Ormond-By-The-Sea"><div class="title">Ormond-By-The-Sea</div><div class="subtitle">$67,389</div></div><div class="card" data-city="Rotonda"><div class="title">Rotonda</div><div class="subtitle">$67,383</div></div><div class="card" data-city="Vero Beach"><div class="title">Vero Beach</div><div class="subtitle">$67,351</div></div><div class="card" data-city="Fort Green"><div class="title">Fort Green</div><div class="subtitle">$67,321</div></div><div class="card" data-city="Key Vista"><div class="title">Key Vista</div><div class="subtitle">$67,316</div></div><div class="card" data-city="Umatilla"><div class="title">Umatilla</div><div class="subtitle">$67,206</div></div><div class="card" data-city="Wright"><div class="title">Wright</div><div class="subtitle">$67,077</div></div><div class="card" data-city="Miami Beach"><div class="title">Miami Beach</div><div class="subtitle">$67,014</div></div><div class="card" data-city="Bay Pines"><div class="title">Bay Pines</div><div class="subtitle">$67,012</div></div><div class="card" data-city="Stock Island"><div class="title">Stock Island</div><div class="subtitle">$67,005</div></div><div class="card" data-city="Jacksonville"><div class="title">Jacksonville</div><div class="subtitle">$66,981</div></div><div class="card" data-city="Bartow"><div class="title">Bartow</div><div class="subtitle">$66,944</div></div><div class="card" data-city="Center Hill"><div class="title">Center Hill</div><div class="subtitle">$66,932</div></div><div class="card" data-city="Green Cove Springs"><div class="title">Green Cove Springs</div><div class="subtitle">$66,907</div></div><div class="card" data-city="Kendall West"><div class="title">Kendall West</div><div class="subtitle">$66,858</div></div><div class="card" data-city="Bear Creek"><div class="title">Bear Creek</div><div class="subtitle">$66,780</div></div><div class="card" data-city="Heritage Pines"><div class="title">Heritage Pines</div><div class="subtitle">$66,771</div></div><div class="card" data-city="Wabasso"><div class="title">Wabasso</div><div class="subtitle">$66,771</div></div><div class="card" data-city="Spring Hill"><div class="title">Spring Hill</div><div class="subtitle">$66,557</div></div><div class="card" data-city="Fort Walton Beach"><div class="title">Fort Walton Beach</div><div class="subtitle">$66,556</div></div><div class="card" data-city="Indian Lake Estates"><div class="title">Indian Lake Estates</div><div class="subtitle">$66,250</div></div><div class="card" data-city="Holden Lakes"><div class="title">Holden Lakes</div><div class="subtitle">$66,196</div></div><div class="card" data-city="Fort Myers Shores"><div class="title">Fort Myers Shores</div><div class="subtitle">$66,150</div></div><div class="card" data-city="Iona"><div class="title">Iona</div><div class="subtitle">$66,143</div></div><div class="card" data-city="The Meadows"><div class="title">The Meadows</div><div class="subtitle">$66,003</div></div><div class="card" data-city="Homeland"><div class="title">Homeland</div><div class="subtitle">$65,769</div></div><div class="card" data-city="Tangelo Park"><div class="title">Tangelo Park</div><div class="subtitle">$65,761</div></div><div class="card" data-city="Temple Terrace"><div class="title">Temple Terrace</div><div class="subtitle">$65,756</div></div><div class="card" data-city="Stacey Street"><div class="title">Stacey Street</div><div class="subtitle">$65,650</div></div><div class="card" data-city="Fountainebleau"><div class="title">Fountainebleau</div><div class="subtitle">$65,568</div></div><div class="card" data-city="Englewood"><div class="title">Englewood</div><div class="subtitle">$65,557</div></div><div class="card" data-city="Boulevard Gardens"><div class="title">Boulevard Gardens</div><div class="subtitle">$65,515</div></div><div class="card" data-city="Hollywood"><div class="title">Hollywood</div><div class="subtitle">$65,359</div></div><div class="card" data-city="Juno Beach"><div class="title">Juno Beach</div><div class="subtitle">$65,203</div></div><div class="card" data-city="Sky Lake"><div class="title">Sky Lake</div><div class="subtitle">$65,161</div></div><div class="card" data-city="Davenport"><div class="title">Davenport</div><div class="subtitle">$65,157</div></div><div class="card" data-city="Lely"><div class="title">Lely</div><div class="subtitle">$65,029</div></div><div class="card" data-city="Pensacola Station"><div class="title">Pensacola Station</div><div class="subtitle">$65,000</div></div><div class="card" data-city="Florida Ridge"><div class="title">Florida Ridge</div><div class="subtitle">$64,956</div></div><div class="card" data-city="Loughman"><div class="title">Loughman</div><div class="subtitle">$64,926</div></div><div class="card" data-city="Titusville"><div class="title">Titusville</div><div class="subtitle">$64,898</div></div><div class="card" data-city="Lakewood Park"><div class="title">Lakewood Park</div><div class="subtitle">$64,848</div></div><div class="card" data-city="Fort Braden"><div class="title">Fort Braden</div><div class="subtitle">$64,844</div></div><div class="card" data-city="Golden Gate"><div class="title">Golden Gate</div><div class="subtitle">$64,767</div></div><div class="card" data-city="Gulf Gate"><div class="title">Gulf Gate</div><div class="subtitle">$64,724</div></div><div class="card" data-city="North Brooksville"><div class="title">North Brooksville</div><div class="subtitle">$64,679</div></div><div class="card" data-city="Ojus"><div class="title">Ojus</div><div class="subtitle">$64,667</div></div><div class="card" data-city="South Miami Heights"><div class="title">South Miami Heights</div><div class="subtitle">$64,657</div></div><div class="card" data-city="Azalea Park"><div class="title">Azalea Park</div><div class="subtitle">$64,585</div></div><div class="card" data-city="Astatula"><div class="title">Astatula</div><div class="subtitle">$64,542</div></div><div class="card" data-city="St. James"><div class="title">St. James</div><div class="subtitle">$64,539</div></div><div class="card" data-city="Plant"><div class="title">Plant</div><div class="subtitle">$64,536</div></div><div class="card" data-city="Melbourne"><div class="title">Melbourne</div><div class="subtitle">$64,504</div></div><div class="card" data-city="Melbourne"><div class="title">Melbourne</div><div class="subtitle">$64,504</div></div><div class="card" data-city="Union Park"><div class="title">Union Park</div><div class="subtitle">$64,481</div></div><div class="card" data-city="Clearwater"><div class="title">Clearwater</div><div class="subtitle">$64,440</div></div><div class="card" data-city="Stuart"><div class="title">Stuart</div><div class="subtitle">$64,409</div></div><div class="card" data-city="Ferry Pass"><div class="title">Ferry Pass</div><div class="subtitle">$64,368</div></div><div class="card" data-city="Paisley"><div class="title">Paisley</div><div class="subtitle">$64,291</div></div><div class="card" data-city="Altamonte Springs"><div class="title">Altamonte Springs</div><div class="subtitle">$64,106</div></div><div class="card" data-city="Port Salerno"><div class="title">Port Salerno</div><div class="subtitle">$64,051</div></div><div class="card" data-city="Mexico Beach"><div class="title">Mexico Beach</div><div class="subtitle">$64,013</div></div><div class="card" data-city="Charlotte Park"><div class="title">Charlotte Park</div><div class="subtitle">$63,929</div></div><div class="card" data-city="Harlem Heights"><div class="title">Harlem Heights</div><div class="subtitle">$63,911</div></div><div class="card" data-city="Pompano Beach"><div class="title">Pompano Beach</div><div class="subtitle">$63,832</div></div><div class="card" data-city="Richmond Heights"><div class="title">Richmond Heights</div><div class="subtitle">$63,750</div></div><div class="card" data-city="Macclenny"><div class="title">Macclenny</div><div class="subtitle">$63,640</div></div><div class="card" data-city="Vero Lake Estates"><div class="title">Vero Lake Estates</div><div class="subtitle">$63,487</div></div><div class="card" data-city="Spring Ridge"><div class="title">Spring Ridge</div><div class="subtitle">$63,472</div></div><div class="card" data-city="North Lauderdale"><div class="title">North Lauderdale</div><div class="subtitle">$63,423</div></div><div class="card" data-city="Jensen Beach"><div class="title">Jensen Beach</div><div class="subtitle">$63,397</div></div><div class="card" data-city="Shady Hills"><div class="title">Shady Hills</div><div class="subtitle">$63,250</div></div><div class="card" data-city="North Weeki Wachee"><div class="title">North Weeki Wachee</div><div class="subtitle">$63,235</div></div><div class="card" data-city="Hobe Sound"><div class="title">Hobe Sound</div><div class="subtitle">$63,233</div></div><div class="card" data-city="Naples Manor"><div class="title">Naples Manor</div><div class="subtitle">$63,142</div></div><div class="card" data-city="Poinciana"><div class="title">Poinciana</div><div class="subtitle">$63,042</div></div><div class="card" data-city="Dade"><div class="title">Dade</div><div class="subtitle">$63,041</div></div><div class="card" data-city="Myrtle Grove"><div class="title">Myrtle Grove</div><div class="subtitle">$63,011</div></div><div class="card" data-city="Palm River-Clair Mel"><div class="title">Palm River-Clair Mel</div><div class="subtitle">$62,976</div></div><div class="card" data-city="Greenacres"><div class="title">Greenacres</div><div class="subtitle">$62,917</div></div><div class="card" data-city="Sanford"><div class="title">Sanford</div><div class="subtitle">$62,877</div></div><div class="card" data-city="Otter Creek"><div class="title">Otter Creek</div><div class="subtitle">$62,833</div></div><div class="card" data-city="Sopchoppy"><div class="title">Sopchoppy</div><div class="subtitle">$62,813</div></div><div class="card" data-city="Cypress Lake"><div class="title">Cypress Lake</div><div class="subtitle">$62,767</div></div><div class="card" data-city="Eustis"><div class="title">Eustis</div><div class="subtitle">$62,475</div></div><div class="card" data-city="Goldenrod"><div class="title">Goldenrod</div><div class="subtitle">$62,410</div></div><div class="card" data-city="Bellview"><div class="title">Bellview</div><div class="subtitle">$62,375</div></div><div class="card" data-city="Lehigh Acres"><div class="title">Lehigh Acres</div><div class="subtitle">$62,330</div></div><div class="card" data-city="Lacoochee"><div class="title">Lacoochee</div><div class="subtitle">$62,321</div></div><div class="card" data-city="Mcintosh"><div class="title">Mcintosh</div><div class="subtitle">$62,206</div></div><div class="card" data-city="Crystal Springs"><div class="title">Crystal Springs</div><div class="subtitle">$62,194</div></div><div class="card" data-city="Fort Myers"><div class="title">Fort Myers</div><div class="subtitle">$62,160</div></div><div class="card" data-city="Riviera Beach"><div class="title">Riviera Beach</div><div class="subtitle">$62,152</div></div><div class="card" data-city="Pinellas Park"><div class="title">Pinellas Park</div><div class="subtitle">$62,043</div></div><div class="card" data-city="Homestead"><div class="title">Homestead</div><div class="subtitle">$61,975</div></div><div class="card" data-city="East Milton"><div class="title">East Milton</div><div class="subtitle">$61,922</div></div><div class="card" data-city="Zellwood"><div class="title">Zellwood</div><div class="subtitle">$61,875</div></div><div class="card" data-city="Buenaventura Lakes"><div class="title">Buenaventura Lakes</div><div class="subtitle">$61,822</div></div><div class="card" data-city="Silver Springs Shores East"><div class="title">Silver Springs Shores East</div><div class="subtitle">$61,750</div></div><div class="card" data-city="Palmetto"><div class="title">Palmetto</div><div class="subtitle">$61,538</div></div><div class="card" data-city="Laurel Hill"><div class="title">Laurel Hill</div><div class="subtitle">$61,534</div></div><div class="card" data-city="Tyndall Afb"><div class="title">Tyndall Afb</div><div class="subtitle">$61,500</div></div><div class="card" data-city="Point Baker"><div class="title">Point Baker</div><div class="subtitle">$61,442</div></div><div class="card" data-city="Pittman"><div class="title">Pittman</div><div class="subtitle">$61,438</div></div><div class="card" data-city="Hutchinson Island South"><div class="title">Hutchinson Island South</div><div class="subtitle">$61,422</div></div><div class="card" data-city="Fairview Shores"><div class="title">Fairview Shores</div><div class="subtitle">$61,387</div></div><div class="card" data-city="Eastpoint"><div class="title">Eastpoint</div><div class="subtitle">$61,327</div></div><div class="card" data-city="Inverness Highlands South"><div class="title">Inverness Highlands South</div><div class="subtitle">$61,224</div></div><div class="card" data-city="Panama"><div class="title">Panama</div><div class="subtitle">$61,125</div></div><div class="card" data-city="Pine Island Center"><div class="title">Pine Island Center</div><div class="subtitle">$61,111</div></div><div class="card" data-city="Apalachicola"><div class="title">Apalachicola</div><div class="subtitle">$61,083</div></div><div class="card" data-city="Midway"><div class="title">Midway</div><div class="subtitle">$61,048</div></div><div class="card" data-city="Midway"><div class="title">Midway</div><div class="subtitle">$61,048</div></div><div class="card" data-city="Midway"><div class="title">Midway</div><div class="subtitle">$61,048</div></div><div class="card" data-city="Miami Gardens"><div class="title">Miami Gardens</div><div class="subtitle">$60,979</div></div><div class="card" data-city="Lake Worth Beach"><div class="title">Lake Worth Beach</div><div class="subtitle">$60,978</div></div><div class="card" data-city="Bradenton"><div class="title">Bradenton</div><div class="subtitle">$60,964</div></div><div class="card" data-city="Lakeland"><div class="title">Lakeland</div><div class="subtitle">$60,947</div></div><div class="card" data-city="Weeki Wachee Gardens"><div class="title">Weeki Wachee Gardens</div><div class="subtitle">$60,909</div></div><div class="card" data-city="Homosassa"><div class="title">Homosassa</div><div class="subtitle">$60,889</div></div><div class="card" data-city="Harbour Heights"><div class="title">Harbour Heights</div><div class="subtitle">$60,885</div></div><div class="card" data-city="Hialeah Gardens"><div class="title">Hialeah Gardens</div><div class="subtitle">$60,855</div></div><div class="card" data-city="Margate"><div class="title">Margate</div><div class="subtitle">$60,852</div></div><div class="card" data-city="Fern Park"><div class="title">Fern Park</div><div class="subtitle">$60,828</div></div><div class="card" data-city="Port Charlotte"><div class="title">Port Charlotte</div><div class="subtitle">$60,729</div></div><div class="card" data-city="Bronson"><div class="title">Bronson</div><div class="subtitle">$60,714</div></div><div class="card" data-city="Penney Farms"><div class="title">Penney Farms</div><div class="subtitle">$60,625</div></div><div class="card" data-city="Silver Springs Shores"><div class="title">Silver Springs Shores</div><div class="subtitle">$60,543</div></div><div class="card" data-city="Largo"><div class="title">Largo</div><div class="subtitle">$60,465</div></div><div class="card" data-city="Pea Ridge"><div class="title">Pea Ridge</div><div class="subtitle">$60,350</div></div><div class="card" data-city="Port St. Joe"><div class="title">Port St. Joe</div><div class="subtitle">$60,347</div></div><div class="card" data-city="Inglis"><div class="title">Inglis</div><div class="subtitle">$60,000</div></div><div class="card" data-city="Lake Hamilton"><div class="title">Lake Hamilton</div><div class="subtitle">$60,000</div></div><div class="card" data-city="Hilliard"><div class="title">Hilliard</div><div class="subtitle">$59,949</div></div><div class="card" data-city="Williston"><div class="title">Williston</div><div class="subtitle">$59,776</div></div><div class="card" data-city="Astor"><div class="title">Astor</div><div class="subtitle">$59,643</div></div><div class="card" data-city="Winter Haven"><div class="title">Winter Haven</div><div class="subtitle">$59,604</div></div><div class="card" data-city="Palm Springs"><div class="title">Palm Springs</div><div class="subtitle">$59,602</div></div><div class="card" data-city="Miami"><div class="title">Miami</div><div class="subtitle">$59,390</div></div><div class="card" data-city="Willow Oak"><div class="title">Willow Oak</div><div class="subtitle">$59,346</div></div><div class="card" data-city="Tamarac"><div class="title">Tamarac</div><div class="subtitle">$59,216</div></div><div class="card" data-city="West Perrine"><div class="title">West Perrine</div><div class="subtitle">$59,213</div></div><div class="card" data-city="West Vero Corridor"><div class="title">West Vero Corridor</div><div class="subtitle">$59,162</div></div><div class="card" data-city="Sunny Isles Beach"><div class="title">Sunny Isles Beach</div><div class="subtitle">$59,124</div></div><div class="card" data-city="Floral"><div class="title">Floral</div><div class="subtitle">$59,000</div></div><div class="card" data-city="Inverness Highlands North"><div class="title">Inverness Highlands North</div><div class="subtitle">$58,859</div></div><div class="card" data-city="South Brooksville"><div class="title">South Brooksville</div><div class="subtitle">$58,849</div></div><div class="card" data-city="West Park"><div class="title">West Park</div><div class="subtitle">$58,825</div></div><div class="card" data-city="Edgewater"><div class="title">Edgewater</div><div class="subtitle">$58,805</div></div><div class="card" data-city="Wimauma"><div class="title">Wimauma</div><div class="subtitle">$58,708</div></div><div class="card" data-city="Jan Phyl"><div class="title">Jan Phyl</div><div class="subtitle">$58,520</div></div><div class="card" data-city="Lake Mystic"><div class="title">Lake Mystic</div><div class="subtitle">$58,375</div></div><div class="card" data-city="Warrington"><div class="title">Warrington</div><div class="subtitle">$58,309</div></div><div class="card" data-city="Goulds"><div class="title">Goulds</div><div class="subtitle">$58,291</div></div><div class="card" data-city="Ensley"><div class="title">Ensley</div><div class="subtitle">$58,264</div></div><div class="card" data-city="Haines"><div class="title">Haines</div><div class="subtitle">$58,227</div></div><div class="card" data-city="Greenville"><div class="title">Greenville</div><div class="subtitle">$58,036</div></div><div class="card" data-city="Meadow Oaks"><div class="title">Meadow Oaks</div><div class="subtitle">$57,944</div></div><div class="card" data-city="Paxton"><div class="title">Paxton</div><div class="subtitle">$57,917</div></div><div class="card" data-city="Casselberry"><div class="title">Casselberry</div><div class="subtitle">$57,816</div></div><div class="card" data-city="On Top Of The World"><div class="title">On Top Of The World</div><div class="subtitle">$57,765</div></div><div class="card" data-city="Tavares"><div class="title">Tavares</div><div class="subtitle">$57,644</div></div><div class="card" data-city="North Miami Beach"><div class="title">North Miami Beach</div><div class="subtitle">$57,633</div></div><div class="card" data-city="Callahan"><div class="title">Callahan</div><div class="subtitle">$57,538</div></div><div class="card" data-city="Citrus Springs"><div class="title">Citrus Springs</div><div class="subtitle">$57,477</div></div><div class="card" data-city="River Park"><div class="title">River Park</div><div class="subtitle">$57,370</div></div><div class="card" data-city="Kathleen"><div class="title">Kathleen</div><div class="subtitle">$57,302</div></div><div class="card" data-city="Mims"><div class="title">Mims</div><div class="subtitle">$57,232</div></div><div class="card" data-city="Carrabelle"><div class="title">Carrabelle</div><div class="subtitle">$57,143</div></div><div class="card" data-city="Clewiston"><div class="title">Clewiston</div><div class="subtitle">$57,110</div></div><div class="card" data-city="St. Marks"><div class="title">St. Marks</div><div class="subtitle">$57,083</div></div><div class="card" data-city="Deerfield Beach"><div class="title">Deerfield Beach</div><div class="subtitle">$56,976</div></div><div class="card" data-city="Bellair-Meadowbrook Terrace"><div class="title">Bellair-Meadowbrook Terrace</div><div class="subtitle">$56,887</div></div><div class="card" data-city="Yankeetown"><div class="title">Yankeetown</div><div class="subtitle">$56,875</div></div><div class="card" data-city="Pine Air"><div class="title">Pine Air</div><div class="subtitle">$56,705</div></div><div class="card" data-city="East Lake-Orient Park"><div class="title">East Lake-Orient Park</div><div class="subtitle">$56,623</div></div><div class="card" data-city="Greenwood"><div class="title">Greenwood</div><div class="subtitle">$56,579</div></div><div class="card" data-city="Cocoa"><div class="title">Cocoa</div><div class="subtitle">$56,553</div></div><div class="card" data-city="West Miami"><div class="title">West Miami</div><div class="subtitle">$56,509</div></div><div class="card" data-city="Babson Park"><div class="title">Babson Park</div><div class="subtitle">$56,500</div></div><div class="card" data-city="Timber Pines"><div class="title">Timber Pines</div><div class="subtitle">$56,298</div></div><div class="card" data-city="Ocean"><div class="title">Ocean</div><div class="subtitle">$56,160</div></div><div class="card" data-city="West Samoset"><div class="title">West Samoset</div><div class="subtitle">$55,938</div></div><div class="card" data-city="Tallahassee"><div class="title">Tallahassee</div><div class="subtitle">$55,931</div></div><div class="card" data-city="Baldwin"><div class="title">Baldwin</div><div class="subtitle">$55,862</div></div><div class="card" data-city="Lake Wales"><div class="title">Lake Wales</div><div class="subtitle">$55,799</div></div><div class="card" data-city="North Fort Myers"><div class="title">North Fort Myers</div><div class="subtitle">$55,696</div></div><div class="card" data-city="Pine Hills"><div class="title">Pine Hills</div><div class="subtitle">$55,692</div></div><div class="card" data-city="Belleair Bluffs"><div class="title">Belleair Bluffs</div><div class="subtitle">$55,688</div></div><div class="card" data-city="Villas"><div class="title">Villas</div><div class="subtitle">$55,641</div></div><div class="card" data-city="Nassau -Ratliff"><div class="title">Nassau -Ratliff</div><div class="subtitle">$55,613</div></div><div class="card" data-city="Naranja"><div class="title">Naranja</div><div class="subtitle">$55,563</div></div><div class="card" data-city="Scottsmoor"><div class="title">Scottsmoor</div><div class="subtitle">$55,433</div></div><div class="card" data-city="Caryville"><div class="title">Caryville</div><div class="subtitle">$55,329</div></div><div class="card" data-city="Fussels Corner"><div class="title">Fussels Corner</div><div class="subtitle">$55,263</div></div><div class="card" data-city="Crooked Lake Park"><div class="title">Crooked Lake Park</div><div class="subtitle">$55,260</div></div><div class="card" data-city="Sweetwater"><div class="title">Sweetwater</div><div class="subtitle">$55,154</div></div><div class="card" data-city="Chiefland"><div class="title">Chiefland</div><div class="subtitle">$55,125</div></div><div class="card" data-city="Brookridge"><div class="title">Brookridge</div><div class="subtitle">$55,101</div></div><div class="card" data-city="Ridge Manor"><div class="title">Ridge Manor</div><div class="subtitle">$55,096</div></div><div class="card" data-city="Webster"><div class="title">Webster</div><div class="subtitle">$55,000</div></div><div class="card" data-city="Lawtey"><div class="title">Lawtey</div><div class="subtitle">$55,000</div></div><div class="card" data-city="South Daytona"><div class="title">South Daytona</div><div class="subtitle">$54,931</div></div><div class="card" data-city="Tice"><div class="title">Tice</div><div class="subtitle">$54,833</div></div><div class="card" data-city="Five Points"><div class="title">Five Points</div><div class="subtitle">$54,808</div></div><div class="card" data-city="Indian River Estates"><div class="title">Indian River Estates</div><div class="subtitle">$54,563</div></div><div class="card" data-city="South Apopka"><div class="title">South Apopka</div><div class="subtitle">$54,427</div></div><div class="card" data-city="Chattahoochee"><div class="title">Chattahoochee</div><div class="subtitle">$54,375</div></div><div class="card" data-city="South Highpoint"><div class="title">South Highpoint</div><div class="subtitle">$54,364</div></div><div class="card" data-city="Fanning Springs"><div class="title">Fanning Springs</div><div class="subtitle">$54,167</div></div><div class="card" data-city="Havana"><div class="title">Havana</div><div class="subtitle">$54,153</div></div><div class="card" data-city="Verona Walk"><div class="title">Verona Walk</div><div class="subtitle">$54,039</div></div><div class="card" data-city="Mulberry"><div class="title">Mulberry</div><div class="subtitle">$54,035</div></div><div class="card" data-city="Westview"><div class="title">Westview</div><div class="subtitle">$53,840</div></div><div class="card" data-city="Port Labelle"><div class="title">Port Labelle</div><div class="subtitle">$53,648</div></div><div class="card" data-city="Egypt Lake-Leto"><div class="title">Egypt Lake-Leto</div><div class="subtitle">$53,599</div></div><div class="card" data-city="Zolfo Springs"><div class="title">Zolfo Springs</div><div class="subtitle">$53,587</div></div><div class="card" data-city="Live Oak"><div class="title">Live Oak</div><div class="subtitle">$53,578</div></div><div class="card" data-city="Southeast Arcadia"><div class="title">Southeast Arcadia</div><div class="subtitle">$53,532</div></div><div class="card" data-city="Ocala"><div class="title">Ocala</div><div class="subtitle">$53,520</div></div><div class="card" data-city="De Leon Springs"><div class="title">De Leon Springs</div><div class="subtitle">$53,468</div></div><div class="card" data-city="Oak Ridge"><div class="title">Oak Ridge</div><div class="subtitle">$53,389</div></div><div class="card" data-city="Hawthorne"><div class="title">Hawthorne</div><div class="subtitle">$53,143</div></div><div class="card" data-city="Campbellton"><div class="title">Campbellton</div><div class="subtitle">$53,125</div></div><div class="card" data-city="Hialeah"><div class="title">Hialeah</div><div class="subtitle">$53,079</div></div><div class="card" data-city="Glencoe"><div class="title">Glencoe</div><div class="subtitle">$53,024</div></div><div class="card" data-city="Lecanto"><div class="title">Lecanto</div><div class="subtitle">$52,996</div></div><div class="card" data-city="Elfers"><div class="title">Elfers</div><div class="subtitle">$52,979</div></div><div class="card" data-city="Mangonia Park"><div class="title">Mangonia Park</div><div class="subtitle">$52,900</div></div><div class="card" data-city="Bushnell"><div class="title">Bushnell</div><div class="subtitle">$52,723</div></div><div class="card" data-city="Rainbow Park"><div class="title">Rainbow Park</div><div class="subtitle">$52,685</div></div><div class="card" data-city="Beacon Square"><div class="title">Beacon Square</div><div class="subtitle">$52,598</div></div><div class="card" data-city="Bunnell"><div class="title">Bunnell</div><div class="subtitle">$52,564</div></div><div class="card" data-city="Hill N Dale"><div class="title">Hill N Dale</div><div class="subtitle">$52,452</div></div><div class="card" data-city="Indiantown"><div class="title">Indiantown</div><div class="subtitle">$52,372</div></div><div class="card" data-city="Fort White"><div class="title">Fort White</div><div class="subtitle">$52,315</div></div><div class="card" data-city="Ponce De Leon"><div class="title">Ponce De Leon</div><div class="subtitle">$52,250</div></div><div class="card" data-city="Page Park"><div class="title">Page Park</div><div class="subtitle">$52,153</div></div><div class="card" data-city="Crystal River"><div class="title">Crystal River</div><div class="subtitle">$52,112</div></div><div class="card" data-city="Zephyrhills North"><div class="title">Zephyrhills North</div><div class="subtitle">$51,932</div></div><div class="card" data-city="North Miami"><div class="title">North Miami</div><div class="subtitle">$51,909</div></div><div class="card" data-city="Defuniak Springs"><div class="title">Defuniak Springs</div><div class="subtitle">$51,883</div></div><div class="card" data-city="West Little River"><div class="title">West Little River</div><div class="subtitle">$51,834</div></div><div class="card" data-city="South Bay"><div class="title">South Bay</div><div class="subtitle">$51,827</div></div><div class="card" data-city="Wahneta"><div class="title">Wahneta</div><div class="subtitle">$51,795</div></div><div class="card" data-city="Samoset"><div class="title">Samoset</div><div class="subtitle">$51,780</div></div><div class="card" data-city="Glen St. Mary"><div class="title">Glen St. Mary</div><div class="subtitle">$51,691</div></div><div class="card" data-city="Springfield"><div class="title">Springfield</div><div class="subtitle">$51,640</div></div><div class="card" data-city="San Castle"><div class="title">San Castle</div><div class="subtitle">$51,615</div></div><div class="card" data-city="West Canaveral Groves"><div class="title">West Canaveral Groves</div><div class="subtitle">$51,577</div></div><div class="card" data-city="Washington Park"><div class="title">Washington Park</div><div class="subtitle">$51,563</div></div><div class="card" data-city="Welaka"><div class="title">Welaka</div><div class="subtitle">$51,528</div></div><div class="card" data-city="Royal Palm Estates"><div class="title">Royal Palm Estates</div><div class="subtitle">$51,461</div></div><div class="card" data-city="Warm Mineral Springs"><div class="title">Warm Mineral Springs</div><div class="subtitle">$51,419</div></div><div class="card" data-city="East Bronson"><div class="title">East Bronson</div><div class="subtitle">$51,405</div></div><div class="card" data-city="Coleman"><div class="title">Coleman</div><div class="subtitle">$51,389</div></div><div class="card" data-city="South Pasadena"><div class="title">South Pasadena</div><div class="subtitle">$51,369</div></div><div class="card" data-city="Grove"><div class="title">Grove</div><div class="subtitle">$51,332</div></div><div class="card" data-city="Jasmine Estates"><div class="title">Jasmine Estates</div><div class="subtitle">$51,301</div></div><div class="card" data-city="Wewahitchka"><div class="title">Wewahitchka</div><div class="subtitle">$51,296</div></div><div class="card" data-city="Kissimmee"><div class="title">Kissimmee</div><div class="subtitle">$51,277</div></div><div class="card" data-city="Lake Kathryn"><div class="title">Lake Kathryn</div><div class="subtitle">$51,223</div></div><div class="card" data-city="Lake"><div class="title">Lake</div><div class="subtitle">$51,175</div></div><div class="card" data-city="Orange"><div class="title">Orange</div><div class="subtitle">$51,077</div></div><div class="card" data-city="Fort Denaud"><div class="title">Fort Denaud</div><div class="subtitle">$51,023</div></div><div class="card" data-city="Dania Beach"><div class="title">Dania Beach</div><div class="subtitle">$50,948</div></div><div class="card" data-city="Bayshore Gardens"><div class="title">Bayshore Gardens</div><div class="subtitle">$50,896</div></div><div class="card" data-city="Archer"><div class="title">Archer</div><div class="subtitle">$50,893</div></div><div class="card" data-city="Pembroke Park"><div class="title">Pembroke Park</div><div class="subtitle">$50,710</div></div><div class="card" data-city="Pahokee"><div class="title">Pahokee</div><div class="subtitle">$50,464</div></div><div class="card" data-city="Dade North"><div class="title">Dade North</div><div class="subtitle">$50,443</div></div><div class="card" data-city="Westgate"><div class="title">Westgate</div><div class="subtitle">$50,441</div></div><div class="card" data-city="Ridgecrest"><div class="title">Ridgecrest</div><div class="subtitle">$50,383</div></div><div class="card" data-city="Okeechobee"><div class="title">Okeechobee</div><div class="subtitle">$50,365</div></div><div class="card" data-city="Orlovista"><div class="title">Orlovista</div><div class="subtitle">$50,344</div></div><div class="card" data-city="Rainbow Lakes Estates"><div class="title">Rainbow Lakes Estates</div><div class="subtitle">$50,298</div></div><div class="card" data-city="Tavernier"><div class="title">Tavernier</div><div class="subtitle">$50,267</div></div><div class="card" data-city="Daytona Beach"><div class="title">Daytona Beach</div><div class="subtitle">$50,130</div></div><div class="card" data-city="Lauderhill"><div class="title">Lauderhill</div><div class="subtitle">$49,685</div></div><div class="card" data-city="Rainbow Springs"><div class="title">Rainbow Springs</div><div class="subtitle">$49,535</div></div><div class="card" data-city="Labelle"><div class="title">Labelle</div><div class="subtitle">$49,385</div></div><div class="card" data-city="Kenneth"><div class="title">Kenneth</div><div class="subtitle">$49,375</div></div><div class="card" data-city="Zephyrhills West"><div class="title">Zephyrhills West</div><div class="subtitle">$49,315</div></div><div class="card" data-city="Zephyrhills"><div class="title">Zephyrhills</div><div class="subtitle">$49,295</div></div><div class="card" data-city="Dixonville"><div class="title">Dixonville</div><div class="subtitle">$49,125</div></div><div class="card" data-city="Hudson"><div class="title">Hudson</div><div class="subtitle">$49,063</div></div><div class="card" data-city="Roosevelt Gardens"><div class="title">Roosevelt Gardens</div><div class="subtitle">$48,992</div></div><div class="card" data-city="West Lealman"><div class="title">West Lealman</div><div class="subtitle">$48,965</div></div><div class="card" data-city="Masaryktown"><div class="title">Masaryktown</div><div class="subtitle">$48,857</div></div><div class="card" data-city="High Point"><div class="title">High Point</div><div class="subtitle">$48,768</div></div><div class="card" data-city="Bristol"><div class="title">Bristol</div><div class="subtitle">$48,643</div></div><div class="card" data-city="Leisure"><div class="title">Leisure</div><div class="subtitle">$48,640</div></div><div class="card" data-city="Hallandale Beach"><div class="title">Hallandale Beach</div><div class="subtitle">$48,518</div></div><div class="card" data-city="Homosassa Springs"><div class="title">Homosassa Springs</div><div class="subtitle">$48,489</div></div><div class="card" data-city="Cleveland"><div class="title">Cleveland</div><div class="subtitle">$48,422</div></div><div class="card" data-city="Clarcona"><div class="title">Clarcona</div><div class="subtitle">$48,350</div></div><div class="card" data-city="Belleview"><div class="title">Belleview</div><div class="subtitle">$48,252</div></div><div class="card" data-city="Steinhatchee"><div class="title">Steinhatchee</div><div class="subtitle">$48,208</div></div><div class="card" data-city="Trenton"><div class="title">Trenton</div><div class="subtitle">$48,109</div></div><div class="card" data-city="Interlachen"><div class="title">Interlachen</div><div class="subtitle">$48,000</div></div><div class="card" data-city="Esto"><div class="title">Esto</div><div class="subtitle">$47,917</div></div><div class="card" data-city="South Bradenton"><div class="title">South Bradenton</div><div class="subtitle">$47,914</div></div><div class="card" data-city="Ocala Estates"><div class="title">Ocala Estates</div><div class="subtitle">$47,895</div></div><div class="card" data-city="Brooksville"><div class="title">Brooksville</div><div class="subtitle">$47,796</div></div><div class="card" data-city="Florida"><div class="title">Florida</div><div class="subtitle">$47,754</div></div><div class="card" data-city="Crystal Lake"><div class="title">Crystal Lake</div><div class="subtitle">$47,679</div></div><div class="card" data-city="Pierson"><div class="title">Pierson</div><div class="subtitle">$47,652</div></div><div class="card" data-city="Pinewood"><div class="title">Pinewood</div><div class="subtitle">$47,551</div></div><div class="card" data-city="Leesburg"><div class="title">Leesburg</div><div class="subtitle">$47,506</div></div><div class="card" data-city="Fellsmere"><div class="title">Fellsmere</div><div class="subtitle">$47,335</div></div><div class="card" data-city="Lady Lake"><div class="title">Lady Lake</div><div class="subtitle">$47,260</div></div><div class="card" data-city="Belle Glade"><div class="title">Belle Glade</div><div class="subtitle">$47,191</div></div><div class="card" data-city="North Deland"><div class="title">North Deland</div><div class="subtitle">$47,167</div></div><div class="card" data-city="Micco"><div class="title">Micco</div><div class="subtitle">$46,809</div></div><div class="card" data-city="Fort Pierce"><div class="title">Fort Pierce</div><div class="subtitle">$46,745</div></div><div class="card" data-city="Hurlburt Field"><div class="title">Hurlburt Field</div><div class="subtitle">$46,683</div></div><div class="card" data-city="Holly Hill"><div class="title">Holly Hill</div><div class="subtitle">$46,360</div></div><div class="card" data-city="Starke"><div class="title">Starke</div><div class="subtitle">$46,291</div></div><div class="card" data-city="New Port Richey"><div class="title">New Port Richey</div><div class="subtitle">$46,160</div></div><div class="card" data-city="Pine Castle"><div class="title">Pine Castle</div><div class="subtitle">$46,154</div></div><div class="card" data-city="Immokalee"><div class="title">Immokalee</div><div class="subtitle">$46,143</div></div><div class="card" data-city="Alford"><div class="title">Alford</div><div class="subtitle">$46,009</div></div><div class="card" data-city="Lake Panasoffkee"><div class="title">Lake Panasoffkee</div><div class="subtitle">$46,002</div></div><div class="card" data-city="Lealman"><div class="title">Lealman</div><div class="subtitle">$45,949</div></div><div class="card" data-city="Mayo"><div class="title">Mayo</div><div class="subtitle">$45,833</div></div><div class="card" data-city="Greensboro"><div class="title">Greensboro</div><div class="subtitle">$45,765</div></div><div class="card" data-city="Brent"><div class="title">Brent</div><div class="subtitle">$45,708</div></div><div class="card" data-city="Gainesville"><div class="title">Gainesville</div><div class="subtitle">$45,611</div></div><div class="card" data-city="Pine Manor"><div class="title">Pine Manor</div><div class="subtitle">$45,610</div></div><div class="card" data-city="Schall Circle"><div class="title">Schall Circle</div><div class="subtitle">$45,489</div></div><div class="card" data-city="Lake Placid"><div class="title">Lake Placid</div><div class="subtitle">$45,476</div></div><div class="card" data-city="Port Richey"><div class="title">Port Richey</div><div class="subtitle">$45,435</div></div><div class="card" data-city="Horseshoe Beach"><div class="title">Horseshoe Beach</div><div class="subtitle">$45,357</div></div><div class="card" data-city="Bowling Green"><div class="title">Bowling Green</div><div class="subtitle">$45,101</div></div><div class="card" data-city="Harlem"><div class="title">Harlem</div><div class="subtitle">$44,960</div></div><div class="card" data-city="Monticello"><div class="title">Monticello</div><div class="subtitle">$44,920</div></div><div class="card" data-city="Bradley Junction"><div class="title">Bradley Junction</div><div class="subtitle">$44,911</div></div><div class="card" data-city="Inverness"><div class="title">Inverness</div><div class="subtitle">$44,899</div></div><div class="card" data-city="Beverly Hills"><div class="title">Beverly Hills</div><div class="subtitle">$44,845</div></div><div class="card" data-city="Perry"><div class="title">Perry</div><div class="subtitle">$44,815</div></div><div class="card" data-city="New Port Richey East"><div class="title">New Port Richey East</div><div class="subtitle">$44,676</div></div><div class="card" data-city="Mango"><div class="title">Mango</div><div class="subtitle">$44,675</div></div><div class="card" data-city="Gladeview"><div class="title">Gladeview</div><div class="subtitle">$44,560</div></div><div class="card" data-city="Holden Heights"><div class="title">Holden Heights</div><div class="subtitle">$44,506</div></div><div class="card" data-city="Manatee Road"><div class="title">Manatee Road</div><div class="subtitle">$44,350</div></div><div class="card" data-city="Noma"><div class="title">Noma</div><div class="subtitle">$44,333</div></div><div class="card" data-city="Lauderdale Lakes"><div class="title">Lauderdale Lakes</div><div class="subtitle">$44,333</div></div><div class="card" data-city="Cedar Grove"><div class="title">Cedar Grove</div><div class="subtitle">$44,202</div></div><div class="card" data-city="Blountstown"><div class="title">Blountstown</div><div class="subtitle">$44,013</div></div><div class="card" data-city="Holiday"><div class="title">Holiday</div><div class="subtitle">$43,996</div></div><div class="card" data-city="Cross"><div class="title">Cross</div><div class="subtitle">$43,958</div></div><div class="card" data-city="Beverly Beach"><div class="title">Beverly Beach</div><div class="subtitle">$43,864</div></div><div class="card" data-city="Munson"><div class="title">Munson</div><div class="subtitle">$43,828</div></div><div class="card" data-city="Lee"><div class="title">Lee</div><div class="subtitle">$43,688</div></div><div class="card" data-city="Woodville"><div class="title">Woodville</div><div class="subtitle">$43,542</div></div><div class="card" data-city="Lake Kerr"><div class="title">Lake Kerr</div><div class="subtitle">$43,472</div></div><div class="card" data-city="Grand Ridge"><div class="title">Grand Ridge</div><div class="subtitle">$43,333</div></div><div class="card" data-city="Watertown"><div class="title">Watertown</div><div class="subtitle">$43,164</div></div><div class="card" data-city="Lake Butler"><div class="title">Lake Butler</div><div class="subtitle">$43,134</div></div><div class="card" data-city="Lake Butler"><div class="title">Lake Butler</div><div class="subtitle">$43,134</div></div><div class="card" data-city="Dover"><div class="title">Dover</div><div class="subtitle">$42,222</div></div><div class="card" data-city="Fort Pierce South"><div class="title">Fort Pierce South</div><div class="subtitle">$42,222</div></div><div class="card" data-city="Bayonet Point"><div class="title">Bayonet Point</div><div class="subtitle">$42,157</div></div><div class="card" data-city="Sebring"><div class="title">Sebring</div><div class="subtitle">$42,072</div></div><div class="card" data-city="Pomona Park"><div class="title">Pomona Park</div><div class="subtitle">$41,953</div></div><div class="card" data-city="Malone"><div class="title">Malone</div><div class="subtitle">$41,875</div></div><div class="card" data-city="Yeehaw Junction"><div class="title">Yeehaw Junction</div><div class="subtitle">$41,809</div></div><div class="card" data-city="Jasper"><div class="title">Jasper</div><div class="subtitle">$41,759</div></div><div class="card" data-city="Charlotte Harbor"><div class="title">Charlotte Harbor</div><div class="subtitle">$41,750</div></div><div class="card" data-city="Hernando"><div class="title">Hernando</div><div class="subtitle">$41,564</div></div><div class="card" data-city="Dundee"><div class="title">Dundee</div><div class="subtitle">$41,550</div></div><div class="card" data-city="Cottondale"><div class="title">Cottondale</div><div class="subtitle">$41,518</div></div><div class="card" data-city="Combee Settlement"><div class="title">Combee Settlement</div><div class="subtitle">$41,366</div></div><div class="card" data-city="Vernon"><div class="title">Vernon</div><div class="subtitle">$41,364</div></div><div class="card" data-city="Nokomis"><div class="title">Nokomis</div><div class="subtitle">$41,333</div></div><div class="card" data-city="Medley"><div class="title">Medley</div><div class="subtitle">$41,250</div></div><div class="card" data-city="Hampton"><div class="title">Hampton</div><div class="subtitle">$41,250</div></div><div class="card" data-city="White Springs"><div class="title">White Springs</div><div class="subtitle">$40,972</div></div><div class="card" data-city="Campbell"><div class="title">Campbell</div><div class="subtitle">$40,780</div></div><div class="card" data-city="Branford"><div class="title">Branford</div><div class="subtitle">$40,766</div></div><div class="card" data-city="Gardner"><div class="title">Gardner</div><div class="subtitle">$40,739</div></div><div class="card" data-city="Dunnellon"><div class="title">Dunnellon</div><div class="subtitle">$40,707</div></div><div class="card" data-city="Deland Southwest"><div class="title">Deland Southwest</div><div class="subtitle">$40,670</div></div><div class="card" data-city="Taft"><div class="title">Taft</div><div class="subtitle">$40,161</div></div><div class="card" data-city="Solana"><div class="title">Solana</div><div class="subtitle">$40,045</div></div><div class="card" data-city="Zephyrhills South"><div class="title">Zephyrhills South</div><div class="subtitle">$39,884</div></div><div class="card" data-city="Bonifay"><div class="title">Bonifay</div><div class="subtitle">$39,630</div></div><div class="card" data-city="Suncoast Estates"><div class="title">Suncoast Estates</div><div class="subtitle">$39,456</div></div><div class="card" data-city="Sneads"><div class="title">Sneads</div><div class="subtitle">$39,353</div></div><div class="card" data-city="Frostproof"><div class="title">Frostproof</div><div class="subtitle">$39,301</div></div><div class="card" data-city="Inwood"><div class="title">Inwood</div><div class="subtitle">$38,786</div></div><div class="card" data-city="West Pensacola"><div class="title">West Pensacola</div><div class="subtitle">$38,641</div></div><div class="card" data-city="Brownsville"><div class="title">Brownsville</div><div class="subtitle">$38,460</div></div><div class="card" data-city="Arcadia"><div class="title">Arcadia</div><div class="subtitle">$38,388</div></div><div class="card" data-city="Gretna"><div class="title">Gretna</div><div class="subtitle">$38,214</div></div><div class="card" data-city="Taylor Creek"><div class="title">Taylor Creek</div><div class="subtitle">$37,281</div></div><div class="card" data-city="Jay"><div class="title">Jay</div><div class="subtitle">$36,964</div></div><div class="card" data-city="Moon Lake"><div class="title">Moon Lake</div><div class="subtitle">$36,901</div></div><div class="card" data-city="Avon Park"><div class="title">Avon Park</div><div class="subtitle">$36,845</div></div><div class="card" data-city="Fort Pierce North"><div class="title">Fort Pierce North</div><div class="subtitle">$36,707</div></div><div class="card" data-city="Marianna"><div class="title">Marianna</div><div class="subtitle">$36,346</div></div><div class="card" data-city="Panacea"><div class="title">Panacea</div><div class="subtitle">$36,332</div></div><div class="card" data-city="Wauchula"><div class="title">Wauchula</div><div class="subtitle">$36,324</div></div><div class="card" data-city="Moore Haven"><div class="title">Moore Haven</div><div class="subtitle">$35,903</div></div><div class="card" data-city="Cypress Quarters"><div class="title">Cypress Quarters</div><div class="subtitle">$35,893</div></div><div class="card" data-city="Wausau"><div class="title">Wausau</div><div class="subtitle">$35,750</div></div><div class="card" data-city="Eatonville"><div class="title">Eatonville</div><div class="subtitle">$35,509</div></div><div class="card" data-city="Buckhead Ridge"><div class="title">Buckhead Ridge</div><div class="subtitle">$35,345</div></div><div class="card" data-city="Ocklawaha"><div class="title">Ocklawaha</div><div class="subtitle">$35,255</div></div><div class="card" data-city="Fort Meade"><div class="title">Fort Meade</div><div class="subtitle">$35,131</div></div><div class="card" data-city="Capitola"><div class="title">Capitola</div><div class="subtitle">$34,710</div></div><div class="card" data-city="Franklin Park"><div class="title">Franklin Park</div><div class="subtitle">$34,391</div></div><div class="card" data-city="Chipley"><div class="title">Chipley</div><div class="subtitle">$34,311</div></div><div class="card" data-city="Quincy"><div class="title">Quincy</div><div class="subtitle">$34,126</div></div><div class="card" data-city="Lemon Grove"><div class="title">Lemon Grove</div><div class="subtitle">$33,750</div></div><div class="card" data-city="Palatka"><div class="title">Palatka</div><div class="subtitle">$33,628</div></div><div class="card" data-city="Montura"><div class="title">Montura</div><div class="subtitle">$33,438</div></div><div class="card" data-city="Jacob"><div class="title">Jacob</div><div class="subtitle">$33,333</div></div><div class="card" data-city="Graceville"><div class="title">Graceville</div><div class="subtitle">$33,068</div></div><div class="card" data-city="Altha"><div class="title">Altha</div><div class="subtitle">$32,898</div></div><div class="card" data-city="Cocoa West"><div class="title">Cocoa West</div><div class="subtitle">$32,746</div></div><div class="card" data-city="Crescent"><div class="title">Crescent</div><div class="subtitle">$32,357</div></div><div class="card" data-city="Silver Springs"><div class="title">Silver Springs</div><div class="subtitle">$32,228</div></div><div class="card" data-city="Wiscon"><div class="title">Wiscon</div><div class="subtitle">$31,850</div></div><div class="card" data-city="Opa-Locka"><div class="title">Opa-Locka</div><div class="subtitle">$31,680</div></div><div class="card" data-city="Madison"><div class="title">Madison</div><div class="subtitle">$31,025</div></div><div class="card" data-city="Palmona Park"><div class="title">Palmona Park</div><div class="subtitle">$29,912</div></div><div class="card" data-city="Tropical Park"><div class="title">Tropical Park</div><div class="subtitle">$29,297</div></div><div class="card" data-city="Gifford"><div class="title">Gifford</div><div class="subtitle">$27,765</div></div><div class="card" data-city="Goulding"><div class="title">Goulding</div><div class="subtitle">$27,299</div></div><div class="card" data-city="Waldo"><div class="title">Waldo</div><div class="subtitle">$27,036</div></div><div class="card" data-city="Century"><div class="title">Century</div><div class="subtitle">$26,716</div></div><div class="card" data-city="Jennings"><div class="title">Jennings</div><div class="subtitle">$25,795</div></div><div class="card" data-city="Florida Gulf Coast University"><div class="title">Florida Gulf Coast University</div><div class="subtitle">$25,395</div></div><div class="card" data-city="Morriston"><div class="title">Morriston</div><div class="subtitle">$24,550</div></div><div class="card" data-city="Homestead Base"><div class="title">Homestead Base</div><div class="subtitle">$9,960</div></div></div> | |
<div id="map"></div> | |
</div> | |
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script> | |
<script> | |
const geoData = {"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "MultiPolygon", "coordinates": [[[[-81.821908, 28.179373], [-81.821534, 28.179956], [-81.821452, 28.180047], [-81.821322, 28.180248], [-81.820893, 28.180024], [-81.82053, 28.179838], [-81.82045, 28.179799], [-81.820479, 28.179747], [-81.82064, 28.179507], [-81.820995, 28.178963], [-81.821438, 28.179192], [-81.821516, 28.179073], [-81.821594, 28.178954], [-81.821715, 28.179016], [-81.822036, 28.179177], [-81.821908, 28.179373]]], [[[-81.825959, 28.162889], [-81.825608, 28.162931], [-81.825535, 28.162936], [-81.824461, 28.162942], [-81.824454, 28.1623], [-81.824445, 28.161589], [-81.824445, 28.161548], [-81.824463, 28.161266], [-81.824463, 28.161156], [-81.824107, 28.161158], [-81.822485, 28.161171], [-81.822486, 28.160686], [-81.822488, 28.16052], [-81.822487, 28.160412], [-81.82241, 28.160412], [-81.821565, 28.160411], [-81.821578, 28.160395], [-81.821676, 28.160245], [-81.821692, 28.160185], [-81.8217, 28.160153], [-81.82171, 28.16006], [-81.821715, 28.159946], [-81.821742, 28.159872], [-81.821735, 28.159835], [-81.821709, 28.159812], [-81.821655, 28.159805], [-81.821643, 28.15977], [-81.821642, 28.159688], [-81.821608, 28.159688], [-81.820339, 28.159686], [-81.820342, 28.158141], [-81.820343, 28.157971], [-81.820343, 28.157716], [-81.820344, 28.157459], [-81.820345, 28.157179], [-81.82034, 28.156531], [-81.82241, 28.156546], [-81.822415, 28.157167], [-81.825622, 28.157153], [-81.825625, 28.157436], [-81.825627, 28.157691], [-81.825753, 28.159397], [-81.825807, 28.160311], [-81.825959, 28.162889]]], [[[-81.832173, 28.176208], [-81.832172, 28.176705], [-81.831894, 28.176706], [-81.831893, 28.176457], [-81.831895, 28.176141], [-81.832174, 28.176139], [-81.832173, 28.176208]]], [[[-81.832839, 28.173012], [-81.832755, 28.173006], [-81.831407, 28.173011], [-81.831405, 28.172724], [-81.832752, 28.172731], [-81.832837, 28.172733], [-81.832839, 28.173012]]], [[[-81.834328, 28.173874], [-81.834245, 28.173873], [-81.834161, 28.173872], [-81.833693, 28.173863], [-81.833651, 28.173861], [-81.833616, 28.173861], [-81.833614, 28.173635], [-81.833536, 28.173636], [-81.832915, 28.173637], [-81.832842, 28.173637], [-81.832841, 28.173336], [-81.832912, 28.173334], [-81.833539, 28.173333], [-81.833611, 28.173332], [-81.833612, 28.173366], [-81.833654, 28.173367], [-81.833689, 28.173368], [-81.834158, 28.173377], [-81.834246, 28.173373], [-81.834246, 28.173689], [-81.834256, 28.173761], [-81.834283, 28.173794], [-81.83431, 28.173818], [-81.83433, 28.173825], [-81.834328, 28.173874]]], [[[-81.864596, 28.166416], [-81.859329, 28.166426], [-81.859334, 28.167248], [-81.859332, 28.167388], [-81.858741, 28.16739], [-81.858565, 28.167406], [-81.858362, 28.167445], [-81.858256, 28.167478], [-81.858161, 28.167513], [-81.85796, 28.167604], [-81.857795, 28.167701], [-81.857653, 28.167773], [-81.857573, 28.167807], [-81.857361, 28.167873], [-81.857188, 28.167901], [-81.857052, 28.167911], [-81.85675, 28.167917], [-81.856404, 28.167918], [-81.8564, 28.168001], [-81.856273, 28.167999], [-81.856063, 28.167999], [-81.855907, 28.167999], [-81.855671, 28.168], [-81.856856, 28.164024], [-81.856869, 28.163981], [-81.856885, 28.163928], [-81.856913, 28.163838], [-81.856931, 28.16378], [-81.85695, 28.163719], [-81.856971, 28.163655], [-81.857008, 28.163543], [-81.857019, 28.163537], [-81.857062, 28.163411], [-81.85707, 28.16339], [-81.857084, 28.163348], [-81.857096, 28.163316], [-81.85711, 28.163277], [-81.857295, 28.162785], [-81.857403, 28.162521], [-81.857517, 28.162259], [-81.857564, 28.162154], [-81.857612, 28.16205], [-81.857732, 28.161795], [-81.857857, 28.161541], [-81.857868, 28.16151], [-81.857879, 28.161484], [-81.857555, 28.161513], [-81.856318, 28.161647], [-81.855471, 28.161764], [-81.85537, 28.161779], [-81.854273, 28.161938], [-81.853738, 28.162011], [-81.852592, 28.162179], [-81.852257, 28.162232], [-81.852173, 28.16225], [-81.851749, 28.162302], [-81.851702, 28.162308], [-81.851678, 28.16231], [-81.851559, 28.162325], [-81.85119, 28.162378], [-81.850143, 28.162528], [-81.849426, 28.162625], [-81.849333, 28.162623], [-81.849248, 28.162611], [-81.849117, 28.162571], [-81.849026, 28.162529], [-81.848976, 28.1625], [-81.848908, 28.162448], [-81.848838, 28.162406], [-81.848587, 28.162227], [-81.847509, 28.161486], [-81.847034, 28.161155], [-81.846938, 28.161106], [-81.846883, 28.16106], [-81.847086, 28.161062], [-81.847412, 28.161062], [-81.848035, 28.161062], [-81.848015, 28.159701], [-81.845636, 28.159701], [-81.845875, 28.159913], [-81.845809, 28.159999], [-81.845449, 28.160471], [-81.845567, 28.160544], [-81.845601, 28.160594], [-81.845614, 28.160621], [-81.845625, 28.160644], [-81.845664, 28.160725], [-81.845693, 28.160764], [-81.845707, 28.160772], [-81.845729, 28.160796], [-81.845735, 28.160812], [-81.84575, 28.160851], [-81.845751, 28.160879], [-81.845752, 28.160915], [-81.845743, 28.160991], [-81.845735, 28.161054], [-81.845726, 28.161107], [-81.845717, 28.161154], [-81.845699, 28.161171], [-81.845695, 28.16118], [-81.845683, 28.161219], [-81.845667, 28.161267], [-81.84564, 28.161268], [-81.84559, 28.161349], [-81.845562, 28.161371], [-81.845457, 28.161432], [-81.84539, 28.16147], [-81.845261, 28.161556], [-81.845214, 28.161587], [-81.845164, 28.161613], [-81.845135, 28.161627], [-81.844986, 28.161682], [-81.844969, 28.161689], [-81.84492, 28.161711], [-81.844831, 28.161767], [-81.844795, 28.161788], [-81.844753, 28.161812], [-81.844635, 28.161889], [-81.844609, 28.161904], [-81.84458, 28.16192], [-81.844407, 28.161934], [-81.844369, 28.161947], [-81.844326, 28.161962], [-81.84422, 28.162017], [-81.844144, 28.162066], [-81.844043, 28.162132], [-81.843952, 28.162199], [-81.843879, 28.162277], [-81.843656, 28.162464], [-81.843538, 28.162574], [-81.843457, 28.162695], [-81.843339, 28.16275], [-81.84319, 28.162893], [-81.843085, 28.163012], [-81.843084, 28.163029], [-81.843078, 28.163075], [-81.84305, 28.163133], [-81.843016, 28.163162], [-81.842953, 28.163193], [-81.842913, 28.16322], [-81.842899, 28.163238], [-81.842886, 28.163255], [-81.842853, 28.163352], [-81.842856, 28.163438], [-81.842859, 28.163531], [-81.842862, 28.163634], [-81.842869, 28.16384], [-81.842872, 28.163952], [-81.842875, 28.164047], [-81.842877, 28.164087], [-81.842907, 28.164291], [-81.84292, 28.164352], [-81.84296, 28.164541], [-81.842966, 28.164571], [-81.843016, 28.164829], [-81.843019, 28.164844], [-81.843083, 28.165044], [-81.843151, 28.165263], [-81.843159, 28.165371], [-81.843174, 28.165455], [-81.843199, 28.165565], [-81.843213, 28.165654], [-81.843216, 28.165716], [-81.843228, 28.16582], [-81.843234, 28.165919], [-81.843245, 28.165967], [-81.843274, 28.166067], [-81.843285, 28.166086], [-81.843294, 28.166095], [-81.843315, 28.166103], [-81.84339, 28.16609], [-81.843346, 28.166178], [-81.843346, 28.166196], [-81.843359, 28.166255], [-81.843415, 28.166337], [-81.843551, 28.166464], [-81.843738, 28.166579], [-81.843818, 28.166607], [-81.843918, 28.166601], [-81.843938, 28.166595], [-81.843954, 28.166593], [-81.843991, 28.166584], [-81.844098, 28.16654], [-81.844171, 28.166536], [-81.844209, 28.166524], [-81.844317, 28.166462], [-81.844352, 28.166454], [-81.844378, 28.166457], [-81.844419, 28.166484], [-81.844445, 28.1665], [-81.844472, 28.166509], [-81.844502, 28.166509], [-81.84452, 28.166497], [-81.844551, 28.166458], [-81.844546, 28.166385], [-81.844556, 28.166355], [-81.844585, 28.166302], [-81.844699, 28.166143], [-81.844815, 28.166012], [-81.844924, 28.165904], [-81.84499, 28.165848], [-81.84533, 28.165657], [-81.845443, 28.165599], [-81.845538, 28.165571], [-81.845667, 28.165556], [-81.845821, 28.165555], [-81.845869, 28.165563], [-81.84592, 28.165588], [-81.845994, 28.165642], [-81.846103, 28.165787], [-81.846165, 28.165957], [-81.846178, 28.166117], [-81.846171, 28.166227], [-81.846146, 28.166289], [-81.846117, 28.166377], [-81.846036, 28.166519], [-81.845961, 28.16667], [-81.845916, 28.166745], [-81.845762, 28.166908], [-81.845721, 28.166935], [-81.84568, 28.166935], [-81.845613, 28.166914], [-81.845592, 28.166917], [-81.845568, 28.166927], [-81.845539, 28.166949], [-81.845525, 28.166969], [-81.845501, 28.167014], [-81.845445, 28.167063], [-81.845377, 28.167195], [-81.845327, 28.167344], [-81.845309, 28.167415], [-81.845191, 28.167641], [-81.845085, 28.16779], [-81.84498, 28.167856], [-81.844912, 28.167911], [-81.844794, 28.167982], [-81.844669, 28.168048], [-81.844527, 28.168153], [-81.844489, 28.168203], [-81.84444, 28.16828], [-81.844436, 28.168333], [-81.844434, 28.168357], [-81.844452, 28.168406], [-81.844453, 28.168435], [-81.844481, 28.168646], [-81.84448, 28.168657], [-81.844484, 28.168796], [-81.844526, 28.168962], [-81.844555, 28.169029], [-81.844592, 28.169083], [-81.844631, 28.16914], [-81.844707, 28.169222], [-81.844784, 28.169276], [-81.844903, 28.169332], [-81.845113, 28.169421], [-81.845237, 28.16946], [-81.84544, 28.169509], [-81.845667, 28.169537], [-81.845741, 28.169536], [-81.845881, 28.169523], [-81.846495, 28.169528], [-81.846675, 28.169517], [-81.846855, 28.169512], [-81.847147, 28.169533], [-81.847309, 28.169566], [-81.847324, 28.169596], [-81.847416, 28.169613], [-81.847499, 28.169613], [-81.84764, 28.169611], [-81.847639, 28.169622], [-81.84766, 28.169695], [-81.84773, 28.169826], [-81.84776, 28.169916], [-81.847772, 28.170244], [-81.84774, 28.170402], [-81.847706, 28.170514], [-81.847617, 28.170671], [-81.847512, 28.170829], [-81.847471, 28.170874], [-81.847456, 28.1709], [-81.84745, 28.17094], [-81.84746, 28.170977], [-81.847449, 28.171028], [-81.847446, 28.171065], [-81.847443, 28.171099], [-81.847415, 28.171118], [-81.847409, 28.171168], [-81.847378, 28.171239], [-81.847316, 28.171322], [-81.847278, 28.171432], [-81.847272, 28.171453], [-81.847289, 28.171518], [-81.847215, 28.171679], [-81.847202, 28.17171], [-81.847196, 28.17172], [-81.847189, 28.171737], [-81.847188, 28.171774], [-81.847201, 28.17181], [-81.847215, 28.171824], [-81.847244, 28.171828], [-81.847295, 28.171801], [-81.847319, 28.171789], [-81.847391, 28.171787], [-81.847402, 28.171793], [-81.847406, 28.171814], [-81.847396, 28.171836], [-81.84736, 28.171874], [-81.84732, 28.171896], [-81.847228, 28.1719], [-81.847198, 28.171913], [-81.847104, 28.171954], [-81.847019, 28.171963], [-81.847009, 28.171975], [-81.846975, 28.172023], [-81.846954, 28.172041], [-81.846883, 28.172112], [-81.846788, 28.172188], [-81.84672, 28.172266], [-81.846511, 28.172628], [-81.846469, 28.172677], [-81.846407, 28.17273], [-81.846291, 28.172802], [-81.846231, 28.172847], [-81.846136, 28.172918], [-81.84609, 28.172936], [-81.84594, 28.173068], [-81.845819, 28.173224], [-81.845789, 28.173293], [-81.845777, 28.173355], [-81.845782, 28.173421], [-81.845808, 28.173564], [-81.845899, 28.173796], [-81.845946, 28.174017], [-81.845962, 28.174119], [-81.845966, 28.174342], [-81.845959, 28.174468], [-81.845947, 28.174517], [-81.845898, 28.174629], [-81.84587, 28.174723], [-81.845833, 28.174811], [-81.845758, 28.174899], [-81.845646, 28.17502], [-81.845448, 28.17519], [-81.845262, 28.175323], [-81.845125, 28.175405], [-81.844858, 28.175515], [-81.844728, 28.175581], [-81.844585, 28.175669], [-81.844554, 28.175719], [-81.844479, 28.175807], [-81.844442, 28.175873], [-81.844423, 28.175933], [-81.844411, 28.176043], [-81.844436, 28.176236], [-81.844455, 28.176324], [-81.844492, 28.176407], [-81.844523, 28.1765], [-81.844566, 28.176605], [-81.844591, 28.176698], [-81.844691, 28.176858], [-81.844729, 28.1769], [-81.844751, 28.176939], [-81.844831, 28.177086], [-81.844938, 28.177209], [-81.845053, 28.177314], [-81.845098, 28.177342], [-81.845214, 28.177421], [-81.845302, 28.177472], [-81.845474, 28.177546], [-81.845741, 28.177724], [-81.845795, 28.177775], [-81.845831, 28.177828], [-81.845865, 28.17792], [-81.845865, 28.178002], [-81.845852, 28.178074], [-81.845809, 28.178217], [-81.845753, 28.178321], [-81.845716, 28.178409], [-81.845579, 28.17864], [-81.845555, 28.178723], [-81.845437, 28.178828], [-81.845225, 28.17896], [-81.845039, 28.179053], [-81.844952, 28.179092], [-81.844642, 28.179207], [-81.844611, 28.179196], [-81.844611, 28.179174], [-81.844567, 28.179174], [-81.84453, 28.179185], [-81.844443, 28.179235], [-81.844387, 28.179279], [-81.844331, 28.179312], [-81.844251, 28.17934], [-81.844138, 28.179391], [-81.844753, 28.179451], [-81.844901, 28.179464], [-81.845049, 28.179475], [-81.845198, 28.179484], [-81.845346, 28.179491], [-81.845495, 28.179495], [-81.845644, 28.179497], [-81.845792, 28.179496], [-81.845941, 28.179493], [-81.84609, 28.179488], [-81.846238, 28.179481], [-81.846387, 28.179471], [-81.846535, 28.179459], [-81.846683, 28.179445], [-81.84683, 28.179429], [-81.846875, 28.179423], [-81.846978, 28.17941], [-81.847032, 28.179402], [-81.847054, 28.178981], [-81.847115, 28.17723], [-81.851235, 28.177168], [-81.851217, 28.177692], [-81.851661, 28.177332], [-81.852142, 28.176878], [-81.852222, 28.176794], [-81.852281, 28.17673], [-81.852346, 28.17666], [-81.85244, 28.176553], [-81.852507, 28.176475], [-81.852579, 28.176389], [-81.852933, 28.175921], [-81.853226, 28.175453], [-81.85332, 28.175305], [-81.853566, 28.174825], [-81.85382, 28.174206], [-81.853902, 28.173971], [-81.854028, 28.173534], [-81.854264, 28.173534], [-81.854409, 28.173533], [-81.854627, 28.173533], [-81.85467, 28.173533], [-81.856417, 28.173513], [-81.856419, 28.173946], [-81.855487, 28.173951], [-81.855485, 28.174604], [-81.854325, 28.174604], [-81.854287, 28.174699], [-81.854239, 28.174815], [-81.854191, 28.174925], [-81.854153, 28.175008], [-81.854116, 28.175087], [-81.854087, 28.175148], [-81.85404, 28.175244], [-81.853995, 28.175331], [-81.85395, 28.175416], [-81.85384, 28.175614], [-81.853767, 28.17574], [-81.853691, 28.175864], [-81.853612, 28.175988], [-81.853531, 28.176109], [-81.853448, 28.17623], [-81.853363, 28.176349], [-81.853275, 28.176468], [-81.853184, 28.176584], [-81.853092, 28.176699], [-81.852997, 28.176813], [-81.8529, 28.176925], [-81.852801, 28.177036], [-81.852692, 28.17715], [-81.852509, 28.177341], [-81.852402, 28.177445], [-81.852292, 28.177548], [-81.852181, 28.17765], [-81.852068, 28.177749], [-81.851952, 28.177847], [-81.851835, 28.177943], [-81.851716, 28.178037], [-81.851595, 28.17813], [-81.851472, 28.17822], [-81.851424, 28.178255], [-81.851381, 28.178286], [-81.851317, 28.17833], [-81.851181, 28.178422], [-81.851157, 28.178895], [-81.851148, 28.179069], [-81.851143, 28.179147], [-81.849923, 28.179151], [-81.849863, 28.179153], [-81.849714, 28.17922], [-81.849439, 28.179334], [-81.849365, 28.179363], [-81.849293, 28.179391], [-81.849174, 28.179435], [-81.849146, 28.179446], [-81.849016, 28.179492], [-81.848848, 28.179548], [-81.848698, 28.179596], [-81.848601, 28.179625], [-81.848547, 28.179641], [-81.848395, 28.179684], [-81.848131, 28.179753], [-81.848016, 28.17978], [-81.847832, 28.179821], [-81.847766, 28.179835], [-81.847687, 28.179851], [-81.847511, 28.179899], [-81.847312, 28.179918], [-81.847213, 28.179934], [-81.847091, 28.179951], [-81.847016, 28.17996], [-81.846946, 28.17997], [-81.846807, 28.179986], [-81.846705, 28.179997], [-81.846577, 28.180009], [-81.846432, 28.18002], [-81.846324, 28.180028], [-81.846078, 28.180039], [-81.845937, 28.180044], [-81.845847, 28.180046], [-81.845732, 28.180047], [-81.845614, 28.180047], [-81.845504, 28.180045], [-81.845386, 28.180042], [-81.845256, 28.180038], [-81.845133, 28.180032], [-81.844957, 28.180021], [-81.844808, 28.180009], [-81.844631, 28.179995], [-81.844429, 28.179975], [-81.844074, 28.17994], [-81.843719, 28.179905], [-81.843264, 28.17986], [-81.842853, 28.17982], [-81.842757, 28.17981], [-81.842065, 28.179741], [-81.842004, 28.179737], [-81.841824, 28.179827], [-81.841456, 28.180023], [-81.841407, 28.180049], [-81.841147, 28.180258], [-81.840842, 28.180504], [-81.840587, 28.18071], [-81.840594, 28.18049], [-81.840192, 28.180463], [-81.83979, 28.180436], [-81.839819, 28.179576], [-81.839821, 28.179538], [-81.839777, 28.179534], [-81.839635, 28.179524], [-81.839236, 28.179496], [-81.838903, 28.179475], [-81.838767, 28.179467], [-81.838709, 28.179461], [-81.838673, 28.180463], [-81.838363, 28.180452], [-81.835679, 28.184487], [-81.835976, 28.185535], [-81.837781, 28.185545], [-81.837975, 28.185546], [-81.838036, 28.185546], [-81.838144, 28.185547], [-81.838494, 28.185542], [-81.838487, 28.185754], [-81.838476, 28.18607], [-81.838468, 28.186293], [-81.838463, 28.186449], [-81.838212, 28.186449], [-81.83804, 28.186452], [-81.838035, 28.186724], [-81.838041, 28.187477], [-81.83805, 28.188491], [-81.838062, 28.190073], [-81.838077, 28.191827], [-81.838079, 28.192102], [-81.838092, 28.193698], [-81.838521, 28.193701], [-81.841065, 28.193676], [-81.841372, 28.19326], [-81.842304, 28.193251], [-81.8423, 28.192819], [-81.842292, 28.191855], [-81.842278, 28.190046], [-81.842274, 28.189633], [-81.842273, 28.189519], [-81.8446, 28.189505], [-81.844597, 28.188704], [-81.844784, 28.188703], [-81.844786, 28.189504], [-81.845624, 28.1895], [-81.846369, 28.189495], [-81.847114, 28.189491], [-81.847487, 28.189489], [-81.8475, 28.19107], [-81.845089, 28.192556], [-81.84261, 28.19279], [-81.842616, 28.193523], [-81.841541, 28.193534], [-81.841234, 28.19395], [-81.838524, 28.193976], [-81.837783, 28.19397], [-81.837768, 28.1921], [-81.83546, 28.192081], [-81.834911, 28.192076], [-81.834797, 28.192074], [-81.834715, 28.192075], [-81.834727, 28.192156], [-81.834744, 28.192217], [-81.834801, 28.192352], [-81.834901, 28.192524], [-81.835282, 28.193032], [-81.835642, 28.193545], [-81.835715, 28.19364], [-81.83627, 28.194239], [-81.836508, 28.194484], [-81.836697, 28.194703], [-81.83673, 28.194765], [-81.836752, 28.194807], [-81.8369, 28.195034], [-81.836943, 28.195148], [-81.837012, 28.195277], [-81.837119, 28.195436], [-81.837172, 28.195499], [-81.837502, 28.196007], [-81.837647, 28.196212], [-81.837771, 28.196398], [-81.83794, 28.196607], [-81.83807, 28.196737], [-81.838155, 28.196809], [-81.838323, 28.196933], [-81.839181, 28.197498], [-81.839273, 28.197553], [-81.839355, 28.197624], [-81.839409, 28.197697], [-81.839462, 28.197796], [-81.839499, 28.197885], [-81.839518, 28.197945], [-81.839993, 28.199136], [-81.838569, 28.199125], [-81.838579, 28.200321], [-81.835573, 28.20034], [-81.834485, 28.20034], [-81.834488, 28.200794], [-81.834489, 28.200938], [-81.83451, 28.204057], [-81.83451, 28.204106], [-81.838598, 28.204092], [-81.838599, 28.204226], [-81.838608, 28.206232], [-81.840119, 28.205955], [-81.841297, 28.206291], [-81.842035, 28.205978], [-81.842021, 28.205709], [-81.842202, 28.205419], [-81.842535, 28.204901], [-81.842534, 28.204864], [-81.842005, 28.203933], [-81.842041, 28.203938], [-81.842216, 28.203947], [-81.846653, 28.204252], [-81.84671, 28.207349], [-81.846791, 28.211826], [-81.846851, 28.215177], [-81.842749, 28.215232], [-81.840044, 28.215268], [-81.839501, 28.215275], [-81.838647, 28.215286], [-81.838556, 28.215286], [-81.835983, 28.21529], [-81.835971, 28.212575], [-81.835968, 28.211761], [-81.835965, 28.21109], [-81.837412, 28.207935], [-81.832805, 28.208489], [-81.832781, 28.208492], [-81.829579, 28.208878], [-81.829419, 28.208906], [-81.829413, 28.208791], [-81.82938, 28.208131], [-81.829332, 28.207509], [-81.829175, 28.204951], [-81.829139, 28.204303], [-81.829017, 28.202395], [-81.828997, 28.202034], [-81.828987, 28.201858], [-81.828918, 28.200879], [-81.828818, 28.199159], [-81.828731, 28.197762], [-81.828651, 28.196602], [-81.828521, 28.194518], [-81.828465, 28.193633], [-81.828464, 28.193621], [-81.830385, 28.193633], [-81.830359, 28.190021], [-81.830668, 28.190031], [-81.834425, 28.190052], [-81.834426, 28.188496], [-81.834663, 28.188498], [-81.835691, 28.188505], [-81.835714, 28.18841], [-81.835764, 28.18814], [-81.835773, 28.188057], [-81.835776, 28.187928], [-81.835759, 28.187786], [-81.835715, 28.187622], [-81.835603, 28.187156], [-81.835563, 28.187024], [-81.835555, 28.186972], [-81.835536, 28.186929], [-81.835501, 28.186827], [-81.835213, 28.186241], [-81.835187, 28.1862], [-81.83496, 28.185914], [-81.834838, 28.18582], [-81.834807, 28.185791], [-81.83473, 28.18576], [-81.834615, 28.185677], [-81.834279, 28.18546], [-81.833955, 28.185261], [-81.833885, 28.185218], [-81.833654, 28.185045], [-81.833491, 28.184933], [-81.833013, 28.184586], [-81.833955, 28.184227], [-81.834065, 28.184185], [-81.834181, 28.183867], [-81.834266, 28.183568], [-81.834309, 28.183477], [-81.834355, 28.183406], [-81.834461, 28.183273], [-81.834628, 28.183099], [-81.834883, 28.182853], [-81.834941, 28.182781], [-81.834982, 28.182715], [-81.835014, 28.182649], [-81.835126, 28.18232], [-81.834843, 28.182314], [-81.834844, 28.182784], [-81.833955, 28.182787], [-81.831849, 28.182793], [-81.831616, 28.182794], [-81.830788, 28.182798], [-81.830157, 28.182801], [-81.830158, 28.182464], [-81.829418, 28.182468], [-81.829414, 28.181643], [-81.828183, 28.181647], [-81.82771, 28.181647], [-81.827244, 28.18165], [-81.827247, 28.181795], [-81.827307, 28.182821], [-81.826954, 28.182826], [-81.826414, 28.182829], [-81.826418, 28.182899], [-81.826415, 28.182988], [-81.826414, 28.183032], [-81.826393, 28.184102], [-81.82639, 28.184255], [-81.826371, 28.185304], [-81.824561, 28.1853], [-81.824377, 28.185304], [-81.824434, 28.185472], [-81.824498, 28.185611], [-81.824782, 28.186175], [-81.824854, 28.186333], [-81.824884, 28.186408], [-81.824915, 28.186531], [-81.82493, 28.186644], [-81.824932, 28.186678], [-81.824935, 28.186749], [-81.824914, 28.186885], [-81.824876, 28.187035], [-81.824813, 28.187206], [-81.824726, 28.187423], [-81.824693, 28.187475], [-81.823982, 28.188815], [-81.825585, 28.188806], [-81.825804, 28.188811], [-81.826852, 28.188811], [-81.828164, 28.188813], [-81.828235, 28.189963], [-81.827549, 28.18994], [-81.827018, 28.189941], [-81.826293, 28.189939], [-81.826303, 28.191749], [-81.825794, 28.191752], [-81.822301, 28.191771], [-81.822319, 28.191223], [-81.822361, 28.189981], [-81.820853, 28.190023], [-81.820803, 28.190316], [-81.820743, 28.190728], [-81.820701, 28.191103], [-81.820667, 28.192674], [-81.820675, 28.193569], [-81.820403, 28.193567], [-81.820011, 28.193566], [-81.818152, 28.193568], [-81.815648, 28.193571], [-81.814064, 28.193572], [-81.812012, 28.193574], [-81.80996, 28.193576], [-81.809568, 28.193576], [-81.807908, 28.193578], [-81.805857, 28.193579], [-81.805853, 28.189953], [-81.805851, 28.18814], [-81.809969, 28.18817], [-81.80997, 28.187744], [-81.81028, 28.187747], [-81.810282, 28.186371], [-81.810659, 28.186376], [-81.810209, 28.185786], [-81.810514, 28.18564], [-81.810325, 28.1854], [-81.80994, 28.185634], [-81.809852, 28.18552], [-81.809677, 28.185293], [-81.809609, 28.185207], [-81.809548, 28.185129], [-81.809615, 28.185087], [-81.809933, 28.184895], [-81.809885, 28.184833], [-81.809797, 28.184719], [-81.809414, 28.184953], [-81.809326, 28.18484], [-81.809063, 28.184499], [-81.808975, 28.184386], [-81.808799, 28.184159], [-81.808624, 28.183932], [-81.808536, 28.183819], [-81.808448, 28.183706], [-81.80836, 28.183592], [-81.808185, 28.183365], [-81.808097, 28.183252], [-81.808161, 28.183212], [-81.808481, 28.183018], [-81.808307, 28.182795], [-81.807874, 28.183052], [-81.807769, 28.183004], [-81.807789, 28.182947], [-81.807792, 28.182907], [-81.807782, 28.182862], [-81.807763, 28.182824], [-81.807395, 28.182348], [-81.807458, 28.182305], [-81.807778, 28.182111], [-81.807445, 28.181677], [-81.807409, 28.181705], [-81.807364, 28.181752], [-81.807339, 28.181785], [-81.807305, 28.181839], [-81.807222, 28.181845], [-81.807148, 28.181862], [-81.807098, 28.181875], [-81.807042, 28.181899], [-81.80698, 28.18193], [-81.806723, 28.182085], [-81.806595, 28.182162], [-81.806467, 28.18224], [-81.806147, 28.182435], [-81.805888, 28.182592], [-81.805886, 28.18277], [-81.805886, 28.182802], [-81.805128, 28.182805], [-81.804352, 28.182809], [-81.801733, 28.182822], [-81.801746, 28.181], [-81.80175, 28.180423], [-81.801752, 28.180134], [-81.801756, 28.179613], [-81.801759, 28.179267], [-81.797607, 28.179258], [-81.796082, 28.179262], [-81.796104, 28.181063], [-81.796133, 28.183094], [-81.795445, 28.183101], [-81.793884, 28.183108], [-81.793841, 28.183108], [-81.793838, 28.183001], [-81.793833, 28.182859], [-81.793827, 28.182684], [-81.793802, 28.182404], [-81.793807, 28.182386], [-81.793785, 28.181694], [-81.793755, 28.181017], [-81.793736, 28.180604], [-81.793731, 28.179905], [-81.793698, 28.179189], [-81.793712, 28.179165], [-81.793701, 28.178386], [-81.79365, 28.177156], [-81.793638, 28.176647], [-81.793617, 28.176196], [-81.793589, 28.17578], [-81.793609, 28.175666], [-81.793629, 28.175599], [-81.793679, 28.175521], [-81.793565, 28.175354], [-81.793548, 28.175308], [-81.793525, 28.175215], [-81.793498, 28.174746], [-81.793485, 28.174326], [-81.793469, 28.173111], [-81.793414, 28.170684], [-81.793391, 28.170123], [-81.793394, 28.169656], [-81.793401, 28.169562], [-81.793445, 28.169234], [-81.793469, 28.169094], [-81.793479, 28.169001], [-81.793489, 28.168767], [-81.793516, 28.168619], [-81.793524, 28.168596], [-81.793546, 28.168533], [-81.793595, 28.16844], [-81.793669, 28.168346], [-81.793728, 28.168289], [-81.794069, 28.167987], [-81.794856, 28.167316], [-81.794988, 28.167172], [-81.795064, 28.167075], [-81.795136, 28.166958], [-81.795189, 28.166844], [-81.79523, 28.166737], [-81.795246, 28.16665], [-81.795249, 28.166565], [-81.795276, 28.166356], [-81.797634, 28.166367], [-81.797633, 28.166449], [-81.797634, 28.166579], [-81.797632, 28.16691], [-81.797631, 28.167028], [-81.797625, 28.168466], [-81.797621, 28.169317], [-81.797618, 28.169992], [-81.797617, 28.170267], [-81.797609, 28.172068], [-81.80034, 28.172056], [-81.801147, 28.172053], [-81.801319, 28.172052], [-81.8018, 28.17205], [-81.802947, 28.172045], [-81.805302, 28.172035], [-81.805407, 28.172035], [-81.805505, 28.172172], [-81.805609, 28.172403], [-81.805633, 28.17251], [-81.805634, 28.172527], [-81.805638, 28.172818], [-81.805634, 28.173031], [-81.805617, 28.173098], [-81.805592, 28.173255], [-81.805561, 28.173354], [-81.80554, 28.173399], [-81.805523, 28.173475], [-81.803764, 28.173482], [-81.803786, 28.175246], [-81.804787, 28.175228], [-81.804862, 28.175244], [-81.804883, 28.175218], [-81.804944, 28.175137], [-81.804967, 28.175095], [-81.805022, 28.17501], [-81.805044, 28.174968], [-81.80506, 28.174917], [-81.805068, 28.174857], [-81.805072, 28.174693], [-81.805089, 28.174694], [-81.805151, 28.174712], [-81.805226, 28.174732], [-81.805346, 28.17475], [-81.805384, 28.17476], [-81.805449, 28.174764], [-81.805492, 28.174769], [-81.805658, 28.17479], [-81.80576, 28.174803], [-81.80584, 28.174818], [-81.805989, 28.17483], [-81.806084, 28.174854], [-81.806133, 28.174881], [-81.806341, 28.175096], [-81.806415, 28.175152], [-81.806506, 28.175202], [-81.806612, 28.175236], [-81.805846, 28.175241], [-81.805853, 28.175653], [-81.805894, 28.178275], [-81.8059, 28.178637], [-81.806393, 28.179274], [-81.806681, 28.179272], [-81.80996, 28.179251], [-81.809993, 28.179251], [-81.809997, 28.179183], [-81.809979, 28.176317], [-81.809961, 28.175207], [-81.808513, 28.175233], [-81.808514, 28.17509], [-81.808506, 28.174859], [-81.808494, 28.174762], [-81.808462, 28.17463], [-81.808433, 28.174545], [-81.808401, 28.17447], [-81.808324, 28.174335], [-81.808221, 28.17419], [-81.808165, 28.174124], [-81.808114, 28.174079], [-81.808834, 28.174072], [-81.809211, 28.174069], [-81.809178, 28.172011], [-81.809439, 28.172013], [-81.809752, 28.172406], [-81.810032, 28.172733], [-81.810226, 28.172951], [-81.810524, 28.173271], [-81.810795, 28.173543], [-81.811233, 28.173969], [-81.813027, 28.175635], [-81.813325, 28.175911], [-81.813402, 28.175991], [-81.813503, 28.176072], [-81.814621, 28.176065], [-81.814983, 28.176063], [-81.815162, 28.176066], [-81.815723, 28.176074], [-81.815781, 28.176078], [-81.815763, 28.176173], [-81.815728, 28.176557], [-81.815989, 28.176578], [-81.816052, 28.176105], [-81.816136, 28.176117], [-81.816137, 28.175114], [-81.815785, 28.174997], [-81.815574, 28.174919], [-81.815418, 28.174721], [-81.815369, 28.174611], [-81.815406, 28.174474], [-81.815437, 28.174325], [-81.815412, 28.174193], [-81.815325, 28.174105], [-81.815226, 28.17399], [-81.815145, 28.173907], [-81.815002, 28.173775], [-81.814971, 28.173676], [-81.814909, 28.17361], [-81.814841, 28.173593], [-81.814841, 28.173511], [-81.814828, 28.17345], [-81.814816, 28.173346], [-81.814779, 28.173203], [-81.814667, 28.173071], [-81.814543, 28.172944], [-81.814505, 28.172851], [-81.81445, 28.172768], [-81.814394, 28.172702], [-81.814375, 28.172564], [-81.814376, 28.172545], [-81.814319, 28.172322], [-81.814304, 28.172205], [-81.814307, 28.172119], [-81.814307, 28.171985], [-81.814327, 28.171985], [-81.81446, 28.171985], [-81.81466, 28.171984], [-81.819595, 28.171973], [-81.821449, 28.171967], [-81.82233, 28.171965], [-81.822378, 28.171965], [-81.822639, 28.171963], [-81.822727, 28.171893], [-81.822828, 28.171667], [-81.822828, 28.171647], [-81.822854, 28.171593], [-81.822937, 28.171509], [-81.822966, 28.17146], [-81.822986, 28.171395], [-81.82306, 28.171273], [-81.823109, 28.171197], [-81.823175, 28.171135], [-81.82322, 28.171076], [-81.823305, 28.170962], [-81.82331, 28.170937], [-81.823318, 28.170795], [-81.823344, 28.170645], [-81.823368, 28.170599], [-81.823373, 28.170591], [-81.823451, 28.170505], [-81.823536, 28.170424], [-81.823587, 28.170421], [-81.82361, 28.17042], [-81.823694, 28.170346], [-81.823724, 28.170309], [-81.823742, 28.170268], [-81.823745, 28.170214], [-81.823815, 28.170056], [-81.823835, 28.169946], [-81.823864, 28.169841], [-81.823856, 28.169799], [-81.823855, 28.169614], [-81.823819, 28.169557], [-81.823743, 28.169395], [-81.823702, 28.169342], [-81.823589, 28.169226], [-81.823468, 28.169054], [-81.823395, 28.168929], [-81.823326, 28.168864], [-81.823237, 28.168812], [-81.823097, 28.168749], [-81.822976, 28.168679], [-81.822885, 28.168644], [-81.822678, 28.168508], [-81.82251, 28.168415], [-81.822494, 28.168397], [-81.822464, 28.168378], [-81.825281, 28.168358], [-81.825303, 28.168715], [-81.826645, 28.168702], [-81.826588, 28.167837], [-81.826459, 28.165731], [-81.826744, 28.16575], [-81.826922, 28.168688], [-81.826928, 28.16879], [-81.827028, 28.170229], [-81.827469, 28.170243], [-81.827535, 28.170248], [-81.828289, 28.170177], [-81.830484, 28.170153], [-81.830663, 28.170149], [-81.830665, 28.170377], [-81.830742, 28.170377], [-81.831385, 28.17038], [-81.831387, 28.170667], [-81.830675, 28.170668], [-81.830678, 28.171179], [-81.830678, 28.17126], [-81.83068, 28.17161], [-81.830685, 28.172426], [-81.831402, 28.172427], [-81.831405, 28.172724], [-81.830687, 28.172715], [-81.8307, 28.174449], [-81.831419, 28.174446], [-81.831421, 28.174649], [-81.831424, 28.175063], [-81.831425, 28.175584], [-81.831344, 28.175577], [-81.830757, 28.17558], [-81.830714, 28.17558], [-81.830716, 28.17583], [-81.830716, 28.175856], [-81.830718, 28.176071], [-81.830796, 28.176071], [-81.831427, 28.176075], [-81.831428, 28.176141], [-81.831429, 28.176325], [-81.830817, 28.176322], [-81.83072, 28.176321], [-81.83072, 28.17639], [-81.830721, 28.17657], [-81.830838, 28.17657], [-81.831431, 28.176569], [-81.831431, 28.176602], [-81.831431, 28.176706], [-81.831894, 28.176706], [-81.831893, 28.177145], [-81.831892, 28.177263], [-81.832186, 28.177263], [-81.832185, 28.177338], [-81.832189, 28.177835], [-81.832002, 28.177835], [-81.832002, 28.178265], [-81.832005, 28.178336], [-81.832003, 28.178403], [-81.832008, 28.178833], [-81.832507, 28.178831], [-81.832503, 28.178401], [-81.832484, 28.178402], [-81.832491, 28.178388], [-81.832497, 28.178373], [-81.8325, 28.178359], [-81.832502, 28.178348], [-81.832503, 28.178333], [-81.83273, 28.178333], [-81.832733, 28.175573], [-81.834293, 28.175567], [-81.834294, 28.175121], [-81.834296, 28.175058], [-81.834483, 28.175059], [-81.834605, 28.175057], [-81.834603, 28.175566], [-81.834912, 28.175566], [-81.834911, 28.175056], [-81.834807, 28.175056], [-81.834807, 28.174988], [-81.834818, 28.174483], [-81.834819, 28.174437], [-81.835099, 28.174436], [-81.8351, 28.174378], [-81.835112, 28.173834], [-81.835114, 28.173772], [-81.834774, 28.173774], [-81.834774, 28.172007], [-81.834782, 28.170157], [-81.830666, 28.168354], [-81.830611, 28.164651], [-81.830656, 28.164651], [-81.830656, 28.164712], [-81.832921, 28.164711], [-81.833106, 28.16471], [-81.835782, 28.164706], [-81.835735, 28.157207], [-81.835733, 28.156853], [-81.835731, 28.156491], [-81.835989, 28.156452], [-81.836008, 28.153838], [-81.836166, 28.15383], [-81.836324, 28.153827], [-81.836852, 28.153832], [-81.837186, 28.153832], [-81.837185, 28.156244], [-81.838825, 28.155896], [-81.838827, 28.156297], [-81.838829, 28.156627], [-81.838843, 28.158922], [-81.838845, 28.15922], [-81.83946, 28.159219], [-81.844818, 28.159215], [-81.844916, 28.159142], [-81.844547, 28.158788], [-81.844495, 28.158744], [-81.844227, 28.158492], [-81.844041, 28.158313], [-81.84402, 28.158301], [-81.843992, 28.158266], [-81.843968, 28.158249], [-81.843943, 28.158219], [-81.843915, 28.158198], [-81.843894, 28.158173], [-81.843862, 28.158147], [-81.843314, 28.157611], [-81.843266, 28.157561], [-81.843221, 28.157513], [-81.843193, 28.157483], [-81.843435, 28.157483], [-81.846822, 28.157482], [-81.846823, 28.157407], [-81.84682, 28.15668], [-81.846643, 28.15658], [-81.846537, 28.156519], [-81.846535, 28.155969], [-81.846301, 28.155969], [-81.846132, 28.15597], [-81.845783, 28.155803], [-81.845734, 28.15525], [-81.845732, 28.155225], [-81.845596, 28.154812], [-81.845513, 28.154563], [-81.845376, 28.154144], [-81.845329, 28.154], [-81.84526, 28.15379], [-81.845639, 28.1537], [-81.846178, 28.153575], [-81.84645, 28.153513], [-81.847705, 28.153226], [-81.848415, 28.153063], [-81.848431, 28.153064], [-81.849111, 28.153088], [-81.849851, 28.152935], [-81.852424, 28.152224], [-81.854163, 28.151751], [-81.854228, 28.15195], [-81.854298, 28.152164], [-81.85438, 28.152416], [-81.854461, 28.152658], [-81.854546, 28.152916], [-81.85452, 28.152936], [-81.854244, 28.153144], [-81.853977, 28.153382], [-81.853729, 28.153665], [-81.853564, 28.153923], [-81.853441, 28.154192], [-81.853397, 28.154349], [-81.853445, 28.154351], [-81.85451, 28.154391], [-81.854363, 28.157308], [-81.854355, 28.157413], [-81.855185, 28.157412], [-81.85635, 28.157411], [-81.857264, 28.157413], [-81.860279, 28.157418], [-81.860381, 28.157418], [-81.86038, 28.157866], [-81.860379, 28.158469], [-81.860372, 28.158477], [-81.860352, 28.158498], [-81.85992, 28.159019], [-81.859816, 28.159154], [-81.859753, 28.159235], [-81.859999, 28.159238], [-81.860378, 28.159239], [-81.861888, 28.159243], [-81.862602, 28.159245], [-81.863167, 28.159247], [-81.863555, 28.159248], [-81.863632, 28.159248], [-81.864265, 28.15925], [-81.864542, 28.159248], [-81.864569, 28.162802], [-81.864596, 28.166416]], [[-81.844294, 28.171846], [-81.844298, 28.171757], [-81.844289, 28.171708], [-81.844231, 28.171603], [-81.844105, 28.171449], [-81.844029, 28.171378], [-81.843985, 28.171354], [-81.843918, 28.171332], [-81.843825, 28.171328], [-81.843741, 28.171313], [-81.843579, 28.171294], [-81.843499, 28.17127], [-81.843362, 28.171239], [-81.843082, 28.171242], [-81.842888, 28.171244], [-81.842808, 28.171237], [-81.842664, 28.171204], [-81.842586, 28.171193], [-81.842393, 28.171151], [-81.842364, 28.171139], [-81.842283, 28.171105], [-81.842109, 28.171031], [-81.841867, 28.170923], [-81.841782, 28.170878], [-81.8417, 28.170818], [-81.841538, 28.170652], [-81.841422, 28.170553], [-81.84136, 28.170489], [-81.841267, 28.170367], [-81.841233, 28.170305], [-81.841226, 28.170256], [-81.841233, 28.170206], [-81.841241, 28.170134], [-81.841221, 28.170041], [-81.841236, 28.169959], [-81.84123, 28.169848], [-81.841204, 28.169759], [-81.841204, 28.169738], [-81.841174, 28.169644], [-81.841171, 28.16958], [-81.841183, 28.169466], [-81.841182, 28.169415], [-81.84118, 28.16933], [-81.841178, 28.169309], [-81.841172, 28.169265], [-81.841172, 28.169233], [-81.841199, 28.16912], [-81.841243, 28.168964], [-81.841245, 28.168938], [-81.841243, 28.168884], [-81.841243, 28.168843], [-81.841254, 28.168721], [-81.841331, 28.168344], [-81.841354, 28.168135], [-81.841339, 28.16782], [-81.841327, 28.16773], [-81.841225, 28.167375], [-81.841189, 28.167308], [-81.841022, 28.167071], [-81.840888, 28.166925], [-81.84083, 28.16686], [-81.840794, 28.166785], [-81.840751, 28.166707], [-81.840618, 28.166523], [-81.840538, 28.166363], [-81.840397, 28.166151], [-81.840285, 28.165948], [-81.840236, 28.165848], [-81.840173, 28.165733], [-81.840136, 28.165639], [-81.840055, 28.165463], [-81.839974, 28.165216], [-81.839956, 28.16515], [-81.839937, 28.165056], [-81.839912, 28.164979], [-81.839881, 28.164908], [-81.839844, 28.164721], [-81.839843, 28.164701], [-81.839798, 28.164701], [-81.838852, 28.164686], [-81.838851, 28.164831], [-81.838851, 28.165089], [-81.838852, 28.167026], [-81.838875, 28.168518], [-81.838889, 28.168996], [-81.838899, 28.170697], [-81.8389, 28.171121], [-81.838901, 28.171339], [-81.838902, 28.171558], [-81.838904, 28.171762], [-81.838905, 28.171962], [-81.838998, 28.171963], [-81.838983, 28.172549], [-81.838978, 28.172891], [-81.838965, 28.173284], [-81.838921, 28.175034], [-81.838891, 28.175771], [-81.838891, 28.176055], [-81.838883, 28.176337], [-81.838819, 28.178926], [-81.840284, 28.179023], [-81.841217, 28.179104], [-81.842423, 28.179222], [-81.842769, 28.179256], [-81.843511, 28.179329], [-81.843586, 28.179336], [-81.84373, 28.17935], [-81.843816, 28.179359], [-81.843816, 28.179334], [-81.843779, 28.179331], [-81.843734, 28.179315], [-81.843657, 28.17931], [-81.843609, 28.179292], [-81.843524, 28.179224], [-81.843513, 28.179215], [-81.843386, 28.17912], [-81.843314, 28.179052], [-81.843165, 28.17885], [-81.843116, 28.178809], [-81.843069, 28.178784], [-81.843038, 28.178775], [-81.843168, 28.178595], [-81.843213, 28.178511], [-81.843226, 28.178454], [-81.843226, 28.178399], [-81.843219, 28.178344], [-81.843193, 28.178242], [-81.843186, 28.178109], [-81.843195, 28.178012], [-81.843179, 28.177933], [-81.843155, 28.177858], [-81.843166, 28.177713], [-81.843163, 28.177498], [-81.843174, 28.177433], [-81.843194, 28.177403], [-81.843213, 28.177359], [-81.843225, 28.177309], [-81.843219, 28.177254], [-81.843182, 28.177122], [-81.843188, 28.177056], [-81.843225, 28.176935], [-81.843244, 28.176891], [-81.843263, 28.176825], [-81.843318, 28.17677], [-81.843325, 28.176715], [-81.843411, 28.176429], [-81.843425, 28.176335], [-81.843493, 28.176017], [-81.843528, 28.175843], [-81.843533, 28.175664], [-81.843525, 28.17561], [-81.843488, 28.175572], [-81.843426, 28.175546], [-81.843367, 28.175536], [-81.843332, 28.175532], [-81.843307, 28.175505], [-81.843293, 28.175458], [-81.843303, 28.175439], [-81.843345, 28.175416], [-81.843402, 28.175407], [-81.843521, 28.175402], [-81.843548, 28.175383], [-81.843548, 28.175339], [-81.843517, 28.175284], [-81.843473, 28.17524], [-81.843442, 28.175169], [-81.84343, 28.175092], [-81.84343, 28.175004], [-81.843417, 28.174927], [-81.843386, 28.174833], [-81.843392, 28.174734], [-81.84338, 28.174536], [-81.843392, 28.174426], [-81.843411, 28.174344], [-81.84346, 28.17425], [-81.843541, 28.174041], [-81.843597, 28.173975], [-81.84364, 28.173887], [-81.843789, 28.173634], [-81.843808, 28.173612], [-81.84392, 28.173529], [-81.844025, 28.173358], [-81.844193, 28.173166], [-81.84423, 28.173094], [-81.844255, 28.172979], [-81.844261, 28.172913], [-81.844261, 28.17283], [-81.844293, 28.17271], [-81.844271, 28.17262], [-81.844242, 28.172562], [-81.844214, 28.172524], [-81.844156, 28.172423], [-81.844101, 28.172364], [-81.844098, 28.172335], [-81.843993, 28.172179], [-81.843937, 28.172106], [-81.843932, 28.172086], [-81.843934, 28.172057], [-81.843958, 28.172032], [-81.843981, 28.172027], [-81.844044, 28.172038], [-81.844098, 28.17204], [-81.844161, 28.172023], [-81.844217, 28.171991], [-81.844247, 28.17196], [-81.844277, 28.171904], [-81.844304, 28.171867], [-81.844294, 28.171846]], [[-81.824675, 28.178735], [-81.824575, 28.178737], [-81.824548, 28.178738], [-81.824475, 28.178727], [-81.824389, 28.178697], [-81.824273, 28.178671], [-81.824153, 28.178594], [-81.824143, 28.178586], [-81.824019, 28.178487], [-81.824013, 28.178468], [-81.824016, 28.178443], [-81.823994, 28.178419], [-81.823944, 28.178375], [-81.823882, 28.17833], [-81.823795, 28.178259], [-81.823727, 28.17822], [-81.823653, 28.178154], [-81.823541, 28.178066], [-81.823472, 28.177984], [-81.823392, 28.177929], [-81.823249, 28.177841], [-81.823131, 28.177791], [-81.823007, 28.177753], [-81.822851, 28.17772], [-81.822752, 28.177714], [-81.822653, 28.17772], [-81.822516, 28.177709], [-81.822411, 28.177648], [-81.822336, 28.177555], [-81.822255, 28.177527], [-81.822081, 28.177434], [-81.822031, 28.177394], [-81.821995, 28.177351], [-81.821925, 28.17727], [-81.821855, 28.17719], [-81.821784, 28.17713], [-81.821767, 28.177089], [-81.821757, 28.177014], [-81.821746, 28.176994], [-81.821729, 28.176962], [-81.821662, 28.176886], [-81.821649, 28.176839], [-81.821616, 28.176812], [-81.8216, 28.176805], [-81.821578, 28.176796], [-81.82152, 28.176779], [-81.821483, 28.176766], [-81.821435, 28.176735], [-81.821367, 28.176713], [-81.82128, 28.176652], [-81.821194, 28.176603], [-81.821158, 28.176605], [-81.821008, 28.176619], [-81.820874, 28.176618], [-81.820764, 28.176613], [-81.820711, 28.176602], [-81.820484, 28.176553], [-81.820446, 28.176544], [-81.819843, 28.17747], [-81.819723, 28.177408], [-81.819668, 28.177374], [-81.820244, 28.176495], [-81.820219, 28.176477], [-81.820207, 28.176463], [-81.819986, 28.176356], [-81.819954, 28.176342], [-81.819833, 28.176302], [-81.819714, 28.176263], [-81.819647, 28.176224], [-81.81947, 28.176163], [-81.819392, 28.176155], [-81.818862, 28.176965], [-81.81878, 28.176933], [-81.818567, 28.177237], [-81.818482, 28.177365], [-81.818171, 28.177195], [-81.817929, 28.177071], [-81.817773, 28.177309], [-81.817695, 28.177428], [-81.817617, 28.177547], [-81.817539, 28.177666], [-81.817461, 28.177785], [-81.817422, 28.177844], [-81.817988, 28.178136], [-81.817979, 28.178151], [-81.817868, 28.178323], [-81.817799, 28.178434], [-81.817871, 28.178473], [-81.818234, 28.178659], [-81.818156, 28.178778], [-81.81811, 28.178849], [-81.818078, 28.178897], [-81.817923, 28.179135], [-81.817499, 28.17892], [-81.817378, 28.179095], [-81.817295, 28.179202], [-81.817257, 28.179261], [-81.817242, 28.179287], [-81.817311, 28.179333], [-81.817366, 28.179247], [-81.81741, 28.179277], [-81.817593, 28.179393], [-81.817743, 28.179486], [-81.817824, 28.179534], [-81.817891, 28.179574], [-81.818137, 28.179743], [-81.81825, 28.179551], [-81.818326, 28.179428], [-81.818367, 28.179361], [-81.818689, 28.179528], [-81.818809, 28.17959], [-81.818887, 28.179471], [-81.818965, 28.179352], [-81.819328, 28.179538], [-81.819399, 28.179578], [-81.819699, 28.179116], [-81.819767, 28.179052], [-81.820021, 28.179184], [-81.819981, 28.179238], [-81.819903, 28.179357], [-81.819826, 28.179476], [-81.819748, 28.179595], [-81.819929, 28.179688], [-81.819696, 28.180044], [-81.819333, 28.179858], [-81.819241, 28.179812], [-81.818996, 28.180174], [-81.818989, 28.180184], [-81.818929, 28.180284], [-81.81973, 28.180702], [-81.819834, 28.18075], [-81.819876, 28.180672], [-81.819903, 28.180629], [-81.820137, 28.180274], [-81.82022, 28.180313], [-81.820462, 28.180437], [-81.82102, 28.18072], [-81.821469, 28.180953], [-81.821975, 28.180182], [-81.822414, 28.179512], [-81.82249, 28.179359], [-81.822763, 28.178992], [-81.822974, 28.179101], [-81.823203, 28.179214], [-81.823131, 28.179317], [-81.822946, 28.179604], [-81.822914, 28.179655], [-81.822847, 28.179755], [-81.82329, 28.179984], [-81.823367, 28.179864], [-81.823488, 28.179926], [-81.823553, 28.179833], [-81.823824, 28.179454], [-81.824148, 28.179522], [-81.824241, 28.179412], [-81.824688, 28.178736], [-81.824675, 28.178735]], [[-81.820138, 28.187601], [-81.820035, 28.187338], [-81.819988, 28.187179], [-81.819827, 28.186525], [-81.819745, 28.186209], [-81.819677, 28.185871], [-81.819656, 28.18566], [-81.819645, 28.185552], [-81.819593, 28.185217], [-81.819557, 28.185055], [-81.819503, 28.184855], [-81.819478, 28.18476], [-81.819584, 28.18475], [-81.82012, 28.183808], [-81.819012, 28.183334], [-81.818819, 28.183269], [-81.818787, 28.183261], [-81.818654, 28.183261], [-81.816647, 28.183266], [-81.816647, 28.182807], [-81.816135, 28.182809], [-81.816133, 28.181613], [-81.818299, 28.181602], [-81.818274, 28.181378], [-81.818237, 28.181169], [-81.818198, 28.181015], [-81.818173, 28.180935], [-81.818122, 28.180809], [-81.818055, 28.180697], [-81.817982, 28.180604], [-81.81795, 28.180575], [-81.817892, 28.180539], [-81.817831, 28.180509], [-81.817397, 28.180326], [-81.817036, 28.180187], [-81.816962, 28.180152], [-81.816908, 28.180126], [-81.816863, 28.180096], [-81.816821, 28.180062], [-81.81679, 28.18002], [-81.816712, 28.180042], [-81.816658, 28.180043], [-81.815885, 28.179978], [-81.815774, 28.179976], [-81.815608, 28.179986], [-81.81549, 28.180004], [-81.815388, 28.18003], [-81.815207, 28.18009], [-81.815158, 28.180111], [-81.815088, 28.180142], [-81.814901, 28.180243], [-81.814816, 28.180302], [-81.814764, 28.180344], [-81.814697, 28.180408], [-81.814642, 28.180467], [-81.814588, 28.180538], [-81.814526, 28.180644], [-81.814479, 28.180735], [-81.814318, 28.181146], [-81.814128, 28.18168], [-81.813836, 28.182543], [-81.813403, 28.183803], [-81.813366, 28.183893], [-81.813325, 28.183977], [-81.813274, 28.18405], [-81.814689, 28.18403], [-81.815624, 28.184018], [-81.815628, 28.186301], [-81.815628, 28.18643], [-81.818184, 28.186466], [-81.81819, 28.186711], [-81.818212, 28.187702], [-81.820056, 28.187663], [-81.820166, 28.187658], [-81.820138, 28.187601]], [[-81.819155, 28.176074], [-81.818982, 28.176022], [-81.818895, 28.175981], [-81.818835, 28.175952], [-81.818803, 28.17594], [-81.818708, 28.175923], [-81.818669, 28.175901], [-81.81858, 28.175851], [-81.818488, 28.175829], [-81.81839, 28.175814], [-81.818246, 28.175777], [-81.818156, 28.175739], [-81.818111, 28.175728], [-81.818033, 28.175709], [-81.817917, 28.175661], [-81.817813, 28.175617], [-81.817693, 28.175584], [-81.817599, 28.175534], [-81.817577, 28.175522], [-81.817566, 28.17552], [-81.817352, 28.175477], [-81.817281, 28.175452], [-81.81721, 28.175425], [-81.817129, 28.175403], [-81.817018, 28.175374], [-81.81695, 28.175351], [-81.816937, 28.175346], [-81.816853, 28.175318], [-81.81669, 28.175244], [-81.816637, 28.175228], [-81.816588, 28.176205], [-81.817146, 28.176316], [-81.817298, 28.176347], [-81.817414, 28.176374], [-81.817488, 28.176392], [-81.817666, 28.17644], [-81.817998, 28.176548], [-81.818106, 28.176592], [-81.818245, 28.176649], [-81.818662, 28.176855], [-81.818694, 28.176881], [-81.819183, 28.176098], [-81.819155, 28.176074]], [[-81.797622, 28.175673], [-81.796467, 28.177026], [-81.796643, 28.177229], [-81.797383, 28.178067], [-81.797492, 28.178195], [-81.797562, 28.178252], [-81.797633, 28.178296], [-81.797622, 28.175673]], [[-81.831892, 28.177263], [-81.831435, 28.177264], [-81.831434, 28.177105], [-81.831433, 28.176928], [-81.831432, 28.176818], [-81.830717, 28.176817], [-81.830722, 28.17756], [-81.830878, 28.17756], [-81.831439, 28.177558], [-81.831442, 28.177744], [-81.831441, 28.177812], [-81.830892, 28.177808], [-81.830724, 28.17781], [-81.830726, 28.178055], [-81.831302, 28.178069], [-81.831439, 28.178069], [-81.831438, 28.178241], [-81.831446, 28.178331], [-81.83145, 28.178805], [-81.831449, 28.178836], [-81.831767, 28.178834], [-81.831761, 28.178404], [-81.831763, 28.178336], [-81.83176, 28.178268], [-81.831757, 28.177836], [-81.831894, 28.177835], [-81.831893, 28.17734], [-81.831892, 28.177263]], [[-81.835099, 28.174436], [-81.835098, 28.174484], [-81.835089, 28.175056], [-81.835538, 28.175056], [-81.835534, 28.175565], [-81.835847, 28.175565], [-81.835852, 28.175499], [-81.835855, 28.175056], [-81.835885, 28.175056], [-81.836174, 28.175056], [-81.836157, 28.175565], [-81.836783, 28.175561], [-81.836787, 28.175113], [-81.836789, 28.174937], [-81.836707, 28.174881], [-81.836634, 28.174831], [-81.83621, 28.174541], [-81.836124, 28.174483], [-81.836085, 28.174456], [-81.836075, 28.174449], [-81.836074, 28.174438], [-81.836135, 28.174437], [-81.836715, 28.174432], [-81.836786, 28.174431], [-81.836809, 28.174431], [-81.83682, 28.173768], [-81.836773, 28.173768], [-81.835913, 28.17377], [-81.835918, 28.173831], [-81.835959, 28.174356], [-81.835964, 28.174425], [-81.835653, 28.174425], [-81.835655, 28.174364], [-81.835676, 28.173832], [-81.83568, 28.173771], [-81.835402, 28.173772], [-81.8354, 28.173806], [-81.835398, 28.173833], [-81.835391, 28.17391], [-81.835381, 28.174371], [-81.835384, 28.174429], [-81.835099, 28.174436]]]]}, "properties": {"name": "Polk", "median_income": 83333}}, {"type": "Feature", "geometry": {"type": "MultiPolygon", "coordinates": [[[[-81.67418, 28.477907], [-81.663832, 28.47792], [-81.657517, 28.477914], [-81.657498, 28.474281], [-81.657496, 28.474175], [-81.65749, 28.474163], [-81.6576, 28.474165], [-81.658019, 28.474155], [-81.660596, 28.474139], [-81.661716, 28.474127], [-81.66169, 28.47057], [-81.674155, 28.470622], [-81.674168, 28.47424], [-81.67418, 28.477907]]], [[[-81.720292, 28.460852], [-81.720276, 28.461433], [-81.720262, 28.461936], [-81.720228, 28.462594], [-81.72022, 28.462679], [-81.72018, 28.463109], [-81.720107, 28.463631], [-81.719994, 28.464247], [-81.719867, 28.464826], [-81.719726, 28.465365], [-81.719586, 28.465828], [-81.719398, 28.466374], [-81.71921, 28.466849], [-81.718918, 28.467491], [-81.718823, 28.467703], [-81.718613, 28.468112], [-81.718393, 28.468514], [-81.717863, 28.469377], [-81.717087, 28.470582], [-81.716502, 28.471491], [-81.716215, 28.471986], [-81.716054, 28.472285], [-81.715727, 28.473017], [-81.715502, 28.47364], [-81.715395, 28.473988], [-81.715311, 28.474301], [-81.715168, 28.474983], [-81.715104, 28.475388], [-81.715068, 28.475698], [-81.715054, 28.475958], [-81.715004, 28.476839], [-81.714966, 28.477922], [-81.713723, 28.47794], [-81.710709, 28.477988], [-81.710177, 28.477999], [-81.70955, 28.47801], [-81.709419, 28.478012], [-81.70927, 28.478014], [-81.709068, 28.478018], [-81.708977, 28.478019], [-81.708894, 28.47802], [-81.708827, 28.478022], [-81.708694, 28.478024], [-81.708526, 28.478026], [-81.706094, 28.478007], [-81.70526, 28.478], [-81.694686, 28.477915], [-81.694658, 28.474296], [-81.69063, 28.474235], [-81.69063, 28.473561], [-81.690621, 28.473029], [-81.690644, 28.472195], [-81.690641, 28.471511], [-81.690622, 28.47031], [-81.690616, 28.469251], [-81.690582, 28.467487], [-81.690549, 28.464967], [-81.69054, 28.463266], [-81.707061, 28.463344], [-81.70706, 28.463253], [-81.707044, 28.462491], [-81.707043, 28.461643], [-81.707052, 28.461057], [-81.707046, 28.460947], [-81.707046, 28.46081], [-81.707046, 28.460774], [-81.7078, 28.460773], [-81.70923, 28.460772], [-81.709839, 28.460772], [-81.710291, 28.460772], [-81.711323, 28.460771], [-81.71144, 28.460771], [-81.711825, 28.460771], [-81.712067, 28.46077], [-81.712193, 28.460774], [-81.712318, 28.460783], [-81.712389, 28.460793], [-81.712467, 28.460804], [-81.712574, 28.460824], [-81.712664, 28.460846], [-81.712695, 28.460854], [-81.712808, 28.460887], [-81.712857, 28.460904], [-81.712902, 28.460917], [-81.713121, 28.461068], [-81.713397, 28.461228], [-81.713629, 28.461348], [-81.713665, 28.461357], [-81.713681, 28.461361], [-81.713744, 28.461407], [-81.713806, 28.461439], [-81.713898, 28.461474], [-81.714036, 28.4615], [-81.714234, 28.461503], [-81.714417, 28.461503], [-81.715285, 28.4615], [-81.71536, 28.4615], [-81.715382, 28.46147], [-81.715408, 28.461443], [-81.715439, 28.461419], [-81.715474, 28.4614], [-81.715511, 28.461385], [-81.715523, 28.461382], [-81.715541, 28.461409], [-81.715751, 28.461407], [-81.715763, 28.461413], [-81.715797, 28.461437], [-81.715826, 28.461466], [-81.715851, 28.461498], [-81.715882, 28.461498], [-81.716567, 28.461494], [-81.717169, 28.461488], [-81.717237, 28.461478], [-81.71743, 28.46141], [-81.71751, 28.461361], [-81.717832, 28.461147], [-81.718012, 28.461042], [-81.718271, 28.460924], [-81.718448, 28.460865], [-81.718756, 28.460796], [-81.719004, 28.46077], [-81.719202, 28.460767], [-81.719456, 28.460766], [-81.71982, 28.460765], [-81.720295, 28.460763], [-81.720292, 28.460852]], [[-81.706895, 28.463495], [-81.706802, 28.463495], [-81.706802, 28.463413], [-81.706693, 28.463413], [-81.706693, 28.463491], [-81.706693, 28.46355], [-81.706766, 28.46355], [-81.706802, 28.46355], [-81.706895, 28.46355], [-81.706895, 28.463495]], [[-81.698356, 28.463396], [-81.698247, 28.463395], [-81.698247, 28.463533], [-81.698355, 28.463533], [-81.698356, 28.463396]], [[-81.69222, 28.463357], [-81.692111, 28.463356], [-81.692112, 28.463494], [-81.692221, 28.463495], [-81.69222, 28.463357]], [[-81.690877, 28.472912], [-81.690768, 28.472911], [-81.690767, 28.473049], [-81.690876, 28.473049], [-81.690877, 28.472912]]], [[[-81.789563, 28.575439], [-81.789071, 28.575443], [-81.788357, 28.575449], [-81.788087, 28.575451], [-81.786735, 28.575455], [-81.786445, 28.575441], [-81.785584, 28.575332], [-81.785094, 28.57527], [-81.784886, 28.575233], [-81.784732, 28.575195], [-81.784482, 28.575116], [-81.784121, 28.574969], [-81.783916, 28.574871], [-81.78372, 28.574762], [-81.783533, 28.574641], [-81.783337, 28.574491], [-81.783146, 28.574325], [-81.782924, 28.574103], [-81.782215, 28.573302], [-81.781841, 28.572879], [-81.781663, 28.572875], [-81.781243, 28.572866], [-81.781239, 28.572849], [-81.78119, 28.572787], [-81.781134, 28.572736], [-81.781059, 28.572683], [-81.781004, 28.572646], [-81.780943, 28.572611], [-81.780862, 28.572589], [-81.780764, 28.572559], [-81.780702, 28.572537], [-81.780522, 28.572466], [-81.780445, 28.572386], [-81.780412, 28.572339], [-81.780368, 28.572281], [-81.780289, 28.572252], [-81.780197, 28.572236], [-81.780175, 28.572241], [-81.780108, 28.572214], [-81.780011, 28.572194], [-81.779944, 28.572171], [-81.77989, 28.572139], [-81.779838, 28.572095], [-81.779788, 28.572034], [-81.779791, 28.572019], [-81.779755, 28.571937], [-81.779724, 28.571843], [-81.779705, 28.571761], [-81.779687, 28.571701], [-81.779655, 28.571624], [-81.779619, 28.57156], [-81.779574, 28.571515], [-81.779486, 28.571455], [-81.7793, 28.571361], [-81.779268, 28.571285], [-81.779236, 28.571233], [-81.779189, 28.571173], [-81.779164, 28.571115], [-81.779161, 28.57106], [-81.779112, 28.570994], [-81.779092, 28.57098], [-81.77903, 28.570939], [-81.77899, 28.570886], [-81.778968, 28.570834], [-81.778939, 28.570734], [-81.778931, 28.570705], [-81.778921, 28.570666], [-81.778834, 28.570616], [-81.778782, 28.570568], [-81.778748, 28.570498], [-81.778691, 28.570455], [-81.778619, 28.57044], [-81.778519, 28.570434], [-81.778458, 28.57046], [-81.77844, 28.570525], [-81.778439, 28.570539], [-81.778439, 28.570551], [-81.778377, 28.57055], [-81.778259, 28.570493], [-81.778176, 28.570451], [-81.778089, 28.570392], [-81.778015, 28.570351], [-81.77795, 28.570313], [-81.777948, 28.570305], [-81.777876, 28.570253], [-81.777813, 28.570199], [-81.777771, 28.570151], [-81.777727, 28.570089], [-81.777683, 28.570019], [-81.777651, 28.569946], [-81.777635, 28.569884], [-81.777636, 28.569856], [-81.777644, 28.569741], [-81.77773, 28.569733], [-81.777797, 28.569751], [-81.777956, 28.569773], [-81.778042, 28.569788], [-81.778097, 28.569788], [-81.778113, 28.569787], [-81.778176, 28.569772], [-81.778227, 28.569715], [-81.778248, 28.569652], [-81.77825, 28.569585], [-81.77821, 28.569461], [-81.778175, 28.569408], [-81.778013, 28.569263], [-81.777949, 28.569195], [-81.777894, 28.569115], [-81.777843, 28.569028], [-81.777689, 28.568757], [-81.777648, 28.568701], [-81.777611, 28.56865], [-81.777583, 28.56859], [-81.777565, 28.56855], [-81.777549, 28.568515], [-81.777517, 28.568451], [-81.777488, 28.568381], [-81.777457, 28.568287], [-81.777425, 28.568193], [-81.777398, 28.568125], [-81.777376, 28.568061], [-81.777349, 28.567985], [-81.777345, 28.567974], [-81.77731, 28.567905], [-81.777276, 28.567835], [-81.777244, 28.567765], [-81.777213, 28.567692], [-81.777184, 28.567622], [-81.777156, 28.56755], [-81.777129, 28.567478], [-81.777104, 28.567406], [-81.77708, 28.567333], [-81.777058, 28.567259], [-81.777037, 28.567185], [-81.777016, 28.567107], [-81.776923, 28.566787], [-81.776893, 28.566717], [-81.776878, 28.566655], [-81.776867, 28.566598], [-81.776862, 28.566536], [-81.776854, 28.566472], [-81.776845, 28.566417], [-81.77684, 28.566356], [-81.776829, 28.566294], [-81.776814, 28.56622], [-81.776797, 28.566143], [-81.776777, 28.566077], [-81.776759, 28.566005], [-81.776756, 28.565946], [-81.77677, 28.56588], [-81.776758, 28.565819], [-81.776756, 28.565805], [-81.776749, 28.565772], [-81.776731, 28.56569], [-81.776706, 28.565568], [-81.776698, 28.565528], [-81.77667, 28.565332], [-81.776602, 28.564967], [-81.776571, 28.564834], [-81.77624, 28.563163], [-81.776057, 28.562228], [-81.775993, 28.561904], [-81.775787, 28.560853], [-81.775729, 28.560609], [-81.775639, 28.560343], [-81.775556, 28.560159], [-81.775355, 28.559964], [-81.775233, 28.559839], [-81.775133, 28.559751], [-81.775055, 28.559697], [-81.774904, 28.559764], [-81.774348, 28.559372], [-81.773673, 28.559049], [-81.773569, 28.559083], [-81.77355, 28.559074], [-81.773224, 28.55894], [-81.772774, 28.558666], [-81.772503, 28.558601], [-81.771722, 28.558347], [-81.771293, 28.558291], [-81.770793, 28.558094], [-81.770027, 28.557945], [-81.769511, 28.557927], [-81.769154, 28.557945], [-81.768615, 28.557886], [-81.768194, 28.557927], [-81.76793, 28.557886], [-81.767422, 28.557873], [-81.767386, 28.557876], [-81.767289, 28.557889], [-81.767103, 28.557924], [-81.766849, 28.557984], [-81.766826, 28.55799], [-81.76659, 28.558071], [-81.766247, 28.558189], [-81.765404, 28.55848], [-81.765202, 28.558549], [-81.764879, 28.558671], [-81.764299, 28.55889], [-81.763772, 28.559089], [-81.763463, 28.559229], [-81.762984, 28.559447], [-81.762846, 28.559506], [-81.76272, 28.559573], [-81.762566, 28.559673], [-81.76246, 28.559759], [-81.762375, 28.559838], [-81.762337, 28.55988], [-81.762316, 28.559902], [-81.762275, 28.55995], [-81.762258, 28.559973], [-81.762215, 28.560031], [-81.762189, 28.560067], [-81.7621, 28.560114], [-81.761948, 28.560195], [-81.76193, 28.560206], [-81.761824, 28.560265], [-81.761656, 28.560362], [-81.761462, 28.560479], [-81.761142, 28.560684], [-81.760832, 28.560899], [-81.760749, 28.560961], [-81.760447, 28.561189], [-81.760309, 28.561267], [-81.760137, 28.56137], [-81.759994, 28.561461], [-81.759915, 28.561511], [-81.759671, 28.561676], [-81.759275, 28.561972], [-81.759081, 28.562131], [-81.758883, 28.562303], [-81.758419, 28.562675], [-81.758039, 28.562984], [-81.757866, 28.563135], [-81.757497, 28.563447], [-81.757397, 28.563573], [-81.757376, 28.563595], [-81.757321, 28.563649], [-81.757174, 28.563788], [-81.757032, 28.56394], [-81.756904, 28.564078], [-81.756489, 28.564524], [-81.756322, 28.564705], [-81.75624, 28.564792], [-81.75624, 28.565074], [-81.756222, 28.565095], [-81.756214, 28.56511], [-81.756135, 28.565108], [-81.755987, 28.565347], [-81.755708, 28.566028], [-81.755544, 28.566387], [-81.755337, 28.566908], [-81.755085, 28.567643], [-81.755036, 28.567747], [-81.75502, 28.567802], [-81.755006, 28.567854], [-81.75482, 28.567848], [-81.754696, 28.567847], [-81.754483, 28.567845], [-81.754223, 28.567843], [-81.754018, 28.567843], [-81.753842, 28.567843], [-81.753561, 28.567842], [-81.752993, 28.567845], [-81.752894, 28.567847], [-81.752692, 28.567867], [-81.752174, 28.567844], [-81.751893, 28.567844], [-81.751569, 28.567839], [-81.751501, 28.567838], [-81.751266, 28.567833], [-81.750478, 28.56782], [-81.750288, 28.567817], [-81.750196, 28.567819], [-81.749714, 28.56782], [-81.748489, 28.567821], [-81.748246, 28.567826], [-81.748198, 28.567827], [-81.748123, 28.567825], [-81.747971, 28.567854], [-81.747926, 28.56786], [-81.747515, 28.567848], [-81.747244, 28.567848], [-81.746752, 28.567803], [-81.746514, 28.567772], [-81.746414, 28.567759], [-81.746319, 28.567754], [-81.746118, 28.567733], [-81.746009, 28.567732], [-81.745967, 28.567732], [-81.745845, 28.567732], [-81.745661, 28.567731], [-81.74558, 28.56773], [-81.745522, 28.56773], [-81.745257, 28.567729], [-81.744597, 28.567749], [-81.744396, 28.567746], [-81.743718, 28.567757], [-81.743104, 28.567753], [-81.742685, 28.567746], [-81.742213, 28.567751], [-81.740903, 28.567747], [-81.73995, 28.567739], [-81.739913, 28.567745], [-81.739898, 28.56775], [-81.739799, 28.567668], [-81.739847, 28.564838], [-81.739007, 28.56483], [-81.73882, 28.564831], [-81.738553, 28.56484], [-81.738026, 28.564841], [-81.737713, 28.564858], [-81.736983, 28.564863], [-81.736727, 28.564861], [-81.736497, 28.564864], [-81.736235, 28.564856], [-81.735731, 28.564859], [-81.735725, 28.565588], [-81.735724, 28.565676], [-81.73572, 28.566087], [-81.735717, 28.566307], [-81.735715, 28.566571], [-81.735714, 28.566665], [-81.735713, 28.566747], [-81.73571, 28.566967], [-81.735708, 28.567187], [-81.735705, 28.567407], [-81.735703, 28.567627], [-81.735701, 28.567847], [-81.735699, 28.568039], [-81.735695, 28.568343], [-81.735693, 28.568396], [-81.735696, 28.56847], [-81.735201, 28.568465], [-81.734741, 28.56846], [-81.734468, 28.568465], [-81.734215, 28.568455], [-81.733441, 28.568453], [-81.73321, 28.568447], [-81.732654, 28.568451], [-81.732222, 28.56845], [-81.731816, 28.568447], [-81.731592, 28.56845], [-81.731589, 28.568087], [-81.731599, 28.56747], [-81.731606, 28.56655], [-81.731607, 28.566023], [-81.731613, 28.565528], [-81.731618, 28.565209], [-81.731631, 28.564817], [-81.731621, 28.564293], [-81.731622, 28.563872], [-81.731549, 28.563871], [-81.731451, 28.563873], [-81.72957, 28.563858], [-81.729569, 28.564354], [-81.729567, 28.564608], [-81.729565, 28.564809], [-81.729393, 28.564808], [-81.72895, 28.564804], [-81.728809, 28.564802], [-81.728343, 28.564798], [-81.728155, 28.564796], [-81.727776, 28.564792], [-81.727509, 28.56479], [-81.72719, 28.564787], [-81.726834, 28.564783], [-81.72657, 28.564781], [-81.726305, 28.564778], [-81.72604, 28.564776], [-81.725775, 28.564773], [-81.725485, 28.56477], [-81.725105, 28.564767], [-81.724864, 28.564764], [-81.723398, 28.564751], [-81.723408, 28.568387], [-81.723391, 28.568387], [-81.722878, 28.568388], [-81.721892, 28.568385], [-81.721338, 28.568412], [-81.721351, 28.568468], [-81.721334, 28.570343], [-81.721323, 28.570386], [-81.721316, 28.570412], [-81.7213, 28.570478], [-81.721278, 28.570576], [-81.721273, 28.571127], [-81.721258, 28.573625], [-81.721257, 28.5738], [-81.720231, 28.573803], [-81.720231, 28.575187], [-81.720151, 28.575134], [-81.720084, 28.575096], [-81.720015, 28.575064], [-81.71993, 28.575032], [-81.719868, 28.575012], [-81.719243, 28.574838], [-81.719244, 28.574932], [-81.71924, 28.575152], [-81.718905, 28.575079], [-81.718627, 28.574974], [-81.718419, 28.574906], [-81.718199, 28.57474], [-81.718113, 28.574637], [-81.718014, 28.574476], [-81.717834, 28.574243], [-81.717719, 28.574018], [-81.717372, 28.573893], [-81.717182, 28.573901], [-81.717182, 28.573824], [-81.715068, 28.573816], [-81.715069, 28.573948], [-81.714776, 28.573674], [-81.714074, 28.573025], [-81.713745, 28.572449], [-81.71369, 28.572384], [-81.713584, 28.572322], [-81.713052, 28.572214], [-81.713054, 28.571984], [-81.710909, 28.571997], [-81.710908, 28.572435], [-81.710906, 28.57334], [-81.710905, 28.573865], [-81.710968, 28.573861], [-81.711029, 28.573856], [-81.711087, 28.573851], [-81.711159, 28.573847], [-81.711214, 28.573845], [-81.711269, 28.573844], [-81.711325, 28.573844], [-81.71138, 28.573844], [-81.711435, 28.573845], [-81.711491, 28.573847], [-81.711546, 28.57385], [-81.711631, 28.573857], [-81.711676, 28.573861], [-81.711711, 28.573864], [-81.711766, 28.573871], [-81.711821, 28.573878], [-81.711876, 28.573886], [-81.71193, 28.573895], [-81.711984, 28.573905], [-81.712039, 28.573915], [-81.712092, 28.573927], [-81.712146, 28.573939], [-81.712199, 28.573952], [-81.712252, 28.573966], [-81.712305, 28.573981], [-81.712358, 28.573996], [-81.71241, 28.574013], [-81.712462, 28.57403], [-81.712513, 28.574048], [-81.712565, 28.574066], [-81.712615, 28.574086], [-81.712666, 28.574106], [-81.712716, 28.574127], [-81.712765, 28.574149], [-81.712811, 28.57417], [-81.712863, 28.574195], [-81.712911, 28.574219], [-81.712947, 28.574238], [-81.713021, 28.574278], [-81.713071, 28.574306], [-81.713115, 28.574332], [-81.713153, 28.574356], [-81.713172, 28.574367], [-81.713275, 28.574436], [-81.713345, 28.574486], [-81.713384, 28.574514], [-81.713409, 28.574533], [-81.713445, 28.574561], [-81.713475, 28.574586], [-81.713512, 28.574617], [-81.713542, 28.574642], [-81.713581, 28.574676], [-81.713637, 28.574725], [-81.713674, 28.574758], [-81.713742, 28.574818], [-81.71393, 28.574984], [-81.714095, 28.57513], [-81.7143, 28.575311], [-81.714705, 28.575668], [-81.715077, 28.576004], [-81.715499, 28.576368], [-81.715642, 28.576494], [-81.715756, 28.576595], [-81.715858, 28.576684], [-81.715947, 28.576763], [-81.71603, 28.576835], [-81.716127, 28.576913], [-81.716228, 28.576986], [-81.716298, 28.577033], [-81.716407, 28.577098], [-81.716519, 28.577158], [-81.716634, 28.577213], [-81.716753, 28.577262], [-81.716833, 28.577292], [-81.716915, 28.577319], [-81.716998, 28.577344], [-81.717114, 28.577371], [-81.717205, 28.577393], [-81.717291, 28.577409], [-81.717377, 28.577422], [-81.717463, 28.577432], [-81.717507, 28.577436], [-81.71755, 28.57744], [-81.717637, 28.577445], [-81.717681, 28.577446], [-81.717725, 28.577447], [-81.717761, 28.577447], [-81.71815, 28.577446], [-81.718234, 28.577446], [-81.718438, 28.577445], [-81.718647, 28.577445], [-81.718799, 28.577445], [-81.719281, 28.577443], [-81.719281, 28.577459], [-81.719282, 28.577478], [-81.71929, 28.57758], [-81.718727, 28.577581], [-81.717769, 28.577585], [-81.71763, 28.577582], [-81.717538, 28.577577], [-81.717445, 28.577568], [-81.717353, 28.577557], [-81.717262, 28.577543], [-81.717171, 28.577527], [-81.717115, 28.577519], [-81.717116, 28.577657], [-81.717127, 28.578954], [-81.717117, 28.579258], [-81.716856, 28.579258], [-81.715066, 28.579252], [-81.715044, 28.581071], [-81.715043, 28.582097], [-81.715043, 28.582799], [-81.715022, 28.58367], [-81.715027, 28.583937], [-81.715028, 28.584148], [-81.715039, 28.586428], [-81.715046, 28.5865], [-81.715048, 28.586527], [-81.715044, 28.586545], [-81.715037, 28.586563], [-81.715028, 28.586581], [-81.715017, 28.586594], [-81.715004, 28.586599], [-81.714388, 28.5866], [-81.713885, 28.5866], [-81.713162, 28.586601], [-81.713131, 28.586601], [-81.713005, 28.586601], [-81.709327, 28.586588], [-81.709001, 28.586171], [-81.708807, 28.585936], [-81.70864, 28.585724], [-81.708372, 28.585393], [-81.707844, 28.584743], [-81.707414, 28.584215], [-81.707038, 28.583745], [-81.706679, 28.583301], [-81.706378, 28.582929], [-81.705604, 28.581971], [-81.705095, 28.581343], [-81.705047, 28.581283], [-81.704585, 28.580718], [-81.704099, 28.580122], [-81.703521, 28.579415], [-81.703571, 28.579382], [-81.703511, 28.579308], [-81.703434, 28.579308], [-81.703366, 28.579226], [-81.703442, 28.579224], [-81.703207, 28.578937], [-81.703156, 28.578969], [-81.702665, 28.578367], [-81.702024, 28.577582], [-81.701247, 28.576631], [-81.700901, 28.576207], [-81.700678, 28.575965], [-81.700551, 28.575829], [-81.700114, 28.575294], [-81.699306, 28.574355], [-81.699005, 28.574025], [-81.698791, 28.573815], [-81.698752, 28.573819], [-81.698727, 28.573794], [-81.698304, 28.573402], [-81.698078, 28.573203], [-81.697801, 28.572968], [-81.697095, 28.572383], [-81.697138, 28.572343], [-81.695417, 28.570915], [-81.693629, 28.569431], [-81.693586, 28.569471], [-81.692451, 28.568527], [-81.692163, 28.568288], [-81.692452, 28.56829], [-81.69246, 28.565641], [-81.694518, 28.565656], [-81.69458, 28.56315], [-81.694662, 28.563158], [-81.694875, 28.563191], [-81.695049, 28.563235], [-81.695266, 28.563289], [-81.695557, 28.56339], [-81.695961, 28.563574], [-81.696257, 28.563746], [-81.696563, 28.563944], [-81.697881, 28.564823], [-81.698, 28.564903], [-81.69841, 28.56516], [-81.698484, 28.565202], [-81.69856, 28.565245], [-81.69862, 28.565167], [-81.698625, 28.564608], [-81.698627, 28.564319], [-81.698636, 28.563446], [-81.698646, 28.562277], [-81.698654, 28.561358], [-81.698652, 28.561075], [-81.698668, 28.560212], [-81.698682, 28.559057], [-81.69871, 28.556695], [-81.698632, 28.556694], [-81.698478, 28.556692], [-81.698255, 28.556691], [-81.697525, 28.556683], [-81.69822, 28.556198], [-81.698478, 28.555987], [-81.698662, 28.555833], [-81.698711, 28.555793], [-81.698737, 28.553642], [-81.698745, 28.552981], [-81.698477, 28.55294], [-81.697625, 28.552942], [-81.697794, 28.552317], [-81.698012, 28.552132], [-81.698118, 28.552042], [-81.698143, 28.552037], [-81.698173, 28.552026], [-81.698188, 28.552018], [-81.698208, 28.552005], [-81.698239, 28.551975], [-81.698477, 28.551978], [-81.698745, 28.551973], [-81.698745, 28.551453], [-81.698476, 28.551228], [-81.697204, 28.550048], [-81.696485, 28.550044], [-81.696482, 28.549265], [-81.696475, 28.546858], [-81.696522, 28.546681], [-81.696291, 28.54668], [-81.6952, 28.546671], [-81.693187, 28.546647], [-81.692701, 28.546645], [-81.692648, 28.546645], [-81.692647, 28.546887], [-81.692645, 28.547687], [-81.692645, 28.547825], [-81.692477, 28.547837], [-81.692477, 28.549449], [-81.692477, 28.549999], [-81.691592, 28.549989], [-81.690628, 28.549978], [-81.69062, 28.548166], [-81.69062, 28.548106], [-81.690594, 28.54811], [-81.688841, 28.548368], [-81.688783, 28.548377], [-81.688716, 28.548388], [-81.688653, 28.548399], [-81.688602, 28.548408], [-81.688565, 28.548415], [-81.688565, 28.548344], [-81.688565, 28.548274], [-81.688565, 28.548204], [-81.688567, 28.546802], [-81.688567, 28.54661], [-81.688524, 28.54661], [-81.685492, 28.546578], [-81.685482, 28.546909], [-81.685336, 28.546909], [-81.685334, 28.547902], [-81.684651, 28.547884], [-81.684652, 28.547785], [-81.684655, 28.547608], [-81.684587, 28.547609], [-81.684472, 28.547611], [-81.684411, 28.54761], [-81.684353, 28.54761], [-81.68421, 28.547609], [-81.683221, 28.547601], [-81.683113, 28.547611], [-81.682321, 28.547596], [-81.682343, 28.548133], [-81.68234, 28.548794], [-81.682336, 28.549244], [-81.682325, 28.550408], [-81.682325, 28.550452], [-81.682325, 28.550637], [-81.682321, 28.552134], [-81.682092, 28.552376], [-81.681475, 28.552724], [-81.680808, 28.552937], [-81.680234, 28.553071], [-81.679475, 28.553128], [-81.678759, 28.55305], [-81.678149, 28.552901], [-81.678194, 28.550459], [-81.678197, 28.549921], [-81.678197, 28.54988], [-81.678211, 28.547309], [-81.676195, 28.547292], [-81.676196, 28.547373], [-81.676259, 28.551466], [-81.675274, 28.551453], [-81.674045, 28.550981], [-81.674052, 28.549924], [-81.665673, 28.549887], [-81.665517, 28.549886], [-81.664879, 28.550126], [-81.664817, 28.550149], [-81.664498, 28.550269], [-81.664396, 28.550275], [-81.664243, 28.550293], [-81.664203, 28.550299], [-81.662946, 28.550481], [-81.661817, 28.550634], [-81.661612, 28.550657], [-81.661372, 28.550669], [-81.661131, 28.550667], [-81.660934, 28.55065], [-81.660699, 28.550612], [-81.660317, 28.55052], [-81.660113, 28.550454], [-81.659987, 28.550414], [-81.659816, 28.550344], [-81.659645, 28.550257], [-81.659426, 28.550131], [-81.659238, 28.550014], [-81.658966, 28.549827], [-81.658735, 28.549648], [-81.657973, 28.549008], [-81.65763, 28.54873], [-81.657468, 28.548584], [-81.657341, 28.548444], [-81.657615, 28.548083], [-81.65778, 28.547828], [-81.657869, 28.547705], [-81.657977, 28.547577], [-81.658047, 28.547508], [-81.658149, 28.547434], [-81.658299, 28.547348], [-81.658933, 28.547054], [-81.6592, 28.546904], [-81.659278, 28.546853], [-81.659321, 28.546813], [-81.659357, 28.546762], [-81.659386, 28.546699], [-81.659412, 28.546604], [-81.659413, 28.546579], [-81.659387, 28.546578], [-81.659284, 28.546573], [-81.659193, 28.546569], [-81.659175, 28.546568], [-81.659119, 28.546565], [-81.658961, 28.546556], [-81.658909, 28.546552], [-81.658743, 28.546541], [-81.658163, 28.546499], [-81.658112, 28.546496], [-81.658115, 28.546456], [-81.658085, 28.546454], [-81.657402, 28.546401], [-81.657328, 28.546395], [-81.657288, 28.546391], [-81.657281, 28.546294], [-81.657275, 28.546179], [-81.657353, 28.546185], [-81.657816, 28.546219], [-81.658489, 28.546254], [-81.658875, 28.546291], [-81.659129, 28.546271], [-81.659432, 28.546288], [-81.659446, 28.546198], [-81.659477, 28.54608], [-81.659517, 28.545969], [-81.65955, 28.545909], [-81.659666, 28.545775], [-81.659727, 28.545661], [-81.659764, 28.545566], [-81.659795, 28.545402], [-81.659797, 28.545338], [-81.660906, 28.54536], [-81.661594, 28.545372], [-81.661595, 28.545244], [-81.661604, 28.544523], [-81.661605, 28.544469], [-81.661607, 28.544398], [-81.661703, 28.544386], [-81.661896, 28.544379], [-81.663098, 28.544386], [-81.663728, 28.544384], [-81.663799, 28.542609], [-81.665855, 28.542592], [-81.665827, 28.544161], [-81.66682, 28.544161], [-81.666826, 28.546312], [-81.667231, 28.546309], [-81.667222, 28.546096], [-81.667224, 28.545858], [-81.667253, 28.542622], [-81.66983, 28.542626], [-81.66982, 28.542952], [-81.669801, 28.543279], [-81.669776, 28.543605], [-81.669752, 28.543692], [-81.669735, 28.543781], [-81.669724, 28.543871], [-81.66972, 28.54396], [-81.669723, 28.54405], [-81.669733, 28.54414], [-81.669748, 28.544229], [-81.66977, 28.544316], [-81.669764, 28.545108], [-81.669764, 28.54512], [-81.669761, 28.546166], [-81.669761, 28.546296], [-81.669842, 28.546296], [-81.670837, 28.546282], [-81.675133, 28.546322], [-81.676164, 28.546325], [-81.676666, 28.546327], [-81.678342, 28.546348], [-81.678741, 28.546143], [-81.678832, 28.546079], [-81.678857, 28.546062], [-81.678908, 28.546026], [-81.679002, 28.545906], [-81.679112, 28.545729], [-81.679183, 28.545507], [-81.67925, 28.54534], [-81.679249, 28.54502], [-81.679229, 28.544747], [-81.679212, 28.544665], [-81.679144, 28.544451], [-81.679019, 28.544274], [-81.678857, 28.544225], [-81.678284, 28.544324], [-81.678225, 28.542734], [-81.678225, 28.542664], [-81.678892, 28.542664], [-81.679772, 28.542665], [-81.680224, 28.542666], [-81.680922, 28.542667], [-81.682827, 28.54267], [-81.683787, 28.542671], [-81.684276, 28.542672], [-81.684305, 28.542672], [-81.684451, 28.542672], [-81.684617, 28.542672], [-81.6865, 28.542675], [-81.686501, 28.5409], [-81.686504, 28.539424], [-81.686498, 28.539248], [-81.687121, 28.539111], [-81.687109, 28.53893], [-81.68711, 28.537829], [-81.68711, 28.537754], [-81.687527, 28.537755], [-81.687526, 28.535383], [-81.688203, 28.535384], [-81.688826, 28.535384], [-81.689449, 28.535384], [-81.690258, 28.535385], [-81.690686, 28.535388], [-81.690597, 28.532009], [-81.690596, 28.531987], [-81.690541, 28.531987], [-81.688546, 28.531959], [-81.688484, 28.530278], [-81.688476, 28.530249], [-81.685758, 28.530192], [-81.682295, 28.530121], [-81.682294, 28.530058], [-81.680705, 28.530037], [-81.680705, 28.529943], [-81.680705, 28.529907], [-81.680699, 28.529816], [-81.680468, 28.529854], [-81.680395, 28.529876], [-81.680228, 28.529934], [-81.680228, 28.530028], [-81.68023, 28.530104], [-81.680232, 28.530185], [-81.68026, 28.531477], [-81.680267, 28.531846], [-81.678327, 28.531831], [-81.677076, 28.531807], [-81.67664, 28.531817], [-81.67622, 28.531814], [-81.676219, 28.531961], [-81.676112, 28.531961], [-81.676027, 28.531961], [-81.675428, 28.531961], [-81.67543, 28.531808], [-81.674181, 28.531798], [-81.674199, 28.530059], [-81.674216, 28.528538], [-81.67584, 28.528534], [-81.675874, 28.528556], [-81.675938, 28.528593], [-81.676001, 28.528631], [-81.676055, 28.528677], [-81.676107, 28.528734], [-81.676161, 28.528793], [-81.676218, 28.528884], [-81.676246, 28.528945], [-81.676274, 28.528998], [-81.676311, 28.529043], [-81.67636, 28.529093], [-81.676409, 28.529135], [-81.676463, 28.529164], [-81.676533, 28.5292], [-81.676587, 28.529229], [-81.676645, 28.529249], [-81.676708, 28.529257], [-81.676783, 28.529245], [-81.67685, 28.529231], [-81.676911, 28.529216], [-81.676973, 28.529198], [-81.677043, 28.529182], [-81.677113, 28.529166], [-81.677173, 28.52915], [-81.677247, 28.52913], [-81.677324, 28.529112], [-81.677389, 28.529092], [-81.677449, 28.529072], [-81.677509, 28.529043], [-81.677567, 28.529017], [-81.677617, 28.52898], [-81.677672, 28.528947], [-81.677932, 28.528805], [-81.677987, 28.528768], [-81.678045, 28.528733], [-81.6781, 28.5287], [-81.678115, 28.528686], [-81.678145, 28.528659], [-81.678178, 28.528611], [-81.678201, 28.52856], [-81.678208, 28.528534], [-81.678699, 28.528531], [-81.678726, 28.528576], [-81.678763, 28.528624], [-81.678783, 28.528684], [-81.678799, 28.528748], [-81.678798, 28.52881], [-81.678799, 28.528869], [-81.67881, 28.528942], [-81.678808, 28.528999], [-81.678814, 28.529055], [-81.678818, 28.529112], [-81.678831, 28.52917], [-81.678836, 28.529225], [-81.678845, 28.529295], [-81.678851, 28.529351], [-81.678859, 28.529417], [-81.678865, 28.529494], [-81.678879, 28.529568], [-81.678892, 28.529626], [-81.678912, 28.529694], [-81.678928, 28.529749], [-81.678944, 28.529813], [-81.678952, 28.52987], [-81.678967, 28.52993], [-81.67899, 28.529987], [-81.679032, 28.530044], [-81.6791, 28.530073], [-81.679173, 28.530076], [-81.679236, 28.530071], [-81.679306, 28.530055], [-81.679438, 28.530017], [-81.679498, 28.530001], [-81.679558, 28.529985], [-81.679635, 28.529959], [-81.679697, 28.529937], [-81.679757, 28.529917], [-81.67982, 28.52989], [-81.679884, 28.529857], [-81.679937, 28.529822], [-81.679972, 28.529773], [-81.679964, 28.529711], [-81.679948, 28.529656], [-81.679923, 28.529601], [-81.679922, 28.529532], [-81.679965, 28.529489], [-81.680019, 28.529443], [-81.680094, 28.529406], [-81.680149, 28.529378], [-81.680206, 28.529351], [-81.680264, 28.529325], [-81.680393, 28.529246], [-81.680453, 28.529213], [-81.680503, 28.529181], [-81.68057, 28.529133], [-81.680622, 28.529098], [-81.680699, 28.529063], [-81.680768, 28.529038], [-81.680843, 28.529009], [-81.6809, 28.528983], [-81.680967, 28.528948], [-81.681022, 28.528915], [-81.681084, 28.528872], [-81.681115, 28.528818], [-81.681121, 28.52876], [-81.681098, 28.528699], [-81.681071, 28.528637], [-81.681041, 28.528578], [-81.681014, 28.528519], [-81.68106, 28.528519], [-81.682269, 28.528522], [-81.682271, 28.52866], [-81.685906, 28.528549], [-81.686352, 28.528462], [-81.687931, 28.528493], [-81.689674, 28.528484], [-81.69001, 28.528489], [-81.690279, 28.528505], [-81.690365, 28.5285], [-81.690413, 28.528474], [-81.690437, 28.528444], [-81.690452, 28.528362], [-81.690464, 28.528414], [-81.690497, 28.528443], [-81.690536, 28.528465], [-81.69058, 28.528478], [-81.690627, 28.528482], [-81.690673, 28.528486], [-81.69072, 28.528489], [-81.690767, 28.528492], [-81.690813, 28.528494], [-81.69086, 28.528497], [-81.690907, 28.528499], [-81.690953, 28.528501], [-81.691, 28.528502], [-81.691047, 28.528504], [-81.691093, 28.528504], [-81.69114, 28.528505], [-81.691187, 28.528505], [-81.691233, 28.528505], [-81.69128, 28.528505], [-81.691327, 28.528505], [-81.691373, 28.528504], [-81.69142, 28.528503], [-81.691467, 28.528501], [-81.691514, 28.528499], [-81.691578, 28.528497], [-81.69296, 28.528503], [-81.693364, 28.528513], [-81.70283, 28.528638], [-81.705212, 28.528613], [-81.706833, 28.528605], [-81.706835, 28.528566], [-81.706881, 28.528567], [-81.706872, 28.527781], [-81.706867, 28.527278], [-81.70685, 28.526864], [-81.706794, 28.526864], [-81.706773, 28.525272], [-81.706784, 28.525136], [-81.706787, 28.525107], [-81.706795, 28.52501], [-81.706793, 28.523377], [-81.706791, 28.522693], [-81.706786, 28.52229], [-81.706785, 28.522193], [-81.706783, 28.521956], [-81.706775, 28.521641], [-81.706775, 28.521622], [-81.706639, 28.521621], [-81.705874, 28.521615], [-81.702849, 28.521595], [-81.701297, 28.521585], [-81.69943, 28.521584], [-81.699016, 28.521583], [-81.698841, 28.521583], [-81.698644, 28.521583], [-81.697609, 28.521578], [-81.697627, 28.519809], [-81.69866, 28.519801], [-81.69866, 28.51976], [-81.698663, 28.519498], [-81.698692, 28.518167], [-81.698687, 28.518109], [-81.698739, 28.517964], [-81.698741, 28.516472], [-81.698648, 28.516472], [-81.698648, 28.516162], [-81.69865, 28.514446], [-81.69865, 28.514352], [-81.695599, 28.514361], [-81.6956, 28.514649], [-81.695588, 28.516156], [-81.695504, 28.516156], [-81.694551, 28.516151], [-81.694545, 28.516989], [-81.694537, 28.517977], [-81.693268, 28.517971], [-81.690393, 28.517972], [-81.689493, 28.517991], [-81.683952, 28.517985], [-81.68372, 28.51798], [-81.683105, 28.517981], [-81.682461, 28.517982], [-81.680189, 28.517983], [-81.679254, 28.517983], [-81.678372, 28.517984], [-81.678181, 28.517984], [-81.677996, 28.517984], [-81.676908, 28.517984], [-81.674209, 28.517987], [-81.674072, 28.517987], [-81.67391, 28.517987], [-81.67391, 28.518037], [-81.67391, 28.518306], [-81.67391, 28.518498], [-81.673909, 28.519314], [-81.672545, 28.519321], [-81.672505, 28.519326], [-81.672487, 28.519322], [-81.671753, 28.519325], [-81.670711, 28.519331], [-81.670464, 28.51933], [-81.669276, 28.519327], [-81.66892, 28.519378], [-81.668922, 28.519645], [-81.66891, 28.519995], [-81.66889, 28.520169], [-81.668859, 28.520279], [-81.668775, 28.520497], [-81.668425, 28.520496], [-81.66831, 28.520496], [-81.666854, 28.520493], [-81.666304, 28.520492], [-81.666232, 28.520492], [-81.665611, 28.520492], [-81.665602, 28.519928], [-81.665602, 28.519867], [-81.664478, 28.519864], [-81.664472, 28.520802], [-81.662185, 28.520791], [-81.661967, 28.520972], [-81.661882, 28.520945], [-81.661818, 28.520875], [-81.661729, 28.5208], [-81.661614, 28.520722], [-81.661489, 28.520658], [-81.661357, 28.520607], [-81.661198, 28.520567], [-81.661076, 28.52055], [-81.660931, 28.520545], [-81.660787, 28.520555], [-81.660646, 28.520581], [-81.660528, 28.520615], [-81.660397, 28.520668], [-81.660274, 28.520735], [-81.660161, 28.520815], [-81.660073, 28.520892], [-81.659799, 28.521158], [-81.659697, 28.521231], [-81.6596, 28.521284], [-81.659481, 28.521331], [-81.659158, 28.521435], [-81.659161, 28.519471], [-81.661898, 28.519478], [-81.661898, 28.518712], [-81.659203, 28.518675], [-81.659254, 28.518548], [-81.659374, 28.518346], [-81.659423, 28.518237], [-81.659456, 28.518123], [-81.659475, 28.51799], [-81.659484, 28.517953], [-81.659487, 28.517923], [-81.665583, 28.517984], [-81.665586, 28.517724], [-81.665602, 28.517379], [-81.665609, 28.51703], [-81.665595, 28.516511], [-81.665602, 28.51606], [-81.665593, 28.515544], [-81.665608, 28.514945], [-81.665615, 28.514287], [-81.668364, 28.514296], [-81.669733, 28.514309], [-81.670805, 28.514312], [-81.673757, 28.514335], [-81.673918, 28.514335], [-81.675744, 28.514338], [-81.676681, 28.51434], [-81.677527, 28.514345], [-81.678253, 28.514342], [-81.679349, 28.514339], [-81.680335, 28.514336], [-81.680431, 28.51433], [-81.680662, 28.514302], [-81.680811, 28.514279], [-81.680922, 28.514247], [-81.681047, 28.514203], [-81.681152, 28.514159], [-81.681756, 28.513852], [-81.682022, 28.513721], [-81.68223, 28.513619], [-81.682522, 28.513482], [-81.682814, 28.513329], [-81.68292, 28.513268], [-81.683075, 28.513148], [-81.683136, 28.513083], [-81.683172, 28.513037], [-81.683236, 28.51294], [-81.683249, 28.512914], [-81.683302, 28.512812], [-81.683365, 28.512619], [-81.683386, 28.512437], [-81.683389, 28.512346], [-81.683529, 28.512271], [-81.683718, 28.51217], [-81.683996, 28.51202], [-81.686074, 28.510826], [-81.686789, 28.510415], [-81.686975, 28.510414], [-81.688854, 28.510403], [-81.690408, 28.510396], [-81.691166, 28.510392], [-81.693864, 28.510378], [-81.696309, 28.510365], [-81.697007, 28.510362], [-81.698659, 28.510353], [-81.69866, 28.507553], [-81.698654, 28.507097], [-81.698658, 28.506743], [-81.698737, 28.499972], [-81.697795, 28.499957], [-81.697083, 28.499962], [-81.696672, 28.499964], [-81.696429, 28.499965], [-81.696147, 28.499966], [-81.694568, 28.499973], [-81.694053, 28.499975], [-81.693939, 28.499976], [-81.692159, 28.499983], [-81.691805, 28.499985], [-81.690952, 28.499985], [-81.690427, 28.499985], [-81.689519, 28.499983], [-81.688869, 28.499987], [-81.68763, 28.499995], [-81.685946, 28.5], [-81.684715, 28.500004], [-81.684131, 28.500012], [-81.684072, 28.500012], [-81.68398, 28.50002], [-81.683845, 28.500032], [-81.683677, 28.500049], [-81.683494, 28.500064], [-81.683492, 28.499967], [-81.683494, 28.499886], [-81.683492, 28.499868], [-81.683348, 28.499878], [-81.683226, 28.499895], [-81.68285, 28.499892], [-81.682472, 28.499894], [-81.682311, 28.499895], [-81.682194, 28.499877], [-81.682157, 28.49986], [-81.682138, 28.499827], [-81.682118, 28.499736], [-81.682132, 28.498868], [-81.682155, 28.498158], [-81.682154, 28.497771], [-81.682162, 28.497342], [-81.68216, 28.496613], [-81.682176, 28.496274], [-81.682171, 28.496142], [-81.682226, 28.495923], [-81.682246, 28.492517], [-81.682539, 28.492517], [-81.68425, 28.492535], [-81.686456, 28.492541], [-81.686825, 28.492535], [-81.687198, 28.492534], [-81.689095, 28.492544], [-81.694459, 28.492532], [-81.698795, 28.492514], [-81.707062, 28.492648], [-81.707056, 28.491808], [-81.707049, 28.490829], [-81.710561, 28.490834], [-81.715507, 28.490858], [-81.715706, 28.491655], [-81.715748, 28.491803], [-81.715997, 28.492672], [-81.716324, 28.493663], [-81.71684, 28.49506], [-81.717021, 28.495531], [-81.717546, 28.496895], [-81.717952, 28.497948], [-81.71816, 28.497947], [-81.718199, 28.497948], [-81.718422, 28.497947], [-81.719734, 28.49795], [-81.719735, 28.49839], [-81.719731, 28.498494], [-81.719713, 28.499374], [-81.71944, 28.499495], [-81.719254, 28.499554], [-81.719048, 28.499614], [-81.71912, 28.499767], [-81.724717, 28.499771], [-81.725487, 28.499772], [-81.725486, 28.500533], [-81.725487, 28.501587], [-81.728235, 28.5016], [-81.73372, 28.501626], [-81.73372, 28.505248], [-81.739971, 28.505277], [-81.739981, 28.507088], [-81.744092, 28.507126], [-81.744063, 28.508649], [-81.74408, 28.508659], [-81.744068, 28.510543], [-81.744058, 28.511278], [-81.744048, 28.511561], [-81.74404, 28.512313], [-81.74405, 28.512549], [-81.744046, 28.512984], [-81.74405, 28.514213], [-81.744047, 28.514225], [-81.742851, 28.514211], [-81.742, 28.514204], [-81.740914, 28.514196], [-81.740484, 28.514194], [-81.739961, 28.514192], [-81.739961, 28.514271], [-81.738544, 28.514273], [-81.736778, 28.514276], [-81.735946, 28.514269], [-81.735583, 28.514268], [-81.735107, 28.514266], [-81.734524, 28.514265], [-81.733811, 28.514262], [-81.733311, 28.514261], [-81.732801, 28.514259], [-81.732313, 28.514258], [-81.731804, 28.514256], [-81.73163, 28.514262], [-81.731623, 28.514332], [-81.731623, 28.514372], [-81.731618, 28.514436], [-81.731631, 28.518864], [-81.731623, 28.519], [-81.729508, 28.519997], [-81.729029, 28.520252], [-81.729295, 28.520741], [-81.729403, 28.520945], [-81.729506, 28.521139], [-81.729581, 28.52128], [-81.729619, 28.52136], [-81.729658, 28.521453], [-81.729689, 28.521529], [-81.729716, 28.521518], [-81.729805, 28.521488], [-81.729936, 28.521459], [-81.730069, 28.521443], [-81.730547, 28.521442], [-81.730842, 28.521451], [-81.731248, 28.521484], [-81.731492, 28.521497], [-81.731574, 28.521497], [-81.731587, 28.523357], [-81.730596, 28.523366], [-81.731324, 28.524736], [-81.731671, 28.525389], [-81.731846, 28.525719], [-81.732392, 28.526746], [-81.732477, 28.526912], [-81.732522, 28.526896], [-81.732757, 28.526809], [-81.733033, 28.526698], [-81.733097, 28.526675], [-81.733139, 28.526654], [-81.733179, 28.526633], [-81.73322, 28.526612], [-81.73326, 28.526588], [-81.733336, 28.526542], [-81.733377, 28.526522], [-81.733416, 28.526499], [-81.733411, 28.526708], [-81.733401, 28.527047], [-81.733391, 28.527337], [-81.733333, 28.527385], [-81.733042, 28.527635], [-81.73292, 28.527739], [-81.733629, 28.529072], [-81.733662, 28.529053], [-81.733701, 28.529013], [-81.733727, 28.528964], [-81.733735, 28.528919], [-81.733714, 28.528741], [-81.733721, 28.528705], [-81.733764, 28.528643], [-81.733836, 28.528608], [-81.735689, 28.528627], [-81.73569, 28.530535], [-81.73468, 28.531052], [-81.735158, 28.53195], [-81.735373, 28.532355], [-81.735759, 28.533097], [-81.735757, 28.532766], [-81.735754, 28.532219], [-81.735754, 28.532117], [-81.736308, 28.532123], [-81.736859, 28.532129], [-81.737186, 28.532133], [-81.737497, 28.532136], [-81.737811, 28.53214], [-81.738127, 28.532143], [-81.738565, 28.532148], [-81.738877, 28.532151], [-81.739139, 28.532154], [-81.739865, 28.532159], [-81.739865, 28.532175], [-81.739865, 28.53245], [-81.739865, 28.532916], [-81.739865, 28.532929], [-81.739865, 28.533197], [-81.739865, 28.533463], [-81.739865, 28.533732], [-81.739865, 28.533937], [-81.739865, 28.534137], [-81.739864, 28.535003], [-81.739864, 28.53526], [-81.739864, 28.535688], [-81.739884, 28.535688], [-81.7402, 28.535692], [-81.740598, 28.535697], [-81.740704, 28.535698], [-81.741445, 28.535708], [-81.742145, 28.535717], [-81.742506, 28.535722], [-81.742544, 28.535736], [-81.742609, 28.535723], [-81.742827, 28.535726], [-81.742905, 28.535727], [-81.743202, 28.535731], [-81.743539, 28.535744], [-81.743642, 28.535741], [-81.743738, 28.535737], [-81.743932, 28.535731], [-81.743934, 28.535755], [-81.743969, 28.536037], [-81.744169, 28.536851], [-81.744437, 28.537544], [-81.744524, 28.537819], [-81.744818, 28.538595], [-81.744712, 28.538627], [-81.744849, 28.538852], [-81.744897, 28.538972], [-81.744911, 28.539009], [-81.744952, 28.539111], [-81.744966, 28.539139], [-81.745024, 28.539257], [-81.745041, 28.539291], [-81.745089, 28.539389], [-81.745132, 28.539459], [-81.745179, 28.539536], [-81.745196, 28.539563], [-81.745217, 28.539598], [-81.745228, 28.539616], [-81.745252, 28.539655], [-81.745276, 28.53971], [-81.7453, 28.539724], [-81.745373, 28.539871], [-81.74581, 28.540636], [-81.746009, 28.540955], [-81.746079, 28.541101], [-81.746162, 28.5413], [-81.746289, 28.541484], [-81.746428, 28.54172], [-81.746543, 28.541855], [-81.746665, 28.541908], [-81.747075, 28.542281], [-81.747146, 28.54234], [-81.747203, 28.54239], [-81.747251, 28.542441], [-81.747409, 28.542576], [-81.747477, 28.542636], [-81.74755, 28.5427], [-81.747603, 28.542734], [-81.747667, 28.542753], [-81.747745, 28.542764], [-81.747861, 28.542788], [-81.747916, 28.542833], [-81.747966, 28.54289], [-81.748024, 28.542932], [-81.748076, 28.542956], [-81.748296, 28.543025], [-81.748398, 28.543034], [-81.748564, 28.543125], [-81.748703, 28.54317], [-81.748777, 28.543158], [-81.748917, 28.54322], [-81.749056, 28.543268], [-81.749195, 28.543305], [-81.749295, 28.543386], [-81.749415, 28.543437], [-81.749484, 28.543477], [-81.749551, 28.543494], [-81.749636, 28.543512], [-81.749758, 28.543543], [-81.749859, 28.543569], [-81.74997, 28.543598], [-81.750039, 28.543616], [-81.750169, 28.543661], [-81.750183, 28.543665], [-81.750362, 28.543727], [-81.750454, 28.543753], [-81.75061, 28.543797], [-81.750673, 28.543814], [-81.75076, 28.543839], [-81.750825, 28.543857], [-81.750883, 28.543856], [-81.750908, 28.543854], [-81.750934, 28.543852], [-81.750969, 28.543849], [-81.751045, 28.543849], [-81.751124, 28.543868], [-81.751228, 28.543899], [-81.751311, 28.543922], [-81.751377, 28.543917], [-81.751439, 28.543912], [-81.751471, 28.543909], [-81.751523, 28.543903], [-81.751588, 28.543901], [-81.751746, 28.543905], [-81.751811, 28.543924], [-81.751885, 28.543946], [-81.751975, 28.543972], [-81.752035, 28.543995], [-81.75208, 28.544007], [-81.752109, 28.544014], [-81.752134, 28.544022], [-81.752163, 28.54403], [-81.752192, 28.544039], [-81.752223, 28.544048], [-81.752239, 28.544054], [-81.752275, 28.544066], [-81.752343, 28.544086], [-81.752424, 28.544107], [-81.75248, 28.544137], [-81.752525, 28.544162], [-81.752611, 28.544212], [-81.752649, 28.544226], [-81.752692, 28.544242], [-81.752717, 28.544248], [-81.752755, 28.544258], [-81.752781, 28.544265], [-81.75284, 28.544288], [-81.752912, 28.544309], [-81.753056, 28.544334], [-81.753206, 28.544385], [-81.753438, 28.544464], [-81.753708, 28.544534], [-81.753806, 28.544545], [-81.753832, 28.544545], [-81.754098, 28.544543], [-81.754147, 28.544554], [-81.754333, 28.544598], [-81.754456, 28.544632], [-81.754534, 28.544655], [-81.754612, 28.544664], [-81.754736, 28.544701], [-81.754861, 28.544693], [-81.754985, 28.544708], [-81.755221, 28.544716], [-81.755534, 28.544752], [-81.755628, 28.544748], [-81.755747, 28.544777], [-81.755836, 28.544769], [-81.75591, 28.544802], [-81.756034, 28.544812], [-81.756189, 28.544797], [-81.756342, 28.544814], [-81.756419, 28.544818], [-81.756473, 28.54482], [-81.756653, 28.54482], [-81.756828, 28.544821], [-81.756942, 28.544821], [-81.757025, 28.544821], [-81.757097, 28.544813], [-81.757257, 28.544802], [-81.757322, 28.5448], [-81.757456, 28.544817], [-81.757527, 28.544829], [-81.757749, 28.544857], [-81.757816, 28.544865], [-81.758077, 28.544917], [-81.758167, 28.544935], [-81.758376, 28.544977], [-81.758574, 28.545018], [-81.758713, 28.545039], [-81.758756, 28.545047], [-81.758792, 28.545054], [-81.758923, 28.545102], [-81.759002, 28.545121], [-81.759079, 28.545138], [-81.759153, 28.545146], [-81.759236, 28.545159], [-81.759466, 28.545213], [-81.759597, 28.545245], [-81.759676, 28.545264], [-81.759745, 28.545268], [-81.759903, 28.545274], [-81.759996, 28.545285], [-81.760135, 28.545293], [-81.760207, 28.545293], [-81.760293, 28.545284], [-81.760458, 28.545273], [-81.760555, 28.545279], [-81.760625, 28.545277], [-81.760834, 28.545255], [-81.760834, 28.545281], [-81.760949, 28.545267], [-81.761106, 28.545241], [-81.761227, 28.545225], [-81.761309, 28.545217], [-81.761449, 28.545169], [-81.761525, 28.545139], [-81.761697, 28.545038], [-81.761767, 28.545023], [-81.761868, 28.545009], [-81.76197, 28.544999], [-81.762146, 28.544911], [-81.76223, 28.544858], [-81.762316, 28.544731], [-81.762335, 28.54471], [-81.762366, 28.544716], [-81.762389, 28.544751], [-81.76242, 28.544826], [-81.762491, 28.544804], [-81.762527, 28.544799], [-81.762601, 28.544775], [-81.762662, 28.544759], [-81.762694, 28.544744], [-81.762717, 28.544702], [-81.762745, 28.544629], [-81.762785, 28.544555], [-81.762879, 28.544477], [-81.762915, 28.544444], [-81.762953, 28.544407], [-81.763008, 28.544369], [-81.763066, 28.544341], [-81.76313, 28.544332], [-81.763173, 28.544265], [-81.763237, 28.544166], [-81.763231, 28.54411], [-81.763285, 28.543964], [-81.763373, 28.543848], [-81.763392, 28.543829], [-81.763479, 28.543738], [-81.763554, 28.543661], [-81.763621, 28.543596], [-81.763688, 28.543531], [-81.763769, 28.543462], [-81.763843, 28.54343], [-81.763921, 28.543424], [-81.763934, 28.54339], [-81.763962, 28.543308], [-81.763956, 28.543226], [-81.763964, 28.543212], [-81.764091, 28.543163], [-81.764212, 28.543116], [-81.764362, 28.54307], [-81.764374, 28.543055], [-81.764383, 28.543032], [-81.764383, 28.543013], [-81.764419, 28.542679], [-81.764511, 28.542362], [-81.764573, 28.542054], [-81.764591, 28.541758], [-81.764532, 28.541535], [-81.764524, 28.541488], [-81.764471, 28.541214], [-81.76435, 28.54096], [-81.764335, 28.540467], [-81.764677, 28.540073], [-81.7652, 28.539956], [-81.765553, 28.539959], [-81.765985, 28.540137], [-81.766306, 28.540434], [-81.766447, 28.540747], [-81.766562, 28.540873], [-81.766658, 28.541065], [-81.766839, 28.541643], [-81.767069, 28.541891], [-81.767493, 28.542194], [-81.767895, 28.542404], [-81.768072, 28.542509], [-81.768325, 28.542743], [-81.768584, 28.542795], [-81.768725, 28.542859], [-81.76896, 28.542873], [-81.769036, 28.542883], [-81.769106, 28.542897], [-81.769185, 28.542937], [-81.76922, 28.542961], [-81.769248, 28.54298], [-81.76931, 28.543019], [-81.76938, 28.543041], [-81.769565, 28.543078], [-81.769676, 28.543094], [-81.769698, 28.543128], [-81.769579, 28.543431], [-81.76956, 28.543478], [-81.769572, 28.543481], [-81.769598, 28.543487], [-81.769645, 28.543497], [-81.769664, 28.543503], [-81.76968, 28.543454], [-81.769744, 28.543253], [-81.769788, 28.543114], [-81.769926, 28.543156], [-81.769938, 28.543206], [-81.770197, 28.543288], [-81.770418, 28.543358], [-81.770477, 28.543405], [-81.770543, 28.543439], [-81.770738, 28.543504], [-81.770896, 28.543572], [-81.771074, 28.543687], [-81.771151, 28.543712], [-81.771301, 28.543734], [-81.771379, 28.54374], [-81.771499, 28.543807], [-81.77157, 28.543849], [-81.771642, 28.54387], [-81.771708, 28.543873], [-81.771944, 28.543865], [-81.772125, 28.543863], [-81.772476, 28.543867], [-81.772633, 28.543838], [-81.772815, 28.543764], [-81.772815, 28.543734], [-81.773971, 28.543483], [-81.77492, 28.54328], [-81.776311, 28.542975], [-81.777974, 28.542614], [-81.77849, 28.5425], [-81.778657, 28.542466], [-81.778727, 28.542449], [-81.778781, 28.542392], [-81.778796, 28.542342], [-81.778796, 28.542273], [-81.778857, 28.542231], [-81.778987, 28.542207], [-81.77905, 28.542175], [-81.779066, 28.542163], [-81.779378, 28.542092], [-81.779504, 28.542093], [-81.779584, 28.542138], [-81.77966, 28.542127], [-81.77968, 28.54213], [-81.77974, 28.54214], [-81.779801, 28.542164], [-81.779825, 28.542172], [-81.779909, 28.542199], [-81.779974, 28.54221], [-81.780106, 28.542225], [-81.780149, 28.54223], [-81.780221, 28.542247], [-81.780358, 28.542337], [-81.780483, 28.54241], [-81.780539, 28.542472], [-81.780596, 28.54255], [-81.780628, 28.542615], [-81.780754, 28.542835], [-81.780779, 28.542923], [-81.780813, 28.543014], [-81.780821, 28.543023], [-81.781021, 28.543127], [-81.781026, 28.543247], [-81.781074, 28.543318], [-81.781121, 28.543382], [-81.781156, 28.543429], [-81.781208, 28.543499], [-81.781222, 28.543576], [-81.781222, 28.543587], [-81.781313, 28.543586], [-81.782687, 28.543578], [-81.783276, 28.543575], [-81.783271, 28.544057], [-81.78327, 28.544133], [-81.783269, 28.544203], [-81.783267, 28.544406], [-81.783266, 28.544478], [-81.783264, 28.544627], [-81.783238, 28.544651], [-81.783178, 28.54471], [-81.783118, 28.544761], [-81.783052, 28.544816], [-81.783003, 28.544865], [-81.782961, 28.544924], [-81.782919, 28.544975], [-81.782891, 28.545031], [-81.782854, 28.545095], [-81.782798, 28.545141], [-81.782714, 28.545179], [-81.782626, 28.545212], [-81.782569, 28.545236], [-81.782504, 28.545274], [-81.782455, 28.54544], [-81.782445, 28.545476], [-81.782428, 28.545555], [-81.782458, 28.545827], [-81.7826, 28.546313], [-81.782774, 28.546768], [-81.782786, 28.546824], [-81.782801, 28.546885], [-81.782828, 28.546981], [-81.782858, 28.547074], [-81.78288, 28.547129], [-81.782902, 28.547193], [-81.782923, 28.547257], [-81.782938, 28.547314], [-81.782952, 28.547371], [-81.782979, 28.547431], [-81.783005, 28.547491], [-81.783031, 28.547576], [-81.78304, 28.547637], [-81.783045, 28.547707], [-81.783054, 28.547785], [-81.783042, 28.547856], [-81.78299, 28.547911], [-81.782945, 28.547965], [-81.78278, 28.548049], [-81.782728, 28.548087], [-81.782637, 28.548167], [-81.78259, 28.548205], [-81.782481, 28.548263], [-81.782412, 28.548316], [-81.782343, 28.548394], [-81.782297, 28.548453], [-81.782242, 28.548526], [-81.782183, 28.548592], [-81.782138, 28.548633], [-81.782091, 28.548684], [-81.782042, 28.548737], [-81.781987, 28.54879], [-81.78194, 28.548837], [-81.781893, 28.548884], [-81.781846, 28.548923], [-81.781775, 28.548991], [-81.781713, 28.549062], [-81.781648, 28.549145], [-81.7816, 28.549205], [-81.781393, 28.549541], [-81.781352, 28.549585], [-81.781294, 28.549682], [-81.781245, 28.549771], [-81.781205, 28.549846], [-81.781159, 28.549929], [-81.781134, 28.550002], [-81.781134, 28.550071], [-81.781126, 28.550172], [-81.781117, 28.550229], [-81.781113, 28.55033], [-81.781102, 28.550433], [-81.781097, 28.550493], [-81.78109, 28.550561], [-81.781089, 28.550571], [-81.78533, 28.550571], [-81.785298, 28.553214], [-81.784623, 28.553545], [-81.784577, 28.553568], [-81.784493, 28.55361], [-81.784482, 28.553616], [-81.784473, 28.553621], [-81.784452, 28.553635], [-81.784428, 28.553653], [-81.784402, 28.55368], [-81.784383, 28.553704], [-81.784364, 28.553735], [-81.784352, 28.553762], [-81.784343, 28.553792], [-81.78428, 28.554075], [-81.78434, 28.554402], [-81.784564, 28.554859], [-81.784568, 28.554868], [-81.784571, 28.554877], [-81.784573, 28.554886], [-81.784575, 28.554903], [-81.784574, 28.554917], [-81.784571, 28.554927], [-81.784567, 28.554938], [-81.784561, 28.554948], [-81.784438, 28.555143], [-81.784425, 28.555157], [-81.784171, 28.555445], [-81.783896, 28.555583], [-81.78367, 28.555699], [-81.78341, 28.555815], [-81.783337, 28.555939], [-81.783324, 28.555954], [-81.783314, 28.555997], [-81.783307, 28.556029], [-81.783296, 28.556098], [-81.78329, 28.556134], [-81.783276, 28.556231], [-81.783216, 28.556371], [-81.783118, 28.55643], [-81.78296, 28.556526], [-81.782669, 28.556599], [-81.782599, 28.556625], [-81.78253, 28.556665], [-81.782493, 28.556689], [-81.782469, 28.556707], [-81.782443, 28.556762], [-81.78242, 28.556997], [-81.782433, 28.557047], [-81.782443, 28.557077], [-81.782465, 28.557139], [-81.782458, 28.557206], [-81.782446, 28.557273], [-81.78243, 28.557331], [-81.782409, 28.55739], [-81.782387, 28.557452], [-81.782365, 28.557507], [-81.78215, 28.55793], [-81.782097, 28.55803], [-81.782048, 28.558124], [-81.78183, 28.558533], [-81.781812, 28.558578], [-81.781787, 28.558627], [-81.781701, 28.55879], [-81.781615, 28.558946], [-81.781545, 28.559087], [-81.78138, 28.559494], [-81.781375, 28.559514], [-81.781194, 28.56008], [-81.781019, 28.560698], [-81.780997, 28.560718], [-81.78095, 28.560863], [-81.78085, 28.561373], [-81.780738, 28.562012], [-81.780681, 28.562263], [-81.780653, 28.562383], [-81.780621, 28.562419], [-81.780594, 28.562452], [-81.780536, 28.562493], [-81.780475, 28.562519], [-81.780389, 28.56253], [-81.780319, 28.562523], [-81.780236, 28.562506], [-81.780015, 28.562432], [-81.779937, 28.562382], [-81.779881, 28.562366], [-81.779791, 28.562356], [-81.77972, 28.562369], [-81.779696, 28.562371], [-81.779591, 28.562408], [-81.779496, 28.562448], [-81.779438, 28.562468], [-81.779368, 28.562494], [-81.779297, 28.562521], [-81.779216, 28.562536], [-81.779122, 28.562557], [-81.779054, 28.562569], [-81.778954, 28.562537], [-81.778881, 28.562483], [-81.778814, 28.562445], [-81.778792, 28.562447], [-81.778677, 28.562455], [-81.778616, 28.562459], [-81.778544, 28.562462], [-81.778458, 28.562469], [-81.778386, 28.562488], [-81.778315, 28.56251], [-81.778252, 28.562573], [-81.778217, 28.562623], [-81.778083, 28.562694], [-81.778013, 28.56273], [-81.778011, 28.563091], [-81.777578, 28.56309], [-81.777344, 28.563089], [-81.77711, 28.563089], [-81.776926, 28.563099], [-81.77671, 28.563097], [-81.776556, 28.563096], [-81.776723, 28.563873], [-81.776903, 28.564784], [-81.777013, 28.565338], [-81.777025, 28.565395], [-81.777051, 28.565525], [-81.777069, 28.565618], [-81.7771, 28.565776], [-81.777164, 28.565768], [-81.777197, 28.565763], [-81.777234, 28.56577], [-81.77726, 28.565797], [-81.777278, 28.565815], [-81.777305, 28.565879], [-81.777318, 28.565939], [-81.777333, 28.566005], [-81.777377, 28.566071], [-81.777405, 28.566111], [-81.777421, 28.566133], [-81.777451, 28.566191], [-81.777476, 28.566244], [-81.777477, 28.56631], [-81.777466, 28.566377], [-81.777455, 28.566523], [-81.777511, 28.566575], [-81.77759, 28.566609], [-81.777697, 28.566634], [-81.777807, 28.566644], [-81.777886, 28.566648], [-81.778123, 28.566671], [-81.77816, 28.566674], [-81.778191, 28.566679], [-81.778234, 28.566681], [-81.778283, 28.56668], [-81.77832, 28.566681], [-81.778362, 28.566685], [-81.778397, 28.566698], [-81.778431, 28.566701], [-81.77847, 28.566699], [-81.778486, 28.566694], [-81.778515, 28.566685], [-81.778534, 28.566677], [-81.77855, 28.56667], [-81.77858, 28.566644], [-81.778603, 28.566624], [-81.778637, 28.566587], [-81.778652, 28.566574], [-81.778672, 28.566557], [-81.778694, 28.56654], [-81.778719, 28.56652], [-81.778734, 28.56651], [-81.778758, 28.566493], [-81.778773, 28.566484], [-81.77879, 28.566473], [-81.778804, 28.566468], [-81.778815, 28.566464], [-81.778838, 28.566447], [-81.77886, 28.56643], [-81.778873, 28.566416], [-81.778889, 28.566398], [-81.778908, 28.566373], [-81.778921, 28.566355], [-81.778965, 28.566325], [-81.778971, 28.566313], [-81.778979, 28.566297], [-81.778986, 28.566264], [-81.778994, 28.56625], [-81.779003, 28.566231], [-81.779031, 28.566211], [-81.779053, 28.566204], [-81.77908, 28.566197], [-81.77913, 28.566192], [-81.779182, 28.566191], [-81.779231, 28.566194], [-81.779268, 28.566212], [-81.779305, 28.566214], [-81.779347, 28.566212], [-81.779391, 28.566212], [-81.77941, 28.566217], [-81.779432, 28.566229], [-81.779464, 28.566237], [-81.779496, 28.56623], [-81.779518, 28.566218], [-81.779535, 28.566205], [-81.779551, 28.566199], [-81.77958, 28.566198], [-81.779602, 28.566185], [-81.779612, 28.566173], [-81.779624, 28.56616], [-81.779651, 28.566148], [-81.7797, 28.566156], [-81.779741, 28.566164], [-81.779773, 28.566177], [-81.779814, 28.566192], [-81.779842, 28.566207], [-81.779865, 28.566207], [-81.779893, 28.566202], [-81.779914, 28.566195], [-81.779944, 28.566199], [-81.779975, 28.566202], [-81.780008, 28.566217], [-81.780025, 28.566235], [-81.780041, 28.566246], [-81.780067, 28.566253], [-81.780085, 28.56626], [-81.780117, 28.566273], [-81.780138, 28.566275], [-81.78015, 28.566277], [-81.780169, 28.566284], [-81.780185, 28.5663], [-81.780203, 28.566315], [-81.780224, 28.56632], [-81.780245, 28.566321], [-81.780265, 28.566321], [-81.78028, 28.566329], [-81.780293, 28.566331], [-81.780305, 28.56633], [-81.780324, 28.566327], [-81.780351, 28.566328], [-81.780359, 28.566357], [-81.780382, 28.566372], [-81.7804, 28.566374], [-81.780426, 28.566377], [-81.780468, 28.566379], [-81.780493, 28.566376], [-81.780511, 28.566374], [-81.780541, 28.566375], [-81.78056, 28.566376], [-81.780581, 28.566373], [-81.780622, 28.56637], [-81.780655, 28.56638], [-81.780674, 28.566403], [-81.780693, 28.566414], [-81.78071, 28.566409], [-81.780721, 28.566403], [-81.780731, 28.566397], [-81.78074, 28.566392], [-81.780753, 28.566388], [-81.780769, 28.566384], [-81.780796, 28.566389], [-81.780807, 28.566394], [-81.780822, 28.566399], [-81.780864, 28.566405], [-81.780889, 28.566424], [-81.780913, 28.566435], [-81.780939, 28.56644], [-81.780959, 28.566451], [-81.780986, 28.566456], [-81.781019, 28.566456], [-81.781039, 28.566452], [-81.781071, 28.566459], [-81.781085, 28.566469], [-81.781097, 28.566478], [-81.781115, 28.566486], [-81.781139, 28.566493], [-81.781168, 28.566501], [-81.781179, 28.566503], [-81.781203, 28.566506], [-81.781216, 28.566507], [-81.781241, 28.566511], [-81.781266, 28.566512], [-81.78131, 28.566508], [-81.781352, 28.566505], [-81.7814, 28.566507], [-81.781457, 28.566519], [-81.781498, 28.566533], [-81.78153, 28.566543], [-81.781559, 28.566548], [-81.781575, 28.566547], [-81.7816, 28.566545], [-81.781628, 28.566542], [-81.781647, 28.56654], [-81.781681, 28.566539], [-81.781704, 28.566538], [-81.781756, 28.566534], [-81.7818, 28.566537], [-81.781812, 28.566545], [-81.781836, 28.566559], [-81.781847, 28.56656], [-81.781861, 28.566561], [-81.781875, 28.566554], [-81.781891, 28.566545], [-81.781893, 28.566535], [-81.781891, 28.566503], [-81.7819, 28.566491], [-81.781923, 28.566488], [-81.781927, 28.566478], [-81.781919, 28.566447], [-81.781909, 28.566431], [-81.781897, 28.566407], [-81.781891, 28.566395], [-81.781886, 28.566385], [-81.781878, 28.566372], [-81.781859, 28.566352], [-81.781859, 28.566333], [-81.781863, 28.56632], [-81.781876, 28.566303], [-81.781891, 28.566279], [-81.78191, 28.566254], [-81.781956, 28.566225], [-81.78199, 28.56621], [-81.781999, 28.56617], [-81.78201, 28.566133], [-81.782002, 28.566104], [-81.781996, 28.566074], [-81.782001, 28.566047], [-81.782005, 28.566022], [-81.782, 28.565993], [-81.781997, 28.565966], [-81.781995, 28.565947], [-81.781997, 28.565927], [-81.781995, 28.5659], [-81.781989, 28.565878], [-81.782002, 28.565843], [-81.782006, 28.56583], [-81.781998, 28.565814], [-81.781983, 28.565796], [-81.781998, 28.565777], [-81.782034, 28.565764], [-81.782078, 28.565763], [-81.782097, 28.56575], [-81.782108, 28.565736], [-81.782106, 28.565717], [-81.782102, 28.565692], [-81.782091, 28.565664], [-81.782087, 28.565649], [-81.782054, 28.565617], [-81.782029, 28.565601], [-81.781993, 28.565582], [-81.781972, 28.565564], [-81.781966, 28.565542], [-81.781979, 28.56552], [-81.781986, 28.565505], [-81.781998, 28.565475], [-81.782022, 28.565459], [-81.782041, 28.565447], [-81.782066, 28.565427], [-81.782089, 28.565424], [-81.782124, 28.565427], [-81.782149, 28.565435], [-81.782175, 28.565442], [-81.782251, 28.565446], [-81.782318, 28.565426], [-81.782354, 28.565419], [-81.782407, 28.565405], [-81.782458, 28.565371], [-81.782667, 28.565373], [-81.782841, 28.565371], [-81.783149, 28.565117], [-81.785486, 28.565147], [-81.787405, 28.565181], [-81.787399, 28.565399], [-81.787419, 28.567318], [-81.787432, 28.568216], [-81.787451, 28.568219], [-81.787476, 28.568285], [-81.787434, 28.568467], [-81.787454, 28.569281], [-81.787476, 28.571832], [-81.787487, 28.572239], [-81.78749, 28.572891], [-81.788592, 28.572906], [-81.789546, 28.572898], [-81.789555, 28.573771], [-81.789563, 28.575439]], [[-81.739874, 28.555586], [-81.739867, 28.555348], [-81.739867, 28.555334], [-81.739768, 28.555321], [-81.739393, 28.555312], [-81.739317, 28.555189], [-81.739379, 28.555161], [-81.739455, 28.555135], [-81.73952, 28.555118], [-81.739614, 28.555103], [-81.739709, 28.555098], [-81.739768, 28.555098], [-81.739867, 28.555098], [-81.739867, 28.554847], [-81.739867, 28.554727], [-81.739871, 28.554352], [-81.739872, 28.554022], [-81.739873, 28.55391], [-81.739784, 28.553909], [-81.739772, 28.553908], [-81.739606, 28.553906], [-81.739431, 28.553904], [-81.73932, 28.553902], [-81.739274, 28.553902], [-81.739133, 28.553899], [-81.739297, 28.553641], [-81.739312, 28.553611], [-81.739321, 28.55358], [-81.739324, 28.553548], [-81.739321, 28.553515], [-81.739311, 28.553484], [-81.739295, 28.553455], [-81.739274, 28.553428], [-81.739248, 28.553406], [-81.739218, 28.553387], [-81.739183, 28.553343], [-81.739153, 28.553296], [-81.739128, 28.553247], [-81.739109, 28.553196], [-81.739095, 28.553144], [-81.739101, 28.553057], [-81.739102, 28.552969], [-81.739094, 28.552939], [-81.739082, 28.55291], [-81.739064, 28.552883], [-81.739042, 28.55286], [-81.739016, 28.552839], [-81.738987, 28.552823], [-81.738891, 28.552694], [-81.738369, 28.551999], [-81.738144, 28.551749], [-81.737859, 28.551582], [-81.737679, 28.551404], [-81.737604, 28.551323], [-81.737362, 28.551068], [-81.73763, 28.551067], [-81.737919, 28.551066], [-81.737724, 28.550755], [-81.737616, 28.550584], [-81.737519, 28.550429], [-81.737489, 28.550381], [-81.737462, 28.550259], [-81.737138, 28.550253], [-81.736578, 28.550245], [-81.736047, 28.550236], [-81.735782, 28.550232], [-81.735781, 28.550453], [-81.735773, 28.553298], [-81.73577, 28.553855], [-81.734189, 28.553834], [-81.731665, 28.5538], [-81.731667, 28.55326], [-81.731667, 28.553168], [-81.731576, 28.553088], [-81.731339, 28.552908], [-81.731112, 28.552748], [-81.730838, 28.552558], [-81.730645, 28.552413], [-81.730599, 28.552389], [-81.730545, 28.552356], [-81.730489, 28.552317], [-81.730377, 28.552248], [-81.729957, 28.552249], [-81.729943, 28.552262], [-81.729928, 28.55228], [-81.72992, 28.552291], [-81.729912, 28.552308], [-81.729907, 28.552321], [-81.729881, 28.552384], [-81.72987, 28.552443], [-81.729835, 28.552505], [-81.729723, 28.552583], [-81.729698, 28.552601], [-81.72968, 28.552617], [-81.729664, 28.552633], [-81.729648, 28.552652], [-81.729634, 28.55267], [-81.729624, 28.552686], [-81.729613, 28.552705], [-81.729601, 28.552731], [-81.729593, 28.552755], [-81.729586, 28.552781], [-81.729582, 28.552809], [-81.72958, 28.552834], [-81.72958, 28.552853], [-81.729583, 28.552884], [-81.729584, 28.552942], [-81.729594, 28.553003], [-81.729626, 28.553149], [-81.729629, 28.553229], [-81.729622, 28.553309], [-81.729612, 28.553585], [-81.729638, 28.553743], [-81.729643, 28.553782], [-81.729646, 28.553803], [-81.729652, 28.553838], [-81.72966, 28.553872], [-81.729671, 28.553908], [-81.729681, 28.553934], [-81.729693, 28.553962], [-81.729711, 28.553998], [-81.729718, 28.554009], [-81.729732, 28.554033], [-81.72975, 28.55406], [-81.729769, 28.554085], [-81.729803, 28.554172], [-81.729808, 28.554259], [-81.729782, 28.554589], [-81.729785, 28.554648], [-81.729786, 28.554778], [-81.729786, 28.554829], [-81.729789, 28.554877], [-81.729795, 28.554925], [-81.729804, 28.554972], [-81.72982, 28.555035], [-81.729836, 28.555081], [-81.729854, 28.555126], [-81.729874, 28.555171], [-81.729906, 28.555228], [-81.729942, 28.555284], [-81.729982, 28.555337], [-81.730015, 28.555375], [-81.730066, 28.555448], [-81.73011, 28.555497], [-81.730178, 28.555539], [-81.730269, 28.555581], [-81.730312, 28.555602], [-81.730349, 28.55562], [-81.730452, 28.555797], [-81.730469, 28.555865], [-81.730476, 28.555966], [-81.730498, 28.55603], [-81.730539, 28.556107], [-81.730584, 28.556188], [-81.730629, 28.556273], [-81.730682, 28.556348], [-81.730735, 28.556406], [-81.730777, 28.556461], [-81.730835, 28.556524], [-81.730898, 28.556573], [-81.730966, 28.556619], [-81.731065, 28.556668], [-81.731321, 28.55669], [-81.731405, 28.556681], [-81.731491, 28.556666], [-81.731578, 28.556651], [-81.731628, 28.556642], [-81.731725, 28.556595], [-81.731878, 28.556521], [-81.732102, 28.556432], [-81.732245, 28.556388], [-81.732681, 28.556328], [-81.733174, 28.556323], [-81.733405, 28.556365], [-81.733462, 28.556369], [-81.733537, 28.556354], [-81.733664, 28.556336], [-81.733771, 28.556328], [-81.733896, 28.556325], [-81.734005, 28.556329], [-81.734108, 28.556338], [-81.73428, 28.556364], [-81.734397, 28.556392], [-81.734652, 28.556478], [-81.734812, 28.556553], [-81.73491, 28.55661], [-81.735055, 28.556709], [-81.735192, 28.556823], [-81.735302, 28.556936], [-81.735396, 28.557057], [-81.735511, 28.557195], [-81.735761, 28.557466], [-81.735854, 28.557548], [-81.735991, 28.557647], [-81.736378, 28.557845], [-81.736478, 28.557867], [-81.73682, 28.557988], [-81.737219, 28.557988], [-81.737512, 28.557878], [-81.737873, 28.557558], [-81.737906, 28.557494], [-81.738718, 28.557508], [-81.739171, 28.557518], [-81.73987, 28.557534], [-81.739873, 28.557031], [-81.739867, 28.556666], [-81.739863, 28.556395], [-81.739869, 28.556107], [-81.739869, 28.555968], [-81.739869, 28.555823], [-81.739874, 28.555586]], [[-81.737857, 28.542681], [-81.737848, 28.541845], [-81.737844, 28.540835], [-81.737804, 28.540006], [-81.737798, 28.539909], [-81.73764, 28.539891], [-81.737557, 28.539875], [-81.737375, 28.53984], [-81.737107, 28.539865], [-81.737021, 28.53989], [-81.736788, 28.539956], [-81.736451, 28.540003], [-81.736219, 28.540028], [-81.736147, 28.540035], [-81.736023, 28.540048], [-81.735986, 28.540058], [-81.735934, 28.540071], [-81.735851, 28.540091], [-81.735533, 28.540172], [-81.734894, 28.539633], [-81.734878, 28.539618], [-81.734554, 28.539672], [-81.734226, 28.53974], [-81.733784, 28.539969], [-81.733496, 28.540076], [-81.733277, 28.540092], [-81.732913, 28.540009], [-81.732618, 28.539764], [-81.732521, 28.539536], [-81.732393, 28.539262], [-81.732342, 28.539041], [-81.73233, 28.539004], [-81.732306, 28.538931], [-81.732179, 28.538696], [-81.732124, 28.538624], [-81.732072, 28.538587], [-81.732002, 28.538539], [-81.731931, 28.538491], [-81.731795, 28.538441], [-81.73166, 28.538391], [-81.73166, 28.538615], [-81.731658, 28.538743], [-81.73166, 28.538756], [-81.73166, 28.539035], [-81.731645, 28.539007], [-81.731603, 28.538961], [-81.731526, 28.538877], [-81.731377, 28.53878], [-81.731293, 28.538736], [-81.731059, 28.538583], [-81.731008, 28.538587], [-81.730821, 28.538603], [-81.730645, 28.538664], [-81.730586, 28.538684], [-81.730449, 28.538728], [-81.730359, 28.538755], [-81.73027, 28.53878], [-81.730115, 28.538824], [-81.730044, 28.538846], [-81.729912, 28.538888], [-81.729704, 28.538904], [-81.729657, 28.538907], [-81.729636, 28.538911], [-81.729351, 28.538962], [-81.729064, 28.539059], [-81.729048, 28.539071], [-81.728923, 28.539162], [-81.728898, 28.53918], [-81.728846, 28.539218], [-81.728818, 28.539239], [-81.728664, 28.539446], [-81.728642, 28.539523], [-81.728481, 28.539521], [-81.728422, 28.53952], [-81.728178, 28.539517], [-81.728119, 28.539516], [-81.728036, 28.539514], [-81.727554, 28.539507], [-81.727554, 28.539351], [-81.727553, 28.539199], [-81.727553, 28.539136], [-81.723767, 28.539081], [-81.723755, 28.539209], [-81.723752, 28.539262], [-81.723751, 28.539378], [-81.723746, 28.539971], [-81.723738, 28.540905], [-81.724319, 28.540919], [-81.729653, 28.541015], [-81.729654, 28.540795], [-81.72973, 28.54081], [-81.730075, 28.540933], [-81.730166, 28.540959], [-81.73029, 28.540975], [-81.730352, 28.54098], [-81.73056, 28.540986], [-81.73069, 28.54098], [-81.731002, 28.540926], [-81.731452, 28.540806], [-81.731702, 28.540755], [-81.731784, 28.540746], [-81.731758, 28.542797], [-81.731756, 28.542937], [-81.731887, 28.54294], [-81.733235, 28.542974], [-81.733757, 28.542982], [-81.735327, 28.543021], [-81.735323, 28.542921], [-81.735322, 28.542878], [-81.735315, 28.541059], [-81.73551, 28.541191], [-81.735577, 28.541254], [-81.735769, 28.54146], [-81.735996, 28.541715], [-81.736145, 28.541863], [-81.736398, 28.542163], [-81.736578, 28.542374], [-81.736644, 28.542445], [-81.736814, 28.542635], [-81.736849, 28.542676], [-81.736866, 28.5427], [-81.736885, 28.542728], [-81.736901, 28.542761], [-81.736911, 28.542783], [-81.736915, 28.542804], [-81.736902, 28.542876], [-81.736896, 28.542909], [-81.736866, 28.542908], [-81.736833, 28.542906], [-81.736831, 28.543029], [-81.73683, 28.54316], [-81.736825, 28.544784], [-81.737848, 28.544802], [-81.737851, 28.543914], [-81.737851, 28.543095], [-81.737851, 28.543058], [-81.737851, 28.542967], [-81.737852, 28.542935], [-81.737857, 28.542681]], [[-81.731736, 28.5476], [-81.731642, 28.547597], [-81.731268, 28.547596], [-81.730895, 28.547595], [-81.730825, 28.547595], [-81.730825, 28.547709], [-81.730822, 28.547916], [-81.73082, 28.548329], [-81.730819, 28.548517], [-81.730819, 28.548584], [-81.731639, 28.548587], [-81.731657, 28.548341], [-81.73173, 28.548343], [-81.731734, 28.547989], [-81.731735, 28.54793], [-81.731735, 28.547707], [-81.731736, 28.5476]], [[-81.730015, 28.546729], [-81.729623, 28.546728], [-81.729623, 28.546906], [-81.729619, 28.54706], [-81.729633, 28.547911], [-81.729983, 28.547919], [-81.729992, 28.547612], [-81.729978, 28.547473], [-81.729977, 28.547398], [-81.729996, 28.547212], [-81.729999, 28.547108], [-81.730003, 28.547059], [-81.730014, 28.54694], [-81.730012, 28.546902], [-81.730009, 28.546817], [-81.730015, 28.546729]], [[-81.725517, 28.544883], [-81.725289, 28.544885], [-81.725086, 28.544876], [-81.725075, 28.545883], [-81.725518, 28.545874], [-81.725517, 28.544883]], [[-81.724265, 28.545412], [-81.724119, 28.545412], [-81.724032, 28.545411], [-81.723883, 28.545411], [-81.723883, 28.54548], [-81.72369, 28.545479], [-81.72356, 28.545478], [-81.723511, 28.545477], [-81.723511, 28.545639], [-81.723882, 28.545645], [-81.723882, 28.54559], [-81.724263, 28.545592], [-81.724264, 28.545483], [-81.724265, 28.545412]], [[-81.723581, 28.537809], [-81.723496, 28.537809], [-81.722456, 28.537807], [-81.722449, 28.538694], [-81.722446, 28.539159], [-81.721467, 28.53916], [-81.721407, 28.539159], [-81.721408, 28.539049], [-81.721418, 28.537443], [-81.721422, 28.537284], [-81.72143, 28.537193], [-81.720693, 28.537201], [-81.720094, 28.537207], [-81.719989, 28.537206], [-81.719987, 28.537266], [-81.719986, 28.537329], [-81.719942, 28.537349], [-81.719697, 28.537455], [-81.71942, 28.537513], [-81.719267, 28.537517], [-81.719203, 28.537512], [-81.719139, 28.537502], [-81.719011, 28.53752], [-81.718601, 28.537747], [-81.718014, 28.538326], [-81.717672, 28.538766], [-81.717202, 28.539476], [-81.717084, 28.539708], [-81.716994, 28.53999], [-81.719324, 28.539966], [-81.719324, 28.540558], [-81.719328, 28.540989], [-81.721435, 28.540978], [-81.721444, 28.541853], [-81.72144, 28.542604], [-81.721483, 28.542603], [-81.721549, 28.542602], [-81.722841, 28.542588], [-81.723093, 28.542584], [-81.723104, 28.542587], [-81.723115, 28.542589], [-81.723171, 28.542589], [-81.7232, 28.542589], [-81.72339, 28.542588], [-81.723388, 28.542511], [-81.723389, 28.542367], [-81.723397, 28.542263], [-81.723399, 28.542174], [-81.723407, 28.542102], [-81.723415, 28.54205], [-81.723424, 28.541994], [-81.723437, 28.541895], [-81.723451, 28.541794], [-81.723466, 28.541684], [-81.72348, 28.541575], [-81.7235, 28.541451], [-81.723506, 28.541359], [-81.723404, 28.541263], [-81.723411, 28.5409], [-81.723426, 28.539187], [-81.723426, 28.53908], [-81.723486, 28.538775], [-81.723524, 28.538497], [-81.723567, 28.538109], [-81.723575, 28.538014], [-81.723581, 28.537809]], [[-81.723489, 28.531265], [-81.723488, 28.531045], [-81.723488, 28.530825], [-81.723488, 28.530605], [-81.723487, 28.530385], [-81.723487, 28.530165], [-81.723487, 28.529945], [-81.723487, 28.529723], [-81.723486, 28.529516], [-81.723486, 28.529296], [-81.723486, 28.529012], [-81.723486, 28.528824], [-81.723485, 28.528509], [-81.723485, 28.528496], [-81.723484, 28.528462], [-81.72344, 28.528463], [-81.720512, 28.528524], [-81.720408, 28.528528], [-81.719588, 28.528534], [-81.719328, 28.528533], [-81.7193, 28.528536], [-81.719298, 28.528444], [-81.719296, 28.528372], [-81.719294, 28.528283], [-81.719289, 28.527833], [-81.719259, 28.526324], [-81.719265, 28.525877], [-81.719243, 28.52507], [-81.719263, 28.523346], [-81.71764, 28.523347], [-81.71721, 28.523342], [-81.71721, 28.523354], [-81.717204, 28.525075], [-81.717656, 28.525073], [-81.717753, 28.525072], [-81.718255, 28.525077], [-81.718252, 28.526805], [-81.71515, 28.526824], [-81.715145, 28.52519], [-81.715146, 28.525087], [-81.71563, 28.525083], [-81.716091, 28.525081], [-81.716071, 28.523787], [-81.715121, 28.523776], [-81.715122, 28.523683], [-81.715112, 28.523111], [-81.715105, 28.522877], [-81.71507, 28.521636], [-81.713981, 28.521625], [-81.712524, 28.521627], [-81.711835, 28.521626], [-81.711691, 28.521625], [-81.711601, 28.521625], [-81.711318, 28.521625], [-81.710772, 28.521623], [-81.710606, 28.521626], [-81.70951, 28.521617], [-81.707916, 28.52162], [-81.707081, 28.521621], [-81.707009, 28.521621], [-81.706959, 28.521621], [-81.70696, 28.52164], [-81.706961, 28.521701], [-81.706962, 28.521864], [-81.706965, 28.522141], [-81.706966, 28.522195], [-81.706967, 28.522288], [-81.706971, 28.522644], [-81.706988, 28.523014], [-81.707004, 28.523377], [-81.707046, 28.523377], [-81.707051, 28.524452], [-81.707054, 28.524959], [-81.707029, 28.52511], [-81.707024, 28.52514], [-81.707, 28.52528], [-81.707004, 28.525641], [-81.707009, 28.526066], [-81.707014, 28.526491], [-81.707018, 28.526917], [-81.707023, 28.527329], [-81.707028, 28.527742], [-81.707032, 28.528154], [-81.707036, 28.52848], [-81.707041, 28.528575], [-81.707097, 28.528665], [-81.707102, 28.529242], [-81.707108, 28.529912], [-81.707121, 28.531298], [-81.707122, 28.531416], [-81.707123, 28.531553], [-81.707125, 28.5318], [-81.707127, 28.532048], [-81.70713, 28.532295], [-81.707132, 28.532543], [-81.707134, 28.53279], [-81.707136, 28.533038], [-81.707139, 28.533285], [-81.70714, 28.533488], [-81.707141, 28.533547], [-81.707142, 28.533719], [-81.707149, 28.534385], [-81.707151, 28.534633], [-81.707153, 28.53488], [-81.707155, 28.535128], [-81.70716, 28.53587], [-81.70716, 28.537268], [-81.70716, 28.537798], [-81.707161, 28.538098], [-81.707168, 28.538294], [-81.707174, 28.538403], [-81.707177, 28.538509], [-81.707177, 28.538729], [-81.707173, 28.539231], [-81.707169, 28.539719], [-81.707162, 28.540214], [-81.707162, 28.540462], [-81.707175, 28.541046], [-81.707479, 28.541044], [-81.711139, 28.54102], [-81.711134, 28.542823], [-81.715245, 28.542791], [-81.715247, 28.543759], [-81.715248, 28.544095], [-81.715248, 28.544112], [-81.715249, 28.544187], [-81.715382, 28.544146], [-81.715489, 28.544104], [-81.715605, 28.544058], [-81.715718, 28.54401], [-81.715834, 28.543961], [-81.71605, 28.543855], [-81.716153, 28.543799], [-81.71636, 28.543682], [-81.716459, 28.543622], [-81.716561, 28.543556], [-81.716749, 28.543425], [-81.716948, 28.543299], [-81.717056, 28.543241], [-81.717213, 28.543159], [-81.717175, 28.543097], [-81.717201, 28.543083], [-81.71724, 28.543065], [-81.717246, 28.542965], [-81.717254, 28.542831], [-81.717358, 28.542831], [-81.717325, 28.542776], [-81.717217, 28.542555], [-81.716817, 28.541735], [-81.716801, 28.541701], [-81.716786, 28.541668], [-81.716771, 28.541633], [-81.716757, 28.541599], [-81.716744, 28.541565], [-81.716731, 28.54153], [-81.716719, 28.541495], [-81.716708, 28.54146], [-81.716698, 28.541425], [-81.716688, 28.541389], [-81.716679, 28.541354], [-81.71667, 28.541318], [-81.716662, 28.541282], [-81.716655, 28.541246], [-81.716649, 28.54121], [-81.716643, 28.541174], [-81.716631, 28.541065], [-81.716628, 28.541029], [-81.716626, 28.540992], [-81.716624, 28.540927], [-81.716619, 28.540384], [-81.716619, 28.540347], [-81.71662, 28.540311], [-81.716621, 28.540274], [-81.716623, 28.540238], [-81.716626, 28.540201], [-81.71663, 28.540165], [-81.716634, 28.540129], [-81.716638, 28.540105], [-81.716645, 28.540056], [-81.716657, 28.539993], [-81.716667, 28.539949], [-81.716675, 28.539913], [-81.716684, 28.539877], [-81.716694, 28.539842], [-81.716705, 28.539807], [-81.716717, 28.539772], [-81.716729, 28.539737], [-81.716741, 28.539702], [-81.716755, 28.539668], [-81.716769, 28.539633], [-81.716784, 28.539599], [-81.716799, 28.539566], [-81.716815, 28.539532], [-81.716832, 28.539499], [-81.71685, 28.539466], [-81.716868, 28.539433], [-81.716887, 28.5394], [-81.716906, 28.539368], [-81.716926, 28.539336], [-81.716959, 28.539286], [-81.717655, 28.538266], [-81.717677, 28.538235], [-81.717699, 28.538205], [-81.717722, 28.538174], [-81.717746, 28.538144], [-81.71777, 28.538114], [-81.717794, 28.538085], [-81.717819, 28.538056], [-81.717845, 28.538028], [-81.717872, 28.538], [-81.717898, 28.537972], [-81.717926, 28.537945], [-81.717954, 28.537918], [-81.717982, 28.537891], [-81.718011, 28.537865], [-81.718041, 28.53784], [-81.718071, 28.537815], [-81.718101, 28.53779], [-81.718132, 28.537766], [-81.718181, 28.53773], [-81.718385, 28.537582], [-81.718419, 28.537558], [-81.718458, 28.537531], [-81.718487, 28.537512], [-81.718522, 28.53749], [-81.718557, 28.537468], [-81.718593, 28.537447], [-81.718629, 28.537426], [-81.718665, 28.537406], [-81.718702, 28.537387], [-81.718739, 28.537368], [-81.718777, 28.53735], [-81.718815, 28.537332], [-81.718853, 28.537315], [-81.718915, 28.537288], [-81.718995, 28.537288], [-81.719061, 28.537264], [-81.719104, 28.53725], [-81.719158, 28.537233], [-81.719192, 28.537223], [-81.719236, 28.53721], [-81.719281, 28.537199], [-81.719325, 28.537188], [-81.719383, 28.537175], [-81.719424, 28.537166], [-81.719466, 28.537159], [-81.719507, 28.537151], [-81.719549, 28.537145], [-81.719591, 28.537139], [-81.719633, 28.537134], [-81.719675, 28.537129], [-81.719717, 28.537125], [-81.719759, 28.537122], [-81.719802, 28.537119], [-81.719839, 28.537118], [-81.719886, 28.537116], [-81.719934, 28.537119], [-81.71999, 28.537114], [-81.719996, 28.536746], [-81.719998, 28.536593], [-81.720001, 28.536354], [-81.719899, 28.535901], [-81.720318, 28.535663], [-81.721181, 28.535554], [-81.721251, 28.535458], [-81.721408, 28.535457], [-81.721401, 28.533729], [-81.71968, 28.533744], [-81.71933, 28.533743], [-81.719324, 28.532625], [-81.719322, 28.532017], [-81.71958, 28.53204], [-81.72294, 28.531987], [-81.723443, 28.531983], [-81.723477, 28.532024], [-81.723489, 28.531898], [-81.723489, 28.531691], [-81.723489, 28.531485], [-81.723489, 28.531265]], [[-81.723395, 28.544116], [-81.723394, 28.542895], [-81.723184, 28.542894], [-81.722966, 28.542894], [-81.722938, 28.542868], [-81.721493, 28.542879], [-81.721439, 28.542894], [-81.72144, 28.542791], [-81.72144, 28.542748], [-81.719509, 28.542755], [-81.718627, 28.542793], [-81.718628, 28.543105], [-81.718633, 28.544621], [-81.718639, 28.546422], [-81.718638, 28.54649], [-81.718634, 28.546601], [-81.718631, 28.546691], [-81.718672, 28.546691], [-81.719258, 28.546693], [-81.719338, 28.546693], [-81.719331, 28.54661], [-81.719328, 28.546479], [-81.719332, 28.546434], [-81.719323, 28.544614], [-81.719334, 28.544614], [-81.721447, 28.544594], [-81.721456, 28.544806], [-81.721459, 28.544863], [-81.723183, 28.544849], [-81.723359, 28.544848], [-81.723365, 28.544807], [-81.723381, 28.544635], [-81.723391, 28.544461], [-81.723395, 28.544289], [-81.723395, 28.544116]], [[-81.723393, 28.517936], [-81.723296, 28.517936], [-81.720188, 28.517943], [-81.720106, 28.517995], [-81.71927, 28.518], [-81.719268, 28.518248], [-81.71927, 28.518486], [-81.719271, 28.518876], [-81.71927, 28.51897], [-81.719237, 28.518986], [-81.71922, 28.518993], [-81.719163, 28.519029], [-81.719096, 28.51908], [-81.719041, 28.519122], [-81.719016, 28.519152], [-81.719021, 28.519249], [-81.719051, 28.519384], [-81.71908, 28.519451], [-81.719115, 28.519548], [-81.719125, 28.519607], [-81.719145, 28.519717], [-81.719164, 28.519772], [-81.71917, 28.519831], [-81.719203, 28.520028], [-81.71924, 28.520192], [-81.719262, 28.520282], [-81.719343, 28.520623], [-81.719369, 28.520732], [-81.719379, 28.520791], [-81.719399, 28.520909], [-81.719409, 28.520968], [-81.719415, 28.521039], [-81.71942, 28.52112], [-81.719535, 28.521636], [-81.719609, 28.521636], [-81.719672, 28.521636], [-81.720696, 28.521636], [-81.723293, 28.521637], [-81.723369, 28.521637], [-81.723393, 28.517936]], [[-81.719326, 28.547061], [-81.719319, 28.54687], [-81.719263, 28.54687], [-81.718716, 28.546868], [-81.718713, 28.547059], [-81.718704, 28.547455], [-81.719326, 28.547454], [-81.719326, 28.547061]], [[-81.71641, 28.566485], [-81.715246, 28.566481], [-81.714987, 28.56646], [-81.714963, 28.56472], [-81.714522, 28.564721], [-81.711598, 28.564728], [-81.709214, 28.564715], [-81.708426, 28.564717], [-81.707963, 28.564626], [-81.707543, 28.564423], [-81.707255, 28.564224], [-81.707246, 28.564218], [-81.706927, 28.564135], [-81.706926, 28.563941], [-81.706925, 28.563878], [-81.70691, 28.562656], [-81.706563, 28.562541], [-81.706117, 28.5623], [-81.70585, 28.562083], [-81.705648, 28.561862], [-81.705464, 28.561586], [-81.705356, 28.561356], [-81.705284, 28.56113], [-81.704659, 28.561109], [-81.704084, 28.561111], [-81.701085, 28.561113], [-81.701081, 28.561422], [-81.701061, 28.563109], [-81.70105, 28.56441], [-81.701051, 28.56468], [-81.70105, 28.564757], [-81.700494, 28.564759], [-81.700037, 28.56476], [-81.700046, 28.564957], [-81.700055, 28.565912], [-81.700806, 28.566206], [-81.701287, 28.566411], [-81.701542, 28.566538], [-81.701912, 28.566789], [-81.702295, 28.567108], [-81.702713, 28.567432], [-81.702954, 28.567585], [-81.703252, 28.567743], [-81.703338, 28.567783], [-81.703345, 28.567351], [-81.703345, 28.56695], [-81.703356, 28.566563], [-81.703588, 28.566561], [-81.703853, 28.566563], [-81.705322, 28.566565], [-81.706839, 28.566563], [-81.706798, 28.569168], [-81.706795, 28.569367], [-81.706845, 28.569382], [-81.706895, 28.569396], [-81.707082, 28.569431], [-81.707459, 28.569474], [-81.707852, 28.569479], [-81.708287, 28.56944], [-81.708507, 28.569394], [-81.708921, 28.569267], [-81.709287, 28.569115], [-81.709474, 28.569026], [-81.710913, 28.568216], [-81.711166, 28.568087], [-81.711371, 28.567993], [-81.711491, 28.567949], [-81.711809, 28.567855], [-81.712004, 28.567812], [-81.712307, 28.567767], [-81.712648, 28.567739], [-81.71372, 28.567787], [-81.714341, 28.5678], [-81.715728, 28.567744], [-81.715804, 28.567743], [-81.716264, 28.567735], [-81.716396, 28.567728], [-81.71641, 28.566485]], [[-81.715079, 28.576386], [-81.71421, 28.57562], [-81.713654, 28.57513], [-81.713502, 28.574995], [-81.713429, 28.574931], [-81.713364, 28.574873], [-81.713329, 28.574843], [-81.713277, 28.574799], [-81.713253, 28.574781], [-81.713251, 28.575066], [-81.713245, 28.575798], [-81.713239, 28.577362], [-81.71499, 28.577356], [-81.715084, 28.577358], [-81.715079, 28.576386]], [[-81.713156, 28.546821], [-81.712069, 28.546813], [-81.712012, 28.546813], [-81.712018, 28.546999], [-81.712013, 28.547681], [-81.712013, 28.547891], [-81.712012, 28.548404], [-81.712051, 28.548404], [-81.713143, 28.548394], [-81.713131, 28.547893], [-81.713146, 28.547049], [-81.713152, 28.546905], [-81.713156, 28.546821]], [[-81.706961, 28.535583], [-81.702957, 28.535534], [-81.702984, 28.536699], [-81.702922, 28.537066], [-81.70293, 28.537213], [-81.70293, 28.537254], [-81.702996, 28.537255], [-81.703078, 28.537273], [-81.703176, 28.53732], [-81.703188, 28.537326], [-81.703257, 28.537388], [-81.703335, 28.537495], [-81.703403, 28.537674], [-81.703363, 28.537865], [-81.703346, 28.538029], [-81.703311, 28.538113], [-81.703258, 28.538242], [-81.70323, 28.538407], [-81.703247, 28.538663], [-81.703253, 28.538725], [-81.703249, 28.538741], [-81.70308, 28.539067], [-81.702926, 28.539169], [-81.702926, 28.539196], [-81.705041, 28.539222], [-81.70557, 28.539229], [-81.705948, 28.539234], [-81.70637, 28.539239], [-81.706924, 28.539246], [-81.70695, 28.538293], [-81.706053, 28.538266], [-81.706052, 28.5373], [-81.706068, 28.5373], [-81.706202, 28.537302], [-81.706535, 28.537307], [-81.706959, 28.537313], [-81.706959, 28.53726], [-81.706959, 28.536921], [-81.706959, 28.536709], [-81.706961, 28.535583]], [[-81.704322, 28.571883], [-81.704167, 28.571818], [-81.703995, 28.57171], [-81.703847, 28.571614], [-81.703552, 28.571465], [-81.703386, 28.571446], [-81.703108, 28.571508], [-81.702908, 28.571587], [-81.702744, 28.571701], [-81.702623, 28.571805], [-81.702496, 28.571992], [-81.702406, 28.572092], [-81.702297, 28.572209], [-81.702125, 28.572376], [-81.702008, 28.572487], [-81.701892, 28.572621], [-81.701748, 28.572792], [-81.701581, 28.572944], [-81.701494, 28.5731], [-81.701483, 28.573257], [-81.701447, 28.573407], [-81.701446, 28.573581], [-81.701451, 28.573802], [-81.701469, 28.573912], [-81.701484, 28.574135], [-81.701499, 28.574318], [-81.701491, 28.574437], [-81.701341, 28.574657], [-81.701201, 28.574785], [-81.701099, 28.574859], [-81.701158, 28.575036], [-81.701222, 28.575132], [-81.701368, 28.575269], [-81.701633, 28.575401], [-81.701755, 28.57547], [-81.701847, 28.575515], [-81.702011, 28.575585], [-81.702133, 28.575653], [-81.702384, 28.575732], [-81.702409, 28.575739], [-81.702555, 28.575769], [-81.702637, 28.575786], [-81.702692, 28.575797], [-81.702781, 28.575809], [-81.702849, 28.575818], [-81.702889, 28.575821], [-81.702932, 28.575818], [-81.702994, 28.575806], [-81.703053, 28.575802], [-81.703167, 28.575806], [-81.703272, 28.575815], [-81.703444, 28.575815], [-81.70354, 28.575815], [-81.703612, 28.575811], [-81.703694, 28.575803], [-81.70377, 28.575799], [-81.703824, 28.575792], [-81.703909, 28.575766], [-81.703992, 28.575742], [-81.70409, 28.575718], [-81.704117, 28.575712], [-81.704205, 28.575693], [-81.704344, 28.575668], [-81.704427, 28.575655], [-81.702682, 28.57565], [-81.702694, 28.571993], [-81.704691, 28.571997], [-81.704322, 28.571883]], [[-81.704623, 28.531445], [-81.704618, 28.530938], [-81.701832, 28.530909], [-81.701846, 28.532906], [-81.704637, 28.532923], [-81.704623, 28.531445]], [[-81.698775, 28.496157], [-81.697188, 28.496169], [-81.69669, 28.496171], [-81.696667, 28.499738], [-81.698739, 28.499734], [-81.698739, 28.499624], [-81.698744, 28.499056], [-81.698769, 28.496391], [-81.698775, 28.496157]], [[-81.694726, 28.542725], [-81.689098, 28.542673], [-81.687531, 28.542674], [-81.687532, 28.542742], [-81.68753, 28.543509], [-81.687529, 28.544114], [-81.689083, 28.544135], [-81.689082, 28.544605], [-81.689082, 28.544739], [-81.689085, 28.545314], [-81.689087, 28.545633], [-81.689069, 28.546165], [-81.689066, 28.546443], [-81.690237, 28.546456], [-81.692568, 28.54647], [-81.692699, 28.546471], [-81.694725, 28.546486], [-81.694725, 28.546277], [-81.694726, 28.542725]], [[-81.678548, 28.546712], [-81.678336, 28.546715], [-81.678255, 28.54671], [-81.678249, 28.547282], [-81.678542, 28.547284], [-81.678548, 28.546712]]]]}, "properties": {"name": "Clermont", "median_income": 79789}}, {"type": "Feature", "geometry": {"type": "MultiPolygon", "coordinates": [[[[-81.897439, 28.898402], [-81.897426, 28.898764], [-81.897419, 28.899801], [-81.897419, 28.899828], [-81.897284, 28.899828], [-81.895359, 28.899827], [-81.895364, 28.901572], [-81.891213, 28.901532], [-81.891199, 28.898003], [-81.897264, 28.898004], [-81.897391, 28.898007], [-81.897429, 28.898174], [-81.897439, 28.898402]]], [[[-81.938146, 28.944254], [-81.938146, 28.944502], [-81.937958, 28.944502], [-81.93777, 28.944502], [-81.937739, 28.944502], [-81.937739, 28.944292], [-81.937739, 28.944188], [-81.938147, 28.94419], [-81.938146, 28.944254]]], [[[-81.938724, 28.944748], [-81.938724, 28.944821], [-81.93852, 28.944822], [-81.93852, 28.944773], [-81.938521, 28.944502], [-81.938521, 28.944394], [-81.938521, 28.944301], [-81.938522, 28.944188], [-81.938718, 28.944187], [-81.938718, 28.944269], [-81.938722, 28.944421], [-81.938724, 28.944502], [-81.938724, 28.944748]]], [[[-81.939132, 28.944134], [-81.939088, 28.944147], [-81.93898, 28.944166], [-81.9389, 28.944174], [-81.938892, 28.944106], [-81.938886, 28.944067], [-81.938853, 28.943861], [-81.938869, 28.943859], [-81.938886, 28.943856], [-81.938904, 28.943853], [-81.938931, 28.943848], [-81.938972, 28.943839], [-81.938991, 28.943835], [-81.93902, 28.943827], [-81.939093, 28.944031], [-81.939105, 28.944063], [-81.939132, 28.944134]]], [[[-81.940156, 28.942837], [-81.940101, 28.942895], [-81.939933, 28.942773], [-81.939827, 28.942695], [-81.939873, 28.942643], [-81.939948, 28.942569], [-81.940035, 28.942632], [-81.940221, 28.942768], [-81.940156, 28.942837]]], [[[-81.940639, 28.942832], [-81.940558, 28.94292], [-81.940495, 28.942874], [-81.940447, 28.942839], [-81.940279, 28.942716], [-81.940354, 28.942636], [-81.940398, 28.942589], [-81.940611, 28.942752], [-81.940675, 28.9428], [-81.940639, 28.942832]]], [[[-81.940746, 28.943718], [-81.940705, 28.943787], [-81.940674, 28.943857], [-81.940656, 28.943849], [-81.940597, 28.943824], [-81.940523, 28.943792], [-81.940419, 28.943747], [-81.940342, 28.943714], [-81.940353, 28.9437], [-81.940399, 28.943642], [-81.940433, 28.943598], [-81.940454, 28.943572], [-81.940502, 28.943596], [-81.940551, 28.94362], [-81.940648, 28.943669], [-81.940713, 28.943702], [-81.940746, 28.943718]]], [[[-81.941046, 28.942915], [-81.940973, 28.942972], [-81.940774, 28.942799], [-81.940725, 28.942756], [-81.94079, 28.942699], [-81.940888, 28.942632], [-81.940931, 28.942685], [-81.941084, 28.942885], [-81.941046, 28.942915]]], [[[-81.941307, 28.94351], [-81.941246, 28.943603], [-81.941015, 28.943488], [-81.940928, 28.943446], [-81.940848, 28.943562], [-81.940569, 28.943422], [-81.940639, 28.943333], [-81.94071, 28.943244], [-81.940739, 28.943207], [-81.940845, 28.943074], [-81.941075, 28.943285], [-81.941116, 28.943252], [-81.941128, 28.943244], [-81.941168, 28.943292], [-81.94121, 28.94334], [-81.941344, 28.943491], [-81.941307, 28.94351]]], [[[-81.941937, 28.942874], [-81.941729, 28.942963], [-81.941563, 28.942677], [-81.941851, 28.942549], [-81.942014, 28.942844], [-81.941937, 28.942874]]], [[[-81.942157, 28.947264], [-81.942005, 28.947373], [-81.94198, 28.947391], [-81.941806, 28.947102], [-81.94182, 28.947096], [-81.941924, 28.947021], [-81.94195, 28.947045], [-81.942174, 28.947251], [-81.942157, 28.947264]]], [[[-81.942158, 28.944787], [-81.9421, 28.944866], [-81.941882, 28.944764], [-81.94184, 28.944744], [-81.941784, 28.944719], [-81.941817, 28.944666], [-81.941862, 28.9446], [-81.941894, 28.94456], [-81.941947, 28.94459], [-81.942003, 28.944624], [-81.942194, 28.944738], [-81.942158, 28.944787]]], [[[-81.942286, 28.946116], [-81.942092, 28.94622], [-81.942047, 28.946105], [-81.941986, 28.945946], [-81.94197, 28.945905], [-81.941951, 28.945857], [-81.941965, 28.945853], [-81.942002, 28.945844], [-81.94215, 28.945792], [-81.942206, 28.945925], [-81.942286, 28.946116]]], [[[-81.942266, 28.946614], [-81.942186, 28.946723], [-81.94211, 28.946681], [-81.941882, 28.946552], [-81.941888, 28.946537], [-81.941702, 28.946537], [-81.941617, 28.946538], [-81.941555, 28.946537], [-81.941553, 28.946374], [-81.941616, 28.946373], [-81.941659, 28.946373], [-81.941942, 28.946371], [-81.942221, 28.946529], [-81.942261, 28.946551], [-81.942302, 28.946575], [-81.942266, 28.946614]]], [[[-81.942327, 28.943412], [-81.942125, 28.943494], [-81.94204, 28.943532], [-81.941882, 28.943244], [-81.942166, 28.943119], [-81.942327, 28.943412]]], [[[-81.942383, 28.945276], [-81.942369, 28.94537], [-81.942283, 28.945359], [-81.942256, 28.945356], [-81.941949, 28.945313], [-81.941992, 28.945161], [-81.941999, 28.945135], [-81.942106, 28.945161], [-81.942315, 28.945212], [-81.942397, 28.945231], [-81.942383, 28.945276]]], [[[-81.942472, 28.947854], [-81.942315, 28.947967], [-81.942137, 28.947776], [-81.942093, 28.947731], [-81.942174, 28.947671], [-81.94225, 28.947617], [-81.942294, 28.947662], [-81.942354, 28.947727], [-81.942472, 28.947854]]], [[[-81.942497, 28.940544], [-81.942369, 28.940665], [-81.942316, 28.940622], [-81.942106, 28.940452], [-81.942233, 28.940331], [-81.942434, 28.940494], [-81.942497, 28.940544]]], [[[-81.942697, 28.94724], [-81.942554, 28.947376], [-81.942424, 28.947269], [-81.942292, 28.947159], [-81.942325, 28.947113], [-81.942393, 28.94702], [-81.942614, 28.94718], [-81.942697, 28.94724]]], [[[-81.942618, 28.94197], [-81.9424, 28.941847], [-81.942321, 28.941802], [-81.942344, 28.941771], [-81.942144, 28.941656], [-81.942032, 28.941592], [-81.942112, 28.941486], [-81.941932, 28.941383], [-81.941818, 28.941317], [-81.941891, 28.941222], [-81.94193, 28.941169], [-81.942044, 28.941234], [-81.942223, 28.941337], [-81.942135, 28.941455], [-81.942165, 28.941471], [-81.942199, 28.941491], [-81.942271, 28.941532], [-81.942447, 28.941633], [-81.942425, 28.941662], [-81.942505, 28.941708], [-81.94272, 28.941832], [-81.942618, 28.94197]]], [[[-81.94313, 28.946096], [-81.94283, 28.946244], [-81.94276, 28.946277], [-81.942752, 28.946265], [-81.942671, 28.946136], [-81.942738, 28.9461], [-81.943038, 28.945952], [-81.94313, 28.946096]]], [[[-81.94308, 28.941348], [-81.94304, 28.941402], [-81.943023, 28.941425], [-81.942926, 28.941556], [-81.94263, 28.941386], [-81.942649, 28.94136], [-81.942345, 28.941184], [-81.942338, 28.941195], [-81.942313, 28.941178], [-81.942293, 28.941166], [-81.942169, 28.941095], [-81.942039, 28.94102], [-81.942061, 28.94099], [-81.942111, 28.940929], [-81.942137, 28.940897], [-81.941895, 28.940756], [-81.941829, 28.940717], [-81.941845, 28.940697], [-81.941865, 28.940673], [-81.941976, 28.940568], [-81.942253, 28.940777], [-81.942296, 28.940734], [-81.942325, 28.940707], [-81.942375, 28.94075], [-81.942423, 28.940791], [-81.942574, 28.940919], [-81.942589, 28.940905], [-81.942607, 28.940889], [-81.942726, 28.94078], [-81.942747, 28.940762], [-81.94291, 28.9409], [-81.942998, 28.940975], [-81.942893, 28.941082], [-81.943137, 28.941299], [-81.94308, 28.941348]]], [[[-81.943194, 28.942933], [-81.943076, 28.943045], [-81.943005, 28.943095], [-81.942951, 28.943035], [-81.942914, 28.942991], [-81.942789, 28.942842], [-81.942828, 28.942802], [-81.942921, 28.942709], [-81.943074, 28.942798], [-81.943231, 28.942888], [-81.943194, 28.942933]]], [[[-81.943317, 28.940653], [-81.943124, 28.940848], [-81.942879, 28.940644], [-81.942782, 28.940561], [-81.942692, 28.940485], [-81.942622, 28.940427], [-81.942563, 28.940374], [-81.942361, 28.94021], [-81.94251, 28.940068], [-81.942559, 28.940023], [-81.94283, 28.940241], [-81.943086, 28.940456], [-81.943211, 28.94056], [-81.943317, 28.940653]]], [[[-81.943864, 28.941545], [-81.943713, 28.941673], [-81.943516, 28.941505], [-81.943467, 28.941462], [-81.943627, 28.941319], [-81.94377, 28.941456], [-81.943864, 28.941545]]], [[[-81.944066, 28.948169], [-81.944022, 28.948168], [-81.943835, 28.948169], [-81.943846, 28.947844], [-81.944064, 28.947822], [-81.944066, 28.948169]]], [[[-81.944079, 28.942906], [-81.944003, 28.943003], [-81.943703, 28.942823], [-81.943805, 28.942685], [-81.944111, 28.94286], [-81.944079, 28.942906]]], [[[-81.944701, 28.945477], [-81.944629, 28.945585], [-81.944551, 28.945542], [-81.944248, 28.945374], [-81.944332, 28.945226], [-81.94459, 28.945368], [-81.944728, 28.945444], [-81.944701, 28.945477]]], [[[-81.944775, 28.94635], [-81.944624, 28.9466], [-81.944588, 28.946663], [-81.944544, 28.94664], [-81.944394, 28.94689], [-81.944159, 28.946777], [-81.944379, 28.946538], [-81.944305, 28.946482], [-81.944386, 28.946409], [-81.944612, 28.946207], [-81.944711, 28.946296], [-81.944775, 28.94635]]], [[[-81.944972, 28.946958], [-81.944742, 28.94708], [-81.944658, 28.947125], [-81.944561, 28.946993], [-81.944613, 28.946924], [-81.944652, 28.946874], [-81.944746, 28.946753], [-81.944841, 28.94681], [-81.94488, 28.946842], [-81.944939, 28.946911], [-81.944972, 28.946958]]], [[[-81.945102, 28.948141], [-81.945101, 28.948385], [-81.944972, 28.948385], [-81.944932, 28.948403], [-81.944836, 28.948234], [-81.944768, 28.948115], [-81.944934, 28.948055], [-81.944975, 28.948044], [-81.945104, 28.948044], [-81.945102, 28.948141]]], [[[-81.945359, 28.944997], [-81.94535, 28.945163], [-81.945345, 28.945238], [-81.945231, 28.945288], [-81.94512, 28.945151], [-81.945088, 28.945112], [-81.945054, 28.945074], [-81.945089, 28.945041], [-81.945146, 28.945003], [-81.945271, 28.944948], [-81.945353, 28.94493], [-81.945364, 28.944929], [-81.945359, 28.944997]]], [[[-81.945592, 28.946743], [-81.945469, 28.946878], [-81.945438, 28.946912], [-81.945402, 28.946952], [-81.945451, 28.947002], [-81.945451, 28.947131], [-81.945214, 28.947132], [-81.945144, 28.947132], [-81.945061, 28.947133], [-81.945041, 28.947077], [-81.944995, 28.946992], [-81.944972, 28.946958], [-81.945041, 28.94692], [-81.945257, 28.946803], [-81.945209, 28.946753], [-81.945169, 28.946711], [-81.945212, 28.946678], [-81.945373, 28.946557], [-81.945474, 28.946656], [-81.945592, 28.946743]]], [[[-81.945635, 28.945697], [-81.945418, 28.945771], [-81.945246, 28.945831], [-81.945198, 28.945774], [-81.945202, 28.945719], [-81.945209, 28.945626], [-81.945212, 28.945581], [-81.945215, 28.945526], [-81.945223, 28.945417], [-81.945612, 28.945438], [-81.945602, 28.945611], [-81.945612, 28.945652], [-81.945635, 28.945697]]], [[[-81.946273, 28.947764], [-81.946082, 28.947764], [-81.946081, 28.947416], [-81.946271, 28.947416], [-81.946273, 28.947764]]], [[[-81.946493, 28.945596], [-81.946412, 28.945652], [-81.946189, 28.945796], [-81.946117, 28.94571], [-81.945897, 28.945851], [-81.945796, 28.945918], [-81.945488, 28.946118], [-81.945402, 28.946016], [-81.945376, 28.945985], [-81.945627, 28.945822], [-81.945688, 28.945781], [-81.945753, 28.94574], [-81.945771, 28.945728], [-81.946004, 28.945576], [-81.946061, 28.945644], [-81.946331, 28.945514], [-81.946434, 28.945464], [-81.946464, 28.945548], [-81.946493, 28.945596]]], [[[-81.946564, 28.946241], [-81.946249, 28.946447], [-81.946137, 28.946316], [-81.946452, 28.946108], [-81.946525, 28.946194], [-81.946564, 28.946241]]], [[[-81.946773, 28.944961], [-81.946555, 28.94495], [-81.94645, 28.944945], [-81.946337, 28.94494], [-81.946358, 28.944974], [-81.946372, 28.945065], [-81.946375, 28.945107], [-81.946746, 28.945125], [-81.946753, 28.945164], [-81.946762, 28.945214], [-81.946424, 28.94543], [-81.946383, 28.945203], [-81.946089, 28.94524], [-81.946091, 28.945164], [-81.946097, 28.94497], [-81.946096, 28.9449], [-81.94593, 28.944904], [-81.945744, 28.944916], [-81.945644, 28.944922], [-81.94553, 28.944922], [-81.945518, 28.944836], [-81.945475, 28.944564], [-81.945685, 28.944549], [-81.945873, 28.944514], [-81.946061, 28.944502], [-81.946114, 28.94483], [-81.946124, 28.944899], [-81.946248, 28.944898], [-81.946298, 28.944907], [-81.946316, 28.944919], [-81.946459, 28.944866], [-81.946851, 28.94468], [-81.946773, 28.944961]]], [[[-81.94696, 28.945496], [-81.946696, 28.945668], [-81.94659, 28.94574], [-81.946517, 28.945636], [-81.946493, 28.945596], [-81.946565, 28.945549], [-81.946861, 28.945355], [-81.94696, 28.945496]]], [[[-81.947245, 28.945926], [-81.946931, 28.94613], [-81.946807, 28.946004], [-81.947143, 28.945787], [-81.947245, 28.945926]]], [[[-81.947395, 28.947413], [-81.947207, 28.947413], [-81.947206, 28.947072], [-81.947396, 28.947072], [-81.947395, 28.947413]]], [[[-81.94813, 28.946479], [-81.94813, 28.946571], [-81.94813, 28.946725], [-81.948099, 28.946725], [-81.947911, 28.946725], [-81.947817, 28.946725], [-81.947817, 28.946546], [-81.947817, 28.946487], [-81.947817, 28.946427], [-81.947743, 28.94643], [-81.947535, 28.946421], [-81.947608, 28.946052], [-81.947721, 28.946053], [-81.947865, 28.946044], [-81.947944, 28.946359], [-81.947961, 28.94642], [-81.948099, 28.946414], [-81.948132, 28.946407], [-81.94813, 28.946479]]], [[[-81.948176, 28.947412], [-81.947957, 28.947412], [-81.94777, 28.947413], [-81.94777, 28.947275], [-81.947769, 28.947138], [-81.947768, 28.947073], [-81.948175, 28.947074], [-81.948176, 28.947223], [-81.948176, 28.947412]]], [[[-81.948475, 28.947], [-81.948475, 28.947073], [-81.948288, 28.947074], [-81.948287, 28.947], [-81.948287, 28.946983], [-81.948286, 28.946725], [-81.948474, 28.946724], [-81.948475, 28.946926], [-81.948475, 28.947]]], [[[-81.948855, 28.947071], [-81.948663, 28.947072], [-81.948663, 28.946726], [-81.948851, 28.946726], [-81.948855, 28.947071]]], [[[-81.954161, 28.958124], [-81.94953, 28.958121], [-81.949532, 28.958433], [-81.949542, 28.960065], [-81.949493, 28.960066], [-81.945058, 28.960039], [-81.942001, 28.960012], [-81.941747, 28.960006], [-81.940894, 28.960012], [-81.937584, 28.960039], [-81.937073, 28.960039], [-81.936457, 28.960046], [-81.936128, 28.960047], [-81.936059, 28.960047], [-81.936046, 28.957163], [-81.936046, 28.956222], [-81.935867, 28.956219], [-81.935038, 28.95622], [-81.935036, 28.956285], [-81.935047, 28.956348], [-81.935059, 28.956468], [-81.935053, 28.957006], [-81.935057, 28.957163], [-81.935002, 28.957163], [-81.934588, 28.957166], [-81.93046, 28.95716], [-81.930222, 28.957161], [-81.929252, 28.957161], [-81.929111, 28.957166], [-81.929113, 28.95731], [-81.929125, 28.958102], [-81.92889, 28.958097], [-81.920734, 28.958094], [-81.9207, 28.956239], [-81.926773, 28.956232], [-81.926795, 28.956243], [-81.926928, 28.956287], [-81.927005, 28.956299], [-81.928323, 28.956302], [-81.929096, 28.95629], [-81.929094, 28.956211], [-81.929049, 28.953434], [-81.929034, 28.952499], [-81.925858, 28.952493], [-81.925323, 28.952501], [-81.924705, 28.952498], [-81.924663, 28.952498], [-81.924665, 28.952228], [-81.924695, 28.952086], [-81.924661, 28.95195], [-81.924642, 28.951803], [-81.92464, 28.951634], [-81.924658, 28.951201], [-81.924655, 28.950875], [-81.924661, 28.950668], [-81.924703, 28.950671], [-81.929003, 28.950655], [-81.928973, 28.94886], [-81.928951, 28.947544], [-81.928942, 28.947023], [-81.928926, 28.946097], [-81.929862, 28.94609], [-81.929758, 28.945687], [-81.929629, 28.945187], [-81.929295, 28.94394], [-81.928534, 28.941027], [-81.928526, 28.941], [-81.928365, 28.940389], [-81.928319, 28.940206], [-81.928236, 28.940209], [-81.926714, 28.94022], [-81.926707, 28.939738], [-81.926326, 28.93974], [-81.926199, 28.93974], [-81.926203, 28.939178], [-81.926585, 28.9392], [-81.926997, 28.939207], [-81.927287, 28.939208], [-81.927404, 28.939214], [-81.927843, 28.939207], [-81.927837, 28.939185], [-81.92769, 28.938625], [-81.927819, 28.938623], [-81.927903, 28.938625], [-81.928182, 28.938625], [-81.928655, 28.938629], [-81.928755, 28.938625], [-81.928752, 28.938514], [-81.928747, 28.938032], [-81.928527, 28.938032], [-81.927662, 28.938039], [-81.927654, 28.93801], [-81.927633, 28.937931], [-81.927445, 28.937233], [-81.927332, 28.937265], [-81.926925, 28.937339], [-81.926918, 28.936759], [-81.926625, 28.936763], [-81.926201, 28.936764], [-81.926198, 28.936971], [-81.926204, 28.937268], [-81.926216, 28.937776], [-81.926197, 28.937776], [-81.925236, 28.937783], [-81.925198, 28.936197], [-81.925194, 28.936082], [-81.925182, 28.935576], [-81.925179, 28.935486], [-81.924767, 28.93549], [-81.924615, 28.935491], [-81.924628, 28.936011], [-81.923594, 28.936019], [-81.921831, 28.936033], [-81.921759, 28.936033], [-81.921525, 28.936037], [-81.920843, 28.936039], [-81.92075, 28.93604], [-81.92053, 28.936041], [-81.920571, 28.937824], [-81.920573, 28.937912], [-81.920499, 28.937912], [-81.920268, 28.937913], [-81.919703, 28.937916], [-81.918926, 28.937934], [-81.918332, 28.937923], [-81.917684, 28.93794], [-81.917362, 28.937948], [-81.916769, 28.937945], [-81.916371, 28.937938], [-81.916382, 28.941656], [-81.915557, 28.941662], [-81.915334, 28.941661], [-81.91429, 28.941668], [-81.914268, 28.937979], [-81.914174, 28.937979], [-81.913848, 28.937981], [-81.912934, 28.937993], [-81.912358, 28.938008], [-81.911864, 28.938002], [-81.911213, 28.938022], [-81.91049, 28.938024], [-81.909649, 28.938035], [-81.908068, 28.938047], [-81.908028, 28.938047], [-81.908017, 28.936026], [-81.90799, 28.931186], [-81.907989, 28.930802], [-81.912112, 28.930767], [-81.912104, 28.929345], [-81.912106, 28.928939], [-81.912175, 28.928939], [-81.914173, 28.928922], [-81.914156, 28.927095], [-81.914264, 28.927087], [-81.914621, 28.927086], [-81.9149, 28.927086], [-81.914903, 28.926989], [-81.914894, 28.926263], [-81.914895, 28.926174], [-81.916204, 28.926171], [-81.916193, 28.925307], [-81.916196, 28.925247], [-81.9143, 28.925264], [-81.914225, 28.925266], [-81.914148, 28.925268], [-81.912067, 28.925281], [-81.912099, 28.924035], [-81.912078, 28.923484], [-81.912063, 28.923114], [-81.912529, 28.923111], [-81.914122, 28.923095], [-81.914112, 28.921656], [-81.914384, 28.92166], [-81.914724, 28.921659], [-81.914826, 28.921659], [-81.914826, 28.921845], [-81.914828, 28.921961], [-81.914847, 28.924344], [-81.916185, 28.92433], [-81.916515, 28.924326], [-81.916874, 28.924325], [-81.916869, 28.923813], [-81.916864, 28.923154], [-81.91686, 28.922659], [-81.918103, 28.922665], [-81.918241, 28.922665], [-81.918287, 28.922666], [-81.918282, 28.922244], [-81.918278, 28.921894], [-81.918277, 28.921757], [-81.918254, 28.921663], [-81.918235, 28.921578], [-81.918234, 28.921384], [-81.918234, 28.921298], [-81.918234, 28.919836], [-81.918116, 28.919837], [-81.918003, 28.919837], [-81.917436, 28.919832], [-81.916791, 28.919833], [-81.915929, 28.919846], [-81.915161, 28.919903], [-81.91515, 28.919868], [-81.915126, 28.919821], [-81.914206, 28.919826], [-81.913827, 28.919828], [-81.912093, 28.919838], [-81.912044, 28.919838], [-81.912044, 28.91973], [-81.912044, 28.919714], [-81.912039, 28.919085], [-81.91204, 28.919029], [-81.91203, 28.917683], [-81.912021, 28.916218], [-81.912016, 28.915204], [-81.912011, 28.912617], [-81.912005, 28.911457], [-81.912011, 28.911042], [-81.912001, 28.910995], [-81.912, 28.91092], [-81.912019, 28.910693], [-81.912011, 28.910305], [-81.912016, 28.909758], [-81.912033, 28.908996], [-81.912035, 28.908908], [-81.91148, 28.908907], [-81.91031, 28.908907], [-81.909418, 28.908911], [-81.909094, 28.908912], [-81.909019, 28.908912], [-81.909019, 28.90901], [-81.909023, 28.911284], [-81.909024, 28.911761], [-81.909026, 28.912551], [-81.908693, 28.912559], [-81.90837, 28.912564], [-81.908368, 28.911749], [-81.908366, 28.911502], [-81.908355, 28.909686], [-81.908286, 28.909687], [-81.907874, 28.909689], [-81.907791, 28.909689], [-81.907807, 28.909027], [-81.90781, 28.908925], [-81.90735, 28.90893], [-81.906978, 28.908937], [-81.906775, 28.908932], [-81.906777, 28.909028], [-81.906781, 28.910881], [-81.90663, 28.910882], [-81.906123, 28.910884], [-81.905787, 28.910885], [-81.905786, 28.910707], [-81.905799, 28.908923], [-81.90575, 28.908923], [-81.904771, 28.908936], [-81.903906, 28.908932], [-81.903906, 28.908391], [-81.903894, 28.907527], [-81.90401, 28.907525], [-81.904009, 28.907302], [-81.905537, 28.907296], [-81.90579, 28.907297], [-81.90578, 28.905293], [-81.90785, 28.905288], [-81.907842, 28.903065], [-81.907838, 28.902175], [-81.907835, 28.901644], [-81.907734, 28.901646], [-81.906774, 28.901669], [-81.906778, 28.901546], [-81.906784, 28.901418], [-81.90679, 28.900931], [-81.906756, 28.900504], [-81.906776, 28.900198], [-81.906768, 28.899889], [-81.906765, 28.899822], [-81.906892, 28.899817], [-81.907759, 28.899814], [-81.907823, 28.899814], [-81.907863, 28.899811], [-81.907867, 28.899571], [-81.907869, 28.89919], [-81.907875, 28.898973], [-81.907884, 28.898931], [-81.907898, 28.898917], [-81.907759, 28.898913], [-81.906778, 28.898887], [-81.906783, 28.898368], [-81.906789, 28.897996], [-81.906634, 28.897995], [-81.903675, 28.898004], [-81.903699, 28.901533], [-81.903702, 28.901639], [-81.903559, 28.901639], [-81.897432, 28.901636], [-81.897426, 28.901533], [-81.897419, 28.899828], [-81.899519, 28.899823], [-81.899518, 28.899322], [-81.899518, 28.898734], [-81.899519, 28.897691], [-81.899519, 28.89595], [-81.899493, 28.892988], [-81.899489, 28.892534], [-81.90155, 28.892532], [-81.901604, 28.892533], [-81.901955, 28.892534], [-81.902058, 28.89253], [-81.902077, 28.892533], [-81.902079, 28.892585], [-81.902095, 28.892727], [-81.902083, 28.892739], [-81.902069, 28.892746], [-81.90209, 28.894358], [-81.903653, 28.894358], [-81.903663, 28.895874], [-81.903662, 28.896097], [-81.903662, 28.896191], [-81.904395, 28.896186], [-81.906767, 28.896173], [-81.906766, 28.894322], [-81.907015, 28.894322], [-81.907015, 28.89427], [-81.907015, 28.893908], [-81.906461, 28.893903], [-81.906463, 28.893754], [-81.906448, 28.892661], [-81.907408, 28.892533], [-81.907175, 28.892069], [-81.906779, 28.891279], [-81.90651, 28.890718], [-81.906491, 28.89068], [-81.90642, 28.890523], [-81.906329, 28.890318], [-81.906225, 28.889996], [-81.906143, 28.889698], [-81.906081, 28.889355], [-81.906064, 28.88926], [-81.906063, 28.889245], [-81.906051, 28.889163], [-81.90604, 28.889065], [-81.90603, 28.888968], [-81.906023, 28.88887], [-81.906017, 28.888772], [-81.906014, 28.888674], [-81.906012, 28.888576], [-81.906013, 28.888479], [-81.906015, 28.888397], [-81.906016, 28.888342], [-81.906017, 28.888324], [-81.906231, 28.888324], [-81.906427, 28.888343], [-81.906599, 28.888352], [-81.906719, 28.888359], [-81.907845, 28.88844], [-81.908333, 28.888453], [-81.908397, 28.888455], [-81.910011, 28.888463], [-81.910866, 28.888481], [-81.911412, 28.888498], [-81.911625, 28.888489], [-81.911693, 28.888477], [-81.911769, 28.88845], [-81.911832, 28.88842], [-81.911864, 28.88839], [-81.911892, 28.888327], [-81.91191, 28.888246], [-81.911915, 28.888107], [-81.911901, 28.887415], [-81.911939, 28.887236], [-81.912032, 28.887108], [-81.912073, 28.88708], [-81.912095, 28.887067], [-81.912181, 28.887037], [-81.912266, 28.88702], [-81.912487, 28.887015], [-81.913082, 28.887018], [-81.91332, 28.88702], [-81.91374, 28.887023], [-81.91396, 28.887025], [-81.914012, 28.887024], [-81.915801, 28.887019], [-81.916022, 28.887008], [-81.916398, 28.886962], [-81.917074, 28.88686], [-81.917071, 28.886667], [-81.917081, 28.883389], [-81.917082, 28.883373], [-81.91812, 28.883371], [-81.918119, 28.883384], [-81.918113, 28.886711], [-81.918112, 28.886924], [-81.918112, 28.887015], [-81.919121, 28.887013], [-81.919605, 28.887012], [-81.920184, 28.887011], [-81.920196, 28.887343], [-81.920199, 28.888699], [-81.920199, 28.889087], [-81.920208, 28.889162], [-81.920651, 28.889162], [-81.920709, 28.889106], [-81.921634, 28.889095], [-81.921631, 28.888934], [-81.921629, 28.88876], [-81.921998, 28.888762], [-81.922272, 28.888762], [-81.922271, 28.888664], [-81.922269, 28.888548], [-81.922264, 28.888015], [-81.922264, 28.887934], [-81.922259, 28.887443], [-81.922206, 28.887141], [-81.922204, 28.887129], [-81.922358, 28.887122], [-81.922548, 28.887122], [-81.923297, 28.887111], [-81.92409, 28.887101], [-81.925109, 28.887098], [-81.927051, 28.8871], [-81.928473, 28.887102], [-81.928477, 28.88754], [-81.92848, 28.887811], [-81.928466, 28.888417], [-81.92848, 28.889176], [-81.928482, 28.889355], [-81.928484, 28.88959], [-81.928479, 28.889699], [-81.928482, 28.890438], [-81.928488, 28.891603], [-81.928493, 28.892552], [-81.928501, 28.894338], [-81.934701, 28.894341], [-81.934702, 28.894475], [-81.934387, 28.894653], [-81.93434, 28.894638], [-81.934265, 28.894681], [-81.933913, 28.894771], [-81.933818, 28.894951], [-81.933695, 28.895533], [-81.933673, 28.895909], [-81.933778, 28.896174], [-81.933922, 28.896439], [-81.933966, 28.896532], [-81.934103, 28.896688], [-81.93458, 28.897181], [-81.936538, 28.897179], [-81.936775, 28.897188], [-81.936778, 28.897361], [-81.936789, 28.897945], [-81.940942, 28.897945], [-81.940938, 28.897041], [-81.940435, 28.897039], [-81.938857, 28.89703], [-81.938853, 28.89612], [-81.940752, 28.896121], [-81.940934, 28.896123], [-81.940926, 28.894313], [-81.940925, 28.892203], [-81.940924, 28.890667], [-81.941961, 28.890669], [-81.943723, 28.890672], [-81.944017, 28.890673], [-81.94507, 28.890674], [-81.94507, 28.891044], [-81.945074, 28.891401], [-81.946152, 28.891399], [-81.947183, 28.891397], [-81.948238, 28.891395], [-81.949251, 28.891393], [-81.94925, 28.89107], [-81.949806, 28.891066], [-81.950322, 28.891063], [-81.950339, 28.891062], [-81.951214, 28.891056], [-81.951215, 28.891155], [-81.951309, 28.891155], [-81.95131, 28.891276], [-81.95132, 28.89237], [-81.951411, 28.892369], [-81.953473, 28.892355], [-81.953519, 28.892354], [-81.95353, 28.89343], [-81.953538, 28.895027], [-81.953539, 28.89525], [-81.949311, 28.895241], [-81.949332, 28.899744], [-81.951448, 28.899741], [-81.951453, 28.90064], [-81.951458, 28.901539], [-81.949341, 28.901545], [-81.949346, 28.902453], [-81.94935, 28.903269], [-81.950128, 28.903265], [-81.950588, 28.903243], [-81.950909, 28.903245], [-81.951415, 28.903264], [-81.952123, 28.90325], [-81.95359, 28.903258], [-81.95359, 28.9033], [-81.953595, 28.903736], [-81.953607, 28.904703], [-81.953478, 28.904703], [-81.949358, 28.904722], [-81.949361, 28.905176], [-81.951481, 28.905166], [-81.951504, 28.908794], [-81.953549, 28.908781], [-81.95363, 28.90878], [-81.953632, 28.909052], [-81.95364, 28.90984], [-81.953647, 28.910018], [-81.95366, 28.91034], [-81.95366, 28.910395], [-81.953662, 28.910561], [-81.953663, 28.910617], [-81.953663, 28.910646], [-81.953663, 28.910737], [-81.953664, 28.910767], [-81.953666, 28.911041], [-81.95367, 28.91143], [-81.953676, 28.911865], [-81.95368, 28.91214], [-81.95372, 28.91393], [-81.95374, 28.91524], [-81.95374, 28.915256], [-81.953754, 28.916028], [-81.953855, 28.916623], [-81.953893, 28.919683], [-81.953622, 28.919683], [-81.952646, 28.919687], [-81.952645, 28.919769], [-81.952645, 28.919897], [-81.952646, 28.920103], [-81.952647, 28.920305], [-81.952649, 28.920534], [-81.952649, 28.920868], [-81.951805, 28.92086], [-81.951717, 28.920859], [-81.951482, 28.92086], [-81.95148, 28.920523], [-81.951279, 28.92052], [-81.950236, 28.920532], [-81.950183, 28.920527], [-81.949838, 28.920529], [-81.949842, 28.92101], [-81.949608, 28.921011], [-81.949609, 28.921171], [-81.949611, 28.921351], [-81.949689, 28.921351], [-81.949735, 28.921351], [-81.949765, 28.921353], [-81.949765, 28.921366], [-81.949765, 28.921468], [-81.949767, 28.92152], [-81.949769, 28.921831], [-81.949996, 28.921832], [-81.950285, 28.921833], [-81.950961, 28.92183], [-81.951233, 28.921828], [-81.951241, 28.922439], [-81.951255, 28.924234], [-81.951176, 28.924235], [-81.951182, 28.925138], [-81.951438, 28.925135], [-81.95144, 28.925478], [-81.95152, 28.925477], [-81.951521, 28.925574], [-81.951523, 28.925844], [-81.951523, 28.925961], [-81.950904, 28.925965], [-81.950962, 28.928777], [-81.951935, 28.928777], [-81.951928, 28.927937], [-81.952068, 28.927936], [-81.952475, 28.927931], [-81.952473, 28.927597], [-81.952635, 28.927597], [-81.953489, 28.927607], [-81.953478, 28.926294], [-81.953165, 28.926295], [-81.953163, 28.925792], [-81.953258, 28.925792], [-81.953968, 28.925802], [-81.953968, 28.925854], [-81.953999, 28.928418], [-81.954008, 28.928885], [-81.954007, 28.9289], [-81.954005, 28.928948], [-81.954005, 28.928964], [-81.954004, 28.92898], [-81.954002, 28.92903], [-81.954002, 28.929047], [-81.954015, 28.930058], [-81.95404, 28.93195], [-81.954053, 28.933093], [-81.954066, 28.934105], [-81.954066, 28.93417], [-81.954069, 28.934368], [-81.95407, 28.934434], [-81.954071, 28.93458], [-81.954076, 28.93502], [-81.954078, 28.935167], [-81.954089, 28.936124], [-81.954123, 28.938998], [-81.95413, 28.939582], [-81.954135, 28.939956], [-81.954135, 28.93999], [-81.954136, 28.940093], [-81.954137, 28.940128], [-81.954137, 28.940167], [-81.954138, 28.940286], [-81.954139, 28.940326], [-81.954138, 28.940409], [-81.954137, 28.94066], [-81.954137, 28.940744], [-81.954136, 28.940776], [-81.954136, 28.940871], [-81.954136, 28.940904], [-81.954136, 28.940943], [-81.954148, 28.940983], [-81.954136, 28.941447], [-81.954128, 28.945959], [-81.954126, 28.946675], [-81.954126, 28.946914], [-81.954126, 28.947111], [-81.954122, 28.948874], [-81.954122, 28.948984], [-81.954122, 28.949009], [-81.954121, 28.949161], [-81.954148, 28.953535], [-81.954182, 28.958124], [-81.954161, 28.958124]], [[-81.951946, 28.920182], [-81.951942, 28.920109], [-81.951941, 28.920087], [-81.951939, 28.919769], [-81.951939, 28.91969], [-81.95147, 28.919693], [-81.951472, 28.91977], [-81.951474, 28.920039], [-81.951475, 28.920122], [-81.951475, 28.920182], [-81.951708, 28.920186], [-81.951714, 28.920525], [-81.951804, 28.920526], [-81.951945, 28.920527], [-81.951946, 28.920182]], [[-81.95003, 28.946643], [-81.949482, 28.946098], [-81.949424, 28.946041], [-81.949161, 28.946316], [-81.949037, 28.946193], [-81.949111, 28.946072], [-81.94876, 28.945846], [-81.94871, 28.945915], [-81.94862, 28.945883], [-81.948602, 28.945877], [-81.948295, 28.945768], [-81.948349, 28.945622], [-81.948744, 28.945708], [-81.948835, 28.945729], [-81.948963, 28.945594], [-81.948407, 28.945062], [-81.948299, 28.944942], [-81.948239, 28.944894], [-81.948209, 28.944875], [-81.948192, 28.944869], [-81.948082, 28.944827], [-81.947929, 28.94475], [-81.947851, 28.94471], [-81.947736, 28.944651], [-81.947838, 28.944531], [-81.947866, 28.9445], [-81.947519, 28.944158], [-81.946742, 28.943392], [-81.946697, 28.94335], [-81.946732, 28.943268], [-81.946762, 28.943194], [-81.946991, 28.942638], [-81.947187, 28.942601], [-81.946876, 28.942294], [-81.946377, 28.941803], [-81.946285, 28.941875], [-81.946188, 28.942006], [-81.946161, 28.942027], [-81.94612, 28.942004], [-81.945907, 28.942173], [-81.945754, 28.942293], [-81.945699, 28.942383], [-81.946187, 28.942866], [-81.943496, 28.945388], [-81.943225, 28.944904], [-81.943044, 28.944583], [-81.943035, 28.944502], [-81.943028, 28.944436], [-81.942899, 28.944212], [-81.943431, 28.943981], [-81.943599, 28.943908], [-81.943693, 28.943848], [-81.943748, 28.943813], [-81.943773, 28.943844], [-81.943966, 28.944102], [-81.943993, 28.944091], [-81.944052, 28.944058], [-81.944094, 28.944023], [-81.944311, 28.944239], [-81.944457, 28.944098], [-81.944211, 28.943874], [-81.944173, 28.943926], [-81.943982, 28.943783], [-81.943936, 28.943747], [-81.943897, 28.943718], [-81.943997, 28.943584], [-81.944101, 28.943644], [-81.944308, 28.943748], [-81.944403, 28.943622], [-81.944227, 28.94352], [-81.944099, 28.943446], [-81.944202, 28.943308], [-81.944354, 28.943395], [-81.944512, 28.94348], [-81.944524, 28.943483], [-81.944876, 28.943676], [-81.945045, 28.943523], [-81.944779, 28.943374], [-81.944644, 28.9433], [-81.944604, 28.943354], [-81.944467, 28.943262], [-81.944304, 28.94317], [-81.944407, 28.943031], [-81.94457, 28.943125], [-81.944714, 28.943204], [-81.944764, 28.943137], [-81.944902, 28.943206], [-81.945143, 28.943338], [-81.945228, 28.943197], [-81.945006, 28.94307], [-81.944871, 28.942992], [-81.944807, 28.943078], [-81.944674, 28.942987], [-81.94451, 28.942893], [-81.944715, 28.942617], [-81.94448, 28.942482], [-81.944419, 28.942444], [-81.944502, 28.942337], [-81.944515, 28.942323], [-81.944435, 28.94227], [-81.944216, 28.942122], [-81.94435, 28.941993], [-81.944373, 28.941975], [-81.944546, 28.942133], [-81.944633, 28.942212], [-81.94483, 28.942042], [-81.944993, 28.942207], [-81.945008, 28.942222], [-81.944818, 28.942479], [-81.944979, 28.942572], [-81.945049, 28.942611], [-81.945096, 28.942558], [-81.945109, 28.942517], [-81.945113, 28.942465], [-81.945105, 28.94242], [-81.945069, 28.942423], [-81.945075, 28.942377], [-81.945133, 28.942349], [-81.945172, 28.942303], [-81.945422, 28.942112], [-81.945058, 28.941753], [-81.944493, 28.941214], [-81.944211, 28.941451], [-81.944139, 28.941383], [-81.944082, 28.941331], [-81.943952, 28.941214], [-81.943974, 28.941196], [-81.944013, 28.941162], [-81.944045, 28.941134], [-81.944106, 28.941083], [-81.944168, 28.941031], [-81.944233, 28.940975], [-81.943939, 28.940707], [-81.943565, 28.940382], [-81.943187, 28.940061], [-81.942834, 28.939773], [-81.942461, 28.939471], [-81.942195, 28.939731], [-81.942144, 28.939781], [-81.941853, 28.939547], [-81.941906, 28.939507], [-81.941705, 28.93935], [-81.941523, 28.939541], [-81.941593, 28.939605], [-81.941685, 28.939676], [-81.941808, 28.939769], [-81.941561, 28.940015], [-81.941601, 28.940046], [-81.941614, 28.940056], [-81.941812, 28.94021], [-81.941848, 28.940239], [-81.94172, 28.94036], [-81.941591, 28.940482], [-81.941312, 28.940263], [-81.941286, 28.940289], [-81.94106, 28.940155], [-81.94098, 28.940217], [-81.940915, 28.940302], [-81.941144, 28.940436], [-81.940867, 28.940804], [-81.940898, 28.940859], [-81.94104, 28.941109], [-81.941054, 28.941136], [-81.940734, 28.941275], [-81.940894, 28.94156], [-81.940808, 28.941602], [-81.940767, 28.941619], [-81.940823, 28.941721], [-81.940921, 28.941895], [-81.941056, 28.942134], [-81.941076, 28.94217], [-81.941082, 28.942181], [-81.941129, 28.942266], [-81.941223, 28.942433], [-81.941242, 28.942467], [-81.9411, 28.942531], [-81.941077, 28.94254], [-81.941017, 28.942564], [-81.940912, 28.942618], [-81.940717, 28.94234], [-81.940914, 28.942254], [-81.94086, 28.942158], [-81.940751, 28.941967], [-81.940596, 28.941688], [-81.940475, 28.941736], [-81.940436, 28.94176], [-81.940343, 28.941799], [-81.940097, 28.941904], [-81.939881, 28.942034], [-81.939857, 28.942216], [-81.939677, 28.942407], [-81.939642, 28.942471], [-81.939598, 28.942534], [-81.939422, 28.942721], [-81.939398, 28.942703], [-81.939328, 28.942814], [-81.939249, 28.942929], [-81.93911, 28.942993], [-81.939166, 28.943034], [-81.939238, 28.943087], [-81.939304, 28.943135], [-81.939375, 28.943185], [-81.939311, 28.943253], [-81.939241, 28.943327], [-81.939223, 28.943343], [-81.939281, 28.943386], [-81.939498, 28.943544], [-81.939485, 28.943557], [-81.939465, 28.943577], [-81.93945, 28.943591], [-81.939437, 28.943603], [-81.939425, 28.943613], [-81.939405, 28.94363], [-81.939396, 28.943637], [-81.939386, 28.943645], [-81.939358, 28.943666], [-81.939348, 28.943673], [-81.939335, 28.943682], [-81.939325, 28.943688], [-81.939199, 28.943543], [-81.939155, 28.943492], [-81.939104, 28.943435], [-81.939163, 28.943395], [-81.939107, 28.943348], [-81.939086, 28.943328], [-81.939072, 28.943314], [-81.938992, 28.943238], [-81.938266, 28.943237], [-81.938266, 28.943039], [-81.938266, 28.942814], [-81.938074, 28.942818], [-81.938075, 28.942906], [-81.938078, 28.943052], [-81.938079, 28.943237], [-81.937938, 28.943237], [-81.937938, 28.943299], [-81.937938, 28.943392], [-81.937939, 28.943495], [-81.937939, 28.943552], [-81.937736, 28.943552], [-81.937734, 28.943524], [-81.937736, 28.94344], [-81.937735, 28.943333], [-81.937735, 28.943237], [-81.937413, 28.943237], [-81.937417, 28.943394], [-81.937355, 28.943398], [-81.936996, 28.943405], [-81.937004, 28.945156], [-81.937069, 28.945141], [-81.937189, 28.94514], [-81.938887, 28.945154], [-81.938949, 28.945155], [-81.938949, 28.945131], [-81.938948, 28.945073], [-81.93895, 28.944883], [-81.938951, 28.94482], [-81.938922, 28.94482], [-81.938923, 28.944762], [-81.938924, 28.944497], [-81.939132, 28.944497], [-81.939139, 28.944818], [-81.939138, 28.944921], [-81.939136, 28.94513], [-81.939137, 28.945157], [-81.939369, 28.945159], [-81.939449, 28.94516], [-81.939453, 28.945129], [-81.939457, 28.945111], [-81.939455, 28.945002], [-81.939432, 28.944877], [-81.939405, 28.944783], [-81.9395, 28.944741], [-81.939601, 28.944677], [-81.939728, 28.94457], [-81.939859, 28.944473], [-81.939959, 28.944391], [-81.940053, 28.944338], [-81.940142, 28.944309], [-81.940285, 28.944285], [-81.940559, 28.944265], [-81.94063, 28.944263], [-81.940642, 28.943992], [-81.940655, 28.943926], [-81.940981, 28.944014], [-81.940916, 28.944272], [-81.940961, 28.944275], [-81.941043, 28.944281], [-81.941122, 28.944304], [-81.941219, 28.944348], [-81.941349, 28.944418], [-81.941444, 28.944465], [-81.941285, 28.944742], [-81.941213, 28.944923], [-81.941171, 28.945061], [-81.941141, 28.945161], [-81.941142, 28.945301], [-81.941511, 28.945336], [-81.941564, 28.945341], [-81.941547, 28.945466], [-81.941544, 28.945589], [-81.941546, 28.945662], [-81.941456, 28.945662], [-81.941143, 28.945665], [-81.941145, 28.945993], [-81.941551, 28.94599], [-81.941552, 28.946158], [-81.941552, 28.946318], [-81.941467, 28.946318], [-81.941236, 28.946319], [-81.941146, 28.946319], [-81.941152, 28.94715], [-81.941217, 28.94715], [-81.941308, 28.947148], [-81.941418, 28.947147], [-81.941502, 28.947146], [-81.941561, 28.947145], [-81.941561, 28.947314], [-81.941518, 28.947314], [-81.941431, 28.947315], [-81.941304, 28.947315], [-81.941192, 28.947316], [-81.941153, 28.947316], [-81.941154, 28.94748], [-81.941561, 28.947478], [-81.941562, 28.947568], [-81.941562, 28.947639], [-81.941156, 28.947645], [-81.941157, 28.947808], [-81.941561, 28.947807], [-81.941561, 28.948075], [-81.941779, 28.947956], [-81.941794, 28.947971], [-81.942001, 28.948194], [-81.941899, 28.948267], [-81.941561, 28.948097], [-81.941561, 28.948109], [-81.941562, 28.948138], [-81.941161, 28.948139], [-81.941165, 28.948469], [-81.941325, 28.948469], [-81.941474, 28.948469], [-81.941475, 28.948635], [-81.941476, 28.948801], [-81.941584, 28.948799], [-81.943247, 28.9488], [-81.943247, 28.948736], [-81.943273, 28.948736], [-81.943523, 28.948736], [-81.944144, 28.948733], [-81.944143, 28.948644], [-81.944143, 28.94844], [-81.944381, 28.948439], [-81.94438, 28.948244], [-81.94438, 28.948233], [-81.94438, 28.948175], [-81.9444, 28.948175], [-81.944594, 28.948163], [-81.9446, 28.948202], [-81.944604, 28.948228], [-81.944635, 28.948438], [-81.944849, 28.948438], [-81.94485, 28.948696], [-81.94485, 28.94873], [-81.944967, 28.94873], [-81.945315, 28.948733], [-81.945325, 28.949221], [-81.945326, 28.949255], [-81.945793, 28.949254], [-81.945793, 28.94929], [-81.945795, 28.949426], [-81.946186, 28.949424], [-81.946186, 28.949404], [-81.946182, 28.948763], [-81.945786, 28.948765], [-81.945786, 28.948743], [-81.945785, 28.948675], [-81.945784, 28.948597], [-81.946191, 28.948601], [-81.946187, 28.948479], [-81.946181, 28.948102], [-81.94647, 28.948101], [-81.947208, 28.9481], [-81.94721, 28.948058], [-81.94721, 28.947994], [-81.947208, 28.947877], [-81.947208, 28.947782], [-81.947208, 28.947762], [-81.947399, 28.947762], [-81.947399, 28.947791], [-81.947399, 28.947808], [-81.947398, 28.947871], [-81.947397, 28.947994], [-81.947396, 28.948078], [-81.947396, 28.9481], [-81.947769, 28.9481], [-81.947768, 28.94798], [-81.947768, 28.947858], [-81.947769, 28.947761], [-81.947956, 28.94776], [-81.947956, 28.947854], [-81.947956, 28.948025], [-81.947958, 28.9481], [-81.949377, 28.9481], [-81.949367, 28.94776], [-81.949364, 28.947202], [-81.949379, 28.947074], [-81.949399, 28.947072], [-81.949449, 28.94706], [-81.949508, 28.947035], [-81.949634, 28.946961], [-81.949815, 28.946828], [-81.949976, 28.946694], [-81.95003, 28.946643]], [[-81.948893, 28.932573], [-81.948659, 28.932574], [-81.948659, 28.932918], [-81.948894, 28.932917], [-81.948893, 28.932573]], [[-81.945156, 28.914258], [-81.945148, 28.912452], [-81.94411, 28.912457], [-81.94411, 28.912686], [-81.944122, 28.916077], [-81.944678, 28.916075], [-81.944775, 28.916075], [-81.945156, 28.916074], [-81.945156, 28.914258]], [[-81.94512, 28.905195], [-81.944939, 28.905198], [-81.944745, 28.905211], [-81.944632, 28.905202], [-81.943564, 28.905208], [-81.943046, 28.905217], [-81.943052, 28.907025], [-81.945127, 28.907014], [-81.94512, 28.905195]], [[-81.945101, 28.899751], [-81.9451, 28.899546], [-81.944866, 28.899751], [-81.94095, 28.899761], [-81.940954, 28.901536], [-81.941332, 28.901513], [-81.941888, 28.901498], [-81.941962, 28.901479], [-81.942044, 28.901464], [-81.942173, 28.901458], [-81.942886, 28.901504], [-81.942922, 28.901502], [-81.942947, 28.901485], [-81.942971, 28.901449], [-81.942978, 28.901417], [-81.942968, 28.901344], [-81.942948, 28.900923], [-81.942966, 28.900788], [-81.942992, 28.900713], [-81.943027, 28.900656], [-81.943073, 28.900661], [-81.943099, 28.900661], [-81.943143, 28.900661], [-81.943751, 28.900659], [-81.943778, 28.900659], [-81.943939, 28.900658], [-81.944074, 28.900658], [-81.944867, 28.900656], [-81.945104, 28.900655], [-81.945101, 28.899751]], [[-81.943289, 28.91608], [-81.94309, 28.916081], [-81.942221, 28.916084], [-81.942224, 28.916784], [-81.942229, 28.91791], [-81.943322, 28.9179], [-81.943289, 28.91608]], [[-81.943072, 28.912462], [-81.942042, 28.91247], [-81.942045, 28.913196], [-81.943076, 28.913191], [-81.943072, 28.912462]], [[-81.941377, 28.939693], [-81.941217, 28.93956], [-81.941093, 28.93946], [-81.940959, 28.939598], [-81.941086, 28.93969], [-81.941252, 28.939826], [-81.941377, 28.939693]], [[-81.940827, 28.93973], [-81.940771, 28.939809], [-81.940475, 28.93961], [-81.940571, 28.939503], [-81.940428, 28.939269], [-81.940092, 28.939424], [-81.940174, 28.939556], [-81.940305, 28.939796], [-81.940411, 28.939997], [-81.94057, 28.940282], [-81.940668, 28.940456], [-81.940768, 28.940336], [-81.941134, 28.93995], [-81.940827, 28.93973]], [[-81.941006, 28.938827], [-81.940939, 28.938781], [-81.940862, 28.938736], [-81.94083, 28.938717], [-81.94072, 28.938677], [-81.940673, 28.938667], [-81.940676, 28.938877], [-81.940676, 28.938953], [-81.940925, 28.939118], [-81.941121, 28.938906], [-81.941006, 28.938827]], [[-81.940188, 28.938638], [-81.939825, 28.938651], [-81.939753, 28.938651], [-81.93963, 28.93864], [-81.939534, 28.938616], [-81.939449, 28.938581], [-81.939445, 28.938944], [-81.939865, 28.938902], [-81.939879, 28.938959], [-81.939898, 28.939018], [-81.940278, 28.938927], [-81.940188, 28.938638]], [[-81.939865, 28.939764], [-81.939553, 28.9399], [-81.939499, 28.939801], [-81.93918, 28.939937], [-81.939223, 28.940095], [-81.939333, 28.940095], [-81.939388, 28.940396], [-81.939489, 28.940386], [-81.939616, 28.940351], [-81.939771, 28.940288], [-81.939635, 28.940046], [-81.939809, 28.939965], [-81.939943, 28.939906], [-81.939865, 28.939764]], [[-81.939826, 28.938072], [-81.939424, 28.938072], [-81.939424, 28.938292], [-81.939823, 28.938292], [-81.939826, 28.938072]], [[-81.939236, 28.940404], [-81.939045, 28.940408], [-81.939037, 28.940573], [-81.939038, 28.940721], [-81.939231, 28.940721], [-81.93923, 28.940565], [-81.939236, 28.940404]], [[-81.939201, 28.938716], [-81.938816, 28.938718], [-81.938817, 28.938879], [-81.93903, 28.938883], [-81.939204, 28.938886], [-81.939201, 28.938716]], [[-81.939125, 28.942129], [-81.938947, 28.942146], [-81.93876, 28.942146], [-81.938759, 28.942268], [-81.93833, 28.942079], [-81.938329, 28.942091], [-81.938532, 28.942431], [-81.938761, 28.94243], [-81.939028, 28.94243], [-81.939042, 28.942387], [-81.939125, 28.942129]], [[-81.93889, 28.941042], [-81.938791, 28.941041], [-81.938689, 28.941043], [-81.938695, 28.941356], [-81.938884, 28.941356], [-81.93889, 28.941042]], [[-81.93882, 28.939985], [-81.938612, 28.93998], [-81.938454, 28.939978], [-81.938454, 28.940143], [-81.938607, 28.940143], [-81.93882, 28.940138], [-81.93882, 28.939985]], [[-81.938815, 28.938385], [-81.938635, 28.938393], [-81.938452, 28.938393], [-81.93845, 28.938647], [-81.938815, 28.938647], [-81.938815, 28.938385]], [[-81.93866, 28.94072], [-81.938278, 28.940721], [-81.938285, 28.941051], [-81.938658, 28.941044], [-81.938659, 28.940965], [-81.93866, 28.94072]], [[-81.938459, 28.939482], [-81.938319, 28.939479], [-81.938096, 28.939483], [-81.937737, 28.939483], [-81.937737, 28.939646], [-81.938096, 28.93965], [-81.938308, 28.939649], [-81.938454, 28.939648], [-81.938459, 28.939482]], [[-81.938454, 28.938814], [-81.938098, 28.938814], [-81.938097, 28.939143], [-81.938454, 28.939145], [-81.938454, 28.938814]], [[-81.938296, 28.938068], [-81.938111, 28.938075], [-81.938111, 28.938189], [-81.938118, 28.938392], [-81.938299, 28.938393], [-81.938296, 28.938068]], [[-81.938056, 28.923428], [-81.937068, 28.923417], [-81.937078, 28.92476], [-81.937081, 28.925236], [-81.937964, 28.925232], [-81.937955, 28.924125], [-81.937983, 28.923792], [-81.937977, 28.923696], [-81.93799, 28.923608], [-81.938021, 28.923531], [-81.938056, 28.923428]], [[-81.937739, 28.941216], [-81.937737, 28.941122], [-81.937724, 28.941129], [-81.937713, 28.941133], [-81.937713, 28.941101], [-81.937714, 28.94073], [-81.937457, 28.940796], [-81.937383, 28.940813], [-81.937383, 28.941202], [-81.937382, 28.941367], [-81.937368, 28.941456], [-81.937504, 28.94146], [-81.937741, 28.941459], [-81.937739, 28.941216]], [[-81.937714, 28.942233], [-81.937355, 28.942228], [-81.937356, 28.94242], [-81.937575, 28.942419], [-81.937713, 28.942419], [-81.937714, 28.942233]], [[-81.937406, 28.943036], [-81.937395, 28.942949], [-81.937385, 28.942905], [-81.937193, 28.942914], [-81.936996, 28.942915], [-81.936995, 28.94309], [-81.937195, 28.94309], [-81.937232, 28.943088], [-81.93735, 28.943082], [-81.93741, 28.943081], [-81.937406, 28.943036]], [[-81.937383, 28.940608], [-81.937169, 28.940608], [-81.936991, 28.94061], [-81.93699, 28.940773], [-81.937197, 28.940773], [-81.937383, 28.940771], [-81.937383, 28.940608]], [[-81.937356, 28.942576], [-81.937141, 28.942582], [-81.936991, 28.942581], [-81.936994, 28.942746], [-81.937141, 28.942746], [-81.937358, 28.942736], [-81.937356, 28.942576]], [[-81.935184, 28.946539], [-81.935171, 28.945549], [-81.935164, 28.945167], [-81.934954, 28.945167], [-81.934968, 28.946989], [-81.93518, 28.946988], [-81.935184, 28.946539]], [[-81.935112, 28.914283], [-81.934993, 28.91428], [-81.934656, 28.914274], [-81.934008, 28.914271], [-81.933844, 28.91427], [-81.933736, 28.914272], [-81.93375, 28.914537], [-81.933751, 28.914732], [-81.934602, 28.914728], [-81.934601, 28.914398], [-81.934975, 28.914394], [-81.935112, 28.914396], [-81.935112, 28.914283]], [[-81.932783, 28.92568], [-81.932784, 28.925245], [-81.931756, 28.925245], [-81.931758, 28.923374], [-81.931575, 28.923375], [-81.930704, 28.923382], [-81.930701, 28.92415], [-81.9307, 28.924314], [-81.930705, 28.925225], [-81.928633, 28.925221], [-81.928631, 28.925329], [-81.928629, 28.926136], [-81.928639, 28.926261], [-81.928643, 28.927045], [-81.932727, 28.927051], [-81.932792, 28.927053], [-81.932783, 28.92568]], [[-81.932716, 28.911798], [-81.932697, 28.91084], [-81.932696, 28.910754], [-81.932695, 28.910707], [-81.932553, 28.910711], [-81.931996, 28.910727], [-81.931646, 28.910726], [-81.931592, 28.910724], [-81.931018, 28.91071], [-81.930615, 28.910699], [-81.930118, 28.910703], [-81.929073, 28.910699], [-81.928573, 28.910701], [-81.928582, 28.910818], [-81.928581, 28.912513], [-81.928581, 28.913792], [-81.928579, 28.914347], [-81.92858, 28.914425], [-81.929614, 28.91442], [-81.929619, 28.916167], [-81.929613, 28.916296], [-81.929883, 28.916271], [-81.930648, 28.916202], [-81.930652, 28.916091], [-81.930645, 28.914421], [-81.931405, 28.914412], [-81.932665, 28.914407], [-81.932666, 28.914352], [-81.932666, 28.914336], [-81.932668, 28.914261], [-81.932668, 28.91424], [-81.932641, 28.91424], [-81.932402, 28.914241], [-81.931784, 28.914243], [-81.93207, 28.913756], [-81.931973, 28.913712], [-81.931679, 28.914212], [-81.931679, 28.914244], [-81.930645, 28.914248], [-81.93064, 28.912798], [-81.93064, 28.9126], [-81.930639, 28.912497], [-81.932702, 28.912509], [-81.932712, 28.91225], [-81.932716, 28.911798]], [[-81.929451, 28.923372], [-81.929169, 28.92337], [-81.928659, 28.923402], [-81.928641, 28.923841], [-81.928641, 28.924175], [-81.928641, 28.92431], [-81.929456, 28.924311], [-81.929451, 28.923372]], [[-81.928759, 28.93912], [-81.928056, 28.939132], [-81.928035, 28.939133], [-81.927957, 28.939134], [-81.92796, 28.939144], [-81.927969, 28.939179], [-81.927976, 28.939205], [-81.927999, 28.939289], [-81.928049, 28.939476], [-81.928112, 28.939726], [-81.928124, 28.939771], [-81.92813, 28.939793], [-81.928248, 28.939796], [-81.928407, 28.939795], [-81.928594, 28.939796], [-81.928719, 28.939796], [-81.928766, 28.939797], [-81.928759, 28.93912]], [[-81.92628, 28.923003], [-81.926277, 28.922895], [-81.92627, 28.922758], [-81.926267, 28.922704], [-81.926267, 28.922635], [-81.92626, 28.922495], [-81.926246, 28.922325], [-81.926211, 28.922039], [-81.926148, 28.922041], [-81.926043, 28.922041], [-81.925859, 28.922042], [-81.925881, 28.922235], [-81.92583, 28.922235], [-81.925305, 28.922239], [-81.925214, 28.922238], [-81.925258, 28.922324], [-81.92539, 28.922627], [-81.925542, 28.923036], [-81.925602, 28.923222], [-81.925673, 28.923499], [-81.925694, 28.923597], [-81.925822, 28.923595], [-81.925926, 28.923594], [-81.925918, 28.923391], [-81.926294, 28.923391], [-81.92628, 28.923003]], [[-81.926075, 28.930575], [-81.926016, 28.928925], [-81.925886, 28.928801], [-81.925899, 28.928867], [-81.925337, 28.928867], [-81.925272, 28.928867], [-81.923537, 28.928866], [-81.923476, 28.928866], [-81.923468, 28.930693], [-81.923551, 28.930693], [-81.925963, 28.930693], [-81.925963, 28.930703], [-81.92608, 28.930689], [-81.926075, 28.930575]], [[-81.925788, 28.925566], [-81.924897, 28.925664], [-81.924926, 28.925836], [-81.924962, 28.926007], [-81.925028, 28.926261], [-81.92511, 28.926511], [-81.925186, 28.926669], [-81.925235, 28.926746], [-81.925306, 28.926906], [-81.925469, 28.927221], [-81.925574, 28.927367], [-81.925642, 28.927335], [-81.92586, 28.927659], [-81.925788, 28.925566]], [[-81.944381, 28.948439], [-81.944377, 28.94865], [-81.944378, 28.948731], [-81.944615, 28.94873], [-81.944615, 28.948702], [-81.944615, 28.948438], [-81.944381, 28.948439]], [[-81.924365, 28.894257], [-81.925603, 28.894305], [-81.926382, 28.894335], [-81.926368, 28.892372], [-81.925541, 28.892373], [-81.924368, 28.892372], [-81.924365, 28.894257]], [[-81.936849, 28.910669], [-81.936849, 28.910728], [-81.936849, 28.910746], [-81.93685, 28.910925], [-81.936857, 28.911898], [-81.936852, 28.912494], [-81.936852, 28.912731], [-81.936857, 28.913843], [-81.936864, 28.914307], [-81.936976, 28.914303], [-81.937145, 28.914302], [-81.937444, 28.9143], [-81.937777, 28.914299], [-81.941002, 28.914282], [-81.940997, 28.912475], [-81.940995, 28.912076], [-81.940994, 28.911814], [-81.940992, 28.911277], [-81.94099, 28.910665], [-81.940187, 28.91067], [-81.939384, 28.910675], [-81.93858, 28.910679], [-81.937777, 28.910684], [-81.936965, 28.910688], [-81.936879, 28.910689], [-81.936849, 28.910669]], [[-81.940954, 28.901536], [-81.940713, 28.901551], [-81.939658, 28.901566], [-81.9393, 28.901605], [-81.939235, 28.901603], [-81.939129, 28.901589], [-81.938954, 28.901582], [-81.938862, 28.901567], [-81.93879, 28.901565], [-81.938566, 28.901582], [-81.93775, 28.901579], [-81.937166, 28.90159], [-81.936817, 28.901611], [-81.932927, 28.901596], [-81.932825, 28.901595], [-81.932743, 28.901595], [-81.932683, 28.901592], [-81.932628, 28.901595], [-81.93255, 28.901597], [-81.932492, 28.901598], [-81.932429, 28.9016], [-81.932297, 28.901606], [-81.93223, 28.901609], [-81.932166, 28.901609], [-81.932104, 28.90161], [-81.932043, 28.90161], [-81.931923, 28.901611], [-81.931809, 28.901611], [-81.931755, 28.901611], [-81.931699, 28.901612], [-81.93164, 28.901613], [-81.931639, 28.901586], [-81.931638, 28.901568], [-81.931637, 28.901555], [-81.931628, 28.899777], [-81.932662, 28.899776], [-81.932932, 28.899776], [-81.933696, 28.899775], [-81.933855, 28.899774], [-81.934193, 28.899774], [-81.934731, 28.899773], [-81.93555, 28.899772], [-81.936104, 28.899772], [-81.936715, 28.899771], [-81.936752, 28.899771], [-81.936763, 28.899771], [-81.936794, 28.899771], [-81.936789, 28.899433], [-81.936792, 28.898888], [-81.93679, 28.897987], [-81.936139, 28.897977], [-81.935551, 28.897979], [-81.934937, 28.897965], [-81.934517, 28.897974], [-81.934311, 28.897966], [-81.933972, 28.897946], [-81.933085, 28.897929], [-81.932938, 28.897929], [-81.932127, 28.897926], [-81.931603, 28.897913], [-81.930962, 28.897916], [-81.930565, 28.897911], [-81.930079, 28.897922], [-81.92956, 28.897916], [-81.92956, 28.899765], [-81.928526, 28.899769], [-81.928536, 28.901611], [-81.924402, 28.901607], [-81.924403, 28.901219], [-81.924409, 28.897976], [-81.925439, 28.89796], [-81.925882, 28.897944], [-81.926749, 28.897924], [-81.927024, 28.897934], [-81.927583, 28.897974], [-81.928277, 28.897971], [-81.928476, 28.89798], [-81.928519, 28.897974], [-81.928509, 28.896125], [-81.924387, 28.896123], [-81.924365, 28.894257], [-81.924263, 28.894253], [-81.924247, 28.894265], [-81.923978, 28.894253], [-81.920263, 28.894252], [-81.920259, 28.893952], [-81.920257, 28.893748], [-81.920223, 28.890693], [-81.920223, 28.890653], [-81.920159, 28.890653], [-81.919479, 28.890657], [-81.918507, 28.890658], [-81.917938, 28.89068], [-81.917733, 28.890688], [-81.917626, 28.890689], [-81.917661, 28.894305], [-81.919235, 28.894295], [-81.919183, 28.894339], [-81.919124, 28.89441], [-81.91915, 28.896548], [-81.919146, 28.897964], [-81.919265, 28.897964], [-81.919371, 28.897964], [-81.920099, 28.897986], [-81.920169, 28.897981], [-81.920221, 28.897977], [-81.920267, 28.897967], [-81.920269, 28.899781], [-81.92027, 28.90158], [-81.92027, 28.901949], [-81.920271, 28.902019], [-81.920271, 28.902176], [-81.920272, 28.902874], [-81.920273, 28.903649], [-81.920274, 28.903891], [-81.920274, 28.90428], [-81.920267, 28.904377], [-81.920246, 28.905116], [-81.920243, 28.905247], [-81.920364, 28.905249], [-81.920645, 28.905253], [-81.924409, 28.905252], [-81.924409, 28.905356], [-81.924412, 28.905723], [-81.92442, 28.906395], [-81.92442, 28.906658], [-81.924419, 28.906927], [-81.924421, 28.907077], [-81.92426, 28.907077], [-81.922592, 28.907078], [-81.922348, 28.907078], [-81.922353, 28.908679], [-81.922352, 28.908903], [-81.922591, 28.908902], [-81.924195, 28.9089], [-81.924435, 28.908901], [-81.924435, 28.90888], [-81.924435, 28.908846], [-81.924425, 28.908439], [-81.924426, 28.908063], [-81.924426, 28.907974], [-81.92454, 28.907974], [-81.926397, 28.907975], [-81.926492, 28.907976], [-81.926491, 28.907755], [-81.926476, 28.905284], [-81.926476, 28.905248], [-81.926565, 28.905252], [-81.928525, 28.905246], [-81.932519, 28.905234], [-81.932704, 28.905255], [-81.932699, 28.905328], [-81.932693, 28.906982], [-81.932693, 28.90844], [-81.93269, 28.908889], [-81.932683, 28.909735], [-81.932691, 28.91039], [-81.932695, 28.910674], [-81.933824, 28.91067], [-81.936849, 28.910669], [-81.936849, 28.910607], [-81.936857, 28.909729], [-81.936845, 28.908897], [-81.938909, 28.908869], [-81.940984, 28.908857], [-81.940981, 28.907947], [-81.940978, 28.907037], [-81.940975, 28.906306], [-81.942366, 28.906299], [-81.942361, 28.905235], [-81.942301, 28.905238], [-81.941852, 28.905238], [-81.941225, 28.905217], [-81.94097, 28.905219], [-81.940965, 28.903397], [-81.940958, 28.901631], [-81.940958, 28.901578], [-81.940954, 28.901536]], [[-81.938096, 28.939974], [-81.937688, 28.939981], [-81.937381, 28.939977], [-81.937379, 28.939783], [-81.936989, 28.93978], [-81.93699, 28.940113], [-81.937382, 28.94011], [-81.937382, 28.940144], [-81.938096, 28.940145], [-81.938096, 28.939974]], [[-81.938454, 28.939978], [-81.938459, 28.939813], [-81.938316, 28.939813], [-81.938096, 28.939816], [-81.938096, 28.939974], [-81.938317, 28.939974], [-81.938454, 28.939978]], [[-81.937737, 28.939483], [-81.937738, 28.939149], [-81.937375, 28.939146], [-81.937375, 28.939293], [-81.936987, 28.939287], [-81.936996, 28.939473], [-81.937377, 28.939476], [-81.937737, 28.939483]], [[-81.937734, 28.938647], [-81.937739, 28.938389], [-81.937373, 28.938386], [-81.937374, 28.93865], [-81.937734, 28.938647]], [[-81.938098, 28.938814], [-81.938098, 28.938648], [-81.937734, 28.938647], [-81.937731, 28.938814], [-81.938098, 28.938814]], [[-81.928659, 28.923402], [-81.928664, 28.92328], [-81.928681, 28.922209], [-81.928681, 28.922069], [-81.928681, 28.922036], [-81.928539, 28.922034], [-81.928356, 28.922032], [-81.928068, 28.922033], [-81.928067, 28.921803], [-81.928066, 28.921615], [-81.927768, 28.92161], [-81.927603, 28.921606], [-81.927603, 28.921637], [-81.927605, 28.921875], [-81.927606, 28.922044], [-81.927491, 28.922043], [-81.927449, 28.922043], [-81.926983, 28.922041], [-81.92697, 28.922036], [-81.92694, 28.922238], [-81.926941, 28.922322], [-81.926949, 28.92274], [-81.92695, 28.922768], [-81.927879, 28.922763], [-81.92788, 28.922788], [-81.927887, 28.923328], [-81.927884, 28.923417], [-81.927961, 28.923417], [-81.928337, 28.923414], [-81.92852, 28.923407], [-81.928659, 28.923402]]]]}, "properties": {"name": "Lady Lake", "median_income": 47260}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-84.503456, 30.056738], [-84.503408, 30.056795], [-84.503395, 30.056822], [-84.503258, 30.056881], [-84.503111, 30.056875], [-84.502727, 30.05685], [-84.502563, 30.056837], [-84.502441, 30.056892], [-84.502174, 30.057112], [-84.501976, 30.057468], [-84.501915, 30.057711], [-84.501871, 30.058224], [-84.501869, 30.058245], [-84.501903, 30.059237], [-84.501917, 30.059815], [-84.501915, 30.059893], [-84.502026, 30.060151], [-84.502116, 30.060337], [-84.502162, 30.060451], [-84.502348, 30.060706], [-84.502535, 30.060981], [-84.502632, 30.061136], [-84.502861, 30.061569], [-84.502882, 30.061635], [-84.502931, 30.061769], [-84.502945, 30.061802], [-84.502945, 30.061922], [-84.502869, 30.062059], [-84.502602, 30.062098], [-84.502167, 30.061981], [-84.501886, 30.061874], [-84.501683, 30.061791], [-84.501457, 30.061695], [-84.501258, 30.061695], [-84.50106, 30.061756], [-84.500954, 30.061861], [-84.50087, 30.062344], [-84.500697, 30.062863], [-84.500671, 30.062938], [-84.500648, 30.062971], [-84.500449, 30.063267], [-84.500383, 30.063367], [-84.500308, 30.063477], [-84.500209, 30.063625], [-84.500026, 30.063713], [-84.500008, 30.063705], [-84.499903, 30.063625], [-84.499779, 30.063524], [-84.499744, 30.063466], [-84.499634, 30.063305], [-84.499539, 30.063174], [-84.499458, 30.063074], [-84.499229, 30.062954], [-84.499008, 30.062866], [-84.498756, 30.062834], [-84.498528, 30.062838], [-84.498344, 30.062855], [-84.498238, 30.062872], [-84.498238, 30.062929], [-84.498095, 30.062915], [-84.497655, 30.062882], [-84.497596, 30.062877], [-84.497074, 30.062781], [-84.496574, 30.062605], [-84.496165, 30.062528], [-84.495575, 30.06251], [-84.495189, 30.06267], [-84.495178, 30.062679], [-84.495155, 30.062784], [-84.495178, 30.06312], [-84.495033, 30.063517], [-84.495016, 30.063544], [-84.494812, 30.063813], [-84.49469, 30.063967], [-84.494396, 30.064194], [-84.494095, 30.064413], [-84.493905, 30.064616], [-84.493839, 30.064677], [-84.49359, 30.064914], [-84.493576, 30.064992], [-84.493568, 30.065001], [-84.493553, 30.065138], [-84.493576, 30.065287], [-84.493599, 30.065508], [-84.493645, 30.065567], [-84.493681, 30.065658], [-84.493805, 30.065935], [-84.493813, 30.066128], [-84.493794, 30.066172], [-84.493753, 30.066305], [-84.493713, 30.066408], [-84.4935, 30.066607], [-84.493233, 30.066639], [-84.492828, 30.066502], [-84.4925, 30.066446], [-84.491982, 30.066437], [-84.491768, 30.066656], [-84.491653, 30.066662], [-84.491379, 30.066547], [-84.491104, 30.066603], [-84.490921, 30.066767], [-84.490829, 30.066933], [-84.490799, 30.067009], [-84.490777, 30.067225], [-84.490832, 30.067369], [-84.490926, 30.067517], [-84.490942, 30.067545], [-84.491014, 30.067664], [-84.491043, 30.067707], [-84.491127, 30.0679], [-84.491188, 30.067899], [-84.491493, 30.067877], [-84.491737, 30.067778], [-84.492073, 30.06781], [-84.492363, 30.067947], [-84.492432, 30.068146], [-84.492401, 30.068508], [-84.492394, 30.068698], [-84.492386, 30.068899], [-84.492425, 30.06906], [-84.492251, 30.06906], [-84.49224, 30.069138], [-84.490751, 30.069116], [-84.490043, 30.069118], [-84.489641, 30.069119], [-84.488122, 30.069121], [-84.486016, 30.069124], [-84.481881, 30.069129], [-84.480623, 30.069131], [-84.480284, 30.069132], [-84.480257, 30.066577], [-84.480245, 30.065432], [-84.480271, 30.063876], [-84.480265, 30.063562], [-84.480207, 30.063562], [-84.477469, 30.063591], [-84.476519, 30.063601], [-84.469269, 30.063679], [-84.469032, 30.063683], [-84.467244, 30.063685], [-84.467231, 30.058388], [-84.467215, 30.057775], [-84.467223, 30.056417], [-84.467227, 30.055864], [-84.467235, 30.054662], [-84.467237, 30.054319], [-84.467366, 30.054305], [-84.467451, 30.054296], [-84.468787, 30.054316], [-84.468981, 30.05432], [-84.469261, 30.05432], [-84.469804, 30.05432], [-84.471436, 30.05432], [-84.471795, 30.05432], [-84.47198, 30.05432], [-84.475409, 30.054327], [-84.481581, 30.05423], [-84.485695, 30.054164], [-84.488845, 30.054114], [-84.488897, 30.054114], [-84.48908, 30.05398], [-84.489199, 30.053968], [-84.489559, 30.053954], [-84.489679, 30.053949], [-84.490176, 30.053949], [-84.491667, 30.053949], [-84.492165, 30.053949], [-84.492275, 30.053822], [-84.49234, 30.05375], [-84.4925, 30.05355], [-84.49258, 30.053422], [-84.49267, 30.05328], [-84.49273, 30.05317], [-84.49293, 30.0527], [-84.49303, 30.05229], [-84.493073, 30.052119], [-84.493113, 30.051963], [-84.49318, 30.0517], [-84.49346, 30.05041], [-84.49352, 30.05012], [-84.49381, 30.04885], [-84.493885, 30.048505], [-84.49415, 30.0473], [-84.49435, 30.0473], [-84.49443, 30.0473], [-84.494477, 30.047299], [-84.494537, 30.047298], [-84.494013, 30.049522], [-84.4932, 30.052961], [-84.492828, 30.054538], [-84.495212, 30.054567], [-84.497932, 30.054599], [-84.49804, 30.054601], [-84.49804, 30.05458], [-84.498046, 30.054382], [-84.49807, 30.053508], [-84.49808, 30.05315], [-84.49809, 30.05189], [-84.498082, 30.050886], [-84.49808, 30.05048], [-84.49808, 30.05045], [-84.49808, 30.050013], [-84.49808, 30.049956], [-84.499475, 30.049969], [-84.501142, 30.049963], [-84.501138, 30.049995], [-84.501084, 30.050118], [-84.50102, 30.05017], [-84.500799, 30.050349], [-84.500477, 30.050497], [-84.500003, 30.050601], [-84.499903, 30.050643], [-84.499871, 30.050656], [-84.499769, 30.0507], [-84.499675, 30.050727], [-84.499634, 30.050755], [-84.499557, 30.050865], [-84.499559, 30.050877], [-84.499564, 30.050926], [-84.499366, 30.051158], [-84.499356, 30.05117], [-84.499356, 30.051215], [-84.499357, 30.051387], [-84.499358, 30.051507], [-84.499371, 30.051546], [-84.499421, 30.051618], [-84.499503, 30.051689], [-84.499569, 30.051761], [-84.499651, 30.051811], [-84.499734, 30.051854], [-84.499777, 30.05187], [-84.499786, 30.051891], [-84.5, 30.051958], [-84.500076, 30.051943], [-84.500189, 30.051814], [-84.500351, 30.051624], [-84.500595, 30.051723], [-84.500607, 30.051738], [-84.500863, 30.052124], [-84.501106, 30.0525], [-84.501572, 30.053385], [-84.501823, 30.05373], [-84.502136, 30.05406], [-84.50292, 30.05461], [-84.503281, 30.054853], [-84.503357, 30.054953], [-84.503372, 30.055096], [-84.503301, 30.05532], [-84.503304, 30.055372], [-84.503273, 30.055908], [-84.503464, 30.056639], [-84.503456, 30.056738]]]}, "properties": {"name": "Sopchoppy", "median_income": 62813}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-85.00656, 29.721953], [-85.00524, 29.721936], [-85.005246, 29.720489], [-85.003948, 29.720483], [-85.003948, 29.720508], [-85.003948, 29.720566], [-85.003947, 29.720613], [-85.003946, 29.720755], [-85.003946, 29.720803], [-85.003944, 29.72098], [-85.00394, 29.721512], [-85.00394, 29.72169], [-85.003942, 29.721988], [-85.003948, 29.722882], [-85.00395, 29.72318], [-85.00395, 29.723291], [-85.00395, 29.723625], [-85.00395, 29.723737], [-85.00395, 29.723989], [-85.00395, 29.724747], [-85.00395, 29.725], [-85.003947, 29.725145], [-85.00394, 29.72558], [-85.003938, 29.725726], [-85.003935, 29.725878], [-85.003927, 29.726335], [-85.003925, 29.726488], [-85.003921, 29.726714], [-85.00391, 29.72739], [-85.00393, 29.72762], [-85.003924, 29.727877], [-85.003905, 29.728651], [-85.0039, 29.72891], [-85.004017, 29.72939], [-85.004073, 29.72962], [-85.00422, 29.73022], [-85.00426, 29.73034], [-85.00425, 29.730807], [-85.004263, 29.73134], [-85.004266, 29.731454], [-85.004329, 29.73146], [-85.004331, 29.732249], [-85.004333, 29.733324], [-85.004334, 29.734072], [-85.004354, 29.735919], [-85.004362, 29.73692], [-85.004369, 29.737728], [-85.004372, 29.738095], [-85.004384, 29.739729], [-85.004404, 29.742376], [-85.004429, 29.745163], [-85.004431, 29.746405], [-85.004245, 29.746297], [-85.003549, 29.746126], [-85.003135, 29.745926], [-85.002737, 29.745799], [-85.00189, 29.745438], [-85.000954, 29.745111], [-85.000516, 29.745012], [-84.998778, 29.744366], [-84.998643, 29.744316], [-84.998229, 29.744162], [-84.996081, 29.742896], [-84.993986, 29.741443], [-84.992074, 29.740068], [-84.989925, 29.738583], [-84.988415, 29.737453], [-84.98633, 29.736], [-84.984591, 29.734761], [-84.982606, 29.733266], [-84.981427, 29.73243], [-84.98085, 29.732021], [-84.980657, 29.731884], [-84.980183, 29.731599], [-84.979727, 29.730643], [-84.97939, 29.729331], [-84.979258, 29.727733], [-84.979322, 29.72622], [-84.979312, 29.726048], [-84.979309, 29.726018], [-84.979252, 29.725414], [-84.979234, 29.725213], [-84.979215, 29.724961], [-84.979195, 29.724675], [-84.979189, 29.724206], [-84.979187, 29.723997], [-84.979186, 29.723955], [-84.979175, 29.723428], [-84.979175, 29.723382], [-84.97919, 29.721746], [-84.979205, 29.721665], [-84.979316, 29.721103], [-84.9794, 29.720745], [-84.979477, 29.720658], [-84.980492, 29.719522], [-84.981995, 29.718229], [-84.98311, 29.71748], [-84.983794, 29.717021], [-84.98662, 29.71538], [-84.989517, 29.714036], [-84.992384, 29.712614], [-84.994123, 29.712034], [-84.996638, 29.711882], [-84.997799, 29.711843], [-84.998552, 29.711818], [-84.999941, 29.711845], [-85.003131, 29.711767], [-85.003693, 29.711801], [-85.004054, 29.711823], [-85.004112, 29.713151], [-85.004138, 29.713714], [-85.00414, 29.713768], [-85.004141, 29.713987], [-85.004151, 29.715043], [-85.004159, 29.716094], [-85.00417, 29.717473], [-85.004175, 29.718128], [-85.004182, 29.71902], [-85.004195, 29.720271], [-85.00525, 29.72023], [-85.005428, 29.720222], [-85.00569, 29.72021], [-85.006562, 29.720222], [-85.00656, 29.721953]]]}, "properties": {"name": "Apalachicola", "median_income": 61083}}, {"type": "Feature", "geometry": {"type": "MultiPolygon", "coordinates": [[[[-81.729508, 28.72193], [-81.729462, 28.72193], [-81.729038, 28.721929], [-81.728935, 28.721929], [-81.728929, 28.721144], [-81.728931, 28.721017], [-81.729031, 28.721018], [-81.729498, 28.721018], [-81.729508, 28.72193]]], [[[-81.75139, 28.690487], [-81.75137, 28.692737], [-81.751366, 28.693385], [-81.751362, 28.693674], [-81.751358, 28.694054], [-81.751355, 28.69446], [-81.751348, 28.695252], [-81.751344, 28.695626], [-81.751051, 28.695623], [-81.751011, 28.695884], [-81.750934, 28.696114], [-81.750888, 28.696158], [-81.750853, 28.696193], [-81.75081, 28.696236], [-81.750423, 28.696603], [-81.750313, 28.696721], [-81.750117, 28.696915], [-81.750067, 28.696992], [-81.74988, 28.697212], [-81.749738, 28.697387], [-81.749428, 28.697778], [-81.749054, 28.698199], [-81.748659, 28.698781], [-81.748372, 28.699343], [-81.748193, 28.699943], [-81.748014, 28.700619], [-81.747868, 28.701285], [-81.747562, 28.702209], [-81.747359, 28.702843], [-81.74735, 28.702886], [-81.74734, 28.702929], [-81.747286, 28.703178], [-81.747181, 28.703626], [-81.747066, 28.704121], [-81.746811, 28.704664], [-81.746546, 28.705274], [-81.746323, 28.705836], [-81.746259, 28.705922], [-81.746185, 28.706112], [-81.746077, 28.706489], [-81.74607, 28.706525], [-81.746007, 28.706817], [-81.745967, 28.707235], [-81.7459, 28.707383], [-81.745841, 28.707512], [-81.745775, 28.707654], [-81.745768, 28.708158], [-81.745794, 28.708612], [-81.745927, 28.70902], [-81.746059, 28.709494], [-81.746169, 28.709807], [-81.746269, 28.710143], [-81.746278, 28.710174], [-81.746297, 28.710176], [-81.746335, 28.710181], [-81.746466, 28.710198], [-81.746466, 28.710429], [-81.746172, 28.710434], [-81.746073, 28.710478], [-81.746066, 28.710495], [-81.746085, 28.710511], [-81.746129, 28.710517], [-81.746528, 28.710517], [-81.746607, 28.71067], [-81.746814, 28.711011], [-81.746893, 28.711391], [-81.746992, 28.71177], [-81.747025, 28.712034], [-81.74705, 28.712236], [-81.747161, 28.712673], [-81.747347, 28.713203], [-81.747511, 28.713516], [-81.747539, 28.713631], [-81.747561, 28.713718], [-81.747577, 28.713783], [-81.74136, 28.713742], [-81.741304, 28.713742], [-81.741321, 28.713816], [-81.741329, 28.713851], [-81.741343, 28.714165], [-81.741351, 28.714627], [-81.741347, 28.71524], [-81.741348, 28.715328], [-81.741351, 28.715906], [-81.741345, 28.716363], [-81.741345, 28.716719], [-81.741343, 28.716757], [-81.741342, 28.716766], [-81.741329, 28.717081], [-81.741336, 28.717368], [-81.741666, 28.717349], [-81.746396, 28.717403], [-81.74639, 28.717488], [-81.746367, 28.717884], [-81.746316, 28.718312], [-81.746254, 28.718721], [-81.746169, 28.719175], [-81.746076, 28.719717], [-81.745852, 28.720004], [-81.745605, 28.720281], [-81.745511, 28.720605], [-81.745342, 28.721039], [-81.745273, 28.72112], [-81.745233, 28.721166], [-81.745052, 28.721377], [-81.744985, 28.72145], [-81.744972, 28.721463], [-81.744759, 28.721695], [-81.744699, 28.721759], [-81.744569, 28.721975], [-81.74455, 28.722007], [-81.7444, 28.722301], [-81.74438, 28.722341], [-81.744075, 28.722718], [-81.744032, 28.722759], [-81.743907, 28.722873], [-81.743844, 28.72293], [-81.743726, 28.723038], [-81.74362, 28.723148], [-81.743384, 28.723392], [-81.743237, 28.723678], [-81.74321, 28.72373], [-81.74319, 28.723773], [-81.743193, 28.72379], [-81.743204, 28.723878], [-81.743239, 28.724161], [-81.7432, 28.724656], [-81.743196, 28.724804], [-81.743194, 28.724924], [-81.743191, 28.725035], [-81.743206, 28.725206], [-81.743211, 28.725265], [-81.743219, 28.725354], [-81.743221, 28.725391], [-81.743232, 28.725483], [-81.743235, 28.725526], [-81.743238, 28.725563], [-81.742875, 28.725561], [-81.741225, 28.725549], [-81.739187, 28.725558], [-81.737146, 28.725554], [-81.737148, 28.727135], [-81.734647, 28.72713], [-81.734651, 28.727117], [-81.734645, 28.726981], [-81.734646, 28.726947], [-81.734646, 28.726931], [-81.734647, 28.726906], [-81.735157, 28.726904], [-81.735377, 28.726904], [-81.735378, 28.726825], [-81.735379, 28.726801], [-81.73538, 28.726731], [-81.735377, 28.725329], [-81.735388, 28.725119], [-81.735377, 28.724798], [-81.73537, 28.724612], [-81.73488, 28.724614], [-81.734878, 28.724482], [-81.734772, 28.724485], [-81.734724, 28.724485], [-81.734723, 28.724629], [-81.734047, 28.724615], [-81.733231, 28.724611], [-81.733226, 28.724539], [-81.733077, 28.724525], [-81.73306, 28.724566], [-81.733019, 28.724599], [-81.732931, 28.724608], [-81.732504, 28.724596], [-81.732205, 28.724602], [-81.731876, 28.724598], [-81.731119, 28.724607], [-81.730809, 28.724596], [-81.730509, 28.724599], [-81.730234, 28.724589], [-81.730049, 28.724585], [-81.729929, 28.724583], [-81.729269, 28.725644], [-81.729053, 28.726006], [-81.728995, 28.726127], [-81.728887, 28.726459], [-81.728826, 28.726841], [-81.728804, 28.727351], [-81.728799, 28.727583], [-81.728782, 28.728184], [-81.728763, 28.728928], [-81.728734, 28.729697], [-81.728718, 28.730133], [-81.728708, 28.730558], [-81.728699, 28.730955], [-81.728673, 28.731538], [-81.728667, 28.731842], [-81.726779, 28.731829], [-81.726727, 28.731541], [-81.726496, 28.730267], [-81.726481, 28.730177], [-81.726467, 28.730087], [-81.726456, 28.729997], [-81.726446, 28.729907], [-81.726437, 28.729817], [-81.726431, 28.729727], [-81.726426, 28.729637], [-81.726424, 28.729546], [-81.726423, 28.729456], [-81.726423, 28.729365], [-81.726426, 28.729275], [-81.72643, 28.729184], [-81.726436, 28.729094], [-81.726444, 28.729004], [-81.726454, 28.728914], [-81.726466, 28.728824], [-81.726472, 28.728782], [-81.726578, 28.72827], [-81.726593, 28.728209], [-81.726619, 28.728121], [-81.726646, 28.728034], [-81.726675, 28.727947], [-81.726706, 28.727861], [-81.726738, 28.727775], [-81.726772, 28.727689], [-81.726807, 28.727604], [-81.726845, 28.72752], [-81.726884, 28.727437], [-81.726925, 28.727353], [-81.726967, 28.727271], [-81.727011, 28.727189], [-81.727056, 28.727108], [-81.727104, 28.727028], [-81.727152, 28.726948], [-81.727203, 28.726869], [-81.727254, 28.726791], [-81.727308, 28.726714], [-81.727363, 28.726637], [-81.727419, 28.726562], [-81.727484, 28.726479], [-81.72752, 28.726433], [-81.728905, 28.724686], [-81.729049, 28.724505], [-81.729739, 28.723634], [-81.72984, 28.723507], [-81.729986, 28.723323], [-81.730544, 28.722619], [-81.730846, 28.722238], [-81.730816, 28.722222], [-81.731028, 28.721954], [-81.730901, 28.721948], [-81.730436, 28.721947], [-81.730435, 28.721896], [-81.730428, 28.721296], [-81.730436, 28.721042], [-81.730474, 28.720215], [-81.730887, 28.720216], [-81.73091, 28.720211], [-81.73091, 28.71997], [-81.731039, 28.71997], [-81.731051, 28.719174], [-81.731139, 28.719171], [-81.731144, 28.718966], [-81.731173, 28.718285], [-81.731057, 28.718242], [-81.73107, 28.717447], [-81.731168, 28.717448], [-81.731168, 28.717318], [-81.731033, 28.717319], [-81.731033, 28.717241], [-81.730988, 28.717241], [-81.730984, 28.71662], [-81.730983, 28.716459], [-81.730981, 28.716172], [-81.730977, 28.715598], [-81.731029, 28.715598], [-81.731028, 28.715511], [-81.727026, 28.715479], [-81.727026, 28.715405], [-81.726714, 28.715403], [-81.726402, 28.715403], [-81.72609, 28.715404], [-81.725778, 28.715404], [-81.724844, 28.715406], [-81.724638, 28.71541], [-81.724638, 28.715643], [-81.724639, 28.715918], [-81.72464, 28.716193], [-81.724641, 28.716468], [-81.724641, 28.716743], [-81.724642, 28.717048], [-81.724643, 28.717312], [-81.724502, 28.717312], [-81.723712, 28.717324], [-81.723056, 28.717312], [-81.722706, 28.717302], [-81.72267, 28.714505], [-81.72227, 28.714505], [-81.722114, 28.714502], [-81.721632, 28.714496], [-81.72164, 28.715059], [-81.720947, 28.71506], [-81.720642, 28.715062], [-81.720634, 28.714609], [-81.72064, 28.713807], [-81.720648, 28.713704], [-81.720678, 28.713354], [-81.720681, 28.712705], [-81.720675, 28.711978], [-81.720673, 28.711265], [-81.720677, 28.71054], [-81.720683, 28.710115], [-81.714396, 28.710123], [-81.714228, 28.710123], [-81.713993, 28.710142], [-81.713987, 28.71004], [-81.713904, 28.710047], [-81.713597, 28.710095], [-81.713296, 28.710166], [-81.713199, 28.710196], [-81.713196, 28.710069], [-81.713196, 28.709945], [-81.713196, 28.708211], [-81.714295, 28.708215], [-81.7144, 28.708211], [-81.714401, 28.709319], [-81.714397, 28.70993], [-81.718556, 28.709928], [-81.720684, 28.709929], [-81.724737, 28.709919], [-81.724741, 28.708204], [-81.720627, 28.708181], [-81.720655, 28.706315], [-81.71964, 28.706313], [-81.719086, 28.706311], [-81.718811, 28.706311], [-81.718571, 28.706309], [-81.718569, 28.706491], [-81.718568, 28.706643], [-81.718524, 28.706926], [-81.71852, 28.706959], [-81.718513, 28.707008], [-81.718507, 28.707058], [-81.718504, 28.707108], [-81.718506, 28.707156], [-81.718504, 28.707208], [-81.7185, 28.707257], [-81.718466, 28.707256], [-81.71843, 28.707256], [-81.71665, 28.707244], [-81.716492, 28.707243], [-81.716488, 28.706852], [-81.716488, 28.706295], [-81.716001, 28.706293], [-81.715057, 28.706289], [-81.715058, 28.706123], [-81.715063, 28.705835], [-81.715066, 28.705744], [-81.715066, 28.705706], [-81.714462, 28.705701], [-81.714396, 28.705701], [-81.714397, 28.704751], [-81.714395, 28.704652], [-81.714386, 28.704204], [-81.714391, 28.703925], [-81.71439, 28.703254], [-81.714398, 28.702714], [-81.714399, 28.702638], [-81.714466, 28.702638], [-81.716508, 28.70265], [-81.720673, 28.702673], [-81.72141, 28.702678], [-81.724452, 28.702674], [-81.724807, 28.702673], [-81.724813, 28.700184], [-81.723526, 28.700192], [-81.723516, 28.699076], [-81.720688, 28.699078], [-81.72069, 28.698875], [-81.720723, 28.695579], [-81.719292, 28.695584], [-81.718652, 28.695552], [-81.718339, 28.695538], [-81.718256, 28.695537], [-81.718257, 28.695449], [-81.718326, 28.689936], [-81.718334, 28.688945], [-81.718336, 28.688741], [-81.726586, 28.688756], [-81.726572, 28.695061], [-81.726563, 28.695508], [-81.728481, 28.695517], [-81.728981, 28.69552], [-81.728993, 28.696816], [-81.728975, 28.697325], [-81.730123, 28.697326], [-81.730461, 28.697329], [-81.730681, 28.697332], [-81.730748, 28.697503], [-81.730914, 28.697504], [-81.731022, 28.697506], [-81.731433, 28.698566], [-81.731325, 28.698565], [-81.731165, 28.698566], [-81.731582, 28.699625], [-81.731599, 28.699698], [-81.731596, 28.699724], [-81.731841, 28.700327], [-81.732123, 28.70106], [-81.731927, 28.701053], [-81.730727, 28.701012], [-81.72995, 28.700931], [-81.728977, 28.700925], [-81.728977, 28.700995], [-81.728971, 28.702594], [-81.72897, 28.702666], [-81.72897, 28.702725], [-81.730311, 28.702735], [-81.731659, 28.702744], [-81.732798, 28.702752], [-81.732866, 28.702752], [-81.732955, 28.702753], [-81.733047, 28.702754], [-81.733067, 28.70281], [-81.733238, 28.702786], [-81.733312, 28.702786], [-81.733311, 28.702755], [-81.733311, 28.702726], [-81.733311, 28.702618], [-81.733965, 28.702622], [-81.733959, 28.701899], [-81.73332, 28.701895], [-81.733145, 28.701893], [-81.733141, 28.70105], [-81.733141, 28.701002], [-81.734, 28.701028], [-81.734889, 28.701041], [-81.734992, 28.701042], [-81.735277, 28.701], [-81.735651, 28.701002], [-81.736025, 28.701005], [-81.736399, 28.701007], [-81.736773, 28.701009], [-81.737157, 28.701012], [-81.737264, 28.701018], [-81.737265, 28.700921], [-81.737263, 28.700631], [-81.737259, 28.70013], [-81.737255, 28.699677], [-81.737253, 28.699406], [-81.737252, 28.699311], [-81.737356, 28.69931], [-81.739213, 28.699321], [-81.739419, 28.699322], [-81.741224, 28.699333], [-81.741379, 28.699332], [-81.741379, 28.699153], [-81.741369, 28.695581], [-81.741211, 28.695581], [-81.739404, 28.695572], [-81.739198, 28.695571], [-81.738877, 28.69557], [-81.73893, 28.688774], [-81.748689, 28.688907], [-81.74908, 28.688912], [-81.749673, 28.68892], [-81.751403, 28.688944], [-81.75139, 28.690487]], [[-81.741239, 28.702518], [-81.741234, 28.701148], [-81.741227, 28.700899], [-81.739481, 28.700899], [-81.739228, 28.700899], [-81.739234, 28.702693], [-81.739234, 28.702705], [-81.740333, 28.702713], [-81.741233, 28.702719], [-81.741239, 28.702682], [-81.741239, 28.702518]], [[-81.722461, 28.69382], [-81.722255, 28.69382], [-81.722251, 28.695439], [-81.722251, 28.695496], [-81.722251, 28.695508], [-81.722457, 28.695508], [-81.722457, 28.695497], [-81.722457, 28.695437], [-81.722461, 28.69382]]]]}, "properties": {"name": "Astatula", "median_income": 64542}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-81.732597, 28.883053], [-81.728935, 28.883689], [-81.728935, 28.883301], [-81.728209, 28.883306], [-81.728213, 28.883672], [-81.727197, 28.883913], [-81.725805, 28.884166], [-81.724499, 28.884375], [-81.722042, 28.884356], [-81.721996, 28.882531], [-81.721713, 28.882483], [-81.721406, 28.882409], [-81.721099, 28.882315], [-81.720671, 28.882157], [-81.720386, 28.882039], [-81.72008, 28.881896], [-81.719478, 28.881582], [-81.718372, 28.881027], [-81.716716, 28.880183], [-81.716576, 28.880111], [-81.715882, 28.879757], [-81.714715, 28.879162], [-81.713664, 28.878632], [-81.713667, 28.878725], [-81.71367, 28.87882], [-81.713682, 28.880732], [-81.713645, 28.880731], [-81.712573, 28.880733], [-81.712236, 28.880733], [-81.712236, 28.880755], [-81.712235, 28.880833], [-81.712234, 28.880888], [-81.711652, 28.8809], [-81.709512, 28.880914], [-81.70924, 28.880915], [-81.708551, 28.880921], [-81.708264, 28.880922], [-81.708222, 28.880923], [-81.708221, 28.880963], [-81.708161, 28.883502], [-81.708159, 28.88364], [-81.708158, 28.883769], [-81.70815, 28.884058], [-81.70757, 28.884037], [-81.706755, 28.884018], [-81.706591, 28.884014], [-81.706557, 28.884013], [-81.706453, 28.884011], [-81.706355, 28.884008], [-81.704527, 28.883959], [-81.704443, 28.883962], [-81.704138, 28.883952], [-81.703851, 28.883948], [-81.703718, 28.883943], [-81.703374, 28.883936], [-81.703198, 28.883931], [-81.70264, 28.883913], [-81.70002, 28.883852], [-81.699658, 28.883842], [-81.699601, 28.883841], [-81.699683, 28.881688], [-81.699722, 28.880602], [-81.699726, 28.880503], [-81.699712, 28.880476], [-81.698453, 28.880458], [-81.698361, 28.880458], [-81.696203, 28.880421], [-81.696071, 28.880419], [-81.695759, 28.880414], [-81.6956, 28.880404], [-81.694657, 28.880388], [-81.691507, 28.880334], [-81.691557, 28.879005], [-81.691568, 28.878731], [-81.69155, 28.878723], [-81.691382, 28.878645], [-81.691032, 28.878478], [-81.690745, 28.878327], [-81.690963, 28.877945], [-81.691426, 28.877167], [-81.69148, 28.877069], [-81.691553, 28.876936], [-81.691596, 28.876833], [-81.691617, 28.876758], [-81.691644, 28.876671], [-81.691675, 28.876495], [-81.691696, 28.876246], [-81.691713, 28.875692], [-81.691714, 28.875635], [-81.691716, 28.875415], [-81.689163, 28.875427], [-81.689153, 28.8756], [-81.689128, 28.876013], [-81.689081, 28.876787], [-81.689079, 28.876805], [-81.689028, 28.876806], [-81.688937, 28.876799], [-81.688936, 28.876809], [-81.688912, 28.877103], [-81.688928, 28.877136], [-81.688935, 28.877181], [-81.688913, 28.877435], [-81.688912, 28.877445], [-81.688835, 28.877445], [-81.688287, 28.877442], [-81.687808, 28.877439], [-81.687709, 28.878832], [-81.688198, 28.878834], [-81.688334, 28.878829], [-81.6883, 28.879085], [-81.688182, 28.879085], [-81.687691, 28.879071], [-81.687685, 28.879169], [-81.68766, 28.879522], [-81.687635, 28.879873], [-81.687629, 28.879949], [-81.687595, 28.880407], [-81.687562, 28.880853], [-81.687631, 28.880907], [-81.687722, 28.880962], [-81.687747, 28.880977], [-81.68799, 28.880991], [-81.688235, 28.881006], [-81.688411, 28.880828], [-81.688539, 28.880699], [-81.689162, 28.880327], [-81.689407, 28.880329], [-81.689537, 28.880381], [-81.689315, 28.880749], [-81.689309, 28.880766], [-81.689089, 28.881134], [-81.687912, 28.883055], [-81.687885, 28.883098], [-81.687783, 28.88326], [-81.687668, 28.883443], [-81.687648, 28.883475], [-81.687622, 28.883516], [-81.687545, 28.883618], [-81.687538, 28.883706], [-81.68756, 28.883706], [-81.688277, 28.883699], [-81.688291, 28.883698], [-81.688301, 28.883419], [-81.688583, 28.883404], [-81.689192, 28.883373], [-81.689449, 28.88336], [-81.689777, 28.883343], [-81.690879, 28.883286], [-81.691284, 28.883266], [-81.691391, 28.88326], [-81.691412, 28.883259], [-81.691393, 28.883805], [-81.691357, 28.88487], [-81.691272, 28.887268], [-81.69433, 28.887264], [-81.69401, 28.887817], [-81.69399, 28.887845], [-81.693979, 28.887883], [-81.693898, 28.888005], [-81.692278, 28.890808], [-81.691273, 28.892587], [-81.69126, 28.892603], [-81.69126, 28.892573], [-81.691262, 28.891814], [-81.687262, 28.891833], [-81.687085, 28.891834], [-81.687081, 28.891735], [-81.687075, 28.891575], [-81.687052, 28.890981], [-81.687047, 28.890842], [-81.687626, 28.890842], [-81.688346, 28.890831], [-81.688307, 28.890129], [-81.687204, 28.890127], [-81.68702, 28.890128], [-81.686894, 28.890126], [-81.686701, 28.890123], [-81.686698, 28.890053], [-81.686501, 28.890057], [-81.68591, 28.890071], [-81.685914, 28.890592], [-81.686096, 28.890964], [-81.683154, 28.890973], [-81.685148, 28.889956], [-81.685148, 28.889923], [-81.685149, 28.88888], [-81.685174, 28.888606], [-81.685197, 28.888344], [-81.685235, 28.887805], [-81.685253, 28.88762], [-81.685273, 28.887596], [-81.685452, 28.887384], [-81.685469, 28.887363], [-81.685537, 28.887363], [-81.686817, 28.887378], [-81.686823, 28.887304], [-81.68704, 28.884957], [-81.687057, 28.884776], [-81.687088, 28.884437], [-81.687123, 28.88406], [-81.686895, 28.884058], [-81.685174, 28.884043], [-81.685175, 28.884075], [-81.68516, 28.884463], [-81.68514, 28.885074], [-81.685116, 28.885806], [-81.685094, 28.886554], [-81.685074, 28.887052], [-81.685072, 28.887136], [-81.685069, 28.887234], [-81.685067, 28.887275], [-81.685003, 28.887276], [-81.684852, 28.887276], [-81.684258, 28.88728], [-81.683703, 28.887284], [-81.683017, 28.887289], [-81.683059, 28.885852], [-81.682843, 28.885852], [-81.682842, 28.885788], [-81.682849, 28.885557], [-81.682848, 28.885523], [-81.683064, 28.885521], [-81.683197, 28.885533], [-81.683348, 28.885564], [-81.683382, 28.885582], [-81.683428, 28.885623], [-81.683653, 28.885919], [-81.683765, 28.886088], [-81.683806, 28.886149], [-81.683887, 28.886255], [-81.68389, 28.886013], [-81.683898, 28.885759], [-81.683898, 28.885545], [-81.683917, 28.885488], [-81.683952, 28.883797], [-81.683121, 28.883796], [-81.6831, 28.884462], [-81.683093, 28.88467], [-81.682507, 28.88467], [-81.682064, 28.884671], [-81.681413, 28.884673], [-81.681323, 28.884673], [-81.681338, 28.884317], [-81.681365, 28.883293], [-81.681364, 28.883278], [-81.681224, 28.883314], [-81.681023, 28.883345], [-81.681022, 28.883368], [-81.68102, 28.88343], [-81.68098, 28.884652], [-81.68101, 28.884656], [-81.681002, 28.884866], [-81.681001, 28.884906], [-81.680982, 28.88541], [-81.680981, 28.885448], [-81.680976, 28.885467], [-81.680974, 28.885498], [-81.680971, 28.885537], [-81.680736, 28.885537], [-81.680274, 28.885534], [-81.680094, 28.885541], [-81.679742, 28.885535], [-81.679291, 28.885539], [-81.679252, 28.885538], [-81.679214, 28.885538], [-81.679243, 28.884665], [-81.679273, 28.883771], [-81.679277, 28.883668], [-81.679277, 28.883639], [-81.679204, 28.883669], [-81.678964, 28.883733], [-81.678964, 28.883771], [-81.678946, 28.884408], [-81.678942, 28.884502], [-81.678936, 28.884651], [-81.678935, 28.884785], [-81.678906, 28.885538], [-81.6789, 28.885643], [-81.678865, 28.887299], [-81.678876, 28.887299], [-81.678875, 28.887318], [-81.679291, 28.887316], [-81.680953, 28.887309], [-81.680945, 28.887893], [-81.680959, 28.887895], [-81.681047, 28.887894], [-81.681146, 28.887894], [-81.681201, 28.887894], [-81.681669, 28.88789], [-81.681666, 28.887306], [-81.681782, 28.887306], [-81.681789, 28.887949], [-81.681778, 28.889091], [-81.681776, 28.889128], [-81.681044, 28.889135], [-81.680936, 28.889138], [-81.680938, 28.88917], [-81.680944, 28.889249], [-81.680949, 28.889319], [-81.680941, 28.889699], [-81.680958, 28.89009], [-81.680954, 28.890441], [-81.680954, 28.890478], [-81.68096, 28.890877], [-81.68096, 28.890896], [-81.68096, 28.890929], [-81.680961, 28.890972], [-81.680898, 28.890973], [-81.680899, 28.890985], [-81.680903, 28.891065], [-81.681058, 28.891063], [-81.681213, 28.891062], [-81.681608, 28.89106], [-81.681608, 28.891146], [-81.681608, 28.891286], [-81.681608, 28.891726], [-81.680856, 28.891902], [-81.680781, 28.891919], [-81.680766, 28.891923], [-81.680753, 28.891922], [-81.680742, 28.891923], [-81.680739, 28.891897], [-81.680734, 28.891838], [-81.680724, 28.89175], [-81.680645, 28.891082], [-81.680633, 28.890976], [-81.680534, 28.890976], [-81.680512, 28.890976], [-81.680512, 28.890943], [-81.680512, 28.890863], [-81.680512, 28.890826], [-81.680515, 28.890529], [-81.680515, 28.890511], [-81.680516, 28.89049], [-81.680163, 28.890495], [-81.680166, 28.890847], [-81.680167, 28.890886], [-81.680167, 28.89098], [-81.680102, 28.89098], [-81.68009, 28.89098], [-81.679987, 28.890981], [-81.679836, 28.89098], [-81.679836, 28.890902], [-81.679835, 28.890852], [-81.679836, 28.890782], [-81.679838, 28.890633], [-81.679838, 28.890593], [-81.679838, 28.890572], [-81.679497, 28.890574], [-81.679501, 28.890887], [-81.679503, 28.890978], [-81.67918, 28.890975], [-81.679189, 28.890597], [-81.678927, 28.890602], [-81.67889, 28.890603], [-81.678889, 28.890973], [-81.678851, 28.890973], [-81.67878, 28.890974], [-81.67874, 28.890975], [-81.678063, 28.890983], [-81.677038, 28.890981], [-81.676919, 28.890982], [-81.676873, 28.890981], [-81.676764, 28.890983], [-81.676427, 28.890984], [-81.676189, 28.890984], [-81.676085, 28.890983], [-81.676085, 28.890945], [-81.676085, 28.890926], [-81.676081, 28.89018], [-81.676527, 28.890178], [-81.676543, 28.890278], [-81.676543, 28.890304], [-81.676846, 28.890302], [-81.676858, 28.890302], [-81.676849, 28.889443], [-81.676838, 28.889205], [-81.676825, 28.889121], [-81.67681, 28.889014], [-81.676808, 28.888933], [-81.676804, 28.888627], [-81.676804, 28.888598], [-81.676804, 28.888588], [-81.676805, 28.888575], [-81.676641, 28.888579], [-81.676577, 28.888582], [-81.676521, 28.888577], [-81.676495, 28.888532], [-81.676474, 28.888232], [-81.676473, 28.888163], [-81.676145, 28.888164], [-81.675817, 28.888165], [-81.675489, 28.888166], [-81.675161, 28.888167], [-81.674756, 28.888188], [-81.674739, 28.887839], [-81.674733, 28.887374], [-81.674733, 28.887311], [-81.674569, 28.887316], [-81.674121, 28.887329], [-81.673778, 28.887339], [-81.67352, 28.887347], [-81.672707, 28.88737], [-81.671419, 28.887408], [-81.67138, 28.887409], [-81.671245, 28.887413], [-81.671089, 28.887418], [-81.670865, 28.887424], [-81.670852, 28.887394], [-81.670843, 28.887373], [-81.670829, 28.887376], [-81.670819, 28.887378], [-81.670803, 28.88738], [-81.670788, 28.88738], [-81.670771, 28.887379], [-81.67077, 28.887426], [-81.670752, 28.887427], [-81.670698, 28.887428], [-81.670492, 28.887434], [-81.669672, 28.887458], [-81.66857, 28.887491], [-81.666808, 28.887542], [-81.66682, 28.886001], [-81.666834, 28.884615], [-81.666835, 28.884515], [-81.666823, 28.884516], [-81.666724, 28.884518], [-81.666374, 28.884524], [-81.662747, 28.884581], [-81.662746, 28.883849], [-81.662782, 28.883848], [-81.662782, 28.883629], [-81.662782, 28.880481], [-81.658689, 28.880544], [-81.658678, 28.88094], [-81.658655, 28.884136], [-81.657517, 28.884134], [-81.651383, 28.884136], [-81.651383, 28.884148], [-81.651476, 28.887766], [-81.65087, 28.887768], [-81.649351, 28.887773], [-81.648896, 28.887774], [-81.647226, 28.88778], [-81.647221, 28.887669], [-81.647168, 28.88471], [-81.647158, 28.884151], [-81.647155, 28.884006], [-81.647149, 28.883652], [-81.647148, 28.88358], [-81.647144, 28.883384], [-81.647091, 28.880521], [-81.647075, 28.879655], [-81.647057, 28.878734], [-81.64704, 28.877813], [-81.647028, 28.877165], [-81.647032, 28.87689], [-81.64286, 28.8769], [-81.642861, 28.876987], [-81.640783, 28.876988], [-81.640783, 28.876938], [-81.640771, 28.875175], [-81.640755, 28.875173], [-81.638687, 28.875179], [-81.638686, 28.874274], [-81.638686, 28.874082], [-81.638652, 28.873278], [-81.638487, 28.869415], [-81.638794, 28.8694], [-81.640001, 28.869369], [-81.640727, 28.869358], [-81.640695, 28.868286], [-81.640759, 28.868286], [-81.64125, 28.868289], [-81.641386, 28.86829], [-81.64149, 28.868367], [-81.64152, 28.868389], [-81.641671, 28.868486], [-81.641816, 28.868554], [-81.642073, 28.868638], [-81.642292, 28.868694], [-81.642349, 28.868697], [-81.642414, 28.868696], [-81.642456, 28.86869], [-81.642493, 28.868683], [-81.642615, 28.86871], [-81.642748, 28.868738], [-81.64274, 28.868248], [-81.642732, 28.867633], [-81.642711, 28.865656], [-81.642708, 28.865621], [-81.643523, 28.865619], [-81.644538, 28.865614], [-81.646335, 28.86562], [-81.646568, 28.865621], [-81.646567, 28.865561], [-81.646545, 28.861946], [-81.646588, 28.861947], [-81.646881, 28.861949], [-81.647145, 28.861951], [-81.647601, 28.861954], [-81.647844, 28.861956], [-81.648086, 28.861958], [-81.648329, 28.861959], [-81.648572, 28.861961], [-81.648814, 28.861963], [-81.649057, 28.861965], [-81.6493, 28.861966], [-81.649542, 28.861968], [-81.649891, 28.861971], [-81.650348, 28.861974], [-81.650423, 28.861974], [-81.651361, 28.861981], [-81.651831, 28.861985], [-81.652169, 28.861987], [-81.652478, 28.86199], [-81.652963, 28.861993], [-81.65297, 28.862552], [-81.652981, 28.863495], [-81.652981, 28.86354], [-81.652674, 28.863542], [-81.652351, 28.863545], [-81.652349, 28.863671], [-81.652341, 28.864379], [-81.652337, 28.86445], [-81.652326, 28.865138], [-81.652316, 28.865556], [-81.652878, 28.865572], [-81.652955, 28.865573], [-81.653, 28.865572], [-81.653006, 28.865607], [-81.65351, 28.865607], [-81.653873, 28.865607], [-81.654586, 28.865622], [-81.654606, 28.867083], [-81.654605, 28.867676], [-81.654605, 28.867694], [-81.654605, 28.86776], [-81.656007, 28.867766], [-81.657158, 28.867772], [-81.658689, 28.86778], [-81.658689, 28.867837], [-81.66039, 28.867815], [-81.662801, 28.867783], [-81.662802, 28.867674], [-81.662802, 28.867658], [-81.662813, 28.8662], [-81.663481, 28.866195], [-81.663476, 28.865619], [-81.662826, 28.865643], [-81.662817, 28.864387], [-81.662603, 28.864391], [-81.662178, 28.864397], [-81.662177, 28.864351], [-81.662178, 28.864179], [-81.662281, 28.864179], [-81.662282, 28.864007], [-81.662283, 28.863678], [-81.662282, 28.863621], [-81.662284, 28.863577], [-81.662284, 28.863537], [-81.662285, 28.863182], [-81.662388, 28.863181], [-81.662491, 28.863181], [-81.662593, 28.86318], [-81.662699, 28.86318], [-81.662699, 28.862836], [-81.662693, 28.862748], [-81.662644, 28.862748], [-81.660881, 28.862759], [-81.660872, 28.862349], [-81.660854, 28.862349], [-81.660581, 28.86235], [-81.660585, 28.862005], [-81.660848, 28.862011], [-81.66085, 28.861774], [-81.660852, 28.861573], [-81.66086, 28.861287], [-81.660871, 28.861105], [-81.660907, 28.861105], [-81.660907, 28.860693], [-81.66101, 28.860692], [-81.66101, 28.860341], [-81.661009, 28.860266], [-81.660952, 28.860266], [-81.660837, 28.860267], [-81.660752, 28.860284], [-81.660747, 28.860692], [-81.660358, 28.860692], [-81.660328, 28.860694], [-81.660221, 28.860695], [-81.660221, 28.861117], [-81.660223, 28.861183], [-81.660223, 28.861534], [-81.660747, 28.861529], [-81.660747, 28.86188], [-81.660477, 28.861882], [-81.660476, 28.862003], [-81.660472, 28.862362], [-81.660366, 28.862362], [-81.660367, 28.862769], [-81.660093, 28.862777], [-81.659707, 28.862769], [-81.659712, 28.863191], [-81.659056, 28.863194], [-81.659054, 28.863537], [-81.658835, 28.863539], [-81.658839, 28.862754], [-81.658841, 28.86237], [-81.659279, 28.862368], [-81.659272, 28.861977], [-81.659794, 28.861988], [-81.659798, 28.861888], [-81.659798, 28.861538], [-81.659479, 28.861541], [-81.659479, 28.86119], [-81.659489, 28.861136], [-81.659799, 28.861147], [-81.659798, 28.861054], [-81.658846, 28.861061], [-81.658849, 28.860704], [-81.659462, 28.860702], [-81.659584, 28.860702], [-81.659591, 28.860367], [-81.65937, 28.860367], [-81.659373, 28.859442], [-81.659374, 28.858994], [-81.659311, 28.858993], [-81.659211, 28.858993], [-81.658689, 28.858998], [-81.658688, 28.858396], [-81.657477, 28.85839], [-81.657356, 28.858391], [-81.657253, 28.858392], [-81.657262, 28.857235], [-81.65681, 28.857227], [-81.656529, 28.857223], [-81.656522, 28.858387], [-81.655892, 28.858375], [-81.65527, 28.858376], [-81.65454, 28.858365], [-81.654536, 28.857821], [-81.652921, 28.857808], [-81.652919, 28.857455], [-81.653827, 28.857461], [-81.654522, 28.857465], [-81.654512, 28.856825], [-81.654508, 28.856559], [-81.654399, 28.856557], [-81.654164, 28.856555], [-81.653673, 28.85655], [-81.652908, 28.856545], [-81.652282, 28.856539], [-81.652354, 28.858236], [-81.6523, 28.858235], [-81.651964, 28.858229], [-81.651673, 28.858228], [-81.650252, 28.858223], [-81.649828, 28.858217], [-81.649832, 28.858321], [-81.649833, 28.858389], [-81.649863, 28.861065], [-81.649107, 28.861057], [-81.648351, 28.86105], [-81.648349, 28.860929], [-81.648319, 28.85838], [-81.648319, 28.858303], [-81.648319, 28.858201], [-81.647178, 28.858193], [-81.647028, 28.858192], [-81.647028, 28.858282], [-81.647029, 28.858388], [-81.647053, 28.860441], [-81.647023, 28.860986], [-81.642659, 28.861166], [-81.642631, 28.861505], [-81.640648, 28.861521], [-81.640579, 28.861522], [-81.640567, 28.861019], [-81.64037, 28.861022], [-81.639515, 28.861038], [-81.638598, 28.861054], [-81.638492, 28.861056], [-81.638467, 28.860181], [-81.638368, 28.860186], [-81.637346, 28.860215], [-81.637268, 28.858554], [-81.637262, 28.858408], [-81.63718, 28.858408], [-81.63703, 28.858415], [-81.636372, 28.858447], [-81.636036, 28.858448], [-81.635641, 28.858468], [-81.634625, 28.858496], [-81.634116, 28.858521], [-81.633238, 28.858585], [-81.63201, 28.858638], [-81.632002, 28.858316], [-81.631963, 28.856834], [-81.631918, 28.855043], [-81.630888, 28.855067], [-81.630815, 28.852593], [-81.630427, 28.852602], [-81.6304, 28.851655], [-81.630394, 28.85148], [-81.630902, 28.851473], [-81.631847, 28.851459], [-81.631849, 28.851302], [-81.631813, 28.849917], [-81.631776, 28.847853], [-81.631918, 28.84785], [-81.631915, 28.847747], [-81.632765, 28.847728], [-81.63279, 28.847728], [-81.632885, 28.847728], [-81.633694, 28.847721], [-81.633837, 28.847721], [-81.633833, 28.847483], [-81.633827, 28.847176], [-81.632895, 28.847187], [-81.63288, 28.846739], [-81.632877, 28.846635], [-81.632876, 28.846609], [-81.632379, 28.846593], [-81.632368, 28.846037], [-81.633665, 28.846022], [-81.633809, 28.84602], [-81.633808, 28.845974], [-81.633957, 28.845973], [-81.633956, 28.845895], [-81.633949, 28.845599], [-81.633802, 28.845601], [-81.631074, 28.845635], [-81.631153, 28.847778], [-81.630951, 28.847799], [-81.62962, 28.847814], [-81.629617, 28.844836], [-81.629616, 28.844329], [-81.629617, 28.842578], [-81.629615, 28.842307], [-81.629616, 28.842046], [-81.629615, 28.841915], [-81.629611, 28.83997], [-81.629611, 28.839667], [-81.62961, 28.839068], [-81.629609, 28.838868], [-81.630356, 28.838868], [-81.630366, 28.839068], [-81.630381, 28.839615], [-81.630425, 28.840914], [-81.630446, 28.841548], [-81.631068, 28.841541], [-81.63107, 28.841761], [-81.633606, 28.84176], [-81.633646, 28.841756], [-81.633671, 28.843374], [-81.633625, 28.843374], [-81.631042, 28.84338], [-81.631069, 28.844258], [-81.63363, 28.844253], [-81.633687, 28.844257], [-81.633695, 28.844661], [-81.633787, 28.844659], [-81.633918, 28.844657], [-81.633929, 28.84476], [-81.633955, 28.844747], [-81.634063, 28.84468], [-81.634199, 28.84457], [-81.634496, 28.844312], [-81.634555, 28.844258], [-81.634695, 28.84426], [-81.637954, 28.844255], [-81.639428, 28.844253], [-81.6397, 28.844253], [-81.639822, 28.844251], [-81.639756, 28.844328], [-81.639569, 28.844545], [-81.639443, 28.844818], [-81.639096, 28.845257], [-81.638992, 28.845397], [-81.638865, 28.845594], [-81.638786, 28.845717], [-81.638778, 28.845887], [-81.638774, 28.845959], [-81.638778, 28.84606], [-81.638782, 28.846178], [-81.638793, 28.846383], [-81.638847, 28.846519], [-81.638937, 28.846722], [-81.639155, 28.847012], [-81.639228, 28.847096], [-81.639295, 28.847165], [-81.639344, 28.847151], [-81.639358, 28.847221], [-81.639404, 28.847267], [-81.63944, 28.847264], [-81.639459, 28.847336], [-81.639531, 28.847363], [-81.639583, 28.847352], [-81.639936, 28.847392], [-81.640077, 28.847405], [-81.640627, 28.847672], [-81.640833, 28.847857], [-81.640845, 28.847862], [-81.641373, 28.848067], [-81.642015, 28.84861], [-81.642082, 28.848667], [-81.64219, 28.848779], [-81.642261, 28.848852], [-81.642432, 28.848936], [-81.642579, 28.849001], [-81.642626, 28.849026], [-81.642866, 28.849135], [-81.642893, 28.849151], [-81.643331, 28.849413], [-81.643383, 28.849446], [-81.643549, 28.849504], [-81.643627, 28.849531], [-81.643654, 28.849532], [-81.643843, 28.849539], [-81.643942, 28.849468], [-81.644012, 28.849459], [-81.644017, 28.852104], [-81.64401, 28.853372], [-81.642638, 28.853362], [-81.642638, 28.854742], [-81.642638, 28.854861], [-81.642637, 28.855016], [-81.642636, 28.855209], [-81.642636, 28.855778], [-81.643266, 28.855225], [-81.643348, 28.855153], [-81.643434, 28.855081], [-81.643604, 28.854936], [-81.643948, 28.854641], [-81.643996, 28.854642], [-81.643999, 28.854436], [-81.644524, 28.854431], [-81.64503, 28.854427], [-81.64503, 28.854378], [-81.645071, 28.854378], [-81.645085, 28.854379], [-81.645085, 28.85436], [-81.645087, 28.854114], [-81.645092, 28.853744], [-81.646084, 28.85375], [-81.646149, 28.853029], [-81.646589, 28.85306], [-81.647231, 28.853058], [-81.647598, 28.853059], [-81.647682, 28.853057], [-81.647718, 28.853056], [-81.648019, 28.853049], [-81.648019, 28.853037], [-81.648019, 28.852954], [-81.648019, 28.85291], [-81.647852, 28.852913], [-81.647756, 28.852823], [-81.648037, 28.852606], [-81.648116, 28.852546], [-81.64813, 28.852561], [-81.648419, 28.852862], [-81.64849, 28.852935], [-81.648587, 28.853036], [-81.649838, 28.853036], [-81.650344, 28.853031], [-81.650339, 28.852958], [-81.650341, 28.852536], [-81.650335, 28.851238], [-81.650335, 28.851223], [-81.65045, 28.851222], [-81.650449, 28.851181], [-81.650441, 28.850129], [-81.650195, 28.850131], [-81.650034, 28.850129], [-81.650028, 28.849753], [-81.650207, 28.849754], [-81.65044, 28.849759], [-81.650432, 28.84873], [-81.650426, 28.847717], [-81.65043, 28.847623], [-81.650535, 28.847631], [-81.651521, 28.847624], [-81.651522, 28.84756], [-81.651527, 28.847171], [-81.651528, 28.847064], [-81.651535, 28.846596], [-81.651492, 28.846505], [-81.651382, 28.846258], [-81.651291, 28.846064], [-81.651264, 28.846001], [-81.651227, 28.845918], [-81.65119, 28.845837], [-81.651138, 28.845722], [-81.651102, 28.845721], [-81.650393, 28.845711], [-81.650121, 28.845705], [-81.649105, 28.84571], [-81.649053, 28.84571], [-81.648668, 28.845712], [-81.648665, 28.845619], [-81.648665, 28.845228], [-81.649009, 28.845222], [-81.64903, 28.845222], [-81.649093, 28.845223], [-81.649167, 28.845224], [-81.649328, 28.845226], [-81.649509, 28.845219], [-81.649753, 28.845219], [-81.649946, 28.845226], [-81.650724, 28.845258], [-81.650912, 28.845257], [-81.651475, 28.845256], [-81.651668, 28.84526], [-81.651886, 28.84522], [-81.651954, 28.84522], [-81.652814, 28.845209], [-81.653057, 28.845206], [-81.653391, 28.845202], [-81.653463, 28.845201], [-81.653682, 28.845198], [-81.653985, 28.845195], [-81.65426, 28.845184], [-81.654428, 28.845179], [-81.654483, 28.845177], [-81.654545, 28.845174], [-81.654545, 28.845152], [-81.654546, 28.844996], [-81.654549, 28.844305], [-81.654549, 28.844233], [-81.654548, 28.843774], [-81.654543, 28.84325], [-81.654535, 28.842531], [-81.654531, 28.842114], [-81.657255, 28.842105], [-81.657706, 28.842103], [-81.658217, 28.842103], [-81.658678, 28.842095], [-81.658678, 28.841925], [-81.659111, 28.841931], [-81.659412, 28.841928], [-81.659414, 28.84207], [-81.659421, 28.842854], [-81.659715, 28.842852], [-81.659933, 28.842851], [-81.660018, 28.84285], [-81.660104, 28.842852], [-81.660101, 28.84264], [-81.660117, 28.841607], [-81.660115, 28.841386], [-81.659835, 28.841385], [-81.659783, 28.841394], [-81.659755, 28.841399], [-81.659684, 28.841428], [-81.659682, 28.841356], [-81.659668, 28.841079], [-81.659933, 28.841077], [-81.660033, 28.841077], [-81.660112, 28.841075], [-81.660111, 28.840955], [-81.660107, 28.840403], [-81.66012, 28.840359], [-81.660126, 28.840337], [-81.660135, 28.840307], [-81.66014, 28.840291], [-81.660143, 28.840279], [-81.660146, 28.840269], [-81.660033, 28.840263], [-81.659821, 28.840266], [-81.658684, 28.840281], [-81.658648, 28.840306], [-81.655886, 28.840299], [-81.654516, 28.84028], [-81.654566, 28.839772], [-81.654638, 28.839237], [-81.654653, 28.838926], [-81.654645, 28.838689], [-81.654623, 28.838437], [-81.654524, 28.837868], [-81.654495, 28.837583], [-81.654504, 28.837171], [-81.654498, 28.836737], [-81.654489, 28.836145], [-81.654479, 28.835505], [-81.654468, 28.834753], [-81.654465, 28.83456], [-81.652515, 28.834823], [-81.651154, 28.835002], [-81.651088, 28.835011], [-81.651043, 28.834967], [-81.650958, 28.834911], [-81.650756, 28.834741], [-81.650858, 28.834713], [-81.65446, 28.83374], [-81.65446, 28.833069], [-81.654125, 28.83306], [-81.652933, 28.833027], [-81.652664, 28.83303], [-81.652445, 28.833033], [-81.65176, 28.833017], [-81.651758, 28.833082], [-81.650291, 28.834111], [-81.650291, 28.834018], [-81.650285, 28.832996], [-81.650273, 28.829462], [-81.650245, 28.829462], [-81.649684, 28.829464], [-81.649472, 28.829465], [-81.649221, 28.829466], [-81.649038, 28.829468], [-81.649038, 28.829674], [-81.649038, 28.829982], [-81.649038, 28.830017], [-81.649038, 28.830326], [-81.649038, 28.830419], [-81.649038, 28.83067], [-81.649038, 28.83076], [-81.649038, 28.831014], [-81.649026, 28.831224], [-81.649048, 28.832905], [-81.648935, 28.832898], [-81.648472, 28.832888], [-81.646987, 28.832855], [-81.646867, 28.832852], [-81.646654, 28.832838], [-81.646452, 28.832824], [-81.646411, 28.832821], [-81.646133, 28.832769], [-81.645955, 28.832723], [-81.645735, 28.83265], [-81.645556, 28.832584], [-81.645426, 28.832524], [-81.645091, 28.832327], [-81.64486, 28.832165], [-81.644713, 28.832048], [-81.644605, 28.831942], [-81.644469, 28.831788], [-81.644247, 28.83148], [-81.644161, 28.831345], [-81.644085, 28.831178], [-81.644043, 28.831085], [-81.643967, 28.830886], [-81.643905, 28.830778], [-81.643823, 28.830693], [-81.643785, 28.830617], [-81.643833, 28.830491], [-81.643878, 28.83035], [-81.643906, 28.830234], [-81.643953, 28.830047], [-81.643978, 28.829944], [-81.643993, 28.829859], [-81.644014, 28.829652], [-81.644025, 28.829488], [-81.646183, 28.829473], [-81.646207, 28.827661], [-81.646219, 28.82766], [-81.646239, 28.826566], [-81.646265, 28.825111], [-81.646277, 28.824442], [-81.64628, 28.824291], [-81.646282, 28.824167], [-81.646281, 28.824127], [-81.646337, 28.824127], [-81.646943, 28.824127], [-81.650128, 28.824105], [-81.651039, 28.824102], [-81.652877, 28.824097], [-81.653869, 28.824101], [-81.655466, 28.824086], [-81.655885, 28.824071], [-81.656307, 28.824045], [-81.65732, 28.823955], [-81.657669, 28.82391], [-81.658757, 28.823734], [-81.659273, 28.823625], [-81.659275, 28.823824], [-81.659276, 28.824001], [-81.660314, 28.824001], [-81.660967, 28.824002], [-81.660963, 28.823403], [-81.660961, 28.823202], [-81.662137, 28.822877], [-81.663653, 28.822472], [-81.666265, 28.821764], [-81.666809, 28.821623], [-81.667437, 28.82146], [-81.668816, 28.821086], [-81.669456, 28.820914], [-81.670242, 28.820726], [-81.67089, 28.820627], [-81.67134, 28.820583], [-81.671888, 28.820559], [-81.672377, 28.820561], [-81.672903, 28.82059], [-81.673518, 28.820653], [-81.673966, 28.820715], [-81.67445, 28.82081], [-81.674626, 28.820852], [-81.675047, 28.820953], [-81.675074, 28.820799], [-81.675074, 28.82058], [-81.676015, 28.820732], [-81.676425, 28.820827], [-81.677074, 28.820956], [-81.678107, 28.821184], [-81.679765, 28.82155], [-81.679913, 28.821577], [-81.680133, 28.821621], [-81.680331, 28.821672], [-81.680364, 28.82169], [-81.681199, 28.821871], [-81.681229, 28.821656], [-81.681271, 28.821662], [-81.682497, 28.821927], [-81.683062, 28.822053], [-81.683152, 28.822073], [-81.683304, 28.822109], [-81.683361, 28.822123], [-81.68432, 28.822329], [-81.68457, 28.822383], [-81.684595, 28.822371], [-81.68462, 28.822359], [-81.684636, 28.822351], [-81.684652, 28.822343], [-81.684668, 28.822334], [-81.684684, 28.822325], [-81.6847, 28.822316], [-81.684715, 28.822306], [-81.68473, 28.822296], [-81.684745, 28.822286], [-81.68476, 28.822276], [-81.684775, 28.822265], [-81.684789, 28.822255], [-81.684804, 28.822244], [-81.684818, 28.822233], [-81.684832, 28.822221], [-81.684845, 28.82221], [-81.684858, 28.822198], [-81.684872, 28.822186], [-81.684889, 28.82217], [-81.68491, 28.82217], [-81.684928, 28.822135], [-81.685026, 28.822016], [-81.685065, 28.821951], [-81.685116, 28.821831], [-81.685129, 28.821784], [-81.685169, 28.821632], [-81.68517, 28.821622], [-81.6852, 28.821437], [-81.685206, 28.821292], [-81.684126, 28.821285], [-81.68401, 28.821283], [-81.683313, 28.821276], [-81.683304, 28.820726], [-81.683693, 28.820729], [-81.685298, 28.82074], [-81.6853, 28.820567], [-81.68541, 28.820569], [-81.685465, 28.820577], [-81.685597, 28.820575], [-81.686579, 28.82057], [-81.686578, 28.820984], [-81.686449, 28.820989], [-81.686137, 28.820989], [-81.686148, 28.821175], [-81.68614, 28.821452], [-81.68613, 28.821646], [-81.686136, 28.821721], [-81.686153, 28.821762], [-81.686175, 28.821785], [-81.686274, 28.821838], [-81.686359, 28.82187], [-81.686476, 28.821877], [-81.686763, 28.821864], [-81.687058, 28.82187], [-81.68724, 28.821863], [-81.687418, 28.821835], [-81.687497, 28.82182], [-81.687508, 28.821987], [-81.687516, 28.822032], [-81.6874, 28.822037], [-81.687406, 28.822608], [-81.687737, 28.822826], [-81.687927, 28.822862], [-81.687927, 28.822779], [-81.687925, 28.822595], [-81.687925, 28.822559], [-81.687919, 28.822168], [-81.687956, 28.822063], [-81.687984, 28.822055], [-81.68818, 28.821998], [-81.68834, 28.821959], [-81.688367, 28.821953], [-81.688495, 28.821935], [-81.688877, 28.82192], [-81.689513, 28.821921], [-81.689515, 28.822016], [-81.689523, 28.822557], [-81.689586, 28.822556], [-81.689598, 28.822556], [-81.689695, 28.822556], [-81.689708, 28.822556], [-81.689851, 28.822556], [-81.689864, 28.822556], [-81.689895, 28.822556], [-81.689894, 28.822501], [-81.689887, 28.822017], [-81.689886, 28.821922], [-81.690141, 28.821929], [-81.690176, 28.82193], [-81.690326, 28.821934], [-81.691213, 28.821929], [-81.691518, 28.821927], [-81.691677, 28.82191], [-81.691731, 28.821905], [-81.691897, 28.821865], [-81.692133, 28.821784], [-81.69217, 28.821771], [-81.692173, 28.821888], [-81.692174, 28.822886], [-81.692281, 28.822868], [-81.692372, 28.822853], [-81.69241, 28.822846], [-81.692474, 28.822834], [-81.69251, 28.822828], [-81.692561, 28.822817], [-81.692639, 28.822802], [-81.692641, 28.822357], [-81.692641, 28.822321], [-81.692556, 28.822352], [-81.692275, 28.821735], [-81.692316, 28.821722], [-81.692572, 28.821633], [-81.692834, 28.822223], [-81.692846, 28.822251], [-81.693137, 28.82215], [-81.692907, 28.821635], [-81.692862, 28.821535], [-81.693138, 28.821443], [-81.694025, 28.82114], [-81.693391, 28.819714], [-81.694029, 28.819647], [-81.694268, 28.820178], [-81.69461, 28.82094], [-81.694907, 28.82084], [-81.695769, 28.820547], [-81.696421, 28.820326], [-81.696452, 28.821781], [-81.696452, 28.821811], [-81.696669, 28.821784], [-81.696823, 28.821767], [-81.696985, 28.821753], [-81.697143, 28.821741], [-81.697301, 28.821731], [-81.69746, 28.821724], [-81.697619, 28.82172], [-81.697778, 28.821718], [-81.699993, 28.821704], [-81.699992, 28.821636], [-81.701256, 28.821628], [-81.701257, 28.821697], [-81.701867, 28.821693], [-81.701929, 28.821693], [-81.702029, 28.821687], [-81.702103, 28.821682], [-81.702183, 28.821676], [-81.702808, 28.821688], [-81.70344, 28.821684], [-81.704069, 28.82168], [-81.705016, 28.821675], [-81.705731, 28.82167], [-81.706355, 28.821667], [-81.706653, 28.821665], [-81.706845, 28.821664], [-81.706871, 28.821664], [-81.707286, 28.821661], [-81.707619, 28.821659], [-81.707799, 28.821658], [-81.707895, 28.821658], [-81.707918, 28.821657], [-81.708208, 28.821656], [-81.708208, 28.821769], [-81.708209, 28.821798], [-81.708209, 28.821815], [-81.70821, 28.821956], [-81.70821, 28.821973], [-81.70821, 28.821987], [-81.708211, 28.82213], [-81.70821, 28.822154], [-81.707898, 28.822152], [-81.707339, 28.822148], [-81.704685, 28.824912], [-81.70467, 28.824928], [-81.704355, 28.825255], [-81.704177, 28.825444], [-81.703929, 28.825708], [-81.702765, 28.826949], [-81.701735, 28.828047], [-81.700807, 28.829022], [-81.70073, 28.829091], [-81.700696, 28.8291], [-81.700606, 28.829125], [-81.700547, 28.829125], [-81.700318, 28.829126], [-81.700053, 28.829129], [-81.70003, 28.829285], [-81.699976, 28.829435], [-81.699901, 28.829569], [-81.699866, 28.829634], [-81.69973, 28.829807], [-81.697013, 28.832672], [-81.69686, 28.832834], [-81.696533, 28.833178], [-81.695181, 28.834617], [-81.694566, 28.835254], [-81.693911, 28.83596], [-81.693595, 28.836302], [-81.693499, 28.836536], [-81.693443, 28.836605], [-81.69337, 28.836699], [-81.693299, 28.836794], [-81.693229, 28.836891], [-81.693162, 28.836987], [-81.693097, 28.837085], [-81.692985, 28.837262], [-81.692925, 28.837364], [-81.692873, 28.837454], [-81.692853, 28.83749], [-81.692826, 28.837539], [-81.692811, 28.837568], [-81.692795, 28.837597], [-81.692771, 28.837645], [-81.69275, 28.837684], [-81.692709, 28.837768], [-81.692628, 28.837939], [-81.692507, 28.838209], [-81.692499, 28.838228], [-81.69249, 28.838248], [-81.692474, 28.838282], [-81.692458, 28.838282], [-81.692288, 28.838287], [-81.692015, 28.838292], [-81.691982, 28.838293], [-81.691863, 28.838295], [-81.691862, 28.838395], [-81.691865, 28.838724], [-81.691849, 28.839094], [-81.691813, 28.839358], [-81.691752, 28.839586], [-81.691648, 28.839885], [-81.691572, 28.840051], [-81.691727, 28.840054], [-81.691752, 28.840054], [-81.691796, 28.840056], [-81.691971, 28.840062], [-81.692149, 28.840068], [-81.693235, 28.840065], [-81.693394, 28.840053], [-81.693416, 28.840058], [-81.694312, 28.840062], [-81.694317, 28.84078], [-81.696027, 28.840771], [-81.696023, 28.840056], [-81.697117, 28.840051], [-81.697334, 28.839958], [-81.697385, 28.839975], [-81.697445, 28.839984], [-81.697493, 28.839985], [-81.697536, 28.839979], [-81.697648, 28.839936], [-81.697747, 28.839867], [-81.697837, 28.839756], [-81.697917, 28.839593], [-81.697999, 28.839442], [-81.69807, 28.83929], [-81.698565, 28.838462], [-81.698601, 28.838483], [-81.698652, 28.838498], [-81.698781, 28.838536], [-81.698829, 28.83855], [-81.69885, 28.838556], [-81.698994, 28.838107], [-81.699044, 28.838124], [-81.699087, 28.838138], [-81.699141, 28.838153], [-81.699246, 28.838178], [-81.699304, 28.838189], [-81.699367, 28.838199], [-81.699463, 28.838209], [-81.699519, 28.838213], [-81.699401, 28.838568], [-81.699395, 28.838622], [-81.699475, 28.838697], [-81.699509, 28.83873], [-81.699504, 28.838789], [-81.699486, 28.839018], [-81.699482, 28.839059], [-81.699477, 28.839133], [-81.699488, 28.839137], [-81.699523, 28.839148], [-81.69954, 28.839153], [-81.699538, 28.839169], [-81.699535, 28.839205], [-81.699528, 28.839295], [-81.699505, 28.839552], [-81.699499, 28.839632], [-81.699375, 28.839634], [-81.699308, 28.83963], [-81.699291, 28.839629], [-81.69929, 28.839665], [-81.699283, 28.839697], [-81.699245, 28.840019], [-81.699266, 28.840018], [-81.699262, 28.840048], [-81.699314, 28.840048], [-81.69947, 28.840047], [-81.699626, 28.840047], [-81.699627, 28.840184], [-81.699696, 28.840184], [-81.699844, 28.840183], [-81.699987, 28.840183], [-81.700161, 28.840182], [-81.70016, 28.840148], [-81.70016, 28.840128], [-81.70015, 28.839791], [-81.700148, 28.839626], [-81.700149, 28.839536], [-81.700151, 28.8395], [-81.700151, 28.839458], [-81.700149, 28.839247], [-81.700146, 28.839072], [-81.700145, 28.838995], [-81.700128, 28.838667], [-81.700102, 28.838359], [-81.700054, 28.837992], [-81.700014, 28.837756], [-81.699946, 28.837405], [-81.69993, 28.837334], [-81.699871, 28.83707], [-81.69986, 28.837014], [-81.699828, 28.837014], [-81.699756, 28.837027], [-81.699699, 28.837034], [-81.699643, 28.837029], [-81.699604, 28.837023], [-81.699526, 28.837001], [-81.699478, 28.836981], [-81.699416, 28.836941], [-81.69936, 28.836878], [-81.699254, 28.836929], [-81.698954, 28.83701], [-81.698562, 28.837128], [-81.69792, 28.837328], [-81.697929, 28.837352], [-81.697955, 28.837421], [-81.698052, 28.83768], [-81.698061, 28.837702], [-81.697925, 28.83776], [-81.697854, 28.83779], [-81.697784, 28.837809], [-81.697773, 28.837793], [-81.697662, 28.837623], [-81.697576, 28.837463], [-81.697563, 28.837438], [-81.697471, 28.837466], [-81.697145, 28.837567], [-81.696924, 28.837635], [-81.696674, 28.837712], [-81.696569, 28.837746], [-81.696468, 28.837776], [-81.696216, 28.837854], [-81.695921, 28.837945], [-81.69575, 28.837998], [-81.695722, 28.837936], [-81.696544, 28.837693], [-81.697531, 28.83738], [-81.697555, 28.837372], [-81.697577, 28.837365], [-81.697889, 28.837267], [-81.698521, 28.837068], [-81.698883, 28.836958], [-81.699328, 28.836822], [-81.699302, 28.836744], [-81.699297, 28.83666], [-81.699314, 28.836575], [-81.699341, 28.83652], [-81.699383, 28.836474], [-81.699439, 28.836433], [-81.699501, 28.8364], [-81.699581, 28.836374], [-81.699662, 28.836364], [-81.699744, 28.836366], [-81.699809, 28.836379], [-81.699879, 28.836405], [-81.699942, 28.836441], [-81.699998, 28.836368], [-81.700014, 28.83636], [-81.700105, 28.836441], [-81.700157, 28.836288], [-81.700162, 28.836274], [-81.700168, 28.836255], [-81.700215, 28.836112], [-81.70022, 28.836103], [-81.700326, 28.836016], [-81.700366, 28.835984], [-81.700441, 28.835921], [-81.700474, 28.835899], [-81.700479, 28.83592], [-81.700486, 28.835947], [-81.700523, 28.836093], [-81.700606, 28.836434], [-81.700749, 28.836404], [-81.700669, 28.836032], [-81.700641, 28.835916], [-81.701107, 28.83587], [-81.701521, 28.835834], [-81.70158, 28.835966], [-81.701686, 28.83619], [-81.701702, 28.836226], [-81.701745, 28.836313], [-81.701937, 28.836315], [-81.701908, 28.836221], [-81.701895, 28.836178], [-81.701873, 28.836111], [-81.701849, 28.836044], [-81.701821, 28.835978], [-81.701807, 28.835946], [-81.701792, 28.835913], [-81.701776, 28.835881], [-81.701796, 28.835804], [-81.701807, 28.835779], [-81.701845, 28.835752], [-81.701904, 28.835758], [-81.702069, 28.835556], [-81.702211, 28.835381], [-81.702293, 28.83528], [-81.702315, 28.835253], [-81.702329, 28.835236], [-81.702354, 28.835248], [-81.702467, 28.835308], [-81.702602, 28.835377], [-81.702686, 28.835415], [-81.702742, 28.835439], [-81.702856, 28.835492], [-81.70288, 28.835504], [-81.70293, 28.835519], [-81.703034, 28.835549], [-81.703162, 28.835587], [-81.703173, 28.835589], [-81.703102, 28.835686], [-81.702706, 28.836206], [-81.702582, 28.836359], [-81.702626, 28.836363], [-81.702892, 28.836396], [-81.703196, 28.836445], [-81.703393, 28.836485], [-81.703416, 28.836364], [-81.70347, 28.836199], [-81.703613, 28.835774], [-81.703644, 28.835656], [-81.703676, 28.835643], [-81.70398, 28.834494], [-81.704118, 28.833977], [-81.704965, 28.834615], [-81.706774, 28.83598], [-81.70692, 28.836091], [-81.706979, 28.836135], [-81.707009, 28.836158], [-81.706987, 28.836179], [-81.706961, 28.836202], [-81.706791, 28.836362], [-81.706642, 28.836479], [-81.706131, 28.836733], [-81.705617, 28.836915], [-81.705536, 28.836805], [-81.705436, 28.836833], [-81.705339, 28.836867], [-81.705272, 28.836896], [-81.705039, 28.837024], [-81.704984, 28.837052], [-81.704927, 28.83708], [-81.704882, 28.837102], [-81.704824, 28.837132], [-81.704788, 28.837095], [-81.704752, 28.837057], [-81.704702, 28.837011], [-81.704621, 28.836924], [-81.704192, 28.836743], [-81.70417, 28.836734], [-81.704148, 28.836725], [-81.704105, 28.836761], [-81.70393, 28.836902], [-81.703906, 28.836902], [-81.703918, 28.836913], [-81.703986, 28.836977], [-81.704277, 28.837235], [-81.704327, 28.83728], [-81.704365, 28.837313], [-81.704436, 28.837376], [-81.704372, 28.83744], [-81.704314, 28.83749], [-81.704273, 28.837526], [-81.704254, 28.837508], [-81.704195, 28.837455], [-81.704151, 28.837416], [-81.704107, 28.837377], [-81.703847, 28.837146], [-81.703759, 28.837068], [-81.70356, 28.837235], [-81.703362, 28.8374], [-81.703312, 28.837442], [-81.703365, 28.837498], [-81.703657, 28.837758], [-81.703691, 28.83778], [-81.703701, 28.837789], [-81.703802, 28.837878], [-81.703844, 28.837914], [-81.703719, 28.838034], [-81.703687, 28.838062], [-81.703674, 28.838074], [-81.703497, 28.838225], [-81.703368, 28.838333], [-81.703008, 28.838582], [-81.70271, 28.838893], [-81.702644, 28.838963], [-81.702567, 28.839047], [-81.702504, 28.839111], [-81.70245, 28.839174], [-81.702406, 28.839233], [-81.70236, 28.83929], [-81.702324, 28.839343], [-81.702275, 28.839411], [-81.702244, 28.839464], [-81.702202, 28.839517], [-81.702171, 28.839591], [-81.702041, 28.839898], [-81.702031, 28.839962], [-81.702023, 28.840061], [-81.702003, 28.840138], [-81.701979, 28.84021], [-81.701961, 28.840268], [-81.701949, 28.840302], [-81.701903, 28.840428], [-81.701866, 28.84053], [-81.701849, 28.840581], [-81.701844, 28.84059], [-81.701773, 28.840833], [-81.701769, 28.840849], [-81.701753, 28.840909], [-81.701695, 28.841118], [-81.701688, 28.841145], [-81.701666, 28.841181], [-81.701645, 28.841209], [-81.701626, 28.841235], [-81.701519, 28.841377], [-81.701392, 28.841506], [-81.701188, 28.841561], [-81.701039, 28.841598], [-81.701012, 28.841602], [-81.700925, 28.84161], [-81.700855, 28.841621], [-81.700633, 28.841683], [-81.700567, 28.841723], [-81.700613, 28.841764], [-81.700634, 28.841783], [-81.700304, 28.842051], [-81.70016, 28.84221], [-81.700161, 28.842067], [-81.700134, 28.842093], [-81.700095, 28.842144], [-81.700041, 28.842207], [-81.699796, 28.842518], [-81.699755, 28.842563], [-81.699718, 28.842628], [-81.69967, 28.842709], [-81.699633, 28.842762], [-81.699582, 28.842836], [-81.699529, 28.842916], [-81.699478, 28.842977], [-81.699427, 28.843043], [-81.699381, 28.843092], [-81.699337, 28.843138], [-81.699036, 28.843451], [-81.698846, 28.843598], [-81.698794, 28.843638], [-81.698729, 28.843689], [-81.699043, 28.843688], [-81.698993, 28.84372], [-81.698951, 28.843742], [-81.698908, 28.843763], [-81.698864, 28.843782], [-81.698789, 28.843809], [-81.698773, 28.843813], [-81.698758, 28.843824], [-81.6993, 28.843796], [-81.699946, 28.84379], [-81.699952, 28.844028], [-81.699994, 28.847279], [-81.70003, 28.8499], [-81.700034, 28.850276], [-81.700039, 28.851035], [-81.700042, 28.851382], [-81.700034, 28.852565], [-81.700031, 28.854391], [-81.700006, 28.859726], [-81.699968, 28.869117], [-81.699959, 28.871233], [-81.699959, 28.871379], [-81.699977, 28.871388], [-81.700023, 28.871411], [-81.700074, 28.871437], [-81.700194, 28.871517], [-81.700234, 28.871543], [-81.700326, 28.871604], [-81.700578, 28.871771], [-81.700685, 28.87184], [-81.700869, 28.871962], [-81.701048, 28.872096], [-81.701129, 28.872152], [-81.701217, 28.872197], [-81.701308, 28.87224], [-81.701386, 28.872282], [-81.701743, 28.872476], [-81.701836, 28.872513], [-81.701927, 28.87256], [-81.70203, 28.872614], [-81.702152, 28.87268], [-81.702307, 28.872772], [-81.702358, 28.8728], [-81.702391, 28.872818], [-81.702445, 28.87285], [-81.702508, 28.87288], [-81.702584, 28.872914], [-81.702806, 28.87301], [-81.703005, 28.873095], [-81.703096, 28.873134], [-81.703121, 28.873146], [-81.703185, 28.873179], [-81.703247, 28.873213], [-81.703326, 28.873246], [-81.70341, 28.873262], [-81.703509, 28.873275], [-81.703594, 28.873278], [-81.703632, 28.873272], [-81.70371, 28.873266], [-81.703736, 28.873263], [-81.703777, 28.873258], [-81.703859, 28.873254], [-81.703945, 28.873255], [-81.704037, 28.87326], [-81.704099, 28.873265], [-81.704242, 28.873267], [-81.70445, 28.873272], [-81.704489, 28.873275], [-81.704509, 28.873277], [-81.704534, 28.873279], [-81.704613, 28.87329], [-81.70469, 28.87329], [-81.704792, 28.873285], [-81.704856, 28.873279], [-81.704952, 28.873265], [-81.705061, 28.873237], [-81.705111, 28.873224], [-81.70519, 28.87321], [-81.705275, 28.873191], [-81.705335, 28.873173], [-81.705367, 28.873163], [-81.705664, 28.873067], [-81.705759, 28.873037], [-81.70587, 28.873025], [-81.70596, 28.873017], [-81.706057, 28.873014], [-81.706168, 28.873027], [-81.706264, 28.873045], [-81.706345, 28.873071], [-81.706555, 28.873123], [-81.706609, 28.873136], [-81.706666, 28.873162], [-81.706852, 28.873184], [-81.707105, 28.873214], [-81.707149, 28.873223], [-81.707437, 28.873283], [-81.707638, 28.873324], [-81.707743, 28.873329], [-81.707967, 28.873338], [-81.708186, 28.873414], [-81.708216, 28.873404], [-81.708298, 28.873378], [-81.708374, 28.873396], [-81.708453, 28.873415], [-81.708489, 28.873425], [-81.70853, 28.873437], [-81.708624, 28.873461], [-81.708715, 28.873468], [-81.708789, 28.873469], [-81.708839, 28.873469], [-81.7089, 28.87347], [-81.708991, 28.873466], [-81.709103, 28.873483], [-81.709375, 28.873524], [-81.709447, 28.873546], [-81.709516, 28.873557], [-81.709596, 28.873568], [-81.709682, 28.873577], [-81.709752, 28.873584], [-81.709854, 28.8736], [-81.709914, 28.873609], [-81.709918, 28.873429], [-81.710637, 28.873431], [-81.710636, 28.873688], [-81.710637, 28.873704], [-81.710673, 28.873714], [-81.71074, 28.873736], [-81.710805, 28.87376], [-81.710893, 28.873784], [-81.710994, 28.873806], [-81.711076, 28.873819], [-81.711169, 28.873822], [-81.71127, 28.873827], [-81.711335, 28.873835], [-81.71138, 28.87384], [-81.711443, 28.873845], [-81.711685, 28.873865], [-81.71182, 28.873876], [-81.711899, 28.873882], [-81.711969, 28.873895], [-81.712055, 28.873907], [-81.712129, 28.873922], [-81.712228, 28.87393], [-81.712302, 28.873924], [-81.712464, 28.873889], [-81.712533, 28.873875], [-81.712612, 28.87385], [-81.712784, 28.873798], [-81.712895, 28.873763], [-81.712972, 28.873747], [-81.713049, 28.873731], [-81.713106, 28.873716], [-81.713208, 28.873694], [-81.713347, 28.873657], [-81.713487, 28.87362], [-81.713583, 28.873583], [-81.713724, 28.873529], [-81.713815, 28.8735], [-81.713937, 28.873324], [-81.713986, 28.873248], [-81.713972, 28.87318], [-81.713977, 28.872953], [-81.713982, 28.872784], [-81.713805, 28.872657], [-81.713515, 28.872602], [-81.713465, 28.872549], [-81.713414, 28.872492], [-81.713775, 28.872385], [-81.715364, 28.872757], [-81.716059, 28.872945], [-81.716158, 28.872972], [-81.716245, 28.873001], [-81.716357, 28.87304], [-81.716844, 28.873207], [-81.717793, 28.873298], [-81.718739, 28.873362], [-81.718994, 28.873379], [-81.719125, 28.873365], [-81.719211, 28.873333], [-81.719276, 28.873297], [-81.719332, 28.873258], [-81.719554, 28.873179], [-81.719669, 28.873155], [-81.719785, 28.873134], [-81.719869, 28.873116], [-81.719944, 28.873102], [-81.720013, 28.8731], [-81.720112, 28.873103], [-81.720211, 28.873098], [-81.7203, 28.873062], [-81.720372, 28.873037], [-81.720471, 28.873011], [-81.720556, 28.87298], [-81.720618, 28.872973], [-81.720784, 28.872959], [-81.720897, 28.872959], [-81.720999, 28.872958], [-81.721176, 28.872966], [-81.721214, 28.872968], [-81.721324, 28.872965], [-81.721455, 28.872966], [-81.721583, 28.872969], [-81.721692, 28.872965], [-81.721805, 28.87296], [-81.721875, 28.872955], [-81.72208, 28.872917], [-81.722161, 28.872905], [-81.722259, 28.872906], [-81.7225, 28.872874], [-81.722603, 28.872871], [-81.722685, 28.872874], [-81.722805, 28.872901], [-81.723161, 28.872899], [-81.72344, 28.872897], [-81.723513, 28.872888], [-81.723719, 28.872873], [-81.723754, 28.872871], [-81.723861, 28.872878], [-81.723998, 28.872869], [-81.724277, 28.87284], [-81.724556, 28.872802], [-81.724701, 28.872774], [-81.724835, 28.872748], [-81.725114, 28.872711], [-81.725394, 28.872706], [-81.725673, 28.872733], [-81.725952, 28.872732], [-81.726196, 28.872683], [-81.726766, 28.872758], [-81.726812, 28.872761], [-81.726771, 28.872785], [-81.726781, 28.873404], [-81.726793, 28.873401], [-81.726793, 28.87378], [-81.727068, 28.873854], [-81.727137, 28.873855], [-81.727161, 28.873852], [-81.727224, 28.873844], [-81.727255, 28.873838], [-81.727337, 28.873822], [-81.727389, 28.873829], [-81.727445, 28.873843], [-81.727529, 28.873902], [-81.727578, 28.873955], [-81.727619, 28.874007], [-81.727636, 28.87406], [-81.727644, 28.874141], [-81.727717, 28.874142], [-81.727825, 28.874144], [-81.727951, 28.874145], [-81.728796, 28.874159], [-81.728907, 28.874157], [-81.728902, 28.873696], [-81.728901, 28.873564], [-81.7289, 28.873413], [-81.728902, 28.873288], [-81.728898, 28.872855], [-81.728964, 28.872845], [-81.729061, 28.872835], [-81.729161, 28.872823], [-81.729253, 28.872817], [-81.729353, 28.872822], [-81.729666, 28.872884], [-81.72969, 28.873363], [-81.729695, 28.873419], [-81.729698, 28.873739], [-81.729705, 28.87418], [-81.729764, 28.874265], [-81.729759, 28.874381], [-81.729763, 28.874709], [-81.729771, 28.875266], [-81.729792, 28.876381], [-81.729792, 28.876514], [-81.729581, 28.876517], [-81.72884, 28.87652], [-81.72884, 28.876542], [-81.728844, 28.876854], [-81.728846, 28.877093], [-81.728864, 28.877278], [-81.728876, 28.877605], [-81.728881, 28.878502], [-81.728882, 28.87857], [-81.7288, 28.87857], [-81.728371, 28.878571], [-81.728372, 28.87883], [-81.728797, 28.878828], [-81.728886, 28.878828], [-81.728888, 28.87892], [-81.728888, 28.878931], [-81.728798, 28.878932], [-81.728376, 28.878933], [-81.728376, 28.878967], [-81.728376, 28.879042], [-81.728377, 28.87911], [-81.728377, 28.87916], [-81.728377, 28.879179], [-81.728378, 28.879248], [-81.728378, 28.879317], [-81.728378, 28.879352], [-81.728144, 28.879353], [-81.72791, 28.879354], [-81.727675, 28.879355], [-81.727597, 28.879355], [-81.727363, 28.879356], [-81.72705, 28.879357], [-81.726821, 28.879359], [-81.726823, 28.879859], [-81.726826, 28.880644], [-81.726826, 28.880734], [-81.72772, 28.880732], [-81.727751, 28.880732], [-81.727759, 28.880894], [-81.727795, 28.881636], [-81.728371, 28.881627], [-81.728443, 28.881627], [-81.728559, 28.88163], [-81.728663, 28.881625], [-81.728773, 28.88162], [-81.728929, 28.881632], [-81.728932, 28.88215], [-81.728922, 28.882536], [-81.732586, 28.882471], [-81.732588, 28.882561], [-81.732597, 28.883053]], [[-81.727466, 28.874139], [-81.72721, 28.874135], [-81.726691, 28.874116], [-81.726695, 28.874304], [-81.726692, 28.874546], [-81.726692, 28.874816], [-81.727466, 28.87483], [-81.727468, 28.874607], [-81.727466, 28.874139]], [[-81.693778, 28.83048], [-81.693774, 28.830222], [-81.693774, 28.830198], [-81.693482, 28.8302], [-81.693367, 28.8302], [-81.693201, 28.830201], [-81.69292, 28.830203], [-81.69267, 28.830204], [-81.692264, 28.830207], [-81.69227, 28.830509], [-81.692271, 28.830574], [-81.692239, 28.830574], [-81.69201, 28.830576], [-81.69187, 28.830582], [-81.691855, 28.830583], [-81.691826, 28.830584], [-81.691804, 28.830585], [-81.691804, 28.830649], [-81.691809, 28.830877], [-81.691811, 28.830971], [-81.691925, 28.83097], [-81.693394, 28.830962], [-81.693788, 28.830956], [-81.693778, 28.83048]], [[-81.691693, 28.822903], [-81.691686, 28.822443], [-81.691581, 28.822444], [-81.691582, 28.822521], [-81.69158, 28.822551], [-81.690957, 28.822553], [-81.690963, 28.822956], [-81.690968, 28.823139], [-81.691281, 28.823124], [-81.691353, 28.823121], [-81.691691, 28.82309], [-81.691692, 28.822917], [-81.691693, 28.822903]], [[-81.689668, 28.831459], [-81.689601, 28.831458], [-81.68944, 28.831455], [-81.689435, 28.831902], [-81.689677, 28.831903], [-81.689668, 28.831459]], [[-81.688186, 28.869362], [-81.688173, 28.868869], [-81.688122, 28.86841], [-81.68807, 28.86807], [-81.688022, 28.86784], [-81.687898, 28.867348], [-81.687741, 28.866887], [-81.687611, 28.866834], [-81.687576, 28.86682], [-81.687425, 28.866765], [-81.6872, 28.866217], [-81.687102, 28.865964], [-81.68698, 28.86564], [-81.686931, 28.86564], [-81.686926, 28.865621], [-81.686915, 28.865583], [-81.686882, 28.865505], [-81.686841, 28.865437], [-81.686705, 28.865134], [-81.686691, 28.865103], [-81.686684, 28.865088], [-81.686639, 28.865049], [-81.686604, 28.864997], [-81.686567, 28.864874], [-81.686556, 28.864805], [-81.686561, 28.86474], [-81.686578, 28.864686], [-81.686601, 28.864634], [-81.686647, 28.864594], [-81.686626, 28.864547], [-81.686609, 28.864511], [-81.686569, 28.864567], [-81.686515, 28.864598], [-81.686452, 28.86462], [-81.686388, 28.86465], [-81.68627, 28.864703], [-81.686197, 28.864725], [-81.686142, 28.864729], [-81.686052, 28.864737], [-81.686004, 28.864729], [-81.685978, 28.864724], [-81.685945, 28.864709], [-81.685916, 28.864697], [-81.685882, 28.864677], [-81.685862, 28.864667], [-81.685821, 28.864655], [-81.685806, 28.86465], [-81.685782, 28.864557], [-81.685613, 28.863874], [-81.685587, 28.863836], [-81.685418, 28.863857], [-81.685354, 28.86382], [-81.685357, 28.863634], [-81.685326, 28.863605], [-81.684859, 28.863187], [-81.685185, 28.862895], [-81.685261, 28.862826], [-81.685175, 28.862754], [-81.68516, 28.862742], [-81.684982, 28.862594], [-81.684771, 28.86242], [-81.684751, 28.862403], [-81.684644, 28.862497], [-81.684355, 28.862755], [-81.684189, 28.86261], [-81.684517, 28.862317], [-81.684578, 28.862263], [-81.684434, 28.86214], [-81.68419, 28.861931], [-81.684109, 28.861867], [-81.684041, 28.861953], [-81.684016, 28.862007], [-81.683996, 28.862095], [-81.683995, 28.862107], [-81.683991, 28.862175], [-81.683998, 28.862298], [-81.683604, 28.862294], [-81.683607, 28.862113], [-81.68361, 28.861884], [-81.682318, 28.861877], [-81.681289, 28.861886], [-81.679531, 28.861887], [-81.679524, 28.86275], [-81.679519, 28.863409], [-81.679519, 28.863699], [-81.679517, 28.86373], [-81.681413, 28.863739], [-81.682502, 28.863745], [-81.682552, 28.863745], [-81.682472, 28.86372], [-81.68235, 28.863683], [-81.682294, 28.863669], [-81.682313, 28.863646], [-81.682904, 28.862918], [-81.683595, 28.862912], [-81.683592, 28.863119], [-81.683588, 28.863487], [-81.683588, 28.863509], [-81.683382, 28.863847], [-81.683344, 28.863909], [-81.683435, 28.863944], [-81.683518, 28.863984], [-81.683593, 28.864009], [-81.683589, 28.864025], [-81.683588, 28.864055], [-81.683573, 28.865617], [-81.685006, 28.865629], [-81.686153, 28.865645], [-81.686222, 28.865646], [-81.686222, 28.865967], [-81.686222, 28.866459], [-81.686222, 28.867504], [-81.686213, 28.869786], [-81.686212, 28.869893], [-81.68621, 28.870025], [-81.686208, 28.870166], [-81.686206, 28.870302], [-81.686205, 28.870439], [-81.68812, 28.870423], [-81.688176, 28.86964], [-81.688181, 28.869497], [-81.688186, 28.869362]], [[-81.687879, 28.884147], [-81.687486, 28.884149], [-81.68731, 28.884149], [-81.687302, 28.884259], [-81.687284, 28.884461], [-81.68745, 28.884461], [-81.687477, 28.884461], [-81.687849, 28.88446], [-81.687879, 28.88416], [-81.687879, 28.884147]], [[-81.686559, 28.832816], [-81.686558, 28.832495], [-81.686556, 28.832412], [-81.686252, 28.832412], [-81.686246, 28.832497], [-81.686247, 28.832818], [-81.686247, 28.832846], [-81.686559, 28.832845], [-81.686559, 28.832816]], [[-81.68529, 28.83242], [-81.68529, 28.832336], [-81.685289, 28.832009], [-81.685288, 28.831637], [-81.685282, 28.83155], [-81.685144, 28.831548], [-81.685095, 28.831549], [-81.684998, 28.831551], [-81.684998, 28.831519], [-81.684997, 28.831417], [-81.684993, 28.830933], [-81.685258, 28.830932], [-81.68526, 28.830646], [-81.685267, 28.829793], [-81.685096, 28.82979], [-81.684932, 28.829788], [-81.684536, 28.829792], [-81.684534, 28.829226], [-81.684534, 28.829204], [-81.683905, 28.829207], [-81.683906, 28.829234], [-81.683907, 28.829397], [-81.683909, 28.829798], [-81.684058, 28.829797], [-81.684056, 28.829867], [-81.684056, 28.829947], [-81.684058, 28.830205], [-81.683902, 28.830204], [-81.683903, 28.830317], [-81.683549, 28.830317], [-81.683497, 28.830317], [-81.683446, 28.830318], [-81.683446, 28.830307], [-81.683445, 28.830273], [-81.683339, 28.830277], [-81.682927, 28.83034], [-81.682559, 28.830754], [-81.682558, 28.830843], [-81.682574, 28.831208], [-81.682551, 28.831237], [-81.682518, 28.831279], [-81.682464, 28.831275], [-81.682416, 28.83127], [-81.682419, 28.831765], [-81.682423, 28.832284], [-81.682423, 28.832295], [-81.682662, 28.832294], [-81.682751, 28.832294], [-81.68278, 28.832315], [-81.682802, 28.832331], [-81.682771, 28.832348], [-81.6826, 28.832442], [-81.682663, 28.83252], [-81.682632, 28.832549], [-81.682618, 28.832565], [-81.682885, 28.832889], [-81.683145, 28.832886], [-81.683226, 28.832881], [-81.683478, 28.832867], [-81.683477, 28.832423], [-81.683533, 28.832423], [-81.683575, 28.832423], [-81.68383, 28.832423], [-81.683829, 28.832805], [-81.683829, 28.832835], [-81.683832, 28.832856], [-81.68442, 28.832854], [-81.684425, 28.832422], [-81.684696, 28.832418], [-81.684875, 28.832416], [-81.684959, 28.832416], [-81.684966, 28.832852], [-81.685045, 28.832852], [-81.685292, 28.83285], [-81.68529, 28.83242]], [[-81.68513, 28.823837], [-81.685097, 28.823817], [-81.684896, 28.823701], [-81.684594, 28.823524], [-81.684193, 28.823437], [-81.684181, 28.823402], [-81.684174, 28.823378], [-81.684148, 28.823343], [-81.684135, 28.823325], [-81.684096, 28.823291], [-81.684076, 28.823273], [-81.684011, 28.823228], [-81.68396, 28.823195], [-81.683892, 28.823148], [-81.683831, 28.823105], [-81.683819, 28.823097], [-81.683739, 28.823048], [-81.683682, 28.823013], [-81.683668, 28.823007], [-81.683599, 28.822979], [-81.683524, 28.822956], [-81.683459, 28.822928], [-81.683407, 28.822893], [-81.683369, 28.822875], [-81.68335, 28.82287], [-81.683302, 28.822858], [-81.683271, 28.822849], [-81.683142, 28.822811], [-81.682988, 28.822767], [-81.682913, 28.822748], [-81.682825, 28.822734], [-81.682758, 28.822721], [-81.682696, 28.822716], [-81.682664, 28.822714], [-81.682622, 28.822713], [-81.682545, 28.822713], [-81.682461, 28.822703], [-81.682397, 28.822692], [-81.682318, 28.822677], [-81.682241, 28.822656], [-81.682177, 28.822633], [-81.682102, 28.822609], [-81.68204, 28.822592], [-81.681865, 28.822561], [-81.681764, 28.822545], [-81.681668, 28.822525], [-81.681579, 28.822511], [-81.681508, 28.822506], [-81.68142, 28.822505], [-81.681346, 28.822499], [-81.681294, 28.822493], [-81.681256, 28.822482], [-81.681242, 28.822472], [-81.681221, 28.822441], [-81.681226, 28.822414], [-81.681237, 28.822387], [-81.681201, 28.822378], [-81.681182, 28.822432], [-81.681144, 28.822487], [-81.68112, 28.822521], [-81.681113, 28.822528], [-81.681055, 28.822578], [-81.680915, 28.82269], [-81.680845, 28.822819], [-81.680755, 28.822908], [-81.68073, 28.822934], [-81.680714, 28.822962], [-81.680603, 28.823048], [-81.680589, 28.823058], [-81.68043, 28.823088], [-81.680372, 28.823116], [-81.68031, 28.823155], [-81.680273, 28.823184], [-81.680215, 28.823211], [-81.680129, 28.823208], [-81.680068, 28.823195], [-81.680003, 28.823167], [-81.67991, 28.823117], [-81.679859, 28.823072], [-81.67979, 28.823052], [-81.679745, 28.82303], [-81.679613, 28.822961], [-81.679497, 28.822901], [-81.679436, 28.822865], [-81.67937, 28.822822], [-81.67934, 28.822809], [-81.679096, 28.8227], [-81.67902, 28.822668], [-81.678844, 28.822602], [-81.678792, 28.822583], [-81.678688, 28.822555], [-81.678591, 28.822533], [-81.678483, 28.82251], [-81.678433, 28.822508], [-81.678259, 28.822521], [-81.678175, 28.822521], [-81.67813, 28.822521], [-81.677907, 28.822554], [-81.677827, 28.822573], [-81.677678, 28.822607], [-81.677499, 28.82267], [-81.677445, 28.822691], [-81.677374, 28.822726], [-81.677253, 28.822788], [-81.676931, 28.822984], [-81.676743, 28.823115], [-81.676656, 28.823202], [-81.676596, 28.823262], [-81.676525, 28.823344], [-81.676418, 28.823504], [-81.676313, 28.823679], [-81.676246, 28.82383], [-81.676223, 28.823925], [-81.67622, 28.823941], [-81.676212, 28.823975], [-81.67621, 28.823988], [-81.676196, 28.824049], [-81.676187, 28.82409], [-81.676166, 28.824186], [-81.676183, 28.824399], [-81.676192, 28.82447], [-81.676197, 28.824563], [-81.676201, 28.824615], [-81.676204, 28.824648], [-81.676207, 28.824686], [-81.67621, 28.82473], [-81.676215, 28.824791], [-81.676222, 28.824821], [-81.676262, 28.824821], [-81.676266, 28.824848], [-81.676324, 28.825099], [-81.676342, 28.825157], [-81.676388, 28.825273], [-81.676443, 28.825378], [-81.676493, 28.825485], [-81.676537, 28.825593], [-81.676575, 28.825704], [-81.676581, 28.825725], [-81.676455, 28.825726], [-81.676441, 28.825726], [-81.676403, 28.825727], [-81.6752, 28.825739], [-81.675201, 28.825787], [-81.675208, 28.826648], [-81.67612, 28.826637], [-81.676167, 28.826636], [-81.676175, 28.826629], [-81.676215, 28.826593], [-81.676663, 28.826189], [-81.676708, 28.826148], [-81.676718, 28.826139], [-81.676735, 28.826124], [-81.676754, 28.826159], [-81.676771, 28.82619], [-81.67683, 28.826286], [-81.676895, 28.826378], [-81.676951, 28.826446], [-81.676966, 28.826465], [-81.67698, 28.82648], [-81.677042, 28.826548], [-81.677119, 28.826622], [-81.6772, 28.826693], [-81.677236, 28.826722], [-81.677287, 28.826759], [-81.677332, 28.826791], [-81.67733, 28.826925], [-81.67733, 28.827062], [-81.677336, 28.827294], [-81.677324, 28.827371], [-81.677188, 28.827515], [-81.677198, 28.828237], [-81.677199, 28.828423], [-81.677529, 28.828423], [-81.677824, 28.828449], [-81.678096, 28.828483], [-81.679043, 28.828602], [-81.67911, 28.82862], [-81.67917, 28.828648], [-81.679251, 28.828729], [-81.679276, 28.828581], [-81.679288, 28.827614], [-81.679289, 28.827499], [-81.67929, 28.8274], [-81.679368, 28.827424], [-81.679456, 28.827455], [-81.679542, 28.827491], [-81.679625, 28.82753], [-81.679674, 28.827552], [-81.679758, 28.827582], [-81.679845, 28.827607], [-81.679856, 28.827609], [-81.679933, 28.827625], [-81.680023, 28.827638], [-81.680114, 28.827644], [-81.680205, 28.827645], [-81.680265, 28.82764], [-81.680324, 28.827628], [-81.680382, 28.827612], [-81.680437, 28.82759], [-81.680489, 28.827562], [-81.680537, 28.82753], [-81.680581, 28.827494], [-81.680621, 28.827453], [-81.680686, 28.827378], [-81.680692, 28.827386], [-81.680741, 28.827362], [-81.680829, 28.827307], [-81.680946, 28.827154], [-81.680933, 28.827137], [-81.680902, 28.82713], [-81.680884, 28.827121], [-81.680875, 28.827089], [-81.680954, 28.827003], [-81.681012, 28.827011], [-81.681016, 28.826983], [-81.68103, 28.826891], [-81.681032, 28.826834], [-81.681004, 28.826533], [-81.681083, 28.826531], [-81.683504, 28.826484], [-81.683619, 28.826484], [-81.683621, 28.826473], [-81.68364, 28.826383], [-81.68371, 28.826059], [-81.683781, 28.825802], [-81.683825, 28.825702], [-81.683595, 28.825705], [-81.683138, 28.825711], [-81.682899, 28.825719], [-81.682858, 28.825683], [-81.682832, 28.825644], [-81.682821, 28.82561], [-81.682823, 28.825558], [-81.682839, 28.825517], [-81.682944, 28.825348], [-81.682965, 28.825337], [-81.68298, 28.825328], [-81.683039, 28.825259], [-81.683069, 28.82528], [-81.683101, 28.825302], [-81.683116, 28.825312], [-81.683466, 28.825565], [-81.683632, 28.825635], [-81.683713, 28.82567], [-81.683729, 28.825675], [-81.683758, 28.825621], [-81.683864, 28.825643], [-81.684007, 28.825438], [-81.68405, 28.825379], [-81.684233, 28.825172], [-81.684554, 28.824872], [-81.684611, 28.824815], [-81.684529, 28.824753], [-81.684312, 28.824589], [-81.683605, 28.824054], [-81.683585, 28.824039], [-81.683355, 28.823864], [-81.683351, 28.823607], [-81.683819, 28.823962], [-81.683843, 28.82398], [-81.684449, 28.824438], [-81.684673, 28.824608], [-81.684756, 28.824671], [-81.684911, 28.824515], [-81.684827, 28.824452], [-81.684596, 28.824276], [-81.684468, 28.824181], [-81.684314, 28.824064], [-81.684421, 28.823951], [-81.684547, 28.823818], [-81.684566, 28.823832], [-81.684828, 28.82402], [-81.685078, 28.824199], [-81.685088, 28.824187], [-81.685183, 28.824093], [-81.68513, 28.823837]], [[-81.68335, 28.875294], [-81.683255, 28.875294], [-81.681734, 28.875292], [-81.679669, 28.875296], [-81.67923, 28.875296], [-81.679224, 28.87549], [-81.679083, 28.880232], [-81.679092, 28.88026], [-81.67961, 28.88026], [-81.681155, 28.880272], [-81.682648, 28.880282], [-81.683258, 28.880286], [-81.683258, 28.878452], [-81.683289, 28.877452], [-81.68335, 28.875294]], [[-81.682409, 28.830775], [-81.682404, 28.830216], [-81.682399, 28.829415], [-81.682403, 28.829219], [-81.682161, 28.829221], [-81.680535, 28.829234], [-81.679916, 28.829249], [-81.679917, 28.829341], [-81.679928, 28.830298], [-81.679931, 28.830996], [-81.679933, 28.831087], [-81.680308, 28.831079], [-81.681438, 28.831071], [-81.681988, 28.831067], [-81.68218, 28.831066], [-81.682411, 28.831064], [-81.682409, 28.830775]], [[-81.67932, 28.834296], [-81.678957, 28.834302], [-81.678844, 28.834304], [-81.678833, 28.83428], [-81.678675, 28.833935], [-81.6786, 28.833944], [-81.678533, 28.833798], [-81.678346, 28.833388], [-81.678292, 28.833407], [-81.678043, 28.833496], [-81.67795, 28.83353], [-81.677637, 28.833642], [-81.677449, 28.833709], [-81.677447, 28.83296], [-81.677447, 28.832928], [-81.675851, 28.832968], [-81.675153, 28.832971], [-81.675163, 28.833621], [-81.675189, 28.836619], [-81.676188, 28.836595], [-81.676327, 28.836595], [-81.676955, 28.836582], [-81.677155, 28.836577], [-81.677218, 28.836576], [-81.677249, 28.836578], [-81.677295, 28.83659], [-81.677358, 28.836581], [-81.677457, 28.836574], [-81.677547, 28.836575], [-81.677547, 28.836512], [-81.677842, 28.836517], [-81.677901, 28.836518], [-81.677933, 28.836519], [-81.678287, 28.836513], [-81.678599, 28.836509], [-81.678708, 28.836508], [-81.678786, 28.836507], [-81.678986, 28.836504], [-81.679164, 28.836502], [-81.679329, 28.836497], [-81.67932, 28.834296]], [[-81.676891, 28.832708], [-81.676751, 28.831585], [-81.676702, 28.831202], [-81.676359, 28.831202], [-81.676133, 28.831202], [-81.676133, 28.831185], [-81.676114, 28.831184], [-81.676107, 28.830523], [-81.676097, 28.829349], [-81.676096, 28.82929], [-81.67609, 28.828571], [-81.676087, 28.82843], [-81.675938, 28.828433], [-81.675147, 28.82845], [-81.674583, 28.82845], [-81.67365, 28.828464], [-81.673612, 28.828465], [-81.673617, 28.828528], [-81.673662, 28.829724], [-81.673363, 28.830299], [-81.673414, 28.830325], [-81.673426, 28.830331], [-81.673457, 28.830353], [-81.673499, 28.830384], [-81.673572, 28.830444], [-81.67364, 28.830508], [-81.673703, 28.830576], [-81.673768, 28.830656], [-81.673825, 28.830739], [-81.673877, 28.830827], [-81.67392, 28.830918], [-81.673956, 28.83101], [-81.673986, 28.83111], [-81.674001, 28.831171], [-81.674005, 28.831219], [-81.674003, 28.831243], [-81.674001, 28.831267], [-81.673988, 28.831314], [-81.67398, 28.831333], [-81.673973, 28.831351], [-81.673952, 28.831386], [-81.673927, 28.831419], [-81.673897, 28.831448], [-81.673839, 28.831485], [-81.673777, 28.831517], [-81.673712, 28.831544], [-81.673645, 28.831565], [-81.673627, 28.831591], [-81.673614, 28.831618], [-81.673606, 28.831648], [-81.673604, 28.831678], [-81.673607, 28.831707], [-81.673615, 28.831737], [-81.673628, 28.831764], [-81.673646, 28.83179], [-81.673799, 28.831894], [-81.673921, 28.831929], [-81.674042, 28.831969], [-81.674161, 28.832013], [-81.674277, 28.832062], [-81.674391, 28.832115], [-81.674842, 28.832315], [-81.675132, 28.832449], [-81.675625, 28.832563], [-81.676027, 28.832666], [-81.676064, 28.832675], [-81.676565, 28.832753], [-81.6768, 28.832735], [-81.676891, 28.832708]], [[-81.676492, 28.883762], [-81.676427, 28.88376], [-81.675835, 28.883745], [-81.67575, 28.883745], [-81.675745, 28.884059], [-81.675742, 28.884195], [-81.676259, 28.884186], [-81.676498, 28.884185], [-81.676492, 28.883762]], [[-81.675111, 28.825839], [-81.675109, 28.825783], [-81.675108, 28.825735], [-81.675108, 28.825707], [-81.675099, 28.825559], [-81.675084, 28.825406], [-81.674893, 28.824174], [-81.674852, 28.823836], [-81.674837, 28.823568], [-81.674659, 28.823567], [-81.672237, 28.82359], [-81.672273, 28.823556], [-81.672308, 28.823504], [-81.672359, 28.823428], [-81.672393, 28.823378], [-81.672432, 28.823319], [-81.672456, 28.823258], [-81.672467, 28.823228], [-81.672503, 28.823133], [-81.672546, 28.823015], [-81.672555, 28.822989], [-81.672594, 28.822877], [-81.672638, 28.822632], [-81.672638, 28.822391], [-81.67263, 28.822347], [-81.67262, 28.82228], [-81.672607, 28.822214], [-81.672521, 28.822008], [-81.672385, 28.821828], [-81.672361, 28.8218], [-81.672333, 28.821769], [-81.67231, 28.821747], [-81.672218, 28.82167], [-81.672166, 28.821629], [-81.672114, 28.821588], [-81.672044, 28.821533], [-81.671955, 28.821468], [-81.671949, 28.821482], [-81.671748, 28.821441], [-81.671644, 28.821455], [-81.671319, 28.821501], [-81.671169, 28.821505], [-81.670951, 28.821536], [-81.670937, 28.821539], [-81.670946, 28.822292], [-81.670385, 28.822294], [-81.669423, 28.822299], [-81.669408, 28.822328], [-81.669338, 28.82249], [-81.669309, 28.822641], [-81.66931, 28.822752], [-81.66931, 28.822802], [-81.669335, 28.822926], [-81.669342, 28.822963], [-81.669345, 28.822974], [-81.669347, 28.822988], [-81.669354, 28.823019], [-81.669359, 28.823046], [-81.669426, 28.82301], [-81.669425, 28.823068], [-81.669443, 28.823134], [-81.669456, 28.823183], [-81.669486, 28.82324], [-81.669539, 28.823321], [-81.669586, 28.823391], [-81.66964, 28.823479], [-81.669651, 28.823505], [-81.66969, 28.823553], [-81.669721, 28.823588], [-81.669749, 28.823607], [-81.669785, 28.82363], [-81.669815, 28.823647], [-81.669895, 28.823688], [-81.670027, 28.823744], [-81.670194, 28.823814], [-81.670205, 28.82382], [-81.670219, 28.823827], [-81.67025, 28.823839], [-81.670296, 28.823852], [-81.67036, 28.823864], [-81.670415, 28.823868], [-81.670456, 28.823868], [-81.67049, 28.823872], [-81.670514, 28.823883], [-81.670545, 28.823899], [-81.670573, 28.823913], [-81.670592, 28.823921], [-81.670644, 28.823939], [-81.670691, 28.823951], [-81.670722, 28.823958], [-81.670792, 28.823965], [-81.670955, 28.823982], [-81.670955, 28.823996], [-81.670955, 28.824113], [-81.670962, 28.825157], [-81.670956, 28.825254], [-81.670954, 28.825291], [-81.670967, 28.825436], [-81.670957, 28.825825], [-81.670986, 28.826109], [-81.670993, 28.826533], [-81.671294, 28.826525], [-81.671417, 28.826525], [-81.671415, 28.826433], [-81.671409, 28.825815], [-81.671402, 28.825289], [-81.671412, 28.825248], [-81.671425, 28.825226], [-81.671415, 28.824896], [-81.671414, 28.824852], [-81.671413, 28.824834], [-81.671731, 28.824826], [-81.671721, 28.824423], [-81.67204, 28.824405], [-81.672043, 28.824551], [-81.672047, 28.824781], [-81.672054, 28.824791], [-81.672118, 28.82479], [-81.672918, 28.82477], [-81.673015, 28.824768], [-81.673057, 28.826655], [-81.673063, 28.826668], [-81.673064, 28.826701], [-81.674846, 28.826684], [-81.675116, 28.826682], [-81.675111, 28.825839]], [[-81.673077, 28.828568], [-81.673072, 28.828474], [-81.67188, 28.828506], [-81.671355, 28.828529], [-81.67122, 28.828527], [-81.671124, 28.828502], [-81.671093, 28.82848], [-81.671042, 28.828432], [-81.671004, 28.828367], [-81.670985, 28.828314], [-81.670977, 28.828256], [-81.670973, 28.828154], [-81.67097, 28.827739], [-81.670958, 28.827674], [-81.670942, 28.827635], [-81.670915, 28.827585], [-81.6709, 28.82757], [-81.670782, 28.827572], [-81.670179, 28.827581], [-81.670277, 28.827361], [-81.670132, 28.827304], [-81.669993, 28.827604], [-81.669781, 28.827607], [-81.669536, 28.827509], [-81.669638, 28.827286], [-81.669711, 28.827154], [-81.669416, 28.827034], [-81.669241, 28.827388], [-81.669267, 28.831003], [-81.669269, 28.831177], [-81.669273, 28.831698], [-81.669609, 28.831688], [-81.669999, 28.832189], [-81.670094, 28.832311], [-81.670116, 28.832339], [-81.670776, 28.832557], [-81.67078, 28.832941], [-81.671006, 28.832934], [-81.67101, 28.831894], [-81.671018, 28.831803], [-81.671131, 28.831858], [-81.671209, 28.831912], [-81.671348, 28.831988], [-81.671523, 28.832032], [-81.6717, 28.832022], [-81.671831, 28.831984], [-81.672072, 28.831859], [-81.672261, 28.831792], [-81.672495, 28.831636], [-81.672494, 28.831498], [-81.672375, 28.831281], [-81.672257, 28.83112], [-81.67223, 28.831088], [-81.672096, 28.83093], [-81.671971, 28.830661], [-81.671908, 28.83051], [-81.671889, 28.830385], [-81.671814, 28.830265], [-81.671805, 28.830247], [-81.671817, 28.830169], [-81.671888, 28.830112], [-81.671974, 28.830014], [-81.672095, 28.829962], [-81.672522, 28.82978], [-81.672843, 28.829808], [-81.672954, 28.829848], [-81.673004, 28.829879], [-81.673062, 28.829984], [-81.673088, 28.830076], [-81.673077, 28.828568]], [[-81.671103, 28.873348], [-81.671086, 28.872146], [-81.671074, 28.871339], [-81.671052, 28.870516], [-81.67105, 28.87026], [-81.671047, 28.869784], [-81.671034, 28.869445], [-81.671034, 28.869429], [-81.666938, 28.869456], [-81.663041, 28.869381], [-81.663019, 28.869381], [-81.662813, 28.869371], [-81.66279, 28.86937], [-81.662745, 28.86937], [-81.659712, 28.869307], [-81.659939, 28.869353], [-81.66008, 28.869382], [-81.660507, 28.869491], [-81.661175, 28.869743], [-81.66133, 28.869807], [-81.661955, 28.870115], [-81.662114, 28.870219], [-81.662238, 28.870304], [-81.662624, 28.870548], [-81.662777, 28.870647], [-81.664306, 28.871647], [-81.665891, 28.872679], [-81.666538, 28.873106], [-81.666755, 28.873249], [-81.666977, 28.873397], [-81.667354, 28.873672], [-81.667495, 28.873773], [-81.667699, 28.873748], [-81.668428, 28.873696], [-81.669572, 28.873563], [-81.669755, 28.873542], [-81.669866, 28.87353], [-81.671104, 28.873384], [-81.671103, 28.873348]], [[-81.669461, 28.861205], [-81.669144, 28.861202], [-81.669101, 28.861202], [-81.669039, 28.861201], [-81.667331, 28.861198], [-81.667329, 28.86083], [-81.667326, 28.860532], [-81.667628, 28.860531], [-81.667888, 28.860529], [-81.668001, 28.86052], [-81.668044, 28.860503], [-81.66816, 28.860509], [-81.66822, 28.860531], [-81.668271, 28.860532], [-81.668332, 28.860532], [-81.668383, 28.860537], [-81.668399, 28.860538], [-81.6684, 28.860456], [-81.668403, 28.860129], [-81.668826, 28.860128], [-81.668823, 28.86011], [-81.668822, 28.859751], [-81.668824, 28.859737], [-81.669027, 28.859739], [-81.669027, 28.859657], [-81.669024, 28.859219], [-81.668128, 28.85922], [-81.668071, 28.85922], [-81.667938, 28.859221], [-81.667929, 28.859419], [-81.667829, 28.859419], [-81.667828, 28.85947], [-81.667829, 28.859605], [-81.667828, 28.859635], [-81.667768, 28.859636], [-81.667711, 28.859631], [-81.667595, 28.859631], [-81.667604, 28.859445], [-81.667606, 28.859421], [-81.667545, 28.859424], [-81.667315, 28.859433], [-81.667312, 28.859715], [-81.667313, 28.859773], [-81.666943, 28.859774], [-81.666948, 28.859845], [-81.666942, 28.86015], [-81.666945, 28.860409], [-81.666961, 28.860493], [-81.666966, 28.860506], [-81.66694, 28.86058], [-81.666943, 28.861199], [-81.66693, 28.861973], [-81.66693, 28.862371], [-81.66693, 28.86306], [-81.666925, 28.863124], [-81.666925, 28.863267], [-81.666927, 28.863538], [-81.666942, 28.864266], [-81.666941, 28.865011], [-81.666941, 28.865301], [-81.666941, 28.865516], [-81.666941, 28.865576], [-81.667932, 28.865599], [-81.668375, 28.865598], [-81.66827, 28.86551], [-81.668145, 28.865417], [-81.668081, 28.86537], [-81.667786, 28.865151], [-81.667097, 28.865103], [-81.667097, 28.864712], [-81.667098, 28.86347], [-81.66786, 28.863472], [-81.668595, 28.863473], [-81.668596, 28.863252], [-81.668596, 28.862964], [-81.668597, 28.862717], [-81.668597, 28.862495], [-81.668598, 28.862123], [-81.668599, 28.861965], [-81.669054, 28.861966], [-81.66946, 28.861967], [-81.66946, 28.86143], [-81.669461, 28.861205]], [[-81.668374, 28.848293], [-81.66803, 28.848294], [-81.667742, 28.848297], [-81.667332, 28.848302], [-81.667327, 28.847662], [-81.667326, 28.847485], [-81.667327, 28.847415], [-81.66731, 28.847415], [-81.666946, 28.84742], [-81.666626, 28.847425], [-81.666384, 28.847429], [-81.666033, 28.847434], [-81.666039, 28.847542], [-81.666052, 28.847788], [-81.666043, 28.848226], [-81.665998, 28.848226], [-81.665734, 28.848225], [-81.665731, 28.847545], [-81.665731, 28.847465], [-81.66573, 28.847438], [-81.66544, 28.847443], [-81.665442, 28.847499], [-81.665442, 28.847548], [-81.665444, 28.84874], [-81.665148, 28.848743], [-81.665147, 28.848546], [-81.665146, 28.848334], [-81.665141, 28.847549], [-81.665146, 28.847448], [-81.664937, 28.847451], [-81.664795, 28.847453], [-81.664364, 28.847459], [-81.664319, 28.84746], [-81.664319, 28.847561], [-81.664318, 28.848008], [-81.663991, 28.848006], [-81.663989, 28.84788], [-81.663997, 28.847675], [-81.663987, 28.847573], [-81.663976, 28.847466], [-81.663846, 28.847467], [-81.663353, 28.847474], [-81.663282, 28.847476], [-81.662774, 28.847483], [-81.662328, 28.84749], [-81.661836, 28.847497], [-81.661359, 28.847504], [-81.660735, 28.847514], [-81.660736, 28.84762], [-81.660735, 28.847966], [-81.660226, 28.847978], [-81.660226, 28.847855], [-81.660225, 28.847804], [-81.660223, 28.847639], [-81.660221, 28.847522], [-81.660105, 28.847524], [-81.659656, 28.847534], [-81.659182, 28.847545], [-81.659106, 28.847546], [-81.659093, 28.847546], [-81.659092, 28.847646], [-81.65909, 28.847786], [-81.658659, 28.847793], [-81.65866, 28.847912], [-81.658674, 28.849325], [-81.658677, 28.849362], [-81.65898, 28.849359], [-81.659131, 28.849357], [-81.65947, 28.849354], [-81.659677, 28.849352], [-81.659822, 28.84935], [-81.659821, 28.848989], [-81.659821, 28.848953], [-81.659815, 28.848894], [-81.659859, 28.848892], [-81.659885, 28.848891], [-81.659915, 28.84889], [-81.660018, 28.848871], [-81.660094, 28.848838], [-81.66015, 28.848919], [-81.660435, 28.849342], [-81.662461, 28.849323], [-81.662801, 28.849321], [-81.662799, 28.848938], [-81.662797, 28.848758], [-81.663422, 28.848754], [-81.663422, 28.848784], [-81.663531, 28.848795], [-81.66355, 28.8488], [-81.663875, 28.848848], [-81.663945, 28.848858], [-81.663878, 28.849004], [-81.663737, 28.849051], [-81.663696, 28.849064], [-81.66331, 28.849065], [-81.663311, 28.849202], [-81.663332, 28.849201], [-81.663654, 28.849204], [-81.66379, 28.849208], [-81.663786, 28.849276], [-81.663787, 28.849403], [-81.663787, 28.849595], [-81.663787, 28.849817], [-81.663333, 28.84982], [-81.663334, 28.850233], [-81.663334, 28.850336], [-81.663334, 28.85043], [-81.663334, 28.85055], [-81.663334, 28.850566], [-81.663334, 28.850631], [-81.662959, 28.850634], [-81.66288, 28.850635], [-81.662881, 28.850672], [-81.662881, 28.850807], [-81.662802, 28.850806], [-81.662802, 28.851186], [-81.662386, 28.85119], [-81.662042, 28.851194], [-81.662042, 28.851175], [-81.662042, 28.851139], [-81.661917, 28.85114], [-81.661917, 28.851177], [-81.661916, 28.851283], [-81.661907, 28.851856], [-81.661906, 28.851889], [-81.661905, 28.851945], [-81.661905, 28.85201], [-81.661558, 28.852014], [-81.661216, 28.852017], [-81.661218, 28.851956], [-81.661218, 28.851856], [-81.661214, 28.85146], [-81.661558, 28.851454], [-81.661557, 28.851182], [-81.66123, 28.851186], [-81.66123, 28.851148], [-81.661105, 28.851149], [-81.661105, 28.851188], [-81.660746, 28.851198], [-81.660747, 28.851168], [-81.660746, 28.851153], [-81.658679, 28.851176], [-81.65747, 28.851183], [-81.657472, 28.852504], [-81.657669, 28.852498], [-81.657863, 28.852493], [-81.658081, 28.852494], [-81.658163, 28.852493], [-81.658161, 28.852531], [-81.65817, 28.852829], [-81.658277, 28.852827], [-81.660716, 28.852793], [-81.66118, 28.852788], [-81.661174, 28.852702], [-81.661166, 28.852416], [-81.661543, 28.852409], [-81.661582, 28.852409], [-81.661584, 28.852775], [-81.661584, 28.852811], [-81.661722, 28.852809], [-81.661972, 28.852805], [-81.662053, 28.852804], [-81.662396, 28.852798], [-81.662807, 28.852792], [-81.662847, 28.852791], [-81.662872, 28.852791], [-81.662901, 28.852791], [-81.663166, 28.852786], [-81.663384, 28.852783], [-81.663416, 28.852783], [-81.663743, 28.852777], [-81.663831, 28.852779], [-81.663825, 28.852622], [-81.663823, 28.852605], [-81.663814, 28.852409], [-81.663798, 28.852043], [-81.663889, 28.852045], [-81.66427, 28.852041], [-81.664265, 28.851653], [-81.664258, 28.851192], [-81.664247, 28.850982], [-81.664437, 28.850981], [-81.664436, 28.85063], [-81.66449, 28.850629], [-81.664588, 28.850627], [-81.66469, 28.850625], [-81.664691, 28.850949], [-81.664691, 28.850979], [-81.664945, 28.850977], [-81.665748, 28.850984], [-81.665751, 28.850565], [-81.665423, 28.850459], [-81.665353, 28.850433], [-81.665349, 28.850297], [-81.665349, 28.850231], [-81.665436, 28.85023], [-81.665579, 28.850229], [-81.665754, 28.850229], [-81.665754, 28.850009], [-81.665619, 28.850008], [-81.665435, 28.850009], [-81.66535, 28.850011], [-81.665353, 28.849769], [-81.665438, 28.84977], [-81.665513, 28.849769], [-81.665754, 28.849767], [-81.665754, 28.849652], [-81.665753, 28.84942], [-81.666007, 28.849419], [-81.666008, 28.849694], [-81.666004, 28.849939], [-81.666004, 28.849966], [-81.66691, 28.849958], [-81.666924, 28.849942], [-81.66692, 28.849125], [-81.666988, 28.849124], [-81.667772, 28.849122], [-81.66775, 28.848958], [-81.667749, 28.848664], [-81.667749, 28.848652], [-81.667938, 28.848646], [-81.668036, 28.848656], [-81.668066, 28.848667], [-81.668086, 28.848697], [-81.668105, 28.848789], [-81.668137, 28.848816], [-81.668213, 28.848847], [-81.668318, 28.848851], [-81.668371, 28.848849], [-81.668374, 28.848293]], [[-81.667688, 28.824317], [-81.667685, 28.824033], [-81.667231, 28.824032], [-81.667234, 28.824316], [-81.667234, 28.824329], [-81.667235, 28.82437], [-81.667316, 28.824369], [-81.667689, 28.824366], [-81.667688, 28.824317]], [[-81.666886, 28.845275], [-81.666453, 28.845268], [-81.666377, 28.845271], [-81.666377, 28.845161], [-81.666369, 28.845006], [-81.666381, 28.844891], [-81.666394, 28.844853], [-81.666423, 28.844818], [-81.666457, 28.844793], [-81.666472, 28.844652], [-81.666388, 28.844659], [-81.666363, 28.843679], [-81.666305, 28.843723], [-81.666284, 28.843723], [-81.66624, 28.843742], [-81.666175, 28.843781], [-81.666066, 28.843804], [-81.665987, 28.84382], [-81.665894, 28.84384], [-81.665612, 28.843889], [-81.665549, 28.843898], [-81.665454, 28.843912], [-81.665429, 28.843914], [-81.66528, 28.843918], [-81.665172, 28.843923], [-81.665146, 28.843929], [-81.665091, 28.843949], [-81.665016, 28.843968], [-81.664972, 28.843968], [-81.664929, 28.84394], [-81.664885, 28.843892], [-81.664841, 28.843883], [-81.664776, 28.843855], [-81.664733, 28.843826], [-81.664613, 28.843779], [-81.664461, 28.843713], [-81.664364, 28.84371], [-81.664325, 28.843714], [-81.664247, 28.843674], [-81.664015, 28.843581], [-81.663899, 28.84349], [-81.663848, 28.843468], [-81.663864, 28.847344], [-81.663972, 28.847343], [-81.664363, 28.847343], [-81.66481, 28.847338], [-81.664829, 28.847338], [-81.664831, 28.847216], [-81.66483, 28.847107], [-81.664833, 28.847061], [-81.664834, 28.847038], [-81.664834, 28.84701], [-81.664809, 28.847008], [-81.664809, 28.846767], [-81.664809, 28.84673], [-81.664809, 28.846326], [-81.664809, 28.84612], [-81.665038, 28.846116], [-81.665216, 28.846113], [-81.665323, 28.846112], [-81.665319, 28.845943], [-81.665318, 28.845924], [-81.665789, 28.845922], [-81.665781, 28.846056], [-81.66578, 28.846112], [-81.666286, 28.846114], [-81.666286, 28.846317], [-81.665777, 28.846319], [-81.66578, 28.84613], [-81.665324, 28.846132], [-81.665327, 28.846243], [-81.665325, 28.846342], [-81.665323, 28.846406], [-81.665317, 28.846724], [-81.665317, 28.846735], [-81.665317, 28.846756], [-81.665415, 28.846752], [-81.665428, 28.846752], [-81.665775, 28.846741], [-81.665775, 28.846729], [-81.665775, 28.846681], [-81.665775, 28.846612], [-81.665775, 28.846535], [-81.666289, 28.846526], [-81.666379, 28.846525], [-81.666379, 28.846698], [-81.666886, 28.846692], [-81.666888, 28.845746], [-81.666886, 28.845275]], [[-81.663691, 28.857926], [-81.663359, 28.857928], [-81.663334, 28.85793], [-81.663334, 28.857985], [-81.663363, 28.857984], [-81.663535, 28.857982], [-81.663691, 28.857981], [-81.663691, 28.857926]], [[-81.66266, 28.861867], [-81.66266, 28.861516], [-81.662661, 28.861093], [-81.662659, 28.860678], [-81.662453, 28.86068], [-81.662453, 28.860569], [-81.662453, 28.860345], [-81.662455, 28.860256], [-81.662113, 28.860263], [-81.661215, 28.860266], [-81.661217, 28.86034], [-81.661216, 28.86069], [-81.661835, 28.860686], [-81.661838, 28.861102], [-81.661329, 28.861103], [-81.661159, 28.861103], [-81.661115, 28.861104], [-81.661118, 28.86151], [-81.661151, 28.86151], [-81.661505, 28.861509], [-81.661617, 28.861508], [-81.661616, 28.86154], [-81.661614, 28.861831], [-81.661615, 28.861874], [-81.661612, 28.861943], [-81.662023, 28.86194], [-81.662184, 28.861938], [-81.662187, 28.862038], [-81.662186, 28.862357], [-81.662395, 28.862356], [-81.662394, 28.861935], [-81.66268, 28.861933], [-81.66266, 28.861867]], [[-81.659286, 28.872137], [-81.658688, 28.872135], [-81.656649, 28.872133], [-81.656507, 28.872105], [-81.656391, 28.872085], [-81.656284, 28.872076], [-81.655164, 28.872072], [-81.654909, 28.872064], [-81.654867, 28.872056], [-81.654795, 28.872028], [-81.654752, 28.871995], [-81.654704, 28.871928], [-81.65468, 28.871872], [-81.654667, 28.871799], [-81.654666, 28.871725], [-81.654636, 28.871726], [-81.654324, 28.871726], [-81.654337, 28.873122], [-81.654338, 28.87326], [-81.654339, 28.873293], [-81.654341, 28.873342], [-81.654291, 28.873343], [-81.654205, 28.873345], [-81.653888, 28.87335], [-81.6536, 28.873323], [-81.65335, 28.873313], [-81.652846, 28.873316], [-81.652755, 28.873319], [-81.652732, 28.87332], [-81.652731, 28.873284], [-81.652724, 28.87285], [-81.652718, 28.872453], [-81.652715, 28.872255], [-81.652688, 28.872256], [-81.652654, 28.872257], [-81.652655, 28.872119], [-81.652712, 28.872119], [-81.652694, 28.871412], [-81.652676, 28.870728], [-81.652659, 28.870044], [-81.652643, 28.869412], [-81.652641, 28.869353], [-81.652641, 28.869267], [-81.652682, 28.869266], [-81.652753, 28.869264], [-81.65304, 28.869258], [-81.653039, 28.869127], [-81.653036, 28.868873], [-81.653022, 28.867374], [-81.653021, 28.867208], [-81.653021, 28.867165], [-81.65302, 28.867149], [-81.65251, 28.867149], [-81.652395, 28.867148], [-81.651974, 28.867148], [-81.651731, 28.867147], [-81.651488, 28.867147], [-81.651246, 28.867146], [-81.651003, 28.867146], [-81.650582, 28.867145], [-81.650509, 28.867145], [-81.650431, 28.867145], [-81.650425, 28.866767], [-81.649337, 28.866766], [-81.648952, 28.866765], [-81.648931, 28.866765], [-81.648934, 28.867017], [-81.648941, 28.867458], [-81.648699, 28.867458], [-81.64639, 28.867455], [-81.644817, 28.867454], [-81.644834, 28.868855], [-81.644835, 28.868956], [-81.644846, 28.869273], [-81.645019, 28.86927], [-81.645547, 28.86926], [-81.645905, 28.869253], [-81.64664, 28.869252], [-81.647466, 28.869251], [-81.651166, 28.869267], [-81.65118, 28.870058], [-81.651203, 28.871423], [-81.651212, 28.872024], [-81.651222, 28.872607], [-81.651229, 28.873519], [-81.65122, 28.873829], [-81.651179, 28.874313], [-81.651163, 28.874641], [-81.651161, 28.875169], [-81.651169, 28.875776], [-81.651182, 28.87597], [-81.65122, 28.876245], [-81.651256, 28.876412], [-81.651304, 28.876562], [-81.651428, 28.876858], [-81.651602, 28.877189], [-81.651704, 28.877344], [-81.651862, 28.877548], [-81.652067, 28.877791], [-81.652162, 28.877884], [-81.652273, 28.877972], [-81.652484, 28.878109], [-81.652991, 28.878407], [-81.654108, 28.879091], [-81.654401, 28.879274], [-81.654686, 28.879434], [-81.654834, 28.879613], [-81.65486, 28.878119], [-81.65482, 28.878163], [-81.654764, 28.878188], [-81.654727, 28.878188], [-81.654704, 28.878186], [-81.654661, 28.878181], [-81.654596, 28.878173], [-81.654559, 28.878169], [-81.654531, 28.878166], [-81.654514, 28.878164], [-81.6545, 28.878166], [-81.6544, 28.878144], [-81.654057, 28.877946], [-81.654015, 28.877916], [-81.653967, 28.877888], [-81.653958, 28.877872], [-81.653891, 28.877791], [-81.65388, 28.877777], [-81.653817, 28.877754], [-81.653747, 28.877742], [-81.653677, 28.877722], [-81.653621, 28.87769], [-81.653569, 28.877654], [-81.653513, 28.877621], [-81.653457, 28.877597], [-81.6534, 28.877557], [-81.653348, 28.87752], [-81.653306, 28.877475], [-81.65325, 28.877443], [-81.653214, 28.877425], [-81.653169, 28.877387], [-81.653155, 28.877381], [-81.653094, 28.877355], [-81.653056, 28.877289], [-81.653023, 28.877242], [-81.652999, 28.877208], [-81.652961, 28.877142], [-81.65296, 28.877077], [-81.652954, 28.877052], [-81.652941, 28.876995], [-81.652899, 28.876912], [-81.652938, 28.876912], [-81.654882, 28.876913], [-81.655318, 28.876914], [-81.655317, 28.876893], [-81.655234, 28.87329], [-81.656363, 28.87329], [-81.656624, 28.8734], [-81.656635, 28.873392], [-81.65678, 28.87329], [-81.658688, 28.87329], [-81.658879, 28.87329], [-81.659285, 28.873292], [-81.659286, 28.872137]], [[-81.65868, 28.853083], [-81.658579, 28.853084], [-81.658367, 28.853087], [-81.658369, 28.853478], [-81.65837, 28.853503], [-81.65837, 28.853532], [-81.658668, 28.85353], [-81.658679, 28.85353], [-81.658678, 28.853409], [-81.658678, 28.853229], [-81.65868, 28.853083]], [[-81.658657, 28.827792], [-81.658242, 28.827792], [-81.658246, 28.827728], [-81.658252, 28.827671], [-81.658252, 28.827613], [-81.658242, 28.82759], [-81.658283, 28.827508], [-81.65828, 28.827434], [-81.658298, 28.827156], [-81.658359, 28.826984], [-81.658384, 28.826896], [-81.658447, 28.82668], [-81.658584, 28.826564], [-81.658592, 28.826492], [-81.65866, 28.826416], [-81.658666, 28.826355], [-81.658659, 28.825486], [-81.657661, 28.825463], [-81.657646, 28.825667], [-81.657638, 28.825814], [-81.657613, 28.826047], [-81.657485, 28.827212], [-81.657482, 28.827234], [-81.65748, 28.827264], [-81.657476, 28.827318], [-81.657476, 28.827391], [-81.657478, 28.827439], [-81.657482, 28.827487], [-81.657487, 28.827527], [-81.657492, 28.827562], [-81.657525, 28.827684], [-81.657561, 28.827788], [-81.6576, 28.827886], [-81.657648, 28.827968], [-81.657692, 28.828025], [-81.657714, 28.828067], [-81.657746, 28.828125], [-81.657768, 28.828152], [-81.657979, 28.828406], [-81.658009, 28.828389], [-81.658353, 28.828206], [-81.658671, 28.828037], [-81.658657, 28.827792]], [[-81.657521, 28.825016], [-81.657469, 28.825019], [-81.657303, 28.825021], [-81.657009, 28.825024], [-81.656779, 28.825018], [-81.656731, 28.825023], [-81.656677, 28.825037], [-81.656649, 28.825053], [-81.656638, 28.825059], [-81.656561, 28.825174], [-81.656529, 28.825195], [-81.656419, 28.825223], [-81.656341, 28.825231], [-81.65623, 28.825226], [-81.656143, 28.825214], [-81.656088, 28.82522], [-81.656047, 28.825232], [-81.656025, 28.825249], [-81.656017, 28.825255], [-81.656004, 28.825273], [-81.655987, 28.825314], [-81.655978, 28.825425], [-81.65598, 28.825589], [-81.65599, 28.825682], [-81.65599, 28.825881], [-81.655868, 28.82588], [-81.655822, 28.825852], [-81.655779, 28.825841], [-81.655259, 28.825837], [-81.655258, 28.825948], [-81.655257, 28.826098], [-81.655255, 28.826373], [-81.655255, 28.826415], [-81.655254, 28.826645], [-81.655252, 28.826863], [-81.655252, 28.826923], [-81.655251, 28.827083], [-81.65525, 28.827198], [-81.655249, 28.827303], [-81.655248, 28.827473], [-81.655248, 28.827523], [-81.655248, 28.827709], [-81.655247, 28.827749], [-81.65536, 28.827749], [-81.65561, 28.827749], [-81.65586, 28.827749], [-81.655903, 28.827749], [-81.655996, 28.827749], [-81.65636, 28.827749], [-81.656616, 28.827749], [-81.656862, 28.827749], [-81.657296, 28.827756], [-81.657301, 28.827725], [-81.657322, 28.827571], [-81.657323, 28.827223], [-81.657441, 28.826048], [-81.657462, 28.825853], [-81.657465, 28.825835], [-81.657373, 28.825834], [-81.656697, 28.825831], [-81.656698, 28.825556], [-81.6575, 28.82556], [-81.657504, 28.825448], [-81.65752, 28.825045], [-81.657521, 28.825016]], [[-81.656888, 28.833066], [-81.65687, 28.833066], [-81.656832, 28.833066], [-81.656561, 28.833067], [-81.65621, 28.833068], [-81.656238, 28.834348], [-81.656389, 28.83436], [-81.65674, 28.834361], [-81.656886, 28.834362], [-81.656886, 28.834167], [-81.656886, 28.834105], [-81.656886, 28.833871], [-81.656886, 28.833702], [-81.656886, 28.833632], [-81.656886, 28.833509], [-81.656886, 28.833393], [-81.656886, 28.833236], [-81.656886, 28.833153], [-81.656888, 28.833066]], [[-81.656613, 28.851236], [-81.656209, 28.85153], [-81.656157, 28.851568], [-81.656137, 28.851562], [-81.656099, 28.851554], [-81.656055, 28.851552], [-81.656017, 28.85155], [-81.655407, 28.851546], [-81.655407, 28.851196], [-81.654581, 28.851199], [-81.654581, 28.851273], [-81.654581, 28.851408], [-81.654581, 28.851445], [-81.654581, 28.851474], [-81.653644, 28.85148], [-81.653641, 28.851205], [-81.65357, 28.851205], [-81.653572, 28.85148], [-81.653574, 28.851755], [-81.653577, 28.85203], [-81.654583, 28.852025], [-81.654583, 28.852003], [-81.654583, 28.851886], [-81.654582, 28.851543], [-81.654895, 28.851544], [-81.65491, 28.851544], [-81.654912, 28.851861], [-81.654913, 28.851885], [-81.655162, 28.851883], [-81.655412, 28.851882], [-81.655662, 28.85188], [-81.655912, 28.851879], [-81.656162, 28.851877], [-81.656237, 28.851877], [-81.656318, 28.851877], [-81.656611, 28.851875], [-81.656613, 28.851236]], [[-81.654045, 28.853103], [-81.654044, 28.853005], [-81.653956, 28.853006], [-81.653844, 28.853006], [-81.653362, 28.853009], [-81.652872, 28.853011], [-81.652873, 28.853112], [-81.652889, 28.854734], [-81.653051, 28.854734], [-81.653079, 28.854734], [-81.65331, 28.854737], [-81.653544, 28.854739], [-81.653715, 28.854741], [-81.65375, 28.854742], [-81.653742, 28.853897], [-81.653925, 28.853806], [-81.654058, 28.853738], [-81.654045, 28.853103]], [[-81.64799, 28.829468], [-81.646916, 28.829471], [-81.646912, 28.829541], [-81.64692, 28.829896], [-81.646918, 28.830053], [-81.646915, 28.830303], [-81.646923, 28.830684], [-81.646954, 28.831261], [-81.647738, 28.831261], [-81.647996, 28.831258], [-81.64799, 28.829468]], [[-81.645354, 28.857533], [-81.645341, 28.857178], [-81.645338, 28.857111], [-81.645335, 28.857096], [-81.64522, 28.857088], [-81.64522, 28.85707], [-81.645139, 28.857067], [-81.645137, 28.856868], [-81.645044, 28.856409], [-81.644344, 28.856341], [-81.644133, 28.856353], [-81.644106, 28.856349], [-81.64324, 28.856233], [-81.642637, 28.856442], [-81.640544, 28.856519], [-81.640477, 28.856521], [-81.640475, 28.856168], [-81.640475, 28.856069], [-81.640468, 28.854706], [-81.638415, 28.854779], [-81.638305, 28.854782], [-81.638303, 28.854731], [-81.638413, 28.854728], [-81.63896, 28.854715], [-81.638959, 28.854683], [-81.638949, 28.854371], [-81.638928, 28.854372], [-81.638403, 28.854385], [-81.638381, 28.853698], [-81.638929, 28.853684], [-81.638919, 28.85334], [-81.638901, 28.853341], [-81.638262, 28.853358], [-81.638253, 28.853041], [-81.638252, 28.853013], [-81.638909, 28.852996], [-81.638899, 28.852653], [-81.638881, 28.852653], [-81.63835, 28.852667], [-81.638349, 28.852625], [-81.638339, 28.852323], [-81.638889, 28.852309], [-81.638863, 28.851415], [-81.638858, 28.851277], [-81.638204, 28.851296], [-81.637436, 28.851311], [-81.637201, 28.851315], [-81.63721, 28.852017], [-81.63745, 28.852007], [-81.638127, 28.851983], [-81.638139, 28.852411], [-81.637227, 28.852443], [-81.637229, 28.852513], [-81.636744, 28.852525], [-81.636262, 28.852536], [-81.636244, 28.851342], [-81.635924, 28.851356], [-81.63441, 28.851377], [-81.634365, 28.851378], [-81.634368, 28.851428], [-81.634382, 28.852297], [-81.634388, 28.852562], [-81.633935, 28.852566], [-81.633919, 28.852566], [-81.633927, 28.856588], [-81.633927, 28.85676], [-81.636143, 28.856679], [-81.637279, 28.856645], [-81.637284, 28.858359], [-81.637284, 28.858408], [-81.637582, 28.858408], [-81.637843, 28.858401], [-81.638419, 28.858368], [-81.639537, 28.858342], [-81.640937, 28.858292], [-81.641526, 28.85828], [-81.642869, 28.858253], [-81.643871, 28.85827], [-81.645213, 28.858273], [-81.645323, 28.858273], [-81.645329, 28.858182], [-81.645348, 28.857849], [-81.645354, 28.857533]], [[-81.660146, 28.840269], [-81.660484, 28.840282], [-81.661858, 28.840267], [-81.661882, 28.840262], [-81.661933, 28.840255], [-81.661948, 28.840267], [-81.662567, 28.840262], [-81.662791, 28.840261], [-81.66279, 28.840993], [-81.662824, 28.840893], [-81.66292, 28.840846], [-81.662929, 28.840823], [-81.662999, 28.840749], [-81.663113, 28.840674], [-81.663139, 28.840643], [-81.663469, 28.840446], [-81.66356, 28.840374], [-81.663896, 28.840229], [-81.664004, 28.840228], [-81.664164, 28.840186], [-81.664286, 28.840166], [-81.664319, 28.84016], [-81.664372, 28.84013], [-81.664372, 28.838458], [-81.664556, 28.838457], [-81.664675, 28.838454], [-81.664678, 28.839972], [-81.664723, 28.839955], [-81.664804, 28.839923], [-81.664856, 28.839902], [-81.664916, 28.839867], [-81.664974, 28.839832], [-81.665051, 28.839786], [-81.66517, 28.839672], [-81.665302, 28.839582], [-81.665378, 28.839509], [-81.665486, 28.839425], [-81.665637, 28.839389], [-81.665814, 28.839323], [-81.666103, 28.839244], [-81.666349, 28.839393], [-81.666522, 28.839457], [-81.666572, 28.839478], [-81.666683, 28.839551], [-81.666732, 28.839583], [-81.666794, 28.839643], [-81.666822, 28.83967], [-81.666879, 28.839767], [-81.666902, 28.839816], [-81.66689, 28.840105], [-81.666982, 28.840109], [-81.666999, 28.840147], [-81.66702, 28.840236], [-81.667036, 28.840272], [-81.667038, 28.840331], [-81.667067, 28.840387], [-81.667101, 28.840498], [-81.667092, 28.840515], [-81.667075, 28.840547], [-81.667032, 28.840596], [-81.667058, 28.840652], [-81.667081, 28.840671], [-81.667103, 28.84069], [-81.667115, 28.840751], [-81.667111, 28.840807], [-81.667115, 28.840824], [-81.66711, 28.840866], [-81.667073, 28.840932], [-81.667057, 28.841058], [-81.667007, 28.841153], [-81.666979, 28.841225], [-81.666984, 28.841264], [-81.666985, 28.841379], [-81.667008, 28.841418], [-81.667018, 28.841484], [-81.66701, 28.841504], [-81.667029, 28.841606], [-81.66707, 28.84173], [-81.66708, 28.84184], [-81.667086, 28.841907], [-81.667083, 28.841918], [-81.667076, 28.841939], [-81.667069, 28.84196], [-81.667068, 28.841973], [-81.667315, 28.84197], [-81.667497, 28.841968], [-81.667515, 28.841976], [-81.667606, 28.841976], [-81.667814, 28.841973], [-81.667811, 28.841548], [-81.668907, 28.841546], [-81.669014, 28.841546], [-81.669014, 28.841534], [-81.669007, 28.841339], [-81.669005, 28.841204], [-81.668998, 28.840487], [-81.668993, 28.839983], [-81.668982, 28.839809], [-81.668968, 28.839723], [-81.668908, 28.839492], [-81.668962, 28.839408], [-81.66898, 28.839132], [-81.66898, 28.839063], [-81.668974, 28.838213], [-81.668973, 28.837874], [-81.668907, 28.837739], [-81.668893, 28.83768], [-81.668856, 28.83754], [-81.668855, 28.837374], [-81.668754, 28.837286], [-81.66864, 28.837242], [-81.668515, 28.837309], [-81.668373, 28.837422], [-81.668328, 28.837476], [-81.66794, 28.837644], [-81.667588, 28.837734], [-81.667516, 28.837763], [-81.667407, 28.837794], [-81.667138, 28.837864], [-81.66698, 28.837909], [-81.666962, 28.837915], [-81.666944, 28.837924], [-81.666929, 28.837935], [-81.666915, 28.837948], [-81.666904, 28.837963], [-81.666838, 28.83799], [-81.666774, 28.83801], [-81.666708, 28.838025], [-81.666641, 28.838035], [-81.666572, 28.838041], [-81.666517, 28.838047], [-81.666498, 28.838052], [-81.666479, 28.838057], [-81.666441, 28.838062], [-81.666401, 28.838061], [-81.666363, 28.838055], [-81.666323, 28.838049], [-81.666284, 28.838039], [-81.666247, 28.838025], [-81.666234, 28.838019], [-81.66622, 28.838012], [-81.666188, 28.837991], [-81.666173, 28.83798], [-81.666158, 28.837968], [-81.665974, 28.837906], [-81.665829, 28.837869], [-81.665701, 28.837743], [-81.665618, 28.837671], [-81.665599, 28.837645], [-81.665701, 28.837543], [-81.665677, 28.837522], [-81.665496, 28.837559], [-81.665481, 28.837542], [-81.665172, 28.837049], [-81.664846, 28.836661], [-81.66483, 28.836691], [-81.664772, 28.836692], [-81.66437, 28.836695], [-81.66447, 28.836478], [-81.664402, 28.836473], [-81.66437, 28.836524], [-81.664334, 28.836573], [-81.664327, 28.836585], [-81.664315, 28.836593], [-81.6643, 28.836598], [-81.664281, 28.836598], [-81.664256, 28.836599], [-81.664238, 28.836604], [-81.664221, 28.836611], [-81.664206, 28.83662], [-81.664192, 28.836632], [-81.664128, 28.836696], [-81.663873, 28.836698], [-81.663631, 28.836699], [-81.663402, 28.836701], [-81.663381, 28.836684], [-81.663364, 28.836669], [-81.663352, 28.836658], [-81.663297, 28.836594], [-81.663221, 28.836506], [-81.663145, 28.836396], [-81.663132, 28.836274], [-81.663131, 28.836185], [-81.663181, 28.836108], [-81.663356, 28.835996], [-81.663409, 28.835956], [-81.663462, 28.835946], [-81.663612, 28.835858], [-81.663643, 28.835803], [-81.663631, 28.835721], [-81.663583, 28.835703], [-81.66358, 28.835686], [-81.663451, 28.835553], [-81.663359, 28.83547], [-81.663106, 28.835215], [-81.662884, 28.834947], [-81.662821, 28.834804], [-81.666896, 28.834787], [-81.666903, 28.833519], [-81.666892, 28.83297], [-81.668444, 28.832934], [-81.668657, 28.832983], [-81.66868, 28.833012], [-81.668697, 28.833076], [-81.66869, 28.833137], [-81.668683, 28.833198], [-81.66871, 28.833253], [-81.668746, 28.833299], [-81.668788, 28.833349], [-81.668824, 28.833449], [-81.668655, 28.833906], [-81.668555, 28.834148], [-81.668442, 28.83428], [-81.66842, 28.834301], [-81.668405, 28.834311], [-81.668297, 28.834387], [-81.668282, 28.834399], [-81.668264, 28.834438], [-81.668256, 28.834455], [-81.668228, 28.834516], [-81.668186, 28.8346], [-81.668178, 28.834661], [-81.668189, 28.834704], [-81.668205, 28.83476], [-81.668231, 28.834825], [-81.668268, 28.834869], [-81.668267, 28.834896], [-81.66828, 28.834935], [-81.668449, 28.834957], [-81.668536, 28.83505], [-81.668561, 28.8351], [-81.668599, 28.835133], [-81.668648, 28.835111], [-81.668686, 28.835116], [-81.668717, 28.835243], [-81.668773, 28.835342], [-81.668855, 28.835391], [-81.669042, 28.83559], [-81.669086, 28.835606], [-81.669157, 28.835646], [-81.669258, 28.83569], [-81.669309, 28.835767], [-81.66936, 28.835867], [-81.669336, 28.836033], [-81.669311, 28.836132], [-81.666887, 28.836166], [-81.666894, 28.836542], [-81.668883, 28.836539], [-81.66897, 28.836539], [-81.669477, 28.836534], [-81.670894, 28.836511], [-81.670961, 28.836509], [-81.671042, 28.83651], [-81.671072, 28.836496], [-81.671075, 28.836251], [-81.671071, 28.836162], [-81.671066, 28.836149], [-81.671034, 28.836115], [-81.67104, 28.835963], [-81.67116, 28.835963], [-81.671368, 28.835999], [-81.671545, 28.836043], [-81.671711, 28.836104], [-81.671734, 28.836113], [-81.671998, 28.835609], [-81.671952, 28.835602], [-81.671898, 28.835599], [-81.671814, 28.835595], [-81.671758, 28.835581], [-81.67162, 28.835539], [-81.671577, 28.835526], [-81.671502, 28.835497], [-81.671439, 28.835457], [-81.671418, 28.835437], [-81.671396, 28.835417], [-81.671324, 28.835373], [-81.671293, 28.835355], [-81.671261, 28.835337], [-81.671196, 28.83529], [-81.671121, 28.835244], [-81.67105, 28.835193], [-81.670997, 28.835149], [-81.670941, 28.835094], [-81.670893, 28.835053], [-81.670884, 28.835045], [-81.670843, 28.834985], [-81.670824, 28.834926], [-81.6708, 28.834855], [-81.670763, 28.834782], [-81.67074, 28.834728], [-81.670733, 28.834695], [-81.670723, 28.834646], [-81.670716, 28.834555], [-81.670704, 28.834486], [-81.670685, 28.834437], [-81.670606, 28.834256], [-81.670517, 28.834071], [-81.670403, 28.833929], [-81.670331, 28.833854], [-81.670271, 28.833804], [-81.670234, 28.83374], [-81.670226, 28.833685], [-81.670171, 28.833656], [-81.670097, 28.833629], [-81.670042, 28.8336], [-81.670044, 28.833544], [-81.669994, 28.833511], [-81.669939, 28.833483], [-81.669878, 28.833442], [-81.669832, 28.833388], [-81.6698, 28.833337], [-81.669758, 28.833269], [-81.669744, 28.833241], [-81.669726, 28.833203], [-81.669704, 28.833159], [-81.669697, 28.833103], [-81.669689, 28.833039], [-81.669701, 28.832973], [-81.669678, 28.832972], [-81.66901, 28.832979], [-81.66896, 28.83298], [-81.668959, 28.832304], [-81.668958, 28.832234], [-81.668957, 28.832083], [-81.668954, 28.830883], [-81.668956, 28.829702], [-81.668934, 28.828614], [-81.668911, 28.828083], [-81.668902, 28.827528], [-81.668879, 28.826887], [-81.668889, 28.826775], [-81.6689, 28.8267], [-81.668536, 28.826552], [-81.668526, 28.826548], [-81.668732, 28.826163], [-81.668494, 28.826059], [-81.668395, 28.826024], [-81.668584, 28.825677], [-81.668323, 28.825569], [-81.668323, 28.825512], [-81.668318, 28.825161], [-81.668317, 28.825097], [-81.668316, 28.825064], [-81.668145, 28.825067], [-81.668148, 28.82493], [-81.667695, 28.824934], [-81.667697, 28.825074], [-81.667037, 28.825076], [-81.666853, 28.825077], [-81.666852, 28.82505], [-81.66685, 28.824736], [-81.667104, 28.824748], [-81.667134, 28.824743], [-81.667254, 28.824721], [-81.667253, 28.824613], [-81.667238, 28.824389], [-81.667219, 28.824387], [-81.666837, 28.824393], [-81.666841, 28.824033], [-81.667212, 28.824032], [-81.667205, 28.823408], [-81.666843, 28.823406], [-81.666835, 28.822806], [-81.666833, 28.822741], [-81.666447, 28.822744], [-81.66624, 28.822743], [-81.666237, 28.822368], [-81.666237, 28.822356], [-81.666236, 28.822212], [-81.666236, 28.822194], [-81.665416, 28.822193], [-81.66502, 28.822298], [-81.665061, 28.82241], [-81.665091, 28.822496], [-81.665287, 28.823059], [-81.665356, 28.823256], [-81.665531, 28.823757], [-81.665608, 28.823977], [-81.665063, 28.823978], [-81.665261, 28.824183], [-81.665936, 28.82491], [-81.666444, 28.825481], [-81.66658, 28.825621], [-81.666598, 28.825639], [-81.666724, 28.825754], [-81.66665, 28.825795], [-81.666445, 28.825796], [-81.666401, 28.825797], [-81.666348, 28.825797], [-81.661883, 28.825808], [-81.661293, 28.826336], [-81.661352, 28.826367], [-81.661397, 28.826386], [-81.661472, 28.826414], [-81.661586, 28.826544], [-81.661632, 28.826615], [-81.661654, 28.826636], [-81.661678, 28.826658], [-81.661689, 28.82667], [-81.6617, 28.826682], [-81.66172, 28.826706], [-81.661729, 28.826719], [-81.661737, 28.826731], [-81.661754, 28.826757], [-81.661769, 28.826783], [-81.661782, 28.82681], [-81.661794, 28.826837], [-81.661802, 28.826863], [-81.661814, 28.826916], [-81.661822, 28.82697], [-81.661834, 28.827025], [-81.661848, 28.827079], [-81.66186, 28.827134], [-81.66187, 28.827195], [-81.661875, 28.827263], [-81.661876, 28.827332], [-81.661875, 28.827366], [-81.661873, 28.827395], [-81.661869, 28.827425], [-81.661862, 28.827465], [-81.661855, 28.827513], [-81.661853, 28.827542], [-81.661853, 28.827578], [-81.661854, 28.827631], [-81.661851, 28.827669], [-81.661843, 28.82771], [-81.661836, 28.827751], [-81.661835, 28.827772], [-81.661836, 28.8278], [-81.661838, 28.827828], [-81.661842, 28.827856], [-81.661853, 28.827912], [-81.661865, 28.827974], [-81.661872, 28.828009], [-81.661883, 28.828042], [-81.661891, 28.82806], [-81.6619, 28.828077], [-81.661922, 28.828111], [-81.661944, 28.828145], [-81.661981, 28.828207], [-81.662019, 28.828269], [-81.662061, 28.828329], [-81.662109, 28.828386], [-81.662172, 28.828469], [-81.662315, 28.828597], [-81.66248, 28.82877], [-81.662633, 28.828898], [-81.662901, 28.829289], [-81.662922, 28.829396], [-81.662801, 28.829407], [-81.66278, 28.830832], [-81.662676, 28.830972], [-81.662626, 28.831055], [-81.662388, 28.831371], [-81.662234, 28.831488], [-81.662116, 28.831605], [-81.662057, 28.831765], [-81.662088, 28.831897], [-81.662145, 28.831963], [-81.662201, 28.831974], [-81.662306, 28.83193], [-81.6624, 28.831919], [-81.662494, 28.831853], [-81.662752, 28.831719], [-81.662776, 28.83367], [-81.662777, 28.834391], [-81.662652, 28.834394], [-81.662575, 28.834268], [-81.662513, 28.834191], [-81.662394, 28.834103], [-81.662232, 28.833899], [-81.662107, 28.833695], [-81.662, 28.833476], [-81.6619, 28.833393], [-81.661832, 28.833311], [-81.661794, 28.833283], [-81.661794, 28.833239], [-81.661804, 28.833183], [-81.661782, 28.833052], [-81.661707, 28.832887], [-81.661713, 28.832645], [-81.661703, 28.83259], [-81.661676, 28.832531], [-81.661653, 28.832406], [-81.661657, 28.832298], [-81.661701, 28.832232], [-81.661701, 28.832155], [-81.661626, 28.83204], [-81.661563, 28.831957], [-81.661507, 28.831924], [-81.66147, 28.831918], [-81.661445, 28.831842], [-81.661414, 28.831821], [-81.661307, 28.831803], [-81.661189, 28.831791], [-81.66103, 28.831749], [-81.660942, 28.83175], [-81.660752, 28.831724], [-81.660451, 28.831594], [-81.660276, 28.831473], [-81.660083, 28.831263], [-81.65997, 28.831126], [-81.659789, 28.830845], [-81.659702, 28.830691], [-81.659664, 28.830477], [-81.659602, 28.830356], [-81.659527, 28.830124], [-81.659433, 28.829932], [-81.659477, 28.82969], [-81.659427, 28.829305], [-81.659346, 28.829156], [-81.65929, 28.829018], [-81.659102, 28.828804], [-81.658896, 28.828617], [-81.658765, 28.828562], [-81.65871, 28.828559], [-81.658694, 28.828554], [-81.658698, 28.829128], [-81.658673, 28.829128], [-81.658547, 28.829129], [-81.658689, 28.829295], [-81.658721, 28.82934], [-81.658692, 28.829409], [-81.658685, 28.82943], [-81.658637, 28.829431], [-81.658216, 28.829432], [-81.658217, 28.829651], [-81.658216, 28.829681], [-81.658695, 28.82968], [-81.658697, 28.829749], [-81.658702, 28.829954], [-81.658216, 28.829956], [-81.658215, 28.830231], [-81.658706, 28.830229], [-81.658706, 28.830301], [-81.658707, 28.830398], [-81.658708, 28.830544], [-81.658718, 28.830929], [-81.658717, 28.830994], [-81.658714, 28.831159], [-81.658705, 28.831558], [-81.658704, 28.831605], [-81.658602, 28.831605], [-81.658215, 28.831606], [-81.658215, 28.831574], [-81.658215, 28.831331], [-81.658215, 28.831056], [-81.657753, 28.831057], [-81.657668, 28.831057], [-81.657668, 28.831383], [-81.657761, 28.831515], [-81.657762, 28.83155], [-81.657756, 28.832556], [-81.657761, 28.832731], [-81.657753, 28.833062], [-81.658279, 28.83306], [-81.658613, 28.833058], [-81.658647, 28.833063], [-81.658676, 28.83308], [-81.658683, 28.833091], [-81.658695, 28.833106], [-81.658701, 28.833136], [-81.6587, 28.833348], [-81.658698, 28.833925], [-81.658682, 28.834171], [-81.658638, 28.834464], [-81.658619, 28.834692], [-81.658628, 28.834782], [-81.658655, 28.83487], [-81.658664, 28.834888], [-81.658699, 28.834953], [-81.658747, 28.835013], [-81.658871, 28.835109], [-81.659033, 28.83521], [-81.659236, 28.835307], [-81.659489, 28.835401], [-81.659538, 28.835419], [-81.659589, 28.835319], [-81.659803, 28.834872], [-81.659836, 28.834871], [-81.660128, 28.83486], [-81.66033, 28.834862], [-81.660364, 28.834862], [-81.660016, 28.835509], [-81.659967, 28.835598], [-81.660119, 28.835696], [-81.660288, 28.83583], [-81.660323, 28.835867], [-81.66046, 28.836005], [-81.660623, 28.8362], [-81.660746, 28.83638], [-81.660857, 28.836578], [-81.660901, 28.836746], [-81.660888, 28.837999], [-81.660926, 28.83826], [-81.661023, 28.838614], [-81.66108, 28.838887], [-81.6611, 28.839157], [-81.6611, 28.839219], [-81.661085, 28.839292], [-81.661031, 28.839432], [-81.66098, 28.839511], [-81.660948, 28.83956], [-81.660804, 28.839695], [-81.660651, 28.839823], [-81.660325, 28.840058], [-81.660245, 28.840129], [-81.66019, 28.840196], [-81.660146, 28.840269]], [[-81.674733, 28.887311], [-81.67475, 28.887311], [-81.675391, 28.887311], [-81.6764, 28.88731], [-81.676402, 28.887244], [-81.676403, 28.887191], [-81.676447, 28.88556], [-81.676457, 28.885162], [-81.675751, 28.885164], [-81.675517, 28.885165], [-81.675361, 28.885166], [-81.675127, 28.885167], [-81.674802, 28.885168], [-81.674795, 28.885379], [-81.674786, 28.885655], [-81.674784, 28.885715], [-81.674773, 28.886069], [-81.674772, 28.886103], [-81.674758, 28.886552], [-81.674754, 28.886646], [-81.674753, 28.886694], [-81.67474, 28.887084], [-81.674733, 28.887311]], [[-81.687555, 28.832404], [-81.687305, 28.83241], [-81.68721, 28.83241], [-81.68721, 28.832842], [-81.687487, 28.832841], [-81.687551, 28.832834], [-81.687551, 28.832814], [-81.687553, 28.832666], [-81.687555, 28.832404]], [[-81.689366, 28.830598], [-81.689505, 28.830599], [-81.689603, 28.830598], [-81.689655, 28.830597], [-81.689648, 28.830182], [-81.689359, 28.830183], [-81.689366, 28.830598]], [[-81.68944, 28.831455], [-81.689432, 28.831004], [-81.689369, 28.830997], [-81.689366, 28.830598], [-81.689068, 28.830597], [-81.689063, 28.830184], [-81.689047, 28.830184], [-81.688469, 28.830186], [-81.688477, 28.830606], [-81.687879, 28.830607], [-81.68782, 28.830607], [-81.687681, 28.830607], [-81.687533, 28.830621], [-81.68753, 28.83019], [-81.687529, 28.829868], [-81.687532, 28.829787], [-81.687294, 28.82978], [-81.686955, 28.82978], [-81.686395, 28.829779], [-81.686394, 28.830213], [-81.686004, 28.830215], [-81.686004, 28.830287], [-81.686004, 28.830643], [-81.686241, 28.830641], [-81.68624, 28.830726], [-81.686241, 28.831097], [-81.686242, 28.831468], [-81.686086, 28.831469], [-81.686086, 28.831449], [-81.686085, 28.831098], [-81.68593, 28.831098], [-81.685941, 28.831547], [-81.686242, 28.831548], [-81.686316, 28.831548], [-81.68655, 28.831548], [-81.686556, 28.831984], [-81.686822, 28.831986], [-81.687092, 28.831986], [-81.687552, 28.831986], [-81.687555, 28.832404], [-81.688195, 28.832402], [-81.688196, 28.832318], [-81.687976, 28.832317], [-81.687969, 28.831906], [-81.688213, 28.831905], [-81.689035, 28.831902], [-81.689202, 28.831902], [-81.689193, 28.831455], [-81.689295, 28.831454], [-81.689351, 28.831454], [-81.68944, 28.831455]]]}, "properties": {"name": "Eustis", "median_income": 62475}}, {"type": "Feature", "geometry": {"type": "MultiPolygon", "coordinates": [[[[-81.778411, 28.692239], [-81.778413, 28.69226], [-81.772388, 28.692272], [-81.772201, 28.692271], [-81.772201, 28.692243], [-81.77221, 28.691163], [-81.772215, 28.690666], [-81.772216, 28.690547], [-81.775167, 28.690536], [-81.776292, 28.690535], [-81.778419, 28.690534], [-81.778411, 28.692239]]], [[[-81.805216, 28.696183], [-81.805208, 28.696794], [-81.805201, 28.697488], [-81.805182, 28.699322], [-81.803642, 28.699319], [-81.802325, 28.699317], [-81.801522, 28.699315], [-81.801046, 28.699314], [-81.800339, 28.699313], [-81.799518, 28.699311], [-81.79691, 28.699305], [-81.796907, 28.700003], [-81.796902, 28.700494], [-81.796883, 28.702459], [-81.796459, 28.702783], [-81.795176, 28.702783], [-81.795148, 28.702946], [-81.795142, 28.702961], [-81.794771, 28.702961], [-81.793804, 28.702961], [-81.793011, 28.702961], [-81.792662, 28.702961], [-81.792661, 28.703182], [-81.792684, 28.704688], [-81.792672, 28.704759], [-81.792666, 28.704866], [-81.792672, 28.70519], [-81.792653, 28.706155], [-81.792653, 28.706658], [-81.792639, 28.707524], [-81.792637, 28.708317], [-81.792627, 28.709256], [-81.792612, 28.709439], [-81.792609, 28.709599], [-81.792629, 28.709848], [-81.792652, 28.710251], [-81.792637, 28.711072], [-81.78916, 28.711267], [-81.788619, 28.711287], [-81.788548, 28.71129], [-81.788402, 28.71128], [-81.788227, 28.71125], [-81.787995, 28.711192], [-81.787843, 28.711145], [-81.787683, 28.711088], [-81.787521, 28.711016], [-81.786715, 28.710621], [-81.786405, 28.710479], [-81.786232, 28.710415], [-81.786052, 28.710361], [-81.785905, 28.710326], [-81.785763, 28.710304], [-81.785515, 28.710285], [-81.785247, 28.710276], [-81.781004, 28.710218], [-81.780733, 28.710228], [-81.780582, 28.710247], [-81.78042, 28.710281], [-81.78028, 28.710321], [-81.78029, 28.710433], [-81.780272, 28.711036], [-81.780403, 28.711026], [-81.780619, 28.711027], [-81.780816, 28.711027], [-81.780935, 28.711021], [-81.78093, 28.711603], [-81.780278, 28.711603], [-81.780276, 28.71178], [-81.780274, 28.711946], [-81.780273, 28.712027], [-81.780272, 28.712112], [-81.780268, 28.712429], [-81.780265, 28.71267], [-81.780264, 28.712771], [-81.780264, 28.71281], [-81.780262, 28.713003], [-81.780254, 28.713778], [-81.780253, 28.713909], [-81.780241, 28.714954], [-81.780235, 28.715487], [-81.780231, 28.715946], [-81.780225, 28.716411], [-81.780221, 28.716462], [-81.780227, 28.716535], [-81.780214, 28.716744], [-81.780192, 28.716812], [-81.780218, 28.717114], [-81.780214, 28.717465], [-81.780213, 28.717547], [-81.780444, 28.717558], [-81.781044, 28.717553], [-81.781669, 28.717554], [-81.781724, 28.717564], [-81.781774, 28.717553], [-81.782352, 28.717554], [-81.78384, 28.717556], [-81.784112, 28.717557], [-81.784357, 28.717543], [-81.782307, 28.714975], [-81.781444, 28.71392], [-81.781667, 28.713767], [-81.781696, 28.713747], [-81.781862, 28.713954], [-81.78225, 28.714438], [-81.783407, 28.715884], [-81.784456, 28.717189], [-81.784622, 28.717395], [-81.784753, 28.717559], [-81.784697, 28.717559], [-81.784771, 28.717662], [-81.785742, 28.718855], [-81.786485, 28.719766], [-81.787039, 28.720425], [-81.787397, 28.720751], [-81.787824, 28.721028], [-81.788048, 28.721117], [-81.788446, 28.721276], [-81.788446, 28.721314], [-81.788446, 28.721386], [-81.788445, 28.721455], [-81.788445, 28.7215], [-81.788445, 28.721564], [-81.788344, 28.721539], [-81.788271, 28.721509], [-81.788201, 28.721479], [-81.788053, 28.721409], [-81.787912, 28.721339], [-81.787843, 28.721302], [-81.787775, 28.721264], [-81.787641, 28.721185], [-81.787633, 28.72121], [-81.787564, 28.721395], [-81.787323, 28.722005], [-81.787322, 28.722411], [-81.787323, 28.722649], [-81.787279, 28.722717], [-81.787082, 28.723026], [-81.786846, 28.723157], [-81.784606, 28.724387], [-81.78431, 28.724545], [-81.784121, 28.724649], [-81.784123, 28.724855], [-81.778753, 28.724851], [-81.778555, 28.72487], [-81.7786, 28.724884], [-81.778778, 28.724896], [-81.778854, 28.72491], [-81.778905, 28.724936], [-81.778954, 28.724977], [-81.779085, 28.725133], [-81.779162, 28.725198], [-81.779217, 28.725232], [-81.779489, 28.72534], [-81.779841, 28.725462], [-81.780333, 28.725605], [-81.780728, 28.725715], [-81.781357, 28.725853], [-81.782185, 28.726043], [-81.78239, 28.72608], [-81.782489, 28.726105], [-81.782561, 28.726113], [-81.782616, 28.726101], [-81.78267, 28.726072], [-81.782693, 28.726049], [-81.782723, 28.725995], [-81.782794, 28.72591], [-81.78283, 28.725883], [-81.782876, 28.725872], [-81.782944, 28.725878], [-81.783022, 28.725899], [-81.783041, 28.725798], [-81.783089, 28.725551], [-81.783135, 28.725405], [-81.78319, 28.725262], [-81.783232, 28.725206], [-81.783271, 28.725173], [-81.783321, 28.725159], [-81.783375, 28.725156], [-81.783404, 28.725155], [-81.783521, 28.725169], [-81.783634, 28.725191], [-81.783712, 28.725216], [-81.783806, 28.725259], [-81.783907, 28.725323], [-81.783989, 28.725392], [-81.784013, 28.725419], [-81.784044, 28.725453], [-81.784745, 28.726232], [-81.784876, 28.726353], [-81.784969, 28.726426], [-81.785091, 28.726496], [-81.785202, 28.726545], [-81.785197, 28.726743], [-81.78527, 28.726764], [-81.785323, 28.726776], [-81.785626, 28.726851], [-81.785927, 28.72693], [-81.786227, 28.727014], [-81.786513, 28.727103], [-81.786822, 28.727196], [-81.787116, 28.727294], [-81.787408, 28.727397], [-81.787699, 28.727504], [-81.787987, 28.727615], [-81.78825, 28.727722], [-81.788401, 28.727785], [-81.788406, 28.727931], [-81.788409, 28.728093], [-81.78859, 28.728175], [-81.788693, 28.728218], [-81.789238, 28.728476], [-81.789773, 28.72875], [-81.790173, 28.728971], [-81.790554, 28.729191], [-81.79106, 28.729505], [-81.791552, 28.729834], [-81.792032, 28.730179], [-81.79256, 28.730588], [-81.792728, 28.730724], [-81.792951, 28.730912], [-81.793171, 28.731104], [-81.793388, 28.731299], [-81.79362, 28.731516], [-81.792555, 28.731665], [-81.791885, 28.73176], [-81.789389, 28.732113], [-81.789383, 28.73269], [-81.78915, 28.732956], [-81.788818, 28.733316], [-81.788346, 28.733826], [-81.788244, 28.733937], [-81.786887, 28.733948], [-81.786782, 28.733949], [-81.785494, 28.733958], [-81.784914, 28.733963], [-81.784779, 28.733966], [-81.784736, 28.733967], [-81.784727, 28.733991], [-81.784705, 28.73401], [-81.78468, 28.73403], [-81.78466, 28.73404], [-81.784618, 28.734063], [-81.784526, 28.734077], [-81.784441, 28.734061], [-81.784388, 28.73405], [-81.784243, 28.734011], [-81.78392, 28.733925], [-81.783821, 28.733895], [-81.783743, 28.733871], [-81.783662, 28.733845], [-81.783569, 28.733827], [-81.783484, 28.733802], [-81.783393, 28.73379], [-81.782812, 28.733619], [-81.782706, 28.733564], [-81.782346, 28.733434], [-81.782275, 28.73341], [-81.782213, 28.733395], [-81.782118, 28.73337], [-81.782062, 28.733339], [-81.781978, 28.733236], [-81.781905, 28.733263], [-81.781834, 28.733271], [-81.781378, 28.733181], [-81.781197, 28.73314], [-81.781021, 28.733104], [-81.780866, 28.733075], [-81.780783, 28.733061], [-81.780605, 28.733019], [-81.780528, 28.732986], [-81.779922, 28.732799], [-81.77918, 28.732623], [-81.779131, 28.732556], [-81.77908, 28.732552], [-81.779018, 28.732554], [-81.778922, 28.73255], [-81.778842, 28.732545], [-81.778402, 28.732511], [-81.778327, 28.732511], [-81.778246, 28.732512], [-81.778159, 28.732517], [-81.77806, 28.732528], [-81.777978, 28.732538], [-81.777898, 28.732541], [-81.777807, 28.732542], [-81.777713, 28.732536], [-81.777639, 28.732531], [-81.777557, 28.732531], [-81.777494, 28.732533], [-81.777429, 28.732533], [-81.777346, 28.732515], [-81.77727, 28.732495], [-81.777136, 28.732431], [-81.777076, 28.732401], [-81.777008, 28.732354], [-81.776957, 28.732318], [-81.776876, 28.732253], [-81.776825, 28.732222], [-81.776761, 28.732196], [-81.776666, 28.732175], [-81.776588, 28.732153], [-81.776499, 28.732148], [-81.776413, 28.73214], [-81.776329, 28.732135], [-81.776267, 28.732128], [-81.776171, 28.732125], [-81.776054, 28.732121], [-81.776051, 28.73201], [-81.776039, 28.731496], [-81.776058, 28.728419], [-81.774112, 28.728385], [-81.773925, 28.728371], [-81.773784, 28.728489], [-81.773485, 28.728737], [-81.773269, 28.728916], [-81.77296, 28.729174], [-81.772915, 28.729211], [-81.772722, 28.729371], [-81.772407, 28.729633], [-81.772285, 28.729735], [-81.772034, 28.729939], [-81.771785, 28.730153], [-81.771501, 28.730389], [-81.771333, 28.73053], [-81.771154, 28.730678], [-81.771024, 28.730787], [-81.770927, 28.730868], [-81.770716, 28.731045], [-81.770547, 28.731191], [-81.77044, 28.731288], [-81.770336, 28.731387], [-81.770172, 28.731549], [-81.769937, 28.731797], [-81.769842, 28.731904], [-81.769752, 28.732011], [-81.769675, 28.732102], [-81.76957, 28.732233], [-81.769485, 28.732343], [-81.769402, 28.732456], [-81.769332, 28.732554], [-81.769241, 28.732686], [-81.769128, 28.73286], [-81.769018, 28.733041], [-81.76895, 28.733162], [-81.76888, 28.733282], [-81.768817, 28.733407], [-81.768772, 28.733491], [-81.768733, 28.733569], [-81.768804, 28.733596], [-81.768746, 28.733719], [-81.768689, 28.733844], [-81.768635, 28.733969], [-81.768582, 28.734099], [-81.768565, 28.734094], [-81.768462, 28.734062], [-81.768364, 28.734028], [-81.768261, 28.733996], [-81.76814, 28.733957], [-81.768372, 28.733431], [-81.768444, 28.733459], [-81.768459, 28.733428], [-81.768477, 28.733401], [-81.768486, 28.733372], [-81.768739, 28.732912], [-81.768814, 28.732788], [-81.768842, 28.73274], [-81.768929, 28.732613], [-81.769055, 28.732427], [-81.769139, 28.732308], [-81.769169, 28.732267], [-81.769264, 28.732147], [-81.769289, 28.732112], [-81.769532, 28.731809], [-81.769793, 28.731517], [-81.770056, 28.73125], [-81.770214, 28.731099], [-81.770325, 28.730998], [-81.770437, 28.730899], [-81.77068, 28.730695], [-81.770889, 28.730521], [-81.771128, 28.730322], [-81.771323, 28.730159], [-81.771549, 28.729971], [-81.771696, 28.729857], [-81.771906, 28.729674], [-81.772076, 28.729531], [-81.772301, 28.729343], [-81.772719, 28.728995], [-81.772976, 28.72878], [-81.773063, 28.728707], [-81.773201, 28.728593], [-81.773326, 28.728488], [-81.771935, 28.728488], [-81.766972, 28.728453], [-81.765509, 28.728444], [-81.765579, 28.728396], [-81.765766, 28.728278], [-81.765859, 28.728216], [-81.765918, 28.728162], [-81.765965, 28.728109], [-81.765995, 28.728053], [-81.766022, 28.727999], [-81.766051, 28.727928], [-81.766059, 28.727728], [-81.766064, 28.727498], [-81.766117, 28.727271], [-81.766235, 28.726924], [-81.766266, 28.726859], [-81.766303, 28.72677], [-81.766415, 28.726592], [-81.766511, 28.726452], [-81.766562, 28.726335], [-81.766613, 28.726182], [-81.766656, 28.726072], [-81.766688, 28.725986], [-81.766757, 28.725666], [-81.766759, 28.725596], [-81.766766, 28.725517], [-81.766771, 28.725445], [-81.766768, 28.725373], [-81.766756, 28.725295], [-81.766756, 28.725227], [-81.766765, 28.725151], [-81.766768, 28.725107], [-81.766769, 28.725092], [-81.766775, 28.72503], [-81.766777, 28.724973], [-81.766772, 28.7249], [-81.766765, 28.72484], [-81.766762, 28.724819], [-81.76677, 28.724624], [-81.766776, 28.72458], [-81.766778, 28.724569], [-81.766787, 28.724505], [-81.766831, 28.724463], [-81.766864, 28.724434], [-81.766899, 28.724404], [-81.766953, 28.724358], [-81.767021, 28.724321], [-81.767048, 28.724305], [-81.767103, 28.724272], [-81.767166, 28.724239], [-81.767333, 28.724115], [-81.767398, 28.72408], [-81.767456, 28.724047], [-81.767481, 28.724031], [-81.767538, 28.723997], [-81.767871, 28.723771], [-81.767892, 28.723758], [-81.767929, 28.723734], [-81.768006, 28.723697], [-81.76806, 28.723655], [-81.768097, 28.723601], [-81.768109, 28.723527], [-81.768117, 28.723517], [-81.768128, 28.723508], [-81.768137, 28.723494], [-81.768148, 28.72348], [-81.768206, 28.723443], [-81.768256, 28.7234], [-81.768285, 28.72334], [-81.768311, 28.723276], [-81.768336, 28.723219], [-81.768343, 28.723206], [-81.768363, 28.723165], [-81.768413, 28.723069], [-81.768484, 28.722931], [-81.768518, 28.722866], [-81.768551, 28.722792], [-81.768582, 28.722731], [-81.768619, 28.722669], [-81.768628, 28.722656], [-81.768657, 28.722612], [-81.768693, 28.722535], [-81.768699, 28.722519], [-81.768724, 28.722457], [-81.768752, 28.72238], [-81.768789, 28.722314], [-81.768849, 28.722251], [-81.76887, 28.722186], [-81.768912, 28.72212], [-81.768918, 28.722104], [-81.768987, 28.7219], [-81.76903, 28.721825], [-81.769037, 28.721818], [-81.769079, 28.721779], [-81.769104, 28.721718], [-81.769127, 28.72166], [-81.769133, 28.721603], [-81.769123, 28.721541], [-81.769124, 28.721485], [-81.769145, 28.72142], [-81.769171, 28.721356], [-81.769191, 28.721303], [-81.769224, 28.721245], [-81.769271, 28.721184], [-81.769299, 28.721126], [-81.769365, 28.721055], [-81.769465, 28.720901], [-81.769467, 28.72089], [-81.769498, 28.72084], [-81.769507, 28.72081], [-81.769516, 28.720781], [-81.769551, 28.720717], [-81.769587, 28.720653], [-81.769617, 28.720597], [-81.769666, 28.720505], [-81.769682, 28.72044], [-81.769694, 28.72037], [-81.769706, 28.72031], [-81.769713, 28.720184], [-81.769711, 28.720144], [-81.769701, 28.719919], [-81.769694, 28.719758], [-81.769698, 28.719722], [-81.769695, 28.719508], [-81.769746, 28.719099], [-81.769784, 28.718719], [-81.769767, 28.718635], [-81.769777, 28.718559], [-81.769807, 28.718508], [-81.769844, 28.71845], [-81.769866, 28.718368], [-81.769901, 28.718284], [-81.769917, 28.718215], [-81.769943, 28.71815], [-81.770116, 28.717393], [-81.770111, 28.717034], [-81.770153, 28.716857], [-81.770153, 28.716373], [-81.77011, 28.715619], [-81.77012, 28.715342], [-81.770114, 28.71519], [-81.77004, 28.714779], [-81.770005, 28.714693], [-81.769914, 28.71469], [-81.769842, 28.714598], [-81.769794, 28.714554], [-81.769851, 28.714473], [-81.769892, 28.714414], [-81.769848, 28.714144], [-81.769811, 28.713979], [-81.769768, 28.713804], [-81.769603, 28.713502], [-81.76946, 28.713284], [-81.769334, 28.713124], [-81.769296, 28.713034], [-81.769274, 28.712793], [-81.76927, 28.712753], [-81.769231, 28.712675], [-81.769125, 28.712405], [-81.76895, 28.711828], [-81.768679, 28.711174], [-81.768648, 28.711148], [-81.768481, 28.710659], [-81.768513, 28.710593], [-81.768499, 28.710453], [-81.768501, 28.710226], [-81.76842, 28.709705], [-81.768382, 28.70943], [-81.768311, 28.70924], [-81.768259, 28.709153], [-81.76824, 28.709098], [-81.768191, 28.708982], [-81.768196, 28.708929], [-81.768215, 28.708813], [-81.768028, 28.708691], [-81.768008, 28.708674], [-81.767959, 28.708624], [-81.767913, 28.708579], [-81.767889, 28.708556], [-81.767861, 28.708531], [-81.767792, 28.708475], [-81.767736, 28.708419], [-81.767697, 28.708361], [-81.767551, 28.708169], [-81.767449, 28.708026], [-81.767518, 28.708017], [-81.767513, 28.707989], [-81.76751, 28.707927], [-81.767475, 28.707873], [-81.76743, 28.707824], [-81.767407, 28.707799], [-81.767372, 28.70776], [-81.767321, 28.707719], [-81.767249, 28.707683], [-81.767192, 28.707635], [-81.767135, 28.707562], [-81.767107, 28.707517], [-81.767105, 28.70748], [-81.767068, 28.707437], [-81.767033, 28.707384], [-81.766978, 28.707354], [-81.766889, 28.707331], [-81.766809, 28.707328], [-81.766721, 28.707332], [-81.766636, 28.707342], [-81.766552, 28.707358], [-81.76648, 28.707386], [-81.766076, 28.707421], [-81.766018, 28.707426], [-81.765939, 28.707443], [-81.765831, 28.707463], [-81.76574, 28.707485], [-81.765661, 28.707506], [-81.765573, 28.707514], [-81.765508, 28.707504], [-81.765413, 28.707477], [-81.765354, 28.707454], [-81.765278, 28.707433], [-81.765189, 28.707401], [-81.7651, 28.707374], [-81.76475, 28.707262], [-81.764481, 28.707205], [-81.764413, 28.70719], [-81.764337, 28.707173], [-81.764261, 28.707156], [-81.764197, 28.707145], [-81.764136, 28.707132], [-81.764077, 28.707108], [-81.76404, 28.707095], [-81.764005, 28.707082], [-81.763948, 28.707057], [-81.763883, 28.70701], [-81.76371, 28.706863], [-81.763524, 28.706693], [-81.763364, 28.706503], [-81.763325, 28.706446], [-81.763304, 28.706378], [-81.763277, 28.706323], [-81.763241, 28.706265], [-81.763233, 28.706203], [-81.763205, 28.706073], [-81.763204, 28.705994], [-81.763233, 28.705931], [-81.763295, 28.705899], [-81.76337, 28.705882], [-81.763501, 28.705869], [-81.763566, 28.705865], [-81.763632, 28.705866], [-81.763714, 28.705846], [-81.763778, 28.705817], [-81.763835, 28.705772], [-81.763891, 28.705719], [-81.763918, 28.705667], [-81.763974, 28.705605], [-81.764038, 28.705496], [-81.764078, 28.70545], [-81.76411, 28.705398], [-81.764137, 28.705329], [-81.764163, 28.705264], [-81.764171, 28.705208], [-81.764198, 28.705133], [-81.764248, 28.704857], [-81.76426, 28.704783], [-81.764266, 28.70464], [-81.764303, 28.704521], [-81.764313, 28.704396], [-81.764206, 28.704134], [-81.764057, 28.703961], [-81.763831, 28.703845], [-81.763755, 28.703833], [-81.763683, 28.703826], [-81.763588, 28.703813], [-81.763512, 28.703809], [-81.763437, 28.703796], [-81.763356, 28.703779], [-81.763292, 28.703768], [-81.763224, 28.703762], [-81.763155, 28.703747], [-81.763062, 28.703707], [-81.76299, 28.703664], [-81.762915, 28.703614], [-81.76286, 28.703577], [-81.7628, 28.703532], [-81.762747, 28.703492], [-81.762693, 28.703447], [-81.762647, 28.703406], [-81.762579, 28.703341], [-81.762528, 28.703301], [-81.762505, 28.703284], [-81.76245, 28.703247], [-81.76238, 28.70321], [-81.762314, 28.703184], [-81.762238, 28.703163], [-81.762173, 28.703139], [-81.7621, 28.70312], [-81.762039, 28.703106], [-81.761975, 28.703087], [-81.761906, 28.703072], [-81.761786, 28.703043], [-81.761718, 28.703028], [-81.761646, 28.703006], [-81.76157, 28.702985], [-81.761497, 28.702966], [-81.761433, 28.70295], [-81.761367, 28.702937], [-81.761291, 28.702933], [-81.761219, 28.702931], [-81.761146, 28.702933], [-81.761078, 28.702931], [-81.761, 28.702924], [-81.760917, 28.702914], [-81.760522, 28.702816], [-81.760463, 28.702796], [-81.760378, 28.702766], [-81.76031, 28.702736], [-81.760236, 28.702709], [-81.760157, 28.702668], [-81.760085, 28.702629], [-81.760033, 28.702599], [-81.759973, 28.702558], [-81.759899, 28.702513], [-81.759832, 28.702478], [-81.759705, 28.702402], [-81.75966, 28.702365], [-81.759602, 28.702314], [-81.759557, 28.702268], [-81.759519, 28.702215], [-81.759477, 28.702148], [-81.759458, 28.702091], [-81.759434, 28.702021], [-81.759416, 28.701949], [-81.759501, 28.701753], [-81.759613, 28.701746], [-81.759801, 28.701874], [-81.759886, 28.701768], [-81.760057, 28.701677], [-81.760122, 28.701453], [-81.760205, 28.701273], [-81.760198, 28.701004], [-81.760068, 28.700878], [-81.760043, 28.700841], [-81.760012, 28.700781], [-81.759969, 28.700725], [-81.759937, 28.700674], [-81.759894, 28.700626], [-81.759841, 28.70057], [-81.759781, 28.700512], [-81.759725, 28.700449], [-81.759677, 28.700393], [-81.759639, 28.700345], [-81.759583, 28.700273], [-81.759534, 28.700217], [-81.759491, 28.700173], [-81.759456, 28.700127], [-81.759407, 28.700067], [-81.759365, 28.700004], [-81.75932, 28.699941], [-81.759282, 28.699897], [-81.759239, 28.69984], [-81.759193, 28.699786], [-81.759139, 28.699708], [-81.759103, 28.699662], [-81.759058, 28.699608], [-81.759, 28.699556], [-81.758929, 28.699489], [-81.758884, 28.699448], [-81.758794, 28.699298], [-81.758758, 28.699248], [-81.758719, 28.699191], [-81.758693, 28.699141], [-81.758661, 28.699069], [-81.758644, 28.699005], [-81.75862, 28.698944], [-81.758601, 28.698878], [-81.758594, 28.698822], [-81.758574, 28.698744], [-81.758552, 28.698671], [-81.758556, 28.698601], [-81.758553, 28.698515], [-81.758541, 28.698447], [-81.758532, 28.698409], [-81.758514, 28.698047], [-81.758776, 28.697316], [-81.75896, 28.697316], [-81.759387, 28.697352], [-81.75968, 28.697376], [-81.759908, 28.69738], [-81.760507, 28.697392], [-81.761296, 28.697385], [-81.761854, 28.697336], [-81.76317, 28.697345], [-81.763404, 28.696064], [-81.763447, 28.695816], [-81.763959, 28.695831], [-81.763944, 28.696138], [-81.763909, 28.696907], [-81.763903, 28.697526], [-81.763899, 28.698576], [-81.763885, 28.699155], [-81.763849, 28.699862], [-81.763832, 28.700068], [-81.763831, 28.700164], [-81.763861, 28.700365], [-81.76388, 28.700411], [-81.763913, 28.700452], [-81.763962, 28.700492], [-81.764018, 28.700523], [-81.764097, 28.70055], [-81.764175, 28.700563], [-81.764192, 28.700566], [-81.764213, 28.700567], [-81.764302, 28.700571], [-81.764854, 28.700576], [-81.766182, 28.700569], [-81.767236, 28.700574], [-81.76721, 28.700373], [-81.767197, 28.700161], [-81.767208, 28.70004], [-81.767243, 28.699881], [-81.767292, 28.699725], [-81.767365, 28.699564], [-81.767444, 28.699436], [-81.767571, 28.699274], [-81.767655, 28.699187], [-81.767775, 28.699083], [-81.767861, 28.69902], [-81.767989, 28.698939], [-81.768158, 28.698851], [-81.768357, 28.698768], [-81.7685, 28.698723], [-81.768734, 28.698678], [-81.76885, 28.698665], [-81.768988, 28.698658], [-81.769799, 28.69866], [-81.771078, 28.698679], [-81.771662, 28.69868], [-81.77316, 28.698699], [-81.774152, 28.698704], [-81.774272, 28.698702], [-81.774603, 28.698687], [-81.774978, 28.698648], [-81.775227, 28.698611], [-81.775309, 28.698596], [-81.775577, 28.698533], [-81.775842, 28.698457], [-81.775843, 28.698338], [-81.775846, 28.697988], [-81.775848, 28.697756], [-81.775844, 28.697118], [-81.775846, 28.696527], [-81.775848, 28.696241], [-81.774972, 28.696237], [-81.77573, 28.695787], [-81.775882, 28.695787], [-81.780206, 28.695798], [-81.780394, 28.695654], [-81.780309, 28.695654], [-81.780051, 28.695653], [-81.775632, 28.695644], [-81.774379, 28.69639], [-81.774276, 28.696294], [-81.774274, 28.696065], [-81.774005, 28.695943], [-81.773976, 28.695615], [-81.77203, 28.695619], [-81.770553, 28.695613], [-81.770419, 28.69562], [-81.7705, 28.695478], [-81.770542, 28.69539], [-81.770572, 28.695291], [-81.770565, 28.695215], [-81.770526, 28.695142], [-81.770475, 28.695068], [-81.77048, 28.695052], [-81.770462, 28.695009], [-81.770463, 28.694917], [-81.770475, 28.694829], [-81.770458, 28.694738], [-81.77042, 28.694662], [-81.7704, 28.694604], [-81.770362, 28.694486], [-81.770275, 28.694429], [-81.770183, 28.694375], [-81.770092, 28.69433], [-81.769964, 28.694284], [-81.769859, 28.694272], [-81.769777, 28.694272], [-81.769727, 28.694284], [-81.769926, 28.693788], [-81.770044, 28.693787], [-81.770595, 28.694302], [-81.770646, 28.694371], [-81.770682, 28.694445], [-81.770704, 28.694533], [-81.770707, 28.694614], [-81.770692, 28.694713], [-81.770774, 28.694505], [-81.771581, 28.692487], [-81.772151, 28.692483], [-81.772197, 28.692502], [-81.772197, 28.69253], [-81.772219, 28.692529], [-81.780321, 28.692546], [-81.780484, 28.692548], [-81.780484, 28.692519], [-81.780486, 28.6922], [-81.780372, 28.692202], [-81.780387, 28.68831], [-81.780493, 28.688304], [-81.780601, 28.688283], [-81.780595, 28.692198], [-81.780641, 28.692198], [-81.780641, 28.69223], [-81.781461, 28.692239], [-81.783956, 28.692237], [-81.784025, 28.692237], [-81.785474, 28.692236], [-81.788633, 28.692234], [-81.788708, 28.692234], [-81.788724, 28.692821], [-81.788715, 28.693154], [-81.788684, 28.693655], [-81.788652, 28.694047], [-81.788631, 28.69456], [-81.788633, 28.694675], [-81.788649, 28.694741], [-81.788674, 28.694795], [-81.788714, 28.69485], [-81.788728, 28.694898], [-81.788725, 28.694941], [-81.788706, 28.694975], [-81.788775, 28.695639], [-81.792371, 28.695644], [-81.792691, 28.695644], [-81.792693, 28.696112], [-81.792698, 28.697219], [-81.792699, 28.697478], [-81.793065, 28.697478], [-81.793659, 28.697478], [-81.794001, 28.697478], [-81.795416, 28.697478], [-81.796828, 28.697477], [-81.797018, 28.697476], [-81.797204, 28.697475], [-81.798081, 28.697475], [-81.79808, 28.69731], [-81.798077, 28.695671], [-81.798137, 28.695671], [-81.798138, 28.695596], [-81.798141, 28.693962], [-81.798141, 28.693804], [-81.798142, 28.693638], [-81.798137, 28.692216], [-81.800167, 28.692213], [-81.801272, 28.692211], [-81.801274, 28.693546], [-81.801277, 28.695602], [-81.801276, 28.695672], [-81.801412, 28.695671], [-81.80147, 28.695672], [-81.802172, 28.695672], [-81.803651, 28.695672], [-81.803737, 28.695677], [-81.803918, 28.695668], [-81.80494, 28.695684], [-81.805223, 28.695685], [-81.805216, 28.696183]], [[-81.778256, 28.7066], [-81.777388, 28.706598], [-81.776997, 28.706586], [-81.776864, 28.706596], [-81.776731, 28.706596], [-81.776421, 28.706595], [-81.776295, 28.706595], [-81.776181, 28.706594], [-81.776181, 28.706683], [-81.776179, 28.706825], [-81.776176, 28.70709], [-81.776173, 28.707297], [-81.776164, 28.708018], [-81.776163, 28.708089], [-81.77616, 28.708322], [-81.776159, 28.708424], [-81.778244, 28.708429], [-81.778256, 28.7066]]]]}, "properties": {"name": "Howey-In-The-Hills", "median_income": 93403}}, {"type": "Feature", "geometry": {"type": "MultiPolygon", "coordinates": [[[[-81.774696, 28.826152], [-81.774669, 28.826152], [-81.773435, 28.826143], [-81.773442, 28.82559], [-81.774669, 28.825602], [-81.7747, 28.825602], [-81.774696, 28.826152]]], [[[-81.791657, 28.868546], [-81.79111, 28.869027], [-81.790522, 28.86952], [-81.79048, 28.869021], [-81.790484, 28.868425], [-81.790484, 28.868375], [-81.790486, 28.86819], [-81.790988, 28.868203], [-81.792083, 28.868203], [-81.791657, 28.868546]]], [[[-81.797022, 28.840732], [-81.796912, 28.840787], [-81.79583, 28.841307], [-81.795557, 28.841441], [-81.795653, 28.841568], [-81.795641, 28.843207], [-81.795641, 28.84322], [-81.795086, 28.843217], [-81.795033, 28.843212], [-81.795015, 28.843202], [-81.795015, 28.84319], [-81.79502, 28.842594], [-81.793552, 28.842586], [-81.793572, 28.842621], [-81.793312, 28.842676], [-81.793244, 28.842795], [-81.793241, 28.843212], [-81.793239, 28.843444], [-81.793233, 28.844373], [-81.795208, 28.84438], [-81.795216, 28.844499], [-81.795205, 28.844498], [-81.795207, 28.8446], [-81.795198, 28.846016], [-81.794738, 28.847046], [-81.794619, 28.847313], [-81.794524, 28.847524], [-81.794251, 28.847522], [-81.794251, 28.847591], [-81.793939, 28.847589], [-81.793939, 28.847521], [-81.793718, 28.84752], [-81.793528, 28.847519], [-81.79269, 28.847514], [-81.79244, 28.847514], [-81.792066, 28.847512], [-81.791804, 28.84751], [-81.791753, 28.84751], [-81.791434, 28.847509], [-81.791214, 28.847319], [-81.791074, 28.847198], [-81.790267, 28.8465], [-81.790223, 28.846462], [-81.790227, 28.845758], [-81.790232, 28.844769], [-81.790235, 28.844033], [-81.791163, 28.844036], [-81.791172, 28.842609], [-81.791194, 28.838936], [-81.79121, 28.837142], [-81.792839, 28.83715], [-81.793204, 28.837151], [-81.79332, 28.837382], [-81.793462, 28.837631], [-81.794429, 28.837631], [-81.79442, 28.837949], [-81.794416, 28.838081], [-81.794421, 28.838203], [-81.794486, 28.839003], [-81.794514, 28.839062], [-81.79529, 28.839525], [-81.795574, 28.839694], [-81.796142, 28.839525], [-81.796395, 28.839452], [-81.796411, 28.839489], [-81.796444, 28.839537], [-81.796472, 28.83959], [-81.796506, 28.839655], [-81.796539, 28.839713], [-81.796584, 28.839812], [-81.796793, 28.840269], [-81.796903, 28.840499], [-81.79696, 28.84062], [-81.796975, 28.840652], [-81.797007, 28.840701], [-81.797022, 28.840732]]], [[[-81.800263, 28.859138], [-81.79477, 28.859106], [-81.79371, 28.859099], [-81.792308, 28.859091], [-81.792321, 28.857263], [-81.791087, 28.857277], [-81.791095, 28.855404], [-81.799328, 28.855474], [-81.799316, 28.857043], [-81.799314, 28.857306], [-81.799301, 28.858952], [-81.800408, 28.858964], [-81.800263, 28.859138]]], [[[-81.811433, 28.845736], [-81.811277, 28.845924], [-81.810707, 28.846608], [-81.810445, 28.846935], [-81.810133, 28.847307], [-81.80932, 28.848278], [-81.809239, 28.848235], [-81.809106, 28.848197], [-81.808845, 28.848189], [-81.808385, 28.848182], [-81.808019, 28.848184], [-81.807692, 28.848181], [-81.807509, 28.848202], [-81.807293, 28.848213], [-81.807104, 28.848214], [-81.806866, 28.848195], [-81.806572, 28.848168], [-81.806317, 28.84818], [-81.805945, 28.848182], [-81.805585, 28.848172], [-81.804981, 28.848081], [-81.803735, 28.848114], [-81.802216, 28.848132], [-81.801304, 28.848143], [-81.799386, 28.848166], [-81.799385, 28.848296], [-81.799379, 28.849128], [-81.797426, 28.84912], [-81.797428, 28.848927], [-81.797434, 28.848157], [-81.797326, 28.848157], [-81.797287, 28.848157], [-81.797287, 28.848136], [-81.797301, 28.847424], [-81.797331, 28.847424], [-81.797712, 28.847425], [-81.797938, 28.846465], [-81.797971, 28.846327], [-81.798254, 28.846328], [-81.798369, 28.846329], [-81.798754, 28.84633], [-81.79891, 28.846331], [-81.79941, 28.846333], [-81.799399, 28.847598], [-81.800731, 28.847601], [-81.800731, 28.84767], [-81.801182, 28.847671], [-81.801185, 28.847691], [-81.801261, 28.84769], [-81.801349, 28.847689], [-81.801349, 28.84762], [-81.80142, 28.84762], [-81.8021, 28.847622], [-81.802081, 28.845988], [-81.802077, 28.845729], [-81.803521, 28.845717], [-81.803726, 28.845716], [-81.803724, 28.845486], [-81.803766, 28.845485], [-81.804622, 28.845435], [-81.805579, 28.845383], [-81.805794, 28.845369], [-81.80597, 28.845347], [-81.806122, 28.845328], [-81.806453, 28.845287], [-81.806537, 28.845276], [-81.806787, 28.845245], [-81.80712, 28.845203], [-81.807452, 28.845161], [-81.807466, 28.84516], [-81.807595, 28.845131], [-81.807637, 28.845122], [-81.807756, 28.845108], [-81.807824, 28.845093], [-81.807909, 28.845072], [-81.80812, 28.844997], [-81.808219, 28.844962], [-81.808428, 28.844888], [-81.808705, 28.844789], [-81.808737, 28.844778], [-81.809045, 28.844669], [-81.809355, 28.844559], [-81.809389, 28.844547], [-81.809435, 28.844516], [-81.809625, 28.844389], [-81.809833, 28.844249], [-81.810117, 28.844512], [-81.81133, 28.845632], [-81.811366, 28.845666], [-81.811433, 28.845736]]], [[[-81.815754, 28.882942], [-81.815728, 28.885118], [-81.815724, 28.885206], [-81.815679, 28.885183], [-81.815633, 28.88516], [-81.815564, 28.885132], [-81.815477, 28.885099], [-81.815399, 28.885067], [-81.815327, 28.885042], [-81.815256, 28.885012], [-81.81518, 28.884983], [-81.8151, 28.884939], [-81.815041, 28.884898], [-81.814973, 28.884847], [-81.814928, 28.884806], [-81.814868, 28.884757], [-81.814812, 28.884703], [-81.814712, 28.884634], [-81.814662, 28.884593], [-81.814607, 28.884552], [-81.814536, 28.884523], [-81.814442, 28.884483], [-81.814378, 28.884455], [-81.814317, 28.884438], [-81.814246, 28.884417], [-81.814191, 28.884385], [-81.814143, 28.884329], [-81.814113, 28.884264], [-81.814055, 28.884196], [-81.813987, 28.884153], [-81.813926, 28.884127], [-81.813855, 28.884102], [-81.813776, 28.884071], [-81.813571, 28.883977], [-81.813482, 28.883942], [-81.813418, 28.88391], [-81.813356, 28.88388], [-81.813292, 28.883848], [-81.813228, 28.88382], [-81.813159, 28.883784], [-81.813074, 28.88374], [-81.812988, 28.883698], [-81.812899, 28.883658], [-81.81282, 28.883618], [-81.812738, 28.883576], [-81.812649, 28.883524], [-81.812582, 28.88349], [-81.812284, 28.883374], [-81.81221, 28.883342], [-81.812144, 28.883313], [-81.812075, 28.883289], [-81.811991, 28.883254], [-81.811922, 28.883222], [-81.811856, 28.883196], [-81.811777, 28.883161], [-81.81172, 28.88313], [-81.811631, 28.883091], [-81.811547, 28.883047], [-81.81147, 28.883013], [-81.811394, 28.882979], [-81.811224, 28.882906], [-81.811152, 28.882859], [-81.811077, 28.882815], [-81.81099, 28.882765], [-81.810918, 28.882722], [-81.810836, 28.882672], [-81.810756, 28.882606], [-81.810691, 28.882561], [-81.810594, 28.882494], [-81.810509, 28.882442], [-81.81042, 28.882385], [-81.81033, 28.882328], [-81.810233, 28.88227], [-81.809937, 28.882122], [-81.809858, 28.882082], [-81.809781, 28.882048], [-81.809715, 28.882023], [-81.80953, 28.881972], [-81.809471, 28.881944], [-81.809407, 28.881908], [-81.809354, 28.881873], [-81.809285, 28.881837], [-81.809206, 28.881801], [-81.809152, 28.881773], [-81.809083, 28.881741], [-81.809021, 28.881711], [-81.808957, 28.881683], [-81.808777, 28.88161], [-81.808716, 28.881584], [-81.808639, 28.88155], [-81.808571, 28.881531], [-81.808498, 28.881516], [-81.808419, 28.881493], [-81.808351, 28.881478], [-81.808272, 28.881455], [-81.808209, 28.881436], [-81.808135, 28.881416], [-81.808069, 28.881404], [-81.807785, 28.88131], [-81.807709, 28.881293], [-81.807643, 28.881276], [-81.807568, 28.881264], [-81.807499, 28.881244], [-81.807418, 28.881221], [-81.807357, 28.88121], [-81.807282, 28.881206], [-81.807217, 28.881206], [-81.807129, 28.881205], [-81.807037, 28.881203], [-81.806946, 28.881215], [-81.806883, 28.881212], [-81.806803, 28.881208], [-81.80673, 28.881202], [-81.806648, 28.881205], [-81.806575, 28.881211], [-81.806513, 28.881222], [-81.806435, 28.88122], [-81.80636, 28.881211], [-81.806287, 28.881201], [-81.806211, 28.881193], [-81.806117, 28.881181], [-81.806046, 28.881181], [-81.805966, 28.881177], [-81.805903, 28.881179], [-81.805716, 28.881165], [-81.805651, 28.881161], [-81.805579, 28.881167], [-81.805504, 28.881168], [-81.805423, 28.881164], [-81.805346, 28.881153], [-81.80527, 28.881145], [-81.8052, 28.881132], [-81.805114, 28.881124], [-81.805015, 28.881108], [-81.804862, 28.881057], [-81.804774, 28.88105], [-81.804676, 28.881067], [-81.804613, 28.881059], [-81.804541, 28.881065], [-81.804477, 28.881054], [-81.804414, 28.881039], [-81.80433, 28.881008], [-81.804254, 28.880974], [-81.80418, 28.880946], [-81.804118, 28.880916], [-81.804044, 28.88088], [-81.803894, 28.88081], [-81.803834, 28.880778], [-81.803775, 28.880746], [-81.803716, 28.880714], [-81.803644, 28.88068], [-81.803592, 28.880645], [-81.803521, 28.880615], [-81.803461, 28.880587], [-81.803358, 28.880544], [-81.803252, 28.880507], [-81.803143, 28.880475], [-81.803033, 28.88045], [-81.80292, 28.88043], [-81.802807, 28.880417], [-81.802693, 28.88041], [-81.802579, 28.88041], [-81.802521, 28.880412], [-81.802447, 28.880416], [-81.802283, 28.880427], [-81.80212, 28.880443], [-81.801957, 28.880463], [-81.801402, 28.880533], [-81.80121, 28.880604], [-81.80102, 28.880679], [-81.800832, 28.880759], [-81.800647, 28.880844], [-81.800465, 28.880933], [-81.800327, 28.880976], [-81.80026, 28.880999], [-81.800177, 28.881025], [-81.800095, 28.881041], [-81.800025, 28.881045], [-81.799952, 28.881047], [-81.799931, 28.88105], [-81.799873, 28.881056], [-81.799793, 28.881061], [-81.799696, 28.881064], [-81.799634, 28.881074], [-81.799544, 28.881079], [-81.799522, 28.881081], [-81.799458, 28.881086], [-81.799378, 28.881086], [-81.799283, 28.881083], [-81.79921, 28.881081], [-81.799142, 28.881071], [-81.799057, 28.881058], [-81.798991, 28.881046], [-81.79893, 28.881028], [-81.798799, 28.881014], [-81.79873, 28.881004], [-81.798584, 28.880929], [-81.798357, 28.880813], [-81.798278, 28.880762], [-81.797979, 28.880565], [-81.797253, 28.880241], [-81.797104, 28.880175], [-81.797115, 28.878231], [-81.797141, 28.873749], [-81.79716, 28.870237], [-81.797161, 28.870077], [-81.795138, 28.870061], [-81.795121, 28.868768], [-81.795636, 28.868772], [-81.795808, 28.868774], [-81.797168, 28.868784], [-81.797171, 28.868263], [-81.79596, 28.868253], [-81.795243, 28.868246], [-81.795112, 28.868242], [-81.795124, 28.867305], [-81.795138, 28.866368], [-81.794138, 28.866387], [-81.794089, 28.866386], [-81.79307, 28.866371], [-81.791036, 28.866349], [-81.791066, 28.865088], [-81.791066, 28.862762], [-81.792067, 28.86278], [-81.792082, 28.860908], [-81.792579, 28.860911], [-81.793628, 28.860918], [-81.793624, 28.861353], [-81.793623, 28.861443], [-81.793622, 28.861622], [-81.79362, 28.861881], [-81.793618, 28.862076], [-81.793612, 28.86279], [-81.794268, 28.862799], [-81.795793, 28.862803], [-81.796535, 28.862809], [-81.797189, 28.862833], [-81.797246, 28.862763], [-81.798547, 28.862772], [-81.798919, 28.863956], [-81.798925, 28.864212], [-81.798946, 28.864367], [-81.798973, 28.864484], [-81.799104, 28.864832], [-81.799185, 28.865095], [-81.799229, 28.865271], [-81.799258, 28.865473], [-81.799303, 28.865642], [-81.799336, 28.865718], [-81.799372, 28.865771], [-81.799417, 28.865823], [-81.799506, 28.865899], [-81.799567, 28.865939], [-81.799741, 28.866032], [-81.799831, 28.866091], [-81.8, 28.866315], [-81.800154, 28.86634], [-81.800216, 28.866354], [-81.80022, 28.866382], [-81.800311, 28.866394], [-81.800787, 28.866431], [-81.801154, 28.866449], [-81.802382, 28.86646], [-81.803387, 28.866461], [-81.803384, 28.867426], [-81.803382, 28.867895], [-81.805461, 28.867917], [-81.80546, 28.870158], [-81.807545, 28.87018], [-81.807552, 28.873806], [-81.809629, 28.873802], [-81.810208, 28.873796], [-81.810208, 28.873864], [-81.81065, 28.873869], [-81.81067, 28.879544], [-81.811764, 28.879538], [-81.812364, 28.880059], [-81.812427, 28.880059], [-81.812435, 28.881096], [-81.815775, 28.881112], [-81.815754, 28.882942]]], [[[-81.854604, 28.670497], [-81.854602, 28.670874], [-81.854597, 28.671107], [-81.854549, 28.671107], [-81.853375, 28.671105], [-81.853197, 28.671104], [-81.853079, 28.671104], [-81.853003, 28.671106], [-81.852801, 28.671117], [-81.852885, 28.674064], [-81.851698, 28.674065], [-81.850683, 28.673549], [-81.846928, 28.671642], [-81.846927, 28.671346], [-81.846927, 28.671126], [-81.846922, 28.670487], [-81.848971, 28.670488], [-81.850482, 28.670478], [-81.851625, 28.670486], [-81.85196, 28.670478], [-81.852183, 28.670479], [-81.852322, 28.670489], [-81.852572, 28.670522], [-81.85299, 28.670568], [-81.852986, 28.670439], [-81.85318, 28.670441], [-81.853272, 28.670441], [-81.854573, 28.670447], [-81.854603, 28.670447], [-81.854604, 28.670497]]], [[[-81.861401, 28.718363], [-81.861179, 28.718358], [-81.860808, 28.718356], [-81.857881, 28.718334], [-81.857866, 28.718334], [-81.857743, 28.718333], [-81.85433, 28.718308], [-81.854334, 28.717813], [-81.854383, 28.714801], [-81.854378, 28.714679], [-81.8574, 28.714697], [-81.857872, 28.714701], [-81.85882, 28.714707], [-81.859621, 28.714711], [-81.860661, 28.714718], [-81.861311, 28.717916], [-81.861401, 28.718363]]], [[[-81.863418, 28.705816], [-81.863407, 28.709096], [-81.863405, 28.709282], [-81.861542, 28.709272], [-81.861433, 28.709271], [-81.861204, 28.709825], [-81.860091, 28.709821], [-81.859943, 28.709823], [-81.859879, 28.709824], [-81.859675, 28.709827], [-81.859556, 28.709238], [-81.859353, 28.709255], [-81.858141, 28.70925], [-81.856194, 28.709233], [-81.855056, 28.709236], [-81.8548, 28.70924], [-81.854635, 28.70923], [-81.854572, 28.709209], [-81.854513, 28.709176], [-81.85446, 28.70913], [-81.854428, 28.709084], [-81.854409, 28.709182], [-81.854406, 28.710517], [-81.850478, 28.710472], [-81.850474, 28.710834], [-81.850446, 28.714142], [-81.846492, 28.714117], [-81.846508, 28.710427], [-81.849406, 28.71046], [-81.849408, 28.709754], [-81.849414, 28.706767], [-81.850286, 28.706803], [-81.850335, 28.706791], [-81.850382, 28.706769], [-81.85042, 28.706737], [-81.850459, 28.706687], [-81.850452, 28.70632], [-81.850458, 28.705393], [-81.850451, 28.705207], [-81.850459, 28.705117], [-81.850476, 28.705084], [-81.850508, 28.70506], [-81.850546, 28.705048], [-81.850599, 28.705052], [-81.850902, 28.705368], [-81.851042, 28.705503], [-81.851595, 28.705958], [-81.851834, 28.706181], [-81.852144, 28.706498], [-81.852365, 28.706702], [-81.852463, 28.706753], [-81.852569, 28.706793], [-81.852708, 28.706831], [-81.853213, 28.706873], [-81.853528, 28.706913], [-81.853601, 28.706926], [-81.85361, 28.706833], [-81.853713, 28.70674], [-81.853728, 28.706761], [-81.853792, 28.706807], [-81.853852, 28.706827], [-81.853882, 28.706835], [-81.853912, 28.706843], [-81.853981, 28.706863], [-81.854058, 28.706882], [-81.854156, 28.706898], [-81.854216, 28.706914], [-81.854281, 28.706939], [-81.854424, 28.706966], [-81.854424, 28.706841], [-81.854423, 28.706073], [-81.854423, 28.705643], [-81.854423, 28.704999], [-81.854423, 28.704518], [-81.854424, 28.704106], [-81.854422, 28.703756], [-81.85547, 28.703764], [-81.857193, 28.703775], [-81.857402, 28.703777], [-81.858237, 28.703782], [-81.858452, 28.703776], [-81.859036, 28.706663], [-81.859326, 28.708099], [-81.859385, 28.708388], [-81.859589, 28.708396], [-81.8598, 28.708382], [-81.860249, 28.708378], [-81.860432, 28.708377], [-81.860615, 28.708376], [-81.860799, 28.708374], [-81.861032, 28.708372], [-81.861219, 28.708371], [-81.861393, 28.70837], [-81.861927, 28.708366], [-81.861905, 28.705629], [-81.863413, 28.705644], [-81.863418, 28.705816]]], [[[-81.86458, 28.685402], [-81.863519, 28.685704], [-81.863437, 28.685704], [-81.863328, 28.68597], [-81.86322, 28.686225], [-81.863068, 28.686507], [-81.862946, 28.686759], [-81.862888, 28.686872], [-81.86282, 28.686936], [-81.862748, 28.686978], [-81.862655, 28.686997], [-81.862557, 28.686998], [-81.862404, 28.687003], [-81.862285, 28.686985], [-81.862166, 28.686967], [-81.862063, 28.686917], [-81.861976, 28.686838], [-81.861939, 28.686779], [-81.861931, 28.686744], [-81.861913, 28.686713], [-81.861917, 28.686616], [-81.861967, 28.686522], [-81.862034, 28.686398], [-81.862097, 28.686266], [-81.862151, 28.68615], [-81.862184, 28.686089], [-81.862286, 28.686089], [-81.862362, 28.685968], [-81.862424, 28.685826], [-81.862479, 28.685702], [-81.861881, 28.685708], [-81.861276, 28.685709], [-81.861259, 28.687516], [-81.859009, 28.687515], [-81.858998, 28.689335], [-81.858986, 28.691077], [-81.858977, 28.692437], [-81.858975, 28.692647], [-81.858963, 28.693865], [-81.85897, 28.694611], [-81.858963, 28.695303], [-81.858951, 28.696346], [-81.858953, 28.696453], [-81.858807, 28.696449], [-81.858509, 28.696437], [-81.857169, 28.696408], [-81.857182, 28.696471], [-81.856982, 28.696493], [-81.856706, 28.696522], [-81.856562, 28.696527], [-81.856254, 28.696514], [-81.854745, 28.69647], [-81.854427, 28.696428], [-81.854499, 28.689342], [-81.854502, 28.688682], [-81.854026, 28.688681], [-81.854022, 28.688662], [-81.853953, 28.688629], [-81.853886, 28.688625], [-81.85383, 28.688596], [-81.853824, 28.68853], [-81.853823, 28.688465], [-81.853751, 28.688452], [-81.853683, 28.68846], [-81.853619, 28.688461], [-81.853556, 28.688448], [-81.853492, 28.688412], [-81.853439, 28.688377], [-81.853387, 28.688347], [-81.85333, 28.688304], [-81.853269, 28.688262], [-81.853218, 28.688225], [-81.853165, 28.688173], [-81.853137, 28.688118], [-81.853124, 28.688059], [-81.853129, 28.687995], [-81.853142, 28.687938], [-81.853147, 28.687866], [-81.853148, 28.687802], [-81.853142, 28.687678], [-81.853122, 28.687557], [-81.853121, 28.687491], [-81.853133, 28.687434], [-81.853146, 28.687364], [-81.853161, 28.687297], [-81.853232, 28.687181], [-81.853232, 28.687113], [-81.853236, 28.687056], [-81.853257, 28.686938], [-81.85328, 28.686694], [-81.853291, 28.686639], [-81.853311, 28.686584], [-81.853338, 28.686515], [-81.853365, 28.686457], [-81.853503, 28.686423], [-81.853649, 28.686401], [-81.853728, 28.686403], [-81.853868, 28.686418], [-81.854014, 28.686421], [-81.854077, 28.686409], [-81.854146, 28.686412], [-81.854288, 28.686419], [-81.854413, 28.686408], [-81.854477, 28.686406], [-81.854516, 28.686315], [-81.854521, 28.685374], [-81.854516, 28.685343], [-81.854721, 28.685327], [-81.854928, 28.685315], [-81.854267, 28.682029], [-81.857227, 28.682048], [-81.857739, 28.682051], [-81.858954, 28.682057], [-81.860417, 28.682066], [-81.861013, 28.682069], [-81.861191, 28.682069], [-81.863618, 28.684334], [-81.863806, 28.684515], [-81.864697, 28.685374], [-81.86458, 28.685402]]], [[[-81.864882, 28.724129], [-81.864645, 28.724125], [-81.862979, 28.72411], [-81.862551, 28.721993], [-81.862743, 28.721992], [-81.863968, 28.722001], [-81.864137, 28.722002], [-81.864304, 28.722828], [-81.864621, 28.722838], [-81.86469, 28.723124], [-81.864882, 28.724129]]], [[[-81.879968, 28.70028], [-81.878242, 28.700272], [-81.877619, 28.700263], [-81.874953, 28.700249], [-81.874817, 28.700247], [-81.873902, 28.700239], [-81.871837, 28.700227], [-81.867562, 28.7002], [-81.867574, 28.697058], [-81.867574, 28.696541], [-81.867575, 28.69649], [-81.86758, 28.695587], [-81.86758, 28.695445], [-81.867581, 28.695329], [-81.867584, 28.694748], [-81.869642, 28.694756], [-81.869646, 28.694094], [-81.869649, 28.69358], [-81.869653, 28.692943], [-81.871062, 28.692947], [-81.871572, 28.692948], [-81.871903, 28.692949], [-81.872292, 28.69295], [-81.874549, 28.695092], [-81.874792, 28.695325], [-81.874917, 28.695442], [-81.876143, 28.696609], [-81.879304, 28.699613], [-81.879526, 28.699819], [-81.879968, 28.700238], [-81.879968, 28.70028]]], [[[-81.885379, 28.705783], [-81.883388, 28.705769], [-81.88335, 28.705767], [-81.881085, 28.705761], [-81.880773, 28.705752], [-81.880629, 28.705748], [-81.881157, 28.703914], [-81.881171, 28.703866], [-81.881445, 28.703584], [-81.881675, 28.703325], [-81.881693, 28.702432], [-81.881694, 28.702228], [-81.881696, 28.701953], [-81.881697, 28.701876], [-81.881919, 28.70209], [-81.882641, 28.702776], [-81.883942, 28.704011], [-81.885812, 28.705786], [-81.885379, 28.705783]]], [[[-81.892702, 28.741527], [-81.892058, 28.741519], [-81.892072, 28.740511], [-81.892708, 28.740515], [-81.892702, 28.741527]]], [[[-81.905577, 28.819205], [-81.905343, 28.819205], [-81.905094, 28.819206], [-81.905099, 28.819155], [-81.905096, 28.819047], [-81.905091, 28.818551], [-81.905339, 28.818548], [-81.905574, 28.818546], [-81.905579, 28.819155], [-81.905577, 28.819205]]], [[[-81.937135, 28.814154], [-81.936524, 28.814167], [-81.936221, 28.814166], [-81.936065, 28.814149], [-81.935059, 28.814139], [-81.935064, 28.81284], [-81.933791, 28.812835], [-81.933515, 28.813846], [-81.932988, 28.813656], [-81.932997, 28.812313], [-81.935068, 28.812323], [-81.937144, 28.812334], [-81.937135, 28.814154]]], [[[-81.942638, 28.816582], [-81.941267, 28.816471], [-81.941277, 28.815194], [-81.941277, 28.815168], [-81.941308, 28.815168], [-81.941308, 28.81518], [-81.942137, 28.815181], [-81.942568, 28.815182], [-81.942599, 28.815174], [-81.942602, 28.815265], [-81.942605, 28.815369], [-81.942636, 28.816518], [-81.942638, 28.816582]]], [[[-81.954417, 28.668079], [-81.954415, 28.668595], [-81.954413, 28.668619], [-81.954411, 28.668694], [-81.95441, 28.668719], [-81.95441, 28.668748], [-81.95441, 28.668838], [-81.954411, 28.668868], [-81.954406, 28.670232], [-81.954404, 28.670439], [-81.954402, 28.67073], [-81.954398, 28.671229], [-81.954385, 28.673369], [-81.954069, 28.673365], [-81.950317, 28.673359], [-81.950317, 28.67337], [-81.95031, 28.677005], [-81.948756, 28.676999], [-81.94876, 28.677167], [-81.94851, 28.677166], [-81.948512, 28.678212], [-81.948761, 28.678213], [-81.948764, 28.678822], [-81.949479, 28.678826], [-81.949481, 28.680134], [-81.950572, 28.679834], [-81.951477, 28.678976], [-81.951476, 28.677883], [-81.950818, 28.677875], [-81.950817, 28.677007], [-81.954365, 28.677022], [-81.954362, 28.67743], [-81.954347, 28.679542], [-81.954343, 28.680082], [-81.954342, 28.680247], [-81.954283, 28.680295], [-81.953444, 28.681081], [-81.952838, 28.681689], [-81.952453, 28.682147], [-81.95214, 28.682499], [-81.952345, 28.682495], [-81.952876, 28.682499], [-81.954341, 28.682508], [-81.954342, 28.682773], [-81.954348, 28.685184], [-81.95435, 28.685988], [-81.954353, 28.687819], [-81.954353, 28.687887], [-81.954354, 28.687987], [-81.954352, 28.688432], [-81.954351, 28.688892], [-81.95436, 28.689978], [-81.95436, 28.69058], [-81.954362, 28.691326], [-81.954361, 28.69171], [-81.954363, 28.691949], [-81.954356, 28.692953], [-81.954357, 28.693096], [-81.954368, 28.694679], [-81.954368, 28.695953], [-81.954373, 28.697007], [-81.954365, 28.697729], [-81.954348, 28.699454], [-81.954348, 28.699486], [-81.954342, 28.699896], [-81.954335, 28.700484], [-81.954334, 28.700619], [-81.954247, 28.70732], [-81.95425, 28.707852], [-81.954253, 28.708207], [-81.954252, 28.708258], [-81.954223, 28.711578], [-81.954187, 28.71536], [-81.954159, 28.718159], [-81.954152, 28.718933], [-81.954126, 28.71944], [-81.954108, 28.722956], [-81.954097, 28.723125], [-81.954084, 28.723333], [-81.953967, 28.726654], [-81.953957, 28.726928], [-81.953927, 28.727752], [-81.953925, 28.727816], [-81.953947, 28.728026], [-81.953966, 28.728224], [-81.954025, 28.728818], [-81.954045, 28.729016], [-81.954041, 28.729658], [-81.954027, 28.731593], [-81.954036, 28.731631], [-81.954063, 28.731745], [-81.954072, 28.731784], [-81.954024, 28.731743], [-81.953975, 28.736552], [-81.953963, 28.739346], [-81.953946, 28.740327], [-81.953929, 28.743057], [-81.953962, 28.743234], [-81.95394, 28.74366], [-81.953938, 28.7437], [-81.953986, 28.745425], [-81.953998, 28.747884], [-81.953995, 28.748028], [-81.953974, 28.748029], [-81.953952, 28.748029], [-81.953727, 28.748028], [-81.953012, 28.748027], [-81.949846, 28.748022], [-81.949839, 28.748267], [-81.949819, 28.749251], [-81.949814, 28.755177], [-81.953668, 28.755171], [-81.953661, 28.75533], [-81.953662, 28.755434], [-81.953666, 28.755992], [-81.953679, 28.75738], [-81.953735, 28.763533], [-81.953754, 28.765584], [-81.953755, 28.765756], [-81.953758, 28.766015], [-81.95376, 28.766273], [-81.953762, 28.766446], [-81.953763, 28.766609], [-81.953767, 28.767098], [-81.953769, 28.767261], [-81.953772, 28.767628], [-81.953781, 28.76873], [-81.953784, 28.76904], [-81.953785, 28.769098], [-81.953788, 28.76953], [-81.95379, 28.769785], [-81.95379, 28.769866], [-81.953793, 28.77026], [-81.953806, 28.771495], [-81.953677, 28.783519], [-81.953676, 28.783716], [-81.953675, 28.783751], [-81.953673, 28.783905], [-81.953666, 28.784475], [-81.953664, 28.784666], [-81.953662, 28.784724], [-81.95366, 28.784901], [-81.95366, 28.78496], [-81.953659, 28.784997], [-81.953657, 28.785081], [-81.944423, 28.785023], [-81.940366, 28.784989], [-81.936569, 28.78498], [-81.931159, 28.784948], [-81.930704, 28.78494], [-81.929057, 28.784922], [-81.920768, 28.78491], [-81.920157, 28.784889], [-81.916665, 28.784865], [-81.916666, 28.784902], [-81.916665, 28.786429], [-81.916643, 28.788569], [-81.916627, 28.790104], [-81.916618, 28.790311], [-81.916589, 28.790968], [-81.916602, 28.792149], [-81.914537, 28.79214], [-81.914489, 28.792999], [-81.914483, 28.793398], [-81.91448, 28.794651], [-81.91449, 28.795294], [-81.914483, 28.795785], [-81.912433, 28.795777], [-81.911626, 28.795774], [-81.911028, 28.795771], [-81.910181, 28.795768], [-81.910188, 28.794639], [-81.910094, 28.794638], [-81.910097, 28.794363], [-81.908435, 28.794357], [-81.908431, 28.795691], [-81.908431, 28.795771], [-81.908361, 28.79577], [-81.908318, 28.795766], [-81.9081, 28.795749], [-81.907183, 28.79573], [-81.904414, 28.795719], [-81.904364, 28.795722], [-81.904305, 28.795736], [-81.904251, 28.795766], [-81.904228, 28.795785], [-81.90421, 28.7958], [-81.904172, 28.795871], [-81.904171, 28.795924], [-81.904159, 28.796446], [-81.904145, 28.797034], [-81.904135, 28.797197], [-81.904259, 28.797203], [-81.904271, 28.796446], [-81.904269, 28.796386], [-81.905205, 28.79639], [-81.905199, 28.79698], [-81.905196, 28.797207], [-81.905837, 28.797216], [-81.906002, 28.79721], [-81.906227, 28.797218], [-81.906217, 28.798227], [-81.906212, 28.798491], [-81.906356, 28.798491], [-81.906366, 28.798725], [-81.90636, 28.799209], [-81.906348, 28.799395], [-81.906641, 28.799409], [-81.906663, 28.799409], [-81.907245, 28.799405], [-81.907241, 28.800322], [-81.907245, 28.801235], [-81.907244, 28.801519], [-81.907244, 28.801891], [-81.907244, 28.802443], [-81.907244, 28.802944], [-81.907239, 28.803062], [-81.907235, 28.803164], [-81.90741, 28.803164], [-81.907501, 28.803165], [-81.907809, 28.803167], [-81.907966, 28.803166], [-81.908002, 28.803167], [-81.908045, 28.803066], [-81.908158, 28.803067], [-81.908167, 28.802915], [-81.908191, 28.802499], [-81.908234, 28.80191], [-81.908239, 28.801723], [-81.908327, 28.801728], [-81.908349, 28.801729], [-81.909273, 28.801732], [-81.912391, 28.801743], [-81.912393, 28.801594], [-81.912412, 28.799429], [-81.912454, 28.799435], [-81.913532, 28.799432], [-81.915305, 28.799437], [-81.916534, 28.799439], [-81.916524, 28.800534], [-81.916525, 28.800628], [-81.916516, 28.801743], [-81.916508, 28.802678], [-81.916821, 28.802679], [-81.916817, 28.803086], [-81.917035, 28.803087], [-81.917457, 28.803088], [-81.917578, 28.803089], [-81.918353, 28.803097], [-81.918338, 28.804367], [-81.91878, 28.804368], [-81.919446, 28.804369], [-81.919445, 28.804539], [-81.919436, 28.804902], [-81.919467, 28.804918], [-81.919463, 28.80564], [-81.919644, 28.805645], [-81.919892, 28.805641], [-81.920318, 28.805641], [-81.92046, 28.805642], [-81.920521, 28.805642], [-81.920521, 28.805665], [-81.920624, 28.805659], [-81.920692, 28.805666], [-81.920717, 28.805666], [-81.921864, 28.805675], [-81.923353, 28.805688], [-81.924758, 28.8057], [-81.92477, 28.805964], [-81.924741, 28.807757], [-81.924743, 28.808], [-81.926451, 28.806851], [-81.926714, 28.806674], [-81.926833, 28.8066], [-81.928002, 28.806219], [-81.928083, 28.806194], [-81.928431, 28.806084], [-81.928901, 28.805936], [-81.928903, 28.805975], [-81.92889, 28.806284], [-81.930239, 28.806284], [-81.930328, 28.806284], [-81.930325, 28.806323], [-81.930326, 28.806999], [-81.930312, 28.807869], [-81.930389, 28.807874], [-81.930454, 28.807865], [-81.930521, 28.807862], [-81.930529, 28.806671], [-81.932423, 28.806687], [-81.932947, 28.806688], [-81.932947, 28.807039], [-81.932946, 28.807277], [-81.932929, 28.808556], [-81.933022, 28.808557], [-81.933022, 28.808676], [-81.933016, 28.809518], [-81.933015, 28.809585], [-81.933016, 28.809637], [-81.93302, 28.809713], [-81.933014, 28.810122], [-81.933012, 28.81028], [-81.933009, 28.810494], [-81.931566, 28.810486], [-81.931569, 28.80993], [-81.93157, 28.809732], [-81.930396, 28.809727], [-81.930397, 28.809762], [-81.930399, 28.810118], [-81.930401, 28.810399], [-81.930401, 28.810471], [-81.930258, 28.810478], [-81.930114, 28.810477], [-81.929751, 28.810474], [-81.929284, 28.810472], [-81.92925, 28.810604], [-81.929117, 28.811161], [-81.929079, 28.811321], [-81.929033, 28.811514], [-81.928859, 28.81225], [-81.928826, 28.812389], [-81.928809, 28.812467], [-81.928797, 28.812523], [-81.928764, 28.812665], [-81.928854, 28.812696], [-81.928851, 28.812842], [-81.928931, 28.812872], [-81.929369, 28.813026], [-81.929809, 28.813176], [-81.930251, 28.813321], [-81.930919, 28.813534], [-81.930913, 28.814123], [-81.930898, 28.815948], [-81.930885, 28.817411], [-81.929447, 28.817671], [-81.929453, 28.817697], [-81.929176, 28.817747], [-81.929213, 28.817876], [-81.929236, 28.817958], [-81.92868, 28.81806], [-81.928052, 28.818181], [-81.926431, 28.818471], [-81.924673, 28.818777], [-81.923911, 28.818923], [-81.923804, 28.818953], [-81.923652, 28.819017], [-81.92319, 28.819106], [-81.922334, 28.81926], [-81.922135, 28.819296], [-81.921181, 28.819468], [-81.920207, 28.819643], [-81.918615, 28.81993], [-81.916501, 28.820313], [-81.916417, 28.820327], [-81.916277, 28.820351], [-81.913052, 28.820909], [-81.912969, 28.820927], [-81.912009, 28.821106], [-81.910449, 28.821381], [-81.910028, 28.821458], [-81.910013, 28.821461], [-81.910019, 28.821501], [-81.910019, 28.821869], [-81.910025, 28.822021], [-81.910019, 28.822212], [-81.910233, 28.822218], [-81.910232, 28.822204], [-81.910224, 28.822046], [-81.910459, 28.82205], [-81.910462, 28.822206], [-81.911277, 28.822211], [-81.911287, 28.822334], [-81.911276, 28.822574], [-81.911352, 28.822572], [-81.911352, 28.822613], [-81.911663, 28.822612], [-81.913341, 28.82257], [-81.913341, 28.822629], [-81.913326, 28.823131], [-81.913615, 28.82313], [-81.914863, 28.823134], [-81.914885, 28.823134], [-81.91489, 28.821966], [-81.915218, 28.821966], [-81.915219, 28.821505], [-81.915207, 28.821425], [-81.915569, 28.821429], [-81.916041, 28.821445], [-81.916403, 28.821458], [-81.916401, 28.821547], [-81.916398, 28.82171], [-81.916493, 28.821716], [-81.916493, 28.8217], [-81.917781, 28.821551], [-81.917779, 28.821953], [-81.91845, 28.821954], [-81.918446, 28.822861], [-81.918272, 28.822864], [-81.918268, 28.82356], [-81.916485, 28.823558], [-81.916388, 28.823553], [-81.916389, 28.823438], [-81.916391, 28.823166], [-81.916391, 28.823136], [-81.916265, 28.823136], [-81.916009, 28.823136], [-81.91601, 28.823436], [-81.916007, 28.823708], [-81.916264, 28.823709], [-81.916277, 28.823789], [-81.916007, 28.823791], [-81.916006, 28.824361], [-81.916261, 28.824361], [-81.916385, 28.824362], [-81.916384, 28.82473], [-81.91638, 28.825058], [-81.916499, 28.825059], [-81.916837, 28.825062], [-81.917614, 28.82506], [-81.918131, 28.825051], [-81.919253, 28.825054], [-81.919848, 28.825061], [-81.920134, 28.825071], [-81.920257, 28.825076], [-81.920326, 28.825066], [-81.920377, 28.825049], [-81.922636, 28.825055], [-81.923278, 28.825057], [-81.924706, 28.825059], [-81.927446, 28.825072], [-81.928753, 28.825073], [-81.928754, 28.82511], [-81.928753, 28.82514], [-81.928742, 28.825615], [-81.928727, 28.827513], [-81.928725, 28.827788], [-81.928716, 28.828731], [-81.930733, 28.828739], [-81.930849, 28.828739], [-81.932265, 28.828745], [-81.932757, 28.828748], [-81.932824, 28.828751], [-81.932884, 28.828827], [-81.932862, 28.829079], [-81.93285, 28.829573], [-81.932838, 28.831099], [-81.932734, 28.831098], [-81.930274, 28.831078], [-81.930264, 28.832379], [-81.932747, 28.832401], [-81.932828, 28.832402], [-81.932818, 28.83376], [-81.93281, 28.83535], [-81.932803, 28.835906], [-81.932784, 28.83596], [-81.932754, 28.835996], [-81.932707, 28.836021], [-81.93264, 28.836035], [-81.932597, 28.836038], [-81.9325, 28.836036], [-81.932279, 28.836033], [-81.931723, 28.836024], [-81.928819, 28.836002], [-81.926196, 28.835994], [-81.924693, 28.835973], [-81.924538, 28.835973], [-81.9243, 28.835974], [-81.924082, 28.835975], [-81.923682, 28.835976], [-81.923365, 28.835977], [-81.923074, 28.835975], [-81.922124, 28.835961], [-81.921893, 28.835957], [-81.921891, 28.835849], [-81.921894, 28.834682], [-81.920438, 28.834675], [-81.920442, 28.83414], [-81.920128, 28.834137], [-81.91941, 28.834137], [-81.918377, 28.834135], [-81.918384, 28.83323], [-81.918072, 28.833229], [-81.916428, 28.833227], [-81.916315, 28.833224], [-81.916323, 28.832315], [-81.916433, 28.832321], [-81.917173, 28.832322], [-81.920458, 28.832327], [-81.920472, 28.831911], [-81.920475, 28.831619], [-81.92047, 28.831366], [-81.920463, 28.82875], [-81.920484, 28.826877], [-81.920485, 28.826777], [-81.920433, 28.826775], [-81.920083, 28.826773], [-81.919558, 28.826782], [-81.918758, 28.826797], [-81.918515, 28.826801], [-81.918516, 28.826873], [-81.918514, 28.827402], [-81.918512, 28.827863], [-81.918048, 28.827862], [-81.918053, 28.826872], [-81.918053, 28.826804], [-81.917684, 28.826807], [-81.917322, 28.826824], [-81.917025, 28.826833], [-81.916796, 28.826834], [-81.91649, 28.826835], [-81.916367, 28.826836], [-81.916368, 28.826694], [-81.91637, 28.826419], [-81.916286, 28.826417], [-81.916248, 28.826416], [-81.916097, 28.826412], [-81.915641, 28.826401], [-81.915417, 28.826403], [-81.915267, 28.82641], [-81.915161, 28.826397], [-81.913712, 28.826401], [-81.913093, 28.826399], [-81.912846, 28.826398], [-81.912846, 28.82635], [-81.912847, 28.826151], [-81.9123, 28.826149], [-81.912301, 28.826074], [-81.912239, 28.826074], [-81.912239, 28.825928], [-81.912239, 28.825902], [-81.912847, 28.825903], [-81.913221, 28.825904], [-81.913223, 28.825207], [-81.913321, 28.825207], [-81.913322, 28.824595], [-81.913323, 28.824543], [-81.913325, 28.82398], [-81.912929, 28.823979], [-81.912293, 28.823974], [-81.912288, 28.82357], [-81.912285, 28.823096], [-81.912289, 28.823025], [-81.911692, 28.82303], [-81.911676, 28.823569], [-81.90954, 28.823567], [-81.909531, 28.824145], [-81.909531, 28.824162], [-81.908721, 28.82416], [-81.908585, 28.824159], [-81.907774, 28.824159], [-81.907339, 28.82416], [-81.907254, 28.824159], [-81.907256, 28.824843], [-81.907197, 28.825002], [-81.907188, 28.825026], [-81.907858, 28.825026], [-81.908134, 28.825025], [-81.908133, 28.824997], [-81.908133, 28.82466], [-81.908445, 28.824661], [-81.908758, 28.824662], [-81.909117, 28.824663], [-81.909496, 28.824664], [-81.909497, 28.824692], [-81.909497, 28.8248], [-81.909496, 28.824932], [-81.909496, 28.824958], [-81.909496, 28.825044], [-81.909495, 28.825057], [-81.909257, 28.825066], [-81.90919, 28.825069], [-81.909192, 28.825167], [-81.909188, 28.825426], [-81.90919, 28.825601], [-81.909191, 28.825756], [-81.909185, 28.826048], [-81.90934, 28.826048], [-81.909395, 28.826048], [-81.909493, 28.826047], [-81.909493, 28.826409], [-81.909493, 28.826474], [-81.909492, 28.827009], [-81.909491, 28.827531], [-81.909491, 28.827598], [-81.909491, 28.827788], [-81.909489, 28.828582], [-81.909492, 28.82868], [-81.909557, 28.828681], [-81.910562, 28.828684], [-81.910695, 28.828684], [-81.910678, 28.830078], [-81.911299, 28.83008], [-81.911294, 28.830493], [-81.912225, 28.830495], [-81.912176, 28.835197], [-81.912168, 28.835949], [-81.91114, 28.835946], [-81.90926, 28.835946], [-81.909175, 28.835946], [-81.908446, 28.83595], [-81.908427, 28.835922], [-81.908207, 28.835944], [-81.908058, 28.835944], [-81.908059, 28.836115], [-81.908072, 28.836185], [-81.908041, 28.837756], [-81.906596, 28.837754], [-81.905852, 28.837728], [-81.904282, 28.837752], [-81.903932, 28.837751], [-81.903931, 28.837803], [-81.903914, 28.839559], [-81.90428, 28.839565], [-81.904473, 28.839565], [-81.905972, 28.839563], [-81.90597, 28.839607], [-81.905967, 28.839701], [-81.903913, 28.839697], [-81.903881, 28.84318], [-81.90388, 28.843309], [-81.903877, 28.844595], [-81.903875, 28.845572], [-81.903875, 28.845726], [-81.903875, 28.8459], [-81.903875, 28.845994], [-81.903882, 28.84613], [-81.903887, 28.846293], [-81.903785, 28.846185], [-81.903538, 28.845901], [-81.90313, 28.845431], [-81.90233, 28.844512], [-81.90183, 28.843938], [-81.901261, 28.843284], [-81.901162, 28.843163], [-81.901121, 28.843166], [-81.901068, 28.843174], [-81.900417, 28.843164], [-81.897672, 28.843154], [-81.89734, 28.842689], [-81.897277, 28.842744], [-81.897216, 28.842791], [-81.897154, 28.842839], [-81.896813, 28.843103], [-81.896725, 28.843191], [-81.896847, 28.843332], [-81.896944, 28.843444], [-81.896998, 28.843506], [-81.897112, 28.843638], [-81.897026, 28.843692], [-81.896901, 28.843771], [-81.897206, 28.844174], [-81.897218, 28.844195], [-81.897179, 28.844195], [-81.896645, 28.844194], [-81.896411, 28.844194], [-81.896177, 28.844194], [-81.895943, 28.844194], [-81.895708, 28.844194], [-81.89563, 28.844194], [-81.894929, 28.844195], [-81.894757, 28.844198], [-81.894393, 28.844193], [-81.894396, 28.843844], [-81.894415, 28.843844], [-81.894423, 28.843599], [-81.894421, 28.843219], [-81.894421, 28.843146], [-81.894716, 28.843143], [-81.894888, 28.843145], [-81.894992, 28.843146], [-81.895032, 28.843061], [-81.89505, 28.843008], [-81.895071, 28.842953], [-81.895081, 28.842898], [-81.895087, 28.842838], [-81.895093, 28.842782], [-81.895092, 28.84272], [-81.895084, 28.842647], [-81.895041, 28.842578], [-81.895026, 28.842591], [-81.895009, 28.842606], [-81.894912, 28.842465], [-81.894846, 28.842443], [-81.894803, 28.84243], [-81.894733, 28.842406], [-81.894686, 28.842415], [-81.894667, 28.8424], [-81.894631, 28.842372], [-81.894356, 28.842154], [-81.894483, 28.842097], [-81.894611, 28.841983], [-81.894542, 28.841921], [-81.894499, 28.841886], [-81.894388, 28.84179], [-81.894276, 28.841693], [-81.894586, 28.841413], [-81.894514, 28.841352], [-81.894455, 28.841301], [-81.894366, 28.841221], [-81.894256, 28.841124], [-81.894148, 28.841024], [-81.894044, 28.840923], [-81.894015, 28.840895], [-81.893985, 28.840865], [-81.893967, 28.840847], [-81.893942, 28.840821], [-81.893838, 28.840714], [-81.893738, 28.840607], [-81.893644, 28.840502], [-81.893551, 28.840394], [-81.893461, 28.840286], [-81.89345, 28.840273], [-81.893089, 28.840485], [-81.893038, 28.840409], [-81.892989, 28.840339], [-81.892928, 28.840248], [-81.892929, 28.840111], [-81.892977, 28.840111], [-81.893248, 28.840059], [-81.893272, 28.840046], [-81.89323, 28.83999], [-81.893201, 28.839951], [-81.893187, 28.839931], [-81.893119, 28.839837], [-81.8931, 28.83981], [-81.893092, 28.839798], [-81.893039, 28.839721], [-81.892921, 28.839549], [-81.892591, 28.839547], [-81.892279, 28.839548], [-81.891979, 28.839549], [-81.891561, 28.839549], [-81.891477, 28.839571], [-81.891473, 28.839809], [-81.891469, 28.840004], [-81.891434, 28.841682], [-81.891415, 28.842636], [-81.891405, 28.843147], [-81.891405, 28.843171], [-81.891282, 28.843168], [-81.890633, 28.843168], [-81.89032, 28.843168], [-81.890008, 28.843168], [-81.889696, 28.843168], [-81.889383, 28.843168], [-81.889071, 28.843168], [-81.888759, 28.843168], [-81.888447, 28.843168], [-81.888134, 28.843167], [-81.887431, 28.843167], [-81.887325, 28.843168], [-81.887013, 28.843171], [-81.886701, 28.843174], [-81.886388, 28.843178], [-81.886076, 28.843181], [-81.88595, 28.843182], [-81.885463, 28.843187], [-81.884988, 28.843192], [-81.884572, 28.843197], [-81.884476, 28.843198], [-81.884391, 28.843199], [-81.884338, 28.84317], [-81.884297, 28.843117], [-81.884239, 28.842992], [-81.884161, 28.842669], [-81.884155, 28.842635], [-81.884134, 28.842492], [-81.884132, 28.842419], [-81.884161, 28.842323], [-81.884513, 28.842325], [-81.884616, 28.842326], [-81.885462, 28.842329], [-81.88593, 28.842331], [-81.885908, 28.841262], [-81.885894, 28.840623], [-81.885696, 28.840447], [-81.884893, 28.839737], [-81.884778, 28.839634], [-81.884734, 28.839593], [-81.884683, 28.839546], [-81.884685, 28.839524], [-81.884715, 28.839524], [-81.884892, 28.839525], [-81.88501, 28.839525], [-81.88501, 28.83948], [-81.885028, 28.837547], [-81.885024, 28.83734], [-81.88502, 28.837114], [-81.884408, 28.837122], [-81.883773, 28.83713], [-81.883772, 28.83734], [-81.883765, 28.83953], [-81.883702, 28.839531], [-81.88344, 28.839527], [-81.88242, 28.839573], [-81.88242, 28.839454], [-81.882421, 28.839347], [-81.882425, 28.838473], [-81.882406, 28.838473], [-81.882384, 28.838473], [-81.882115, 28.838477], [-81.882114, 28.838439], [-81.882114, 28.838404], [-81.882107, 28.83779], [-81.881982, 28.837792], [-81.880816, 28.837956], [-81.880796, 28.837713], [-81.880865, 28.837455], [-81.880903, 28.837405], [-81.880954, 28.83738], [-81.881019, 28.837032], [-81.880981, 28.836978], [-81.881045, 28.836938], [-81.881033, 28.836886], [-81.881038, 28.836815], [-81.881083, 28.836771], [-81.881182, 28.836762], [-81.881246, 28.836777], [-81.881327, 28.836781], [-81.881391, 28.83675], [-81.881455, 28.836731], [-81.881545, 28.836722], [-81.881609, 28.836741], [-81.881685, 28.836749], [-81.881753, 28.836785], [-81.881813, 28.836803], [-81.881879, 28.836786], [-81.881945, 28.836795], [-81.882033, 28.836792], [-81.882102, 28.836778], [-81.882078, 28.836728], [-81.882023, 28.836701], [-81.881971, 28.836659], [-81.881952, 28.836597], [-81.882002, 28.836561], [-81.882073, 28.836573], [-81.882113, 28.836546], [-81.88211, 28.83649], [-81.882094, 28.836396], [-81.882076, 28.836337], [-81.882003, 28.836321], [-81.881925, 28.836319], [-81.88184, 28.836311], [-81.881769, 28.836273], [-81.881771, 28.836217], [-81.881771, 28.836146], [-81.881772, 28.83613], [-81.881766, 28.836079], [-81.881761, 28.836013], [-81.881763, 28.835948], [-81.881766, 28.835929], [-81.881768, 28.835896], [-81.88177, 28.835863], [-81.881851, 28.835862], [-81.881939, 28.835848], [-81.882057, 28.835827], [-81.882161, 28.83581], [-81.882237, 28.835801], [-81.882308, 28.835797], [-81.88236, 28.835743], [-81.882289, 28.83573], [-81.882206, 28.835724], [-81.882128, 28.835714], [-81.882038, 28.835702], [-81.881957, 28.835689], [-81.881877, 28.835677], [-81.881791, 28.835669], [-81.88173, 28.835626], [-81.881746, 28.835591], [-81.883915, 28.835579], [-81.883906, 28.834024], [-81.883893, 28.833476], [-81.883888, 28.832483], [-81.884135, 28.832481], [-81.88437, 28.832481], [-81.884918, 28.832483], [-81.885059, 28.83248], [-81.885057, 28.832205], [-81.885415, 28.832204], [-81.885422, 28.83161], [-81.885338, 28.831594], [-81.885224, 28.831556], [-81.885035, 28.831476], [-81.884883, 28.831407], [-81.884819, 28.831378], [-81.884676, 28.831327], [-81.88437, 28.831248], [-81.884073, 28.831161], [-81.883385, 28.830997], [-81.883183, 28.830944], [-81.883184, 28.830994], [-81.883184, 28.831015], [-81.883183, 28.831153], [-81.883031, 28.831154], [-81.883031, 28.83118], [-81.883034, 28.831497], [-81.882993, 28.831404], [-81.882758, 28.831348], [-81.882544, 28.83135], [-81.882489, 28.831351], [-81.882486, 28.831293], [-81.882436, 28.831286], [-81.882425, 28.831347], [-81.882422, 28.831369], [-81.88202, 28.831396], [-81.881912, 28.831402], [-81.881726, 28.831581], [-81.88159, 28.831682], [-81.881544, 28.831708], [-81.881228, 28.831791], [-81.881034, 28.83188], [-81.880975, 28.831945], [-81.880938, 28.831992], [-81.8809, 28.832039], [-81.880866, 28.832115], [-81.880849, 28.832128], [-81.88082, 28.832192], [-81.880779, 28.832305], [-81.880735, 28.832427], [-81.880586, 28.832911], [-81.880373, 28.833516], [-81.880342, 28.83359], [-81.8803, 28.833691], [-81.880253, 28.833815], [-81.880198, 28.833934], [-81.880035, 28.834336], [-81.880015, 28.834387], [-81.879974, 28.834426], [-81.8799, 28.834499], [-81.879944, 28.834533], [-81.879911, 28.834573], [-81.879889, 28.834601], [-81.879786, 28.83475], [-81.879731, 28.834868], [-81.879645, 28.835095], [-81.879608, 28.835195], [-81.879518, 28.835506], [-81.879404, 28.835369], [-81.879079, 28.835121], [-81.878939, 28.834949], [-81.878525, 28.834481], [-81.878353, 28.833912], [-81.878364, 28.833907], [-81.878376, 28.833902], [-81.878302, 28.833624], [-81.878232, 28.833372], [-81.878217, 28.833234], [-81.878204, 28.833154], [-81.87819, 28.833093], [-81.878127, 28.832824], [-81.878096, 28.832549], [-81.878089, 28.832487], [-81.878081, 28.83246], [-81.878039, 28.832193], [-81.877981, 28.832042], [-81.877947, 28.831972], [-81.87792, 28.831884], [-81.877907, 28.831832], [-81.877887, 28.831744], [-81.877882, 28.831662], [-81.877879, 28.831527], [-81.877905, 28.831534], [-81.877956, 28.831586], [-81.878093, 28.831542], [-81.878152, 28.831523], [-81.878241, 28.831497], [-81.878287, 28.83148], [-81.878225, 28.831231], [-81.878153, 28.83096], [-81.878262, 28.830926], [-81.878258, 28.830908], [-81.878252, 28.830884], [-81.878139, 28.830893], [-81.878127, 28.830866], [-81.878001, 28.830889], [-81.877982, 28.830868], [-81.8777, 28.830958], [-81.877765, 28.831281], [-81.877765, 28.831415], [-81.877723, 28.831553], [-81.877691, 28.831567], [-81.877661, 28.831578], [-81.877643, 28.831524], [-81.877623, 28.831455], [-81.877632, 28.831431], [-81.877628, 28.831361], [-81.877592, 28.831164], [-81.877535, 28.830899], [-81.877523, 28.830847], [-81.87751, 28.83079], [-81.877494, 28.830731], [-81.877464, 28.830671], [-81.877447, 28.83061], [-81.877516, 28.830616], [-81.877551, 28.830616], [-81.877599, 28.830618], [-81.877678, 28.830616], [-81.877715, 28.830607], [-81.877749, 28.8306], [-81.877833, 28.83059], [-81.877912, 28.830565], [-81.878022, 28.830534], [-81.878208, 28.830503], [-81.878233, 28.830499], [-81.878228, 28.83041], [-81.878204, 28.83041], [-81.878173, 28.830278], [-81.877892, 28.83032], [-81.877591, 28.830403], [-81.877357, 28.830455], [-81.877271, 28.830475], [-81.877215, 28.830331], [-81.877177, 28.830216], [-81.877154, 28.830187], [-81.877132, 28.830131], [-81.877089, 28.830077], [-81.87704, 28.829975], [-81.876987, 28.829927], [-81.876947, 28.829888], [-81.87685, 28.829778], [-81.876771, 28.829704], [-81.876719, 28.829672], [-81.876631, 28.829649], [-81.876573, 28.829646], [-81.87656, 28.829626], [-81.876475, 28.829496], [-81.87642, 28.829421], [-81.876372, 28.829382], [-81.876313, 28.829356], [-81.876242, 28.829365], [-81.876196, 28.829392], [-81.876184, 28.829391], [-81.876147, 28.82934], [-81.87614, 28.829275], [-81.876112, 28.829225], [-81.87608, 28.829192], [-81.876027, 28.82915], [-81.875949, 28.8291], [-81.875846, 28.828995], [-81.875822, 28.82897], [-81.875775, 28.828916], [-81.875769, 28.828872], [-81.875768, 28.828854], [-81.875766, 28.82883], [-81.87576, 28.82877], [-81.875739, 28.82871], [-81.875708, 28.828649], [-81.875688, 28.828618], [-81.875655, 28.82857], [-81.875649, 28.828562], [-81.875605, 28.828505], [-81.87551, 28.828424], [-81.875426, 28.82835], [-81.875385, 28.828303], [-81.875355, 28.828266], [-81.875347, 28.828255], [-81.875326, 28.828209], [-81.875237, 28.828014], [-81.875214, 28.827973], [-81.875151, 28.827839], [-81.875131, 28.827761], [-81.875111, 28.827661], [-81.875074, 28.827513], [-81.875031, 28.82736], [-81.874967, 28.827313], [-81.874933, 28.827268], [-81.874847, 28.826959], [-81.874835, 28.826877], [-81.875122, 28.826862], [-81.875107, 28.826851], [-81.875055, 28.826814], [-81.874996, 28.826756], [-81.874885, 28.826744], [-81.874794, 28.826535], [-81.874775, 28.826488], [-81.874786, 28.826486], [-81.874748, 28.826359], [-81.874723, 28.826266], [-81.874643, 28.826174], [-81.874573, 28.826089], [-81.874525, 28.82605], [-81.874485, 28.826016], [-81.874417, 28.825963], [-81.874278, 28.825747], [-81.874261, 28.825727], [-81.874224, 28.825681], [-81.874153, 28.825583], [-81.874071, 28.825476], [-81.87405, 28.825455], [-81.874006, 28.825439], [-81.873962, 28.825427], [-81.873898, 28.82534], [-81.873881, 28.825315], [-81.873869, 28.825249], [-81.873874, 28.825191], [-81.873832, 28.825133], [-81.873799, 28.825088], [-81.873771, 28.825057], [-81.873752, 28.825035], [-81.873721, 28.825012], [-81.873675, 28.824977], [-81.873578, 28.824932], [-81.873545, 28.824917], [-81.873523, 28.824903], [-81.873457, 28.824855], [-81.873264, 28.824407], [-81.873073, 28.824174], [-81.872877, 28.823905], [-81.87266, 28.823696], [-81.8726, 28.823627], [-81.872514, 28.823529], [-81.872404, 28.823434], [-81.872295, 28.823322], [-81.872225, 28.823182], [-81.872115, 28.823044], [-81.872008, 28.822925], [-81.871839, 28.822752], [-81.87135, 28.822206], [-81.871329, 28.822171], [-81.87131, 28.82214], [-81.871269, 28.822072], [-81.87121, 28.821974], [-81.871176, 28.821886], [-81.871143, 28.821824], [-81.871114, 28.82177], [-81.871077, 28.82171], [-81.871042, 28.821657], [-81.870981, 28.821574], [-81.870919, 28.82148], [-81.87089, 28.821436], [-81.870861, 28.821399], [-81.87084, 28.821371], [-81.870784, 28.821306], [-81.870713, 28.821227], [-81.870632, 28.821168], [-81.870535, 28.821176], [-81.870376, 28.820781], [-81.870344, 28.820685], [-81.870301, 28.820529], [-81.870221, 28.820288], [-81.870152, 28.820135], [-81.86995, 28.819943], [-81.869755, 28.819825], [-81.869696, 28.819801], [-81.869617, 28.81977], [-81.869558, 28.819747], [-81.869491, 28.819705], [-81.869459, 28.819678], [-81.869404, 28.819637], [-81.869379, 28.81962], [-81.869339, 28.819589], [-81.869301, 28.81956], [-81.869274, 28.819544], [-81.869254, 28.819532], [-81.869241, 28.819524], [-81.869188, 28.819509], [-81.869134, 28.819492], [-81.869079, 28.819475], [-81.869026, 28.819462], [-81.868992, 28.819453], [-81.868949, 28.81944], [-81.868923, 28.819415], [-81.868903, 28.819396], [-81.868866, 28.81933], [-81.868866, 28.81926], [-81.868867, 28.819202], [-81.868869, 28.819046], [-81.868871, 28.818816], [-81.868873, 28.818608], [-81.868874, 28.818495], [-81.868877, 28.818224], [-81.868878, 28.81808], [-81.86888, 28.817898], [-81.868881, 28.817809], [-81.868882, 28.817671], [-81.868882, 28.81764], [-81.868839, 28.817686], [-81.868806, 28.817757], [-81.86879, 28.817822], [-81.868776, 28.817914], [-81.86876, 28.818012], [-81.868736, 28.818071], [-81.868713, 28.818125], [-81.868702, 28.81827], [-81.868735, 28.818353], [-81.868704, 28.818876], [-81.868667, 28.819171], [-81.868598, 28.819186], [-81.868548, 28.819151], [-81.868503, 28.819074], [-81.868465, 28.819086], [-81.86841, 28.819148], [-81.868404, 28.819212], [-81.86841, 28.819234], [-81.868428, 28.819278], [-81.868433, 28.819334], [-81.86843, 28.819441], [-81.868374, 28.81949], [-81.868296, 28.819505], [-81.868215, 28.819501], [-81.868155, 28.819474], [-81.868132, 28.819438], [-81.868096, 28.819359], [-81.86809, 28.819324], [-81.868077, 28.819207], [-81.868098, 28.819054], [-81.868085, 28.819], [-81.868057, 28.818982], [-81.86803, 28.818964], [-81.867973, 28.818977], [-81.867919, 28.819001], [-81.86789, 28.819017], [-81.867868, 28.819034], [-81.867805, 28.819084], [-81.867761, 28.81913], [-81.867703, 28.819162], [-81.867646, 28.819177], [-81.867608, 28.819112], [-81.867622, 28.819064], [-81.867663, 28.818986], [-81.867719, 28.818911], [-81.867849, 28.818791], [-81.867963, 28.818678], [-81.867998, 28.81863], [-81.868036, 28.818513], [-81.868103, 28.818293], [-81.868122, 28.818209], [-81.868159, 28.818029], [-81.868192, 28.817962], [-81.86831, 28.817791], [-81.868337, 28.817735], [-81.868362, 28.81766], [-81.868456, 28.817459], [-81.868473, 28.817429], [-81.86864, 28.817135], [-81.868816, 28.816829], [-81.868892, 28.816675], [-81.868896, 28.816304], [-81.8689, 28.815824], [-81.869429, 28.814765], [-81.869829, 28.814935], [-81.869941, 28.814993], [-81.869841, 28.814927], [-81.869784, 28.814859], [-81.869691, 28.814817], [-81.869681, 28.814788], [-81.869734, 28.814591], [-81.869775, 28.814389], [-81.869665, 28.814372], [-81.869579, 28.814361], [-81.869478, 28.814348], [-81.869369, 28.814337], [-81.869294, 28.81433], [-81.869202, 28.814322], [-81.869118, 28.814306], [-81.868876, 28.814261], [-81.868767, 28.814253], [-81.868601, 28.814241], [-81.868454, 28.814229], [-81.868421, 28.814263], [-81.868399, 28.814315], [-81.868409, 28.814374], [-81.868462, 28.814407], [-81.868528, 28.814419], [-81.868758, 28.814421], [-81.868825, 28.814425], [-81.868903, 28.814443], [-81.868956, 28.814481], [-81.868977, 28.814533], [-81.868987, 28.814596], [-81.868971, 28.814652], [-81.868885, 28.814661], [-81.868871, 28.814715], [-81.868883, 28.814771], [-81.868833, 28.814897], [-81.868789, 28.815004], [-81.868732, 28.815145], [-81.868679, 28.815257], [-81.868606, 28.8154], [-81.868537, 28.815424], [-81.867984, 28.815427], [-81.867754, 28.815413], [-81.86773, 28.815363], [-81.867752, 28.814657], [-81.867773, 28.814409], [-81.867837, 28.814382], [-81.868167, 28.814396], [-81.868198, 28.814397], [-81.868221, 28.814293], [-81.868219, 28.814232], [-81.868166, 28.814225], [-81.867894, 28.81419], [-81.867563, 28.814147], [-81.867535, 28.81418], [-81.867509, 28.814233], [-81.867485, 28.814308], [-81.867475, 28.814442], [-81.867465, 28.814561], [-81.867471, 28.814756], [-81.867479, 28.815023], [-81.867482, 28.815134], [-81.867477, 28.815205], [-81.867483, 28.815263], [-81.867485, 28.815328], [-81.867497, 28.815389], [-81.867514, 28.815453], [-81.86753, 28.815499], [-81.867538, 28.815524], [-81.867591, 28.815566], [-81.867664, 28.815585], [-81.867945, 28.81563], [-81.868181, 28.815645], [-81.868333, 28.815655], [-81.868439, 28.815661], [-81.868543, 28.815661], [-81.868588, 28.815701], [-81.868612, 28.815755], [-81.86862, 28.81582], [-81.86861, 28.815895], [-81.868582, 28.815954], [-81.868516, 28.815979], [-81.868382, 28.815977], [-81.868112, 28.815974], [-81.867892, 28.815971], [-81.867641, 28.815967], [-81.867388, 28.815964], [-81.867239, 28.815954], [-81.867146, 28.815948], [-81.867094, 28.815902], [-81.867065, 28.815848], [-81.867062, 28.815627], [-81.867061, 28.815565], [-81.867059, 28.815419], [-81.86706, 28.815186], [-81.867062, 28.814989], [-81.867065, 28.814807], [-81.867066, 28.814719], [-81.86707, 28.814449], [-81.867072, 28.814284], [-81.867008, 28.814295], [-81.866992, 28.81436], [-81.866987, 28.814579], [-81.86698, 28.814875], [-81.86697, 28.815152], [-81.86695, 28.815699], [-81.866948, 28.815738], [-81.866985, 28.81594], [-81.867039, 28.815984], [-81.867125, 28.816021], [-81.86731, 28.816075], [-81.867644, 28.816073], [-81.867887, 28.816071], [-81.868068, 28.816071], [-81.868227, 28.816071], [-81.868336, 28.816072], [-81.868466, 28.816086], [-81.868396, 28.816287], [-81.86834, 28.816394], [-81.868255, 28.816555], [-81.868176, 28.816706], [-81.868116, 28.816821], [-81.868046, 28.816954], [-81.867975, 28.81709], [-81.86789, 28.817243], [-81.867584, 28.817788], [-81.867468, 28.817929], [-81.867426, 28.817983], [-81.867414, 28.818048], [-81.867409, 28.818119], [-81.867297, 28.818341], [-81.867205, 28.818524], [-81.867158, 28.818625], [-81.867115, 28.818716], [-81.867075, 28.818789], [-81.867049, 28.81885], [-81.867021, 28.818942], [-81.866979, 28.819005], [-81.866917, 28.819001], [-81.866755, 28.818893], [-81.866675, 28.81891], [-81.866625, 28.818975], [-81.866592, 28.819026], [-81.86658, 28.819044], [-81.866521, 28.81908], [-81.866464, 28.819122], [-81.866434, 28.819199], [-81.866427, 28.819272], [-81.866434, 28.819362], [-81.866354, 28.819454], [-81.866285, 28.819486], [-81.866212, 28.819472], [-81.866178, 28.819455], [-81.866151, 28.819442], [-81.866073, 28.819425], [-81.866031, 28.819479], [-81.866068, 28.819536], [-81.866127, 28.819561], [-81.866174, 28.819633], [-81.866212, 28.819693], [-81.86623, 28.819753], [-81.866246, 28.819836], [-81.866271, 28.819937], [-81.866286, 28.819973], [-81.866314, 28.820042], [-81.866333, 28.820139], [-81.866302, 28.820199], [-81.866139, 28.820184], [-81.866447, 28.8205], [-81.86652, 28.82064], [-81.86653, 28.820698], [-81.866551, 28.820751], [-81.866552, 28.820842], [-81.866554, 28.820908], [-81.866607, 28.820896], [-81.866683, 28.820879], [-81.866753, 28.820877], [-81.866768, 28.820879], [-81.866894, 28.820946], [-81.866942, 28.821005], [-81.866928, 28.821071], [-81.866909, 28.821123], [-81.86689, 28.821146], [-81.866835, 28.821202], [-81.866781, 28.821245], [-81.866745, 28.821274], [-81.866698, 28.821314], [-81.866659, 28.821365], [-81.866627, 28.821422], [-81.866589, 28.821443], [-81.866391, 28.821609], [-81.866352, 28.821649], [-81.866278, 28.821687], [-81.86609, 28.82174], [-81.865925, 28.821787], [-81.86583, 28.8218], [-81.865769, 28.821813], [-81.865697, 28.821842], [-81.86562, 28.82188], [-81.865558, 28.821904], [-81.865482, 28.821928], [-81.865377, 28.821954], [-81.865309, 28.821977], [-81.865165, 28.822004], [-81.865146, 28.821867], [-81.865048, 28.821882], [-81.865079, 28.822034], [-81.86509, 28.822086], [-81.865061, 28.82215], [-81.865012, 28.822123], [-81.865014, 28.822039], [-81.864843, 28.822042], [-81.864756, 28.822043], [-81.864651, 28.822044], [-81.864604, 28.822052], [-81.864496, 28.822078], [-81.864461, 28.822085], [-81.864291, 28.822111], [-81.864196, 28.822141], [-81.863999, 28.822203], [-81.863787, 28.822296], [-81.863736, 28.822318], [-81.863422, 28.822465], [-81.863363, 28.822483], [-81.863321, 28.822493], [-81.86323, 28.822516], [-81.863205, 28.822523], [-81.863127, 28.822556], [-81.863107, 28.822568], [-81.863044, 28.822609], [-81.862981, 28.822629], [-81.862888, 28.822658], [-81.862793, 28.822666], [-81.862639, 28.822679], [-81.862625, 28.82268], [-81.862554, 28.822685], [-81.862496, 28.822683], [-81.862456, 28.822681], [-81.862387, 28.822706], [-81.862322, 28.822715], [-81.862252, 28.82272], [-81.862172, 28.822725], [-81.862083, 28.82273], [-81.862047, 28.822729], [-81.861989, 28.822729], [-81.861963, 28.822722], [-81.861921, 28.822711], [-81.861907, 28.822708], [-81.861849, 28.822685], [-81.861821, 28.822672], [-81.861716, 28.822627], [-81.861614, 28.822617], [-81.861525, 28.822626], [-81.861443, 28.822699], [-81.861354, 28.822691], [-81.861314, 28.822686], [-81.861272, 28.822681], [-81.861208, 28.822665], [-81.861129, 28.822636], [-81.861062, 28.822595], [-81.8609, 28.822517], [-81.86084, 28.822489], [-81.860651, 28.822399], [-81.860587, 28.822368], [-81.860479, 28.8223], [-81.86034, 28.822213], [-81.860237, 28.822147], [-81.860177, 28.822123], [-81.860152, 28.822135], [-81.860088, 28.822107], [-81.859955, 28.822032], [-81.859889, 28.821995], [-81.859812, 28.821978], [-81.859752, 28.821949], [-81.859686, 28.821905], [-81.859651, 28.821886], [-81.859539, 28.82183], [-81.859447, 28.82179], [-81.859431, 28.821782], [-81.859413, 28.821776], [-81.859302, 28.821718], [-81.859174, 28.821709], [-81.859024, 28.821605], [-81.859025, 28.821579], [-81.859003, 28.821591], [-81.858934, 28.821566], [-81.858852, 28.821556], [-81.858775, 28.821559], [-81.858696, 28.821577], [-81.858617, 28.821609], [-81.858527, 28.821612], [-81.858457, 28.821611], [-81.858268, 28.821619], [-81.858175, 28.821632], [-81.858156, 28.821633], [-81.858075, 28.821636], [-81.857947, 28.821645], [-81.857853, 28.821641], [-81.857789, 28.821608], [-81.857719, 28.821583], [-81.857647, 28.821577], [-81.857565, 28.821562], [-81.857517, 28.82156], [-81.857432, 28.821562], [-81.857171, 28.821591], [-81.857097, 28.8216], [-81.857026, 28.821612], [-81.856963, 28.821623], [-81.856931, 28.82161], [-81.856921, 28.821686], [-81.85691, 28.821773], [-81.856502, 28.821727], [-81.85628, 28.821677], [-81.856024, 28.821614], [-81.855977, 28.821548], [-81.855859, 28.821583], [-81.855571, 28.821519], [-81.855563, 28.821501], [-81.855562, 28.821442], [-81.855209, 28.821396], [-81.854889, 28.82134], [-81.854844, 28.821342], [-81.854357, 28.821332], [-81.853508, 28.821299], [-81.853503, 28.821112], [-81.853496, 28.820577], [-81.853499, 28.820343], [-81.853502, 28.819884], [-81.853455, 28.819885], [-81.851792, 28.81988], [-81.851791, 28.818687], [-81.851791, 28.81854], [-81.851792, 28.818455], [-81.851792, 28.818407], [-81.851792, 28.81834], [-81.851793, 28.818047], [-81.851793, 28.818013], [-81.851794, 28.817738], [-81.851795, 28.817463], [-81.851795, 28.817404], [-81.851795, 28.817353], [-81.851795, 28.817172], [-81.851796, 28.817078], [-81.851796, 28.816803], [-81.851797, 28.816528], [-81.851798, 28.816253], [-81.851798, 28.816144], [-81.851799, 28.815869], [-81.851754, 28.815869], [-81.851682, 28.815873], [-81.851057, 28.815868], [-81.85106, 28.816142], [-81.850745, 28.816144], [-81.85012, 28.816143], [-81.849808, 28.816143], [-81.849808, 28.816199], [-81.849682, 28.816199], [-81.849683, 28.816255], [-81.849683, 28.81653], [-81.849683, 28.816805], [-81.849423, 28.816806], [-81.849058, 28.816806], [-81.848997, 28.816811], [-81.848746, 28.816807], [-81.848748, 28.817305], [-81.848748, 28.817376], [-81.848747, 28.817467], [-81.849062, 28.817467], [-81.84906, 28.817915], [-81.849375, 28.817917], [-81.849374, 28.81788], [-81.849684, 28.81788], [-81.849685, 28.817923], [-81.849685, 28.818], [-81.849686, 28.818593], [-81.849686, 28.818638], [-81.84782, 28.818842], [-81.847713, 28.818855], [-81.847603, 28.818865], [-81.846629, 28.818974], [-81.846355, 28.819005], [-81.846137, 28.819025], [-81.845721, 28.819072], [-81.845656, 28.819078], [-81.845639, 28.81908], [-81.845243, 28.819123], [-81.845243, 28.819142], [-81.844872, 28.819183], [-81.845243, 28.819184], [-81.845725, 28.819187], [-81.845777, 28.819187], [-81.845884, 28.819186], [-81.845907, 28.819186], [-81.846272, 28.819146], [-81.846275, 28.819186], [-81.846292, 28.819186], [-81.846295, 28.819661], [-81.846311, 28.820625], [-81.84628, 28.820626], [-81.846309, 28.822313], [-81.84633, 28.822313], [-81.846336, 28.822699], [-81.846268, 28.82271], [-81.846192, 28.822727], [-81.846098, 28.822736], [-81.846018, 28.822745], [-81.845931, 28.82274], [-81.845857, 28.822732], [-81.845799, 28.822729], [-81.845702, 28.822725], [-81.845639, 28.82274], [-81.845542, 28.822764], [-81.845464, 28.822788], [-81.845304, 28.822819], [-81.84524, 28.822856], [-81.845179, 28.822887], [-81.845067, 28.822902], [-81.844965, 28.822916], [-81.844859, 28.822938], [-81.844781, 28.822951], [-81.844621, 28.822973], [-81.844366, 28.823038], [-81.84424, 28.823094], [-81.844074, 28.823159], [-81.84378, 28.823254], [-81.8437, 28.823286], [-81.843628, 28.823307], [-81.843559, 28.823332], [-81.843527, 28.823343], [-81.843527, 28.823321], [-81.843528, 28.823014], [-81.843531, 28.822774], [-81.843531, 28.822654], [-81.843533, 28.822458], [-81.843535, 28.822072], [-81.843537, 28.82184], [-81.84354, 28.82137], [-81.843544, 28.820889], [-81.843546, 28.820557], [-81.84355, 28.819941], [-81.843554, 28.819402], [-81.843555, 28.819283], [-81.843555, 28.819179], [-81.843733, 28.81918], [-81.843913, 28.819181], [-81.843914, 28.819099], [-81.843917, 28.818817], [-81.843894, 28.818823], [-81.843745, 28.818861], [-81.843662, 28.818886], [-81.843235, 28.818969], [-81.842715, 28.81904], [-81.842465, 28.819059], [-81.842464, 28.819176], [-81.84246, 28.819447], [-81.841893, 28.819509], [-81.841872, 28.819511], [-81.841857, 28.819513], [-81.841844, 28.819514], [-81.84183, 28.819516], [-81.841817, 28.819517], [-81.841795, 28.81952], [-81.841783, 28.819522], [-81.841767, 28.819524], [-81.841754, 28.819525], [-81.841738, 28.819527], [-81.841724, 28.819529], [-81.841701, 28.819532], [-81.841689, 28.819519], [-81.841697, 28.819112], [-81.841517, 28.819123], [-81.841131, 28.819157], [-81.841071, 28.819161], [-81.841085, 28.819592], [-81.841068, 28.81971], [-81.841049, 28.820108], [-81.841048, 28.820131], [-81.841052, 28.820679], [-81.841038, 28.821924], [-81.841062, 28.822583], [-81.841065, 28.823066], [-81.84105, 28.823116], [-81.841013, 28.823177], [-81.840977, 28.823214], [-81.840924, 28.823254], [-81.840283, 28.82325], [-81.840256, 28.823249], [-81.839608, 28.823244], [-81.839609, 28.823011], [-81.83961, 28.822974], [-81.839218, 28.822977], [-81.839105, 28.822963], [-81.839018, 28.822949], [-81.838888, 28.822998], [-81.838704, 28.823004], [-81.838519, 28.822943], [-81.838404, 28.822877], [-81.838285, 28.822834], [-81.838187, 28.822922], [-81.837577, 28.823213], [-81.837588, 28.823188], [-81.837605, 28.823129], [-81.837616, 28.823078], [-81.837609, 28.823024], [-81.837604, 28.822996], [-81.837593, 28.822959], [-81.837394, 28.822625], [-81.837156, 28.822315], [-81.837103, 28.822304], [-81.837123, 28.822334], [-81.837134, 28.822365], [-81.837172, 28.822432], [-81.837235, 28.822538], [-81.837251, 28.822564], [-81.837272, 28.8226], [-81.837321, 28.822684], [-81.837495, 28.822967], [-81.837509, 28.822999], [-81.837517, 28.823032], [-81.83752, 28.823065], [-81.837518, 28.823099], [-81.837498, 28.823126], [-81.837473, 28.823149], [-81.837445, 28.82317], [-81.837413, 28.823186], [-81.837379, 28.823197], [-81.837344, 28.823204], [-81.837314, 28.823206], [-81.837299, 28.823204], [-81.837271, 28.823194], [-81.837258, 28.823186], [-81.836899, 28.822555], [-81.836446, 28.822757], [-81.836807, 28.822774], [-81.836922, 28.822806], [-81.836936, 28.822806], [-81.836966, 28.822818], [-81.836989, 28.822874], [-81.836993, 28.823003], [-81.837009, 28.823064], [-81.83703, 28.823119], [-81.837054, 28.823204], [-81.837076, 28.823268], [-81.837027, 28.823414], [-81.836975, 28.823453], [-81.836924, 28.823493], [-81.836855, 28.823525], [-81.836801, 28.823563], [-81.836764, 28.823624], [-81.836731, 28.82368], [-81.836715, 28.823735], [-81.836673, 28.823792], [-81.836638, 28.823751], [-81.836571, 28.823707], [-81.836541, 28.823758], [-81.836514, 28.823847], [-81.83653, 28.823904], [-81.836531, 28.823966], [-81.836496, 28.824025], [-81.836479, 28.824105], [-81.836415, 28.824155], [-81.836348, 28.824145], [-81.836278, 28.824121], [-81.836221, 28.824154], [-81.836128, 28.824133], [-81.836103, 28.824061], [-81.836045, 28.824074], [-81.835976, 28.824137], [-81.835906, 28.824195], [-81.835841, 28.824233], [-81.835782, 28.824275], [-81.835824, 28.824332], [-81.835896, 28.824358], [-81.835969, 28.824397], [-81.836045, 28.824514], [-81.836053, 28.824535], [-81.836068, 28.824563], [-81.836067, 28.824635], [-81.836043, 28.824726], [-81.836022, 28.824751], [-81.835989, 28.824788], [-81.835938, 28.824889], [-81.835929, 28.824969], [-81.83593, 28.825037], [-81.835955, 28.825112], [-81.835971, 28.825223], [-81.835927, 28.825277], [-81.835871, 28.825325], [-81.83588, 28.82544], [-81.835882, 28.825477], [-81.835884, 28.825503], [-81.835884, 28.825517], [-81.835903, 28.82555], [-81.835929, 28.825592], [-81.835965, 28.825642], [-81.835978, 28.82566], [-81.836032, 28.825721], [-81.836099, 28.825753], [-81.836127, 28.825803], [-81.836165, 28.825878], [-81.836201, 28.825916], [-81.836223, 28.825938], [-81.836245, 28.825972], [-81.836254, 28.825987], [-81.836278, 28.826052], [-81.836301, 28.826127], [-81.836323, 28.826182], [-81.836341, 28.826217], [-81.836355, 28.826242], [-81.836375, 28.826273], [-81.836389, 28.826294], [-81.836403, 28.826314], [-81.836426, 28.82639], [-81.836431, 28.826407], [-81.836434, 28.826437], [-81.836355, 28.826436], [-81.835141, 28.826429], [-81.834673, 28.826426], [-81.83436, 28.826424], [-81.832856, 28.826413], [-81.83283, 28.826413], [-81.831751, 28.826406], [-81.831682, 28.826405], [-81.831552, 28.826404], [-81.831397, 28.826403], [-81.83015, 28.826395], [-81.830067, 28.826332], [-81.829693, 28.826551], [-81.828786, 28.827102], [-81.828593, 28.827215], [-81.827419, 28.827901], [-81.826408, 28.8286], [-81.825242, 28.829283], [-81.824381, 28.829784], [-81.824127, 28.829938], [-81.824009, 28.830007], [-81.824131, 28.830008], [-81.824384, 28.830007], [-81.824365, 28.832711], [-81.82436, 28.833513], [-81.824349, 28.83351], [-81.824072, 28.833464], [-81.824045, 28.833459], [-81.823797, 28.833417], [-81.823616, 28.833388], [-81.823501, 28.833367], [-81.823441, 28.833356], [-81.823166, 28.833312], [-81.82311, 28.8333], [-81.823121, 28.833401], [-81.823129, 28.833487], [-81.823161, 28.833941], [-81.822107, 28.834386], [-81.822063, 28.834404], [-81.82201, 28.834425], [-81.822048, 28.834512], [-81.822915, 28.836172], [-81.822974, 28.836285], [-81.822122, 28.836628], [-81.822063, 28.836515], [-81.821304, 28.835055], [-81.821197, 28.834854], [-81.821146, 28.834773], [-81.820309, 28.835112], [-81.820251, 28.835136], [-81.819802, 28.834187], [-81.819756, 28.834092], [-81.819814, 28.834086], [-81.819963, 28.833528], [-81.819705, 28.833486], [-81.819548, 28.833455], [-81.819453, 28.833429], [-81.819568, 28.833], [-81.819575, 28.832972], [-81.819648, 28.832984], [-81.819665, 28.832916], [-81.819679, 28.832917], [-81.819698, 28.832815], [-81.819509, 28.832788], [-81.819409, 28.832774], [-81.819159, 28.832727], [-81.818912, 28.832667], [-81.818886, 28.832765], [-81.818734, 28.833327], [-81.818121, 28.833223], [-81.817835, 28.834294], [-81.81773, 28.834305], [-81.818516, 28.835938], [-81.818444, 28.835966], [-81.818126, 28.836095], [-81.818114, 28.8361], [-81.816402, 28.836787], [-81.816243, 28.836861], [-81.816087, 28.836944], [-81.816, 28.83699], [-81.815978, 28.837004], [-81.815664, 28.837208], [-81.815517, 28.837323], [-81.815349, 28.837286], [-81.815243, 28.837273], [-81.814845, 28.837269], [-81.81368, 28.837269], [-81.812709, 28.837261], [-81.812731, 28.836313], [-81.812503, 28.836305], [-81.812464, 28.836034], [-81.812441, 28.835877], [-81.81242, 28.835716], [-81.81238, 28.835512], [-81.812332, 28.835446], [-81.812148, 28.835195], [-81.812055, 28.835069], [-81.811957, 28.834947], [-81.811854, 28.834819], [-81.812225, 28.833937], [-81.812332, 28.833705], [-81.812254, 28.83368], [-81.811496, 28.833433], [-81.811339, 28.833383], [-81.811312, 28.833471], [-81.810721, 28.833279], [-81.810734, 28.833237], [-81.810909, 28.832707], [-81.810386, 28.832265], [-81.809561, 28.831555], [-81.809487, 28.831669], [-81.809249, 28.832029], [-81.809207, 28.832092], [-81.809181, 28.832132], [-81.809123, 28.832106], [-81.808906, 28.832019], [-81.808914, 28.832004], [-81.808886, 28.831992], [-81.808878, 28.832007], [-81.808686, 28.83193], [-81.808266, 28.831759], [-81.808247, 28.831752], [-81.808244, 28.831743], [-81.808353, 28.831568], [-81.807907, 28.831383], [-81.807896, 28.83141], [-81.807396, 28.831185], [-81.807547, 28.830636], [-81.806891, 28.830409], [-81.806927, 28.830346], [-81.806275, 28.830137], [-81.806007, 28.830632], [-81.805466, 28.830473], [-81.805368, 28.830443], [-81.805284, 28.830595], [-81.804823, 28.831491], [-81.804726, 28.831472], [-81.804616, 28.831659], [-81.804557, 28.831634], [-81.804482, 28.831616], [-81.804417, 28.831617], [-81.804347, 28.831593], [-81.80423, 28.831551], [-81.80414, 28.831531], [-81.804073, 28.831522], [-81.803998, 28.83152], [-81.803921, 28.831512], [-81.803888, 28.831506], [-81.803825, 28.831501], [-81.803764, 28.831517], [-81.803703, 28.831565], [-81.803709, 28.83159], [-81.803695, 28.831622], [-81.803656, 28.831671], [-81.803619, 28.831677], [-81.803571, 28.831685], [-81.803522, 28.831647], [-81.8035, 28.831614], [-81.803482, 28.831593], [-81.803437, 28.831539], [-81.803376, 28.831519], [-81.803206, 28.831519], [-81.803132, 28.831513], [-81.803062, 28.831506], [-81.802985, 28.831507], [-81.802913, 28.831507], [-81.802835, 28.831509], [-81.802767, 28.831505], [-81.802689, 28.831516], [-81.80261, 28.831519], [-81.802525, 28.831533], [-81.80244, 28.831546], [-81.802189, 28.831593], [-81.802119, 28.831606], [-81.802039, 28.831624], [-81.801975, 28.831635], [-81.80189, 28.831647], [-81.8018, 28.831657], [-81.801718, 28.831672], [-81.801642, 28.831681], [-81.801628, 28.831689], [-81.801586, 28.831701], [-81.80152, 28.831722], [-81.801455, 28.831745], [-81.801435, 28.831727], [-81.801297, 28.831755], [-81.801256, 28.831785], [-81.801229, 28.831789], [-81.801163, 28.831802], [-81.800913, 28.831928], [-81.800853, 28.831943], [-81.800785, 28.831962], [-81.800719, 28.832001], [-81.800648, 28.832046], [-81.800581, 28.832081], [-81.800518, 28.832123], [-81.800456, 28.832158], [-81.800441, 28.832167], [-81.800373, 28.832197], [-81.800294, 28.8322], [-81.800233, 28.832184], [-81.800155, 28.832164], [-81.800092, 28.832155], [-81.80007, 28.832149], [-81.799752, 28.832067], [-81.799685, 28.832095], [-81.799673, 28.832156], [-81.799675, 28.832213], [-81.799652, 28.832255], [-81.799585, 28.83229], [-81.799517, 28.832309], [-81.79947, 28.832305], [-81.799447, 28.832302], [-81.799374, 28.832294], [-81.799312, 28.832308], [-81.799243, 28.83235], [-81.799201, 28.832393], [-81.799162, 28.832454], [-81.799156, 28.832479], [-81.799144, 28.832523], [-81.799122, 28.832577], [-81.799078, 28.832634], [-81.798999, 28.832729], [-81.798979, 28.832752], [-81.798936, 28.832805], [-81.798881, 28.832838], [-81.798802, 28.832868], [-81.798751, 28.832879], [-81.798738, 28.832882], [-81.798662, 28.832886], [-81.798588, 28.832889], [-81.798524, 28.832899], [-81.798458, 28.832911], [-81.79841, 28.832931], [-81.798398, 28.832936], [-81.79833, 28.832967], [-81.798033, 28.833101], [-81.797976, 28.833141], [-81.797914, 28.833176], [-81.797827, 28.833263], [-81.797778, 28.833304], [-81.797651, 28.833432], [-81.797545, 28.833539], [-81.797426, 28.833624], [-81.797357, 28.83359], [-81.797291, 28.833553], [-81.797201, 28.833503], [-81.796084, 28.832876], [-81.795683, 28.833513], [-81.795388, 28.833519], [-81.795372, 28.829873], [-81.792349, 28.829859], [-81.792172, 28.829858], [-81.791262, 28.829854], [-81.791267, 28.826201], [-81.790398, 28.826186], [-81.79037, 28.825466], [-81.790378, 28.825329], [-81.789417, 28.825045], [-81.789198, 28.825045], [-81.789198, 28.824844], [-81.789201, 28.824104], [-81.789173, 28.824094], [-81.789116, 28.824079], [-81.789115, 28.824833], [-81.789115, 28.825108], [-81.789115, 28.825383], [-81.788685, 28.825382], [-81.788685, 28.825451], [-81.788251, 28.82545], [-81.788252, 28.825244], [-81.788175, 28.825239], [-81.788096, 28.825238], [-81.787662, 28.825237], [-81.787663, 28.825398], [-81.787663, 28.825493], [-81.787667, 28.825922], [-81.787674, 28.826551], [-81.787674, 28.826648], [-81.787705, 28.82673], [-81.787704, 28.827115], [-81.787226, 28.827113], [-81.7872, 28.827113], [-81.78709, 28.827115], [-81.786987, 28.827115], [-81.786991, 28.828022], [-81.785043, 28.82802], [-81.785036, 28.829431], [-81.785034, 28.829857], [-81.784207, 28.829857], [-81.784216, 28.828289], [-81.784218, 28.827932], [-81.782969, 28.827933], [-81.782973, 28.827361], [-81.782977, 28.826935], [-81.782977, 28.826613], [-81.781839, 28.826274], [-81.781498, 28.826172], [-81.781538, 28.826075], [-81.781573, 28.825983], [-81.781591, 28.825937], [-81.781846, 28.825457], [-81.781844, 28.825445], [-81.78187, 28.825352], [-81.782147, 28.824633], [-81.779693, 28.823899], [-81.78011, 28.823257], [-81.780237, 28.823021], [-81.780334, 28.822757], [-81.780363, 28.822505], [-81.780346, 28.822106], [-81.780298, 28.821887], [-81.780284, 28.821774], [-81.780162, 28.82179], [-81.780054, 28.821805], [-81.779944, 28.821808], [-81.779572, 28.821644], [-81.779245, 28.821506], [-81.778397, 28.8215], [-81.778388, 28.822463], [-81.775587, 28.822445], [-81.775602, 28.820751], [-81.774737, 28.820742], [-81.774591, 28.82074], [-81.77454, 28.820757], [-81.774505, 28.820757], [-81.774033, 28.82076], [-81.774035, 28.821035], [-81.773589, 28.821037], [-81.773594, 28.820652], [-81.773616, 28.819959], [-81.773504, 28.819954], [-81.773387, 28.819953], [-81.773351, 28.819953], [-81.772949, 28.81995], [-81.772555, 28.819954], [-81.77244, 28.819936], [-81.772306, 28.819906], [-81.772152, 28.819864], [-81.77217, 28.819798], [-81.772309, 28.819364], [-81.772326, 28.819368], [-81.77234, 28.819342], [-81.772367, 28.819226], [-81.77226, 28.819205], [-81.772153, 28.819183], [-81.771935, 28.819104], [-81.771826, 28.819075], [-81.771824, 28.818812], [-81.771823, 28.818667], [-81.771869, 28.818538], [-81.771922, 28.818371], [-81.772452, 28.81851], [-81.77353, 28.818791], [-81.774671, 28.819092], [-81.774732, 28.819108], [-81.774753, 28.819043], [-81.77476, 28.818701], [-81.774797, 28.818712], [-81.774836, 28.818726], [-81.775161, 28.818811], [-81.7754, 28.818874], [-81.775639, 28.818936], [-81.775879, 28.818999], [-81.776118, 28.819062], [-81.776358, 28.819124], [-81.776597, 28.819187], [-81.776837, 28.81925], [-81.777076, 28.819312], [-81.777316, 28.819375], [-81.777559, 28.819439], [-81.777613, 28.819453], [-81.778413, 28.819662], [-81.778514, 28.81969], [-81.778879, 28.819784], [-81.778981, 28.819811], [-81.779214, 28.819872], [-81.779401, 28.819923], [-81.780799, 28.820287], [-81.782733, 28.820793], [-81.78306, 28.82088], [-81.783255, 28.82093], [-81.783217, 28.821018], [-81.783186, 28.821083], [-81.783724, 28.821223], [-81.783843, 28.821253], [-81.784243, 28.821356], [-81.784235, 28.822169], [-81.784279, 28.822182], [-81.784313, 28.822192], [-81.78432, 28.821553], [-81.785062, 28.821747], [-81.785165, 28.821466], [-81.785174, 28.821431], [-81.785254, 28.821449], [-81.785744, 28.821581], [-81.787132, 28.821943], [-81.787509, 28.821993], [-81.787517, 28.821368], [-81.787772, 28.821405], [-81.787887, 28.821416], [-81.78792, 28.822042], [-81.788252, 28.822076], [-81.788601, 28.82211], [-81.789172, 28.822154], [-81.789649, 28.822181], [-81.790554, 28.822214], [-81.791096, 28.822217], [-81.791273, 28.822229], [-81.791272, 28.822532], [-81.791075, 28.822536], [-81.791074, 28.822547], [-81.79096, 28.822546], [-81.790959, 28.823096], [-81.791272, 28.823098], [-81.791271, 28.823257], [-81.791271, 28.823659], [-81.791273, 28.823812], [-81.791267, 28.824081], [-81.79126, 28.824198], [-81.791252, 28.82423], [-81.791373, 28.824267], [-81.791374, 28.823849], [-81.791385, 28.82383], [-81.791405, 28.823815], [-81.791429, 28.823806], [-81.791443, 28.823804], [-81.79157, 28.823841], [-81.791763, 28.823896], [-81.793554, 28.824402], [-81.793641, 28.824427], [-81.79364, 28.824404], [-81.793639, 28.82434], [-81.79363, 28.823864], [-81.794175, 28.823883], [-81.794177, 28.824006], [-81.794183, 28.82424], [-81.794188, 28.824455], [-81.79433, 28.824449], [-81.794534, 28.824449], [-81.794961, 28.824446], [-81.795437, 28.824433], [-81.795393, 28.822599], [-81.795395, 28.822568], [-81.795392, 28.822463], [-81.795389, 28.822328], [-81.795389, 28.822266], [-81.795387, 28.821274], [-81.795376, 28.820691], [-81.795374, 28.820581], [-81.797424, 28.819482], [-81.798474, 28.818855], [-81.798847, 28.81886], [-81.798904, 28.81886], [-81.798978, 28.818768], [-81.79908, 28.81866], [-81.799143, 28.818612], [-81.799221, 28.818513], [-81.799324, 28.818401], [-81.799389, 28.818323], [-81.799499, 28.818217], [-81.799564, 28.81818], [-81.799635, 28.818147], [-81.799675, 28.818124], [-81.799773, 28.81807], [-81.799896, 28.817996], [-81.79996, 28.81797], [-81.800039, 28.817928], [-81.800163, 28.81785], [-81.800265, 28.817816], [-81.800333, 28.81779], [-81.800425, 28.817759], [-81.800512, 28.817723], [-81.800576, 28.817701], [-81.800657, 28.817685], [-81.800736, 28.817675], [-81.800798, 28.817664], [-81.800872, 28.817646], [-81.800971, 28.817612], [-81.801056, 28.81757], [-81.801155, 28.817495], [-81.801165, 28.817487], [-81.801201, 28.817455], [-81.801242, 28.817411], [-81.801293, 28.817375], [-81.801375, 28.817339], [-81.801506, 28.817298], [-81.801801, 28.817242], [-81.80187, 28.81722], [-81.802002, 28.817168], [-81.802075, 28.817141], [-81.80216, 28.817118], [-81.802305, 28.81703], [-81.80232, 28.817027], [-81.80241, 28.816976], [-81.802493, 28.816953], [-81.802553, 28.816936], [-81.802631, 28.816913], [-81.802785, 28.816862], [-81.802849, 28.81684], [-81.802924, 28.816816], [-81.802935, 28.816812], [-81.803009, 28.816786], [-81.803097, 28.816763], [-81.803181, 28.816745], [-81.803252, 28.816729], [-81.803355, 28.81671], [-81.803424, 28.816696], [-81.803481, 28.816681], [-81.803494, 28.816676], [-81.803629, 28.816625], [-81.803662, 28.816619], [-81.803684, 28.816614], [-81.803746, 28.816593], [-81.803808, 28.816578], [-81.8039, 28.816559], [-81.803988, 28.816536], [-81.804078, 28.816506], [-81.804137, 28.816485], [-81.804213, 28.81646], [-81.804291, 28.816438], [-81.804372, 28.816417], [-81.804457, 28.816392], [-81.804547, 28.816363], [-81.804632, 28.81633], [-81.804722, 28.816287], [-81.804802, 28.816254], [-81.804894, 28.816218], [-81.804962, 28.816196], [-81.805268, 28.81602], [-81.805334, 28.816], [-81.805412, 28.815969], [-81.805486, 28.815942], [-81.805551, 28.815914], [-81.805608, 28.815886], [-81.805687, 28.815844], [-81.805748, 28.815812], [-81.805828, 28.815775], [-81.805919, 28.815746], [-81.805929, 28.81574], [-81.806003, 28.815716], [-81.806079, 28.815687], [-81.806156, 28.815656], [-81.806255, 28.815614], [-81.806309, 28.815584], [-81.806488, 28.815419], [-81.806549, 28.81539], [-81.806612, 28.815352], [-81.806677, 28.815314], [-81.80678, 28.815252], [-81.806882, 28.815199], [-81.807006, 28.815135], [-81.807113, 28.815084], [-81.807161, 28.815057], [-81.807282, 28.814977], [-81.807354, 28.814925], [-81.807433, 28.814866], [-81.80754, 28.814774], [-81.80767, 28.814672], [-81.807782, 28.814583], [-81.807896, 28.814499], [-81.807903, 28.814487], [-81.807945, 28.814454], [-81.807971, 28.814418], [-81.808027, 28.814374], [-81.808078, 28.814318], [-81.808134, 28.814249], [-81.808178, 28.814204], [-81.808218, 28.814154], [-81.808276, 28.814079], [-81.808331, 28.81401], [-81.808368, 28.81395], [-81.808414, 28.813869], [-81.808453, 28.813798], [-81.80855, 28.813674], [-81.808577, 28.813622], [-81.808632, 28.813519], [-81.808683, 28.813438], [-81.808845, 28.813227], [-81.808896, 28.813167], [-81.808942, 28.813107], [-81.80901, 28.81304], [-81.809061, 28.812967], [-81.809102, 28.812898], [-81.809155, 28.812837], [-81.809291, 28.812687], [-81.809374, 28.812581], [-81.809404, 28.812532], [-81.809429, 28.812475], [-81.809467, 28.812395], [-81.809495, 28.812344], [-81.809536, 28.812284], [-81.809591, 28.812194], [-81.809637, 28.812117], [-81.809681, 28.81205], [-81.809742, 28.811998], [-81.809786, 28.811953], [-81.80984, 28.811903], [-81.809901, 28.811847], [-81.809959, 28.811784], [-81.810015, 28.811724], [-81.810047, 28.811677], [-81.810102, 28.811578], [-81.810159, 28.811486], [-81.810204, 28.811432], [-81.810288, 28.811289], [-81.810328, 28.811235], [-81.810367, 28.811177], [-81.810409, 28.81113], [-81.810446, 28.81107], [-81.810482, 28.810997], [-81.810507, 28.810928], [-81.810547, 28.810841], [-81.810579, 28.810769], [-81.810601, 28.810696], [-81.810633, 28.81064], [-81.810677, 28.810591], [-81.810733, 28.810535], [-81.81079, 28.8105], [-81.810858, 28.810466], [-81.810922, 28.810442], [-81.810989, 28.810411], [-81.811072, 28.810373], [-81.811126, 28.810344], [-81.811183, 28.810309], [-81.811247, 28.81028], [-81.811317, 28.810228], [-81.811379, 28.810214], [-81.81146, 28.810191], [-81.811534, 28.810175], [-81.811608, 28.81015], [-81.81168, 28.810131], [-81.811751, 28.810113], [-81.811837, 28.810103], [-81.811904, 28.810101], [-81.811967, 28.810112], [-81.812034, 28.810119], [-81.812183, 28.810112], [-81.812229, 28.810099], [-81.812243, 28.810086], [-81.812328, 28.810069], [-81.812388, 28.810044], [-81.812452, 28.810028], [-81.812528, 28.810009], [-81.812602, 28.810001], [-81.812684, 28.81], [-81.812754, 28.81], [-81.812828, 28.810009], [-81.812903, 28.810022], [-81.812971, 28.810038], [-81.813039, 28.810062], [-81.813104, 28.810096], [-81.813137, 28.81012], [-81.813161, 28.81016], [-81.813156, 28.810222], [-81.813132, 28.810292], [-81.81316, 28.810362], [-81.81321, 28.810424], [-81.813264, 28.810469], [-81.813353, 28.810514], [-81.813391, 28.810551], [-81.813455, 28.810573], [-81.813524, 28.810605], [-81.81359, 28.810631], [-81.813656, 28.810657], [-81.813741, 28.810691], [-81.813804, 28.810715], [-81.813864, 28.810733], [-81.813951, 28.810756], [-81.814031, 28.810761], [-81.814117, 28.810768], [-81.814259, 28.810767], [-81.814331, 28.810769], [-81.814482, 28.810772], [-81.814596, 28.810802], [-81.814663, 28.810802], [-81.814738, 28.810809], [-81.814815, 28.810816], [-81.814889, 28.810822], [-81.814952, 28.810828], [-81.815014, 28.810818], [-81.815065, 28.810788], [-81.815086, 28.810773], [-81.81626, 28.808595], [-81.816252, 28.808829], [-81.816251, 28.809133], [-81.816239, 28.809704], [-81.816238, 28.809842], [-81.816276, 28.809846], [-81.816343, 28.809851], [-81.816576, 28.809851], [-81.817855, 28.809845], [-81.818312, 28.809856], [-81.818313, 28.809463], [-81.818339, 28.807998], [-81.819537, 28.808013], [-81.820421, 28.808024], [-81.820362, 28.811798], [-81.820335, 28.813845], [-81.820316, 28.815402], [-81.820305, 28.818876], [-81.820304, 28.819044], [-81.820356, 28.819043], [-81.820878, 28.819047], [-81.82437, 28.819067], [-81.82448, 28.819066], [-81.824479, 28.818725], [-81.824484, 28.81846], [-81.824485, 28.818362], [-81.824361, 28.818286], [-81.823918, 28.818036], [-81.823192, 28.817165], [-81.822935, 28.816664], [-81.822715, 28.816148], [-81.822643, 28.815971], [-81.822435, 28.815603], [-81.82222, 28.815079], [-81.822088, 28.814601], [-81.82201, 28.813993], [-81.821987, 28.81339], [-81.821943, 28.812835], [-81.821834, 28.812276], [-81.821941, 28.811734], [-81.822684, 28.811745], [-81.824106, 28.811767], [-81.824553, 28.811774], [-81.824532, 28.813092], [-81.824524, 28.813583], [-81.824523, 28.8136], [-81.828704, 28.813628], [-81.828726, 28.813628], [-81.828694, 28.81537], [-81.828693, 28.81545], [-81.830516, 28.815465], [-81.83062, 28.815466], [-81.830775, 28.815468], [-81.830776, 28.815372], [-81.830789, 28.813642], [-81.832796, 28.813656], [-81.832876, 28.813661], [-81.832953, 28.813657], [-81.832954, 28.813358], [-81.832985, 28.808559], [-81.832983, 28.808298], [-81.834631, 28.808311], [-81.834716, 28.80831], [-81.834717, 28.808156], [-81.834716, 28.808061], [-81.834718, 28.807838], [-81.834738, 28.804551], [-81.837052, 28.804571], [-81.837058, 28.803659], [-81.833934, 28.803632], [-81.833148, 28.803633], [-81.832932, 28.803623], [-81.832931, 28.804417], [-81.832926, 28.804536], [-81.83107, 28.804514], [-81.829394, 28.804506], [-81.829383, 28.803526], [-81.829389, 28.803241], [-81.826724, 28.802962], [-81.826719, 28.803501], [-81.826705, 28.804451], [-81.824958, 28.803827], [-81.824867, 28.803783], [-81.824793, 28.803731], [-81.82474, 28.803669], [-81.824705, 28.8036], [-81.824683, 28.803496], [-81.824671, 28.803167], [-81.824688, 28.801554], [-81.824678, 28.800815], [-81.82469, 28.799895], [-81.824698, 28.799233], [-81.826376, 28.798908], [-81.828237, 28.798553], [-81.828801, 28.798392], [-81.828845, 28.798378], [-81.828841, 28.798321], [-81.829401, 28.798202], [-81.831474, 28.797736], [-81.831484, 28.798086], [-81.831486, 28.798334], [-81.832993, 28.798334], [-81.832947, 28.800884], [-81.833998, 28.800895], [-81.834689, 28.800901], [-81.835399, 28.800908], [-81.836474, 28.800917], [-81.836532, 28.800918], [-81.836907, 28.800921], [-81.837286, 28.800925], [-81.837371, 28.800925], [-81.838736, 28.800961], [-81.84025, 28.80095], [-81.840316, 28.800951], [-81.84121, 28.80096], [-81.843971, 28.800974], [-81.844109, 28.800984], [-81.844112, 28.80102], [-81.844152, 28.801038], [-81.844189, 28.801051], [-81.844235, 28.801063], [-81.844258, 28.801067], [-81.84429, 28.801071], [-81.844336, 28.801074], [-81.845309, 28.801082], [-81.845332, 28.80108], [-81.845308, 28.802644], [-81.845292, 28.803786], [-81.845297, 28.804675], [-81.845304, 28.805799], [-81.845309, 28.806627], [-81.845315, 28.807656], [-81.845302, 28.807736], [-81.845303, 28.80822], [-81.845289, 28.808275], [-81.84529, 28.808331], [-81.845294, 28.808492], [-81.845308, 28.809031], [-81.845308, 28.809196], [-81.845309, 28.809363], [-81.845296, 28.810156], [-81.845294, 28.810625], [-81.847395, 28.810629], [-81.847399, 28.810008], [-81.84739, 28.809195], [-81.84749, 28.809195], [-81.84769, 28.809195], [-81.84783, 28.809195], [-81.847828, 28.809173], [-81.847828, 28.809148], [-81.847828, 28.809112], [-81.847827, 28.809081], [-81.847829, 28.808737], [-81.847832, 28.808393], [-81.847832, 28.808354], [-81.847967, 28.808354], [-81.849313, 28.808363], [-81.849368, 28.808366], [-81.8494, 28.808371], [-81.849435, 28.808379], [-81.849478, 28.808391], [-81.850052, 28.808673], [-81.850573, 28.808933], [-81.850574, 28.809528], [-81.850529, 28.809529], [-81.849758, 28.80953], [-81.849768, 28.811947], [-81.850059, 28.811953], [-81.850222, 28.811949], [-81.850618, 28.812452], [-81.850751, 28.812593], [-81.85082, 28.81267], [-81.85104, 28.812938], [-81.85141, 28.813387], [-81.851459, 28.813417], [-81.85163, 28.813292], [-81.852324, 28.81284], [-81.853571, 28.812052], [-81.853576, 28.811664], [-81.853574, 28.8116], [-81.853577, 28.810736], [-81.85358, 28.810642], [-81.853594, 28.809662], [-81.853585, 28.809458], [-81.853536, 28.809449], [-81.853384, 28.809432], [-81.852958, 28.809407], [-81.852027, 28.809364], [-81.851884, 28.809347], [-81.851762, 28.809332], [-81.851703, 28.809325], [-81.851508, 28.809285], [-81.851353, 28.809228], [-81.851401, 28.809183], [-81.851413, 28.809171], [-81.851427, 28.809157], [-81.85145, 28.809127], [-81.851449, 28.809108], [-81.851453, 28.809088], [-81.851454, 28.808828], [-81.851455, 28.808626], [-81.851456, 28.80849], [-81.851458, 28.808324], [-81.851455, 28.80809], [-81.851459, 28.807903], [-81.85146, 28.807566], [-81.851536, 28.807563], [-81.851895, 28.807567], [-81.852127, 28.807568], [-81.853493, 28.807572], [-81.853614, 28.80756], [-81.853614, 28.806873], [-81.853608, 28.804038], [-81.853624, 28.79855], [-81.853603, 28.798532], [-81.853602, 28.797065], [-81.853589, 28.785072], [-81.854736, 28.785059], [-81.860895, 28.784979], [-81.871145, 28.784857], [-81.875932, 28.784807], [-81.880348, 28.784761], [-81.886992, 28.784694], [-81.887392, 28.784689], [-81.887429, 28.784689], [-81.887435, 28.783852], [-81.887435, 28.783794], [-81.887429, 28.783675], [-81.887398, 28.78364], [-81.887371, 28.783613], [-81.88731, 28.783574], [-81.887252, 28.783538], [-81.887188, 28.783469], [-81.88715, 28.7834], [-81.88711, 28.783338], [-81.887074, 28.783264], [-81.887053, 28.783202], [-81.88704, 28.783149], [-81.887052, 28.783078], [-81.887076, 28.78302], [-81.887072, 28.782964], [-81.887054, 28.782908], [-81.887095, 28.782865], [-81.887109, 28.782787], [-81.887138, 28.782721], [-81.887131, 28.782658], [-81.887132, 28.782593], [-81.887142, 28.782537], [-81.887151, 28.782425], [-81.887178, 28.782093], [-81.887213, 28.781859], [-81.887217, 28.781824], [-81.887205, 28.781766], [-81.88718, 28.781712], [-81.887105, 28.781695], [-81.88703, 28.781713], [-81.886964, 28.781744], [-81.886931, 28.781788], [-81.886919, 28.7818], [-81.886882, 28.782405], [-81.886887, 28.782476], [-81.886887, 28.782545], [-81.886866, 28.782559], [-81.886827, 28.78258], [-81.886758, 28.782592], [-81.886669, 28.782571], [-81.886638, 28.782497], [-81.886643, 28.782423], [-81.886661, 28.782328], [-81.886612, 28.782189], [-81.886539, 28.782157], [-81.886483, 28.782184], [-81.886459, 28.782214], [-81.88641, 28.780759], [-81.886408, 28.780695], [-81.886849, 28.780761], [-81.887417, 28.780872], [-81.887418, 28.780808], [-81.88742, 28.780522], [-81.88742, 28.780318], [-81.887407, 28.779819], [-81.887392, 28.779548], [-81.887357, 28.779113], [-81.887326, 28.778846], [-81.887295, 28.778573], [-81.887255, 28.778304], [-81.887211, 28.778036], [-81.887138, 28.777658], [-81.88708, 28.777386], [-81.887012, 28.7771], [-81.886949, 28.776856], [-81.886872, 28.776579], [-81.88677, 28.776247], [-81.886748, 28.776177], [-81.886699, 28.776176], [-81.884826, 28.776115], [-81.8829, 28.776067], [-81.882217, 28.77605], [-81.881765, 28.776039], [-81.881761, 28.776097], [-81.881754, 28.776177], [-81.88045, 28.776147], [-81.880455, 28.776107], [-81.880441, 28.776005], [-81.880428, 28.775919], [-81.880423, 28.775852], [-81.88041, 28.775791], [-81.880391, 28.775732], [-81.880402, 28.77565], [-81.880397, 28.775588], [-81.880384, 28.775527], [-81.880378, 28.775477], [-81.88246, 28.77548], [-81.882459, 28.775152], [-81.882512, 28.775153], [-81.882866, 28.775165], [-81.883503, 28.775165], [-81.886381, 28.775169], [-81.886295, 28.774962], [-81.886205, 28.774757], [-81.886132, 28.774595], [-81.886057, 28.774434], [-81.886033, 28.774384], [-81.885863, 28.77404], [-81.885706, 28.773742], [-81.885402, 28.77318], [-81.885248, 28.773183], [-81.885181, 28.773058], [-81.885335, 28.773055], [-81.884697, 28.771876], [-81.884653, 28.771794], [-81.883338, 28.771803], [-81.883142, 28.771423], [-81.883014, 28.771207], [-81.882945, 28.771126], [-81.882899, 28.771089], [-81.882854, 28.771069], [-81.882815, 28.77071], [-81.882642, 28.770712], [-81.88242, 28.770713], [-81.882108, 28.770715], [-81.881796, 28.770717], [-81.881499, 28.770719], [-81.881468, 28.770719], [-81.881172, 28.770721], [-81.880859, 28.770723], [-81.880313, 28.770727], [-81.880285, 28.770728], [-81.880252, 28.770728], [-81.879536, 28.770732], [-81.879534, 28.770136], [-81.879533, 28.769995], [-81.87953, 28.769601], [-81.879537, 28.768915], [-81.879532, 28.768677], [-81.879539, 28.765905], [-81.881479, 28.765926], [-81.88095, 28.764943], [-81.880771, 28.764614], [-81.880749, 28.764573], [-81.880714, 28.764509], [-81.880454, 28.76403], [-81.880062, 28.763193], [-81.879869, 28.76269], [-81.879746, 28.762333], [-81.879604, 28.762352], [-81.8795, 28.762006], [-81.879429, 28.761737], [-81.879366, 28.761469], [-81.87925, 28.760916], [-81.879173, 28.760552], [-81.879151, 28.76045], [-81.879087, 28.760146], [-81.879224, 28.760119], [-81.879043, 28.759284], [-81.878883, 28.758535], [-81.878871, 28.758476], [-81.878852, 28.758388], [-81.878825, 28.758262], [-81.878725, 28.757798], [-81.878492, 28.756726], [-81.875441, 28.756696], [-81.875454, 28.754966], [-81.875455, 28.754872], [-81.875456, 28.754781], [-81.87546, 28.754533], [-81.874889, 28.754527], [-81.874481, 28.754524], [-81.874439, 28.754524], [-81.874652, 28.75435], [-81.874873, 28.75417], [-81.874876, 28.754007], [-81.874549, 28.753796], [-81.874526, 28.753781], [-81.874525, 28.75377], [-81.874502, 28.753358], [-81.8745, 28.753322], [-81.874526, 28.753312], [-81.874739, 28.753229], [-81.875186, 28.753064], [-81.875201, 28.753059], [-81.875246, 28.753042], [-81.875394, 28.753044], [-81.875473, 28.753045], [-81.875473, 28.752971], [-81.875474, 28.752859], [-81.875479, 28.752349], [-81.875492, 28.752131], [-81.87548, 28.751982], [-81.875763, 28.751425], [-81.875704, 28.75114], [-81.875648, 28.75089], [-81.875807, 28.750742], [-81.875958, 28.750604], [-81.876051, 28.750507], [-81.876096, 28.750204], [-81.87614, 28.749912], [-81.875868, 28.749767], [-81.87585, 28.749732], [-81.875738, 28.749501], [-81.875653, 28.749325], [-81.875629, 28.749275], [-81.875458, 28.749071], [-81.875414, 28.749016], [-81.875381, 28.748977], [-81.875356, 28.748946], [-81.875078, 28.74861], [-81.875051, 28.748506], [-81.874997, 28.748293], [-81.874849, 28.74811], [-81.874811, 28.748055], [-81.874769, 28.747989], [-81.873501, 28.748163], [-81.873466, 28.748167], [-81.873179, 28.748206], [-81.873171, 28.748335], [-81.873127, 28.749068], [-81.873444, 28.749079], [-81.873445, 28.749154], [-81.873441, 28.749506], [-81.87341, 28.753902], [-81.872861, 28.753895], [-81.868696, 28.753894], [-81.867188, 28.753892], [-81.867232, 28.75009], [-81.867234, 28.749935], [-81.867091, 28.749994], [-81.865919, 28.750474], [-81.865159, 28.75074], [-81.86505, 28.750778], [-81.864971, 28.7508], [-81.864843, 28.750837], [-81.864655, 28.750889], [-81.864311, 28.75097], [-81.863963, 28.751033], [-81.863414, 28.751113], [-81.863069, 28.751148], [-81.86307, 28.751004], [-81.863116, 28.747474], [-81.861058, 28.747447], [-81.861041, 28.747448], [-81.861034, 28.748358], [-81.861027, 28.748915], [-81.861025, 28.74911], [-81.861024, 28.749275], [-81.860333, 28.749265], [-81.860323, 28.751021], [-81.860324, 28.751114], [-81.859008, 28.751051], [-81.858937, 28.751048], [-81.858252, 28.751015], [-81.858209, 28.751013], [-81.858185, 28.751113], [-81.858176, 28.75115], [-81.857909, 28.751892], [-81.857812, 28.752163], [-81.857792, 28.752214], [-81.857699, 28.752183], [-81.85769, 28.752288], [-81.857763, 28.752327], [-81.857856, 28.752473], [-81.857978, 28.752624], [-81.858037, 28.752672], [-81.858185, 28.75274], [-81.858416, 28.752722], [-81.858532, 28.752714], [-81.858756, 28.752667], [-81.858803, 28.752639], [-81.85897, 28.752507], [-81.858978, 28.753189], [-81.858979, 28.753229], [-81.858974, 28.754074], [-81.858973, 28.754235], [-81.858965, 28.754772], [-81.857926, 28.754765], [-81.857931, 28.756649], [-81.857868, 28.756648], [-81.857619, 28.756647], [-81.857322, 28.756645], [-81.856792, 28.756643], [-81.855995, 28.756639], [-81.856019, 28.759075], [-81.855839, 28.759018], [-81.855753, 28.75899], [-81.855683, 28.758969], [-81.855613, 28.758948], [-81.855515, 28.75891], [-81.855369, 28.758851], [-81.855266, 28.758814], [-81.85518, 28.758778], [-81.855101, 28.758744], [-81.854945, 28.758678], [-81.854647, 28.758507], [-81.854585, 28.758467], [-81.854505, 28.758409], [-81.854426, 28.758354], [-81.854358, 28.758299], [-81.854293, 28.758253], [-81.85421, 28.758202], [-81.854131, 28.758163], [-81.854001, 28.758098], [-81.853872, 28.758042], [-81.853746, 28.757998], [-81.853597, 28.757939], [-81.853216, 28.757791], [-81.853157, 28.757754], [-81.853081, 28.757709], [-81.853066, 28.757701], [-81.853014, 28.757673], [-81.852937, 28.757637], [-81.852851, 28.757597], [-81.852777, 28.757567], [-81.852717, 28.757542], [-81.852636, 28.757506], [-81.852554, 28.757474], [-81.852461, 28.757432], [-81.852367, 28.757397], [-81.852284, 28.757363], [-81.852219, 28.757334], [-81.852131, 28.757291], [-81.852068, 28.757268], [-81.852003, 28.757248], [-81.851705, 28.757106], [-81.851636, 28.75706], [-81.851564, 28.757015], [-81.851485, 28.756981], [-81.851426, 28.756948], [-81.851366, 28.756914], [-81.851302, 28.756885], [-81.851235, 28.756849], [-81.851084, 28.756775], [-81.85102, 28.756746], [-81.850997, 28.756737], [-81.850953, 28.756719], [-81.85093, 28.756711], [-81.850878, 28.756693], [-81.850805, 28.756675], [-81.850772, 28.756669], [-81.850741, 28.756662], [-81.850706, 28.756656], [-81.850659, 28.756648], [-81.850569, 28.756641], [-81.850289, 28.756528], [-81.850271, 28.756512], [-81.850276, 28.754231], [-81.84827, 28.754241], [-81.848339, 28.753905], [-81.848541, 28.752952], [-81.848823, 28.751699], [-81.849034, 28.750704], [-81.849063, 28.750566], [-81.848858, 28.750553], [-81.848479, 28.750518], [-81.847833, 28.750432], [-81.847418, 28.750377], [-81.846689, 28.750247], [-81.846248, 28.750152], [-81.84596, 28.75009], [-81.845554, 28.749992], [-81.845059, 28.749858], [-81.844288, 28.749623], [-81.843343, 28.749285], [-81.842536, 28.748951], [-81.841937, 28.748674], [-81.841344, 28.748373], [-81.83992, 28.747642], [-81.838846, 28.747106], [-81.837973, 28.746656], [-81.837923, 28.746631], [-81.83707, 28.746192], [-81.836185, 28.74575], [-81.835853, 28.745577], [-81.835867, 28.745424], [-81.835874, 28.744706], [-81.835893, 28.742792], [-81.836845, 28.742797], [-81.837866, 28.742803], [-81.837983, 28.742805], [-81.837972, 28.742855], [-81.837943, 28.743059], [-81.83793, 28.743261], [-81.8397, 28.743268], [-81.840008, 28.743003], [-81.840018, 28.741443], [-81.838631, 28.741438], [-81.838195, 28.741435], [-81.837961, 28.741434], [-81.837966, 28.740481], [-81.838003, 28.739573], [-81.837767, 28.739595], [-81.83754, 28.739599], [-81.836278, 28.739574], [-81.835615, 28.739572], [-81.834907, 28.739575], [-81.834911, 28.737763], [-81.833861, 28.73776], [-81.833848, 28.737034], [-81.833854, 28.736863], [-81.833867, 28.736709], [-81.833863, 28.736557], [-81.833854, 28.735934], [-81.832826, 28.735928], [-81.831834, 28.735923], [-81.831829, 28.736841], [-81.831826, 28.737748], [-81.831612, 28.737754], [-81.829847, 28.737738], [-81.829769, 28.737738], [-81.829772, 28.736757], [-81.829779, 28.734087], [-81.829784, 28.732262], [-81.831851, 28.732271], [-81.831843, 28.734097], [-81.833906, 28.734107], [-81.833918, 28.732281], [-81.835985, 28.73229], [-81.835982, 28.733035], [-81.83597, 28.734117], [-81.837996, 28.734132], [-81.837993, 28.735025], [-81.83798, 28.735949], [-81.839427, 28.735953], [-81.840391, 28.735971], [-81.842021, 28.735981], [-81.842135, 28.735982], [-81.843165, 28.735992], [-81.843494, 28.735995], [-81.843916, 28.735998], [-81.845981, 28.736017], [-81.846245, 28.736023], [-81.846244, 28.736098], [-81.846229, 28.737155], [-81.846226, 28.737323], [-81.846194, 28.74137], [-81.846194, 28.741565], [-81.846206, 28.741995], [-81.846197, 28.743295], [-81.846207, 28.743796], [-81.846204, 28.745006], [-81.846222, 28.745067], [-81.846239, 28.745113], [-81.847261, 28.74512], [-81.847261, 28.745141], [-81.847261, 28.745297], [-81.847258, 28.746191], [-81.84727, 28.747238], [-81.847268, 28.747335], [-81.84733, 28.747318], [-81.84741, 28.747297], [-81.84749, 28.747278], [-81.847571, 28.747263], [-81.847676, 28.747243], [-81.847736, 28.747227], [-81.848108, 28.747174], [-81.84818, 28.747201], [-81.848202, 28.747249], [-81.848197, 28.747295], [-81.848167, 28.747332], [-81.848166, 28.74877], [-81.848825, 28.748773], [-81.849096, 28.748781], [-81.849549, 28.748758], [-81.849621, 28.748769], [-81.849675, 28.74877], [-81.850189, 28.748819], [-81.85024, 28.748818], [-81.850355, 28.748817], [-81.850348, 28.748493], [-81.850363, 28.748461], [-81.850367, 28.748186], [-81.850345, 28.748026], [-81.850351, 28.746061], [-81.850358, 28.744037], [-81.850388, 28.743312], [-81.851759, 28.741976], [-81.852792, 28.740971], [-81.854107, 28.739691], [-81.854131, 28.73973], [-81.854658, 28.739368], [-81.854816, 28.739246], [-81.855196, 28.739231], [-81.855545, 28.739107], [-81.855734, 28.73904], [-81.856075, 28.738812], [-81.85615, 28.73867], [-81.856288, 28.738412], [-81.856539, 28.737665], [-81.856588, 28.737633], [-81.856829, 28.737476], [-81.856875, 28.737447], [-81.857021, 28.737354], [-81.857237, 28.737369], [-81.857456, 28.737387], [-81.85761, 28.737437], [-81.857742, 28.737349], [-81.858245, 28.737029], [-81.85876, 28.736699], [-81.859053, 28.736511], [-81.85908, 28.736511], [-81.859329, 28.736512], [-81.859811, 28.736516], [-81.86005, 28.736517], [-81.862574, 28.736533], [-81.86496, 28.736547], [-81.866657, 28.736557], [-81.8669, 28.736408], [-81.866527, 28.735934], [-81.867001, 28.735644], [-81.866981, 28.735614], [-81.866994, 28.735595], [-81.867007, 28.73557], [-81.86701, 28.73556], [-81.867015, 28.735541], [-81.867436, 28.736082], [-81.867648, 28.735957], [-81.868637, 28.735346], [-81.868749, 28.735289], [-81.86885, 28.735232], [-81.865585, 28.731072], [-81.86553, 28.731001], [-81.865464, 28.730918], [-81.865431, 28.730876], [-81.864793, 28.729967], [-81.864449, 28.729374], [-81.864398, 28.729288], [-81.864253, 28.729272], [-81.864103, 28.729267], [-81.863434, 28.729245], [-81.863669, 28.729656], [-81.863081, 28.729922], [-81.863016, 28.72977], [-81.86296, 28.72964], [-81.862829, 28.729521], [-81.862696, 28.729402], [-81.862526, 28.72934], [-81.862565, 28.729258], [-81.862503, 28.729257], [-81.856942, 28.729223], [-81.856611, 28.729222], [-81.85651, 28.72922], [-81.856187, 28.729217], [-81.854844, 28.729203], [-81.85483, 28.729203], [-81.854837, 28.728733], [-81.854849, 28.727834], [-81.854225, 28.72783], [-81.854226, 28.727807], [-81.854232, 28.727071], [-81.8529, 28.727059], [-81.852705, 28.727057], [-81.852725, 28.725442], [-81.852729, 28.725132], [-81.852924, 28.725134], [-81.853372, 28.725137], [-81.853472, 28.725137], [-81.853478, 28.724627], [-81.853479, 28.724312], [-81.853603, 28.724313], [-81.854147, 28.724316], [-81.854257, 28.724318], [-81.854294, 28.724318], [-81.854297, 28.723843], [-81.854302, 28.722873], [-81.862104, 28.722925], [-81.862481, 28.724792], [-81.862504, 28.724905], [-81.862531, 28.725041], [-81.862739, 28.725007], [-81.862949, 28.724988], [-81.863062, 28.725511], [-81.863247, 28.726196], [-81.863486, 28.726893], [-81.863746, 28.727564], [-81.864043, 28.728222], [-81.864347, 28.728817], [-81.864387, 28.728892], [-81.86455, 28.729175], [-81.864608, 28.729274], [-81.864731, 28.729273], [-81.865901, 28.729297], [-81.867026, 28.729301], [-81.867852, 28.729304], [-81.868297, 28.729306], [-81.868477, 28.729307], [-81.868511, 28.729307], [-81.86876, 28.729301], [-81.868929, 28.729297], [-81.868955, 28.729298], [-81.868947, 28.729711], [-81.868937, 28.730221], [-81.868929, 28.730634], [-81.868914, 28.731416], [-81.868898, 28.732245], [-81.868902, 28.732932], [-81.871483, 28.732946], [-81.871467, 28.736084], [-81.871465, 28.736235], [-81.871463, 28.736421], [-81.871511, 28.736375], [-81.871645, 28.736154], [-81.871707, 28.736124], [-81.871839, 28.736069], [-81.871923, 28.736048], [-81.871961, 28.736038], [-81.872123, 28.735988], [-81.872187, 28.736001], [-81.872252, 28.736015], [-81.872278, 28.73602], [-81.872394, 28.736036], [-81.872652, 28.73607], [-81.872669, 28.736071], [-81.872766, 28.736072], [-81.872858, 28.736074], [-81.872937, 28.736076], [-81.873032, 28.736092], [-81.873094, 28.736079], [-81.87308, 28.73607], [-81.873029, 28.736068], [-81.873029, 28.736054], [-81.873068, 28.736049], [-81.873197, 28.736008], [-81.87326, 28.735965], [-81.873444, 28.735989], [-81.873504, 28.735997], [-81.873591, 28.73601], [-81.873779, 28.736017], [-81.873847, 28.735969], [-81.87389, 28.735939], [-81.874, 28.735861], [-81.874092, 28.735798], [-81.874504, 28.735767], [-81.874511, 28.735933], [-81.874518, 28.736085], [-81.874648, 28.736194], [-81.874664, 28.736207], [-81.874669, 28.736216], [-81.874645, 28.736293], [-81.874628, 28.736349], [-81.875106, 28.736655], [-81.875277, 28.736772], [-81.875301, 28.736779], [-81.875587, 28.736962], [-81.875753, 28.736962], [-81.876189, 28.736962], [-81.876211, 28.736961], [-81.876242, 28.736961], [-81.87626, 28.736961], [-81.87627, 28.736965], [-81.876308, 28.737012], [-81.876326, 28.737108], [-81.876329, 28.737124], [-81.876335, 28.737155], [-81.87634, 28.73718], [-81.87637, 28.73734], [-81.876525, 28.737443], [-81.876553, 28.737455], [-81.876687, 28.737512], [-81.876739, 28.737535], [-81.87673, 28.737448], [-81.876814, 28.737363], [-81.87693, 28.737362], [-81.876956, 28.737366], [-81.876998, 28.737385], [-81.877051, 28.737427], [-81.877343, 28.737491], [-81.877515, 28.73749], [-81.877567, 28.737489], [-81.877642, 28.737475], [-81.877651, 28.737462], [-81.877639, 28.737422], [-81.877609, 28.737304], [-81.877585, 28.737212], [-81.877669, 28.737128], [-81.877922, 28.737072], [-81.87805, 28.736962], [-81.878149, 28.736848], [-81.878175, 28.736864], [-81.878259, 28.736914], [-81.878377, 28.736949], [-81.87846, 28.736915], [-81.8787, 28.736898], [-81.87881, 28.736873], [-81.878957, 28.736803], [-81.87902, 28.73678], [-81.879067, 28.736724], [-81.879111, 28.736604], [-81.879138, 28.736494], [-81.879141, 28.73647], [-81.879165, 28.736453], [-81.879202, 28.736425], [-81.879222, 28.736405], [-81.879248, 28.736328], [-81.879308, 28.736172], [-81.879429, 28.736016], [-81.87949, 28.736062], [-81.87954, 28.736008], [-81.879743, 28.735764], [-81.87978, 28.735715], [-81.879855, 28.735613], [-81.879936, 28.735538], [-81.880054, 28.735581], [-81.880161, 28.735611], [-81.880317, 28.735591], [-81.880398, 28.735529], [-81.880513, 28.735406], [-81.880492, 28.735334], [-81.880469, 28.735268], [-81.880462, 28.735196], [-81.880451, 28.735081], [-81.880582, 28.734988], [-81.880608, 28.73497], [-81.880793, 28.734928], [-81.88085, 28.73491], [-81.880948, 28.73491], [-81.881089, 28.734848], [-81.881194, 28.734822], [-81.881354, 28.734753], [-81.881386, 28.734739], [-81.881497, 28.734691], [-81.881538, 28.734539], [-81.881535, 28.734523], [-81.881525, 28.734495], [-81.881463, 28.734327], [-81.881457, 28.734311], [-81.881505, 28.734202], [-81.88159, 28.734065], [-81.881606, 28.734043], [-81.881621, 28.733882], [-81.881622, 28.73387], [-81.881617, 28.733833], [-81.881643, 28.733774], [-81.881658, 28.733751], [-81.881698, 28.73371], [-81.8817, 28.733673], [-81.881781, 28.733656], [-81.881821, 28.733617], [-81.881862, 28.733561], [-81.881935, 28.733426], [-81.882149, 28.733267], [-81.882237, 28.733206], [-81.882233, 28.733151], [-81.882234, 28.733095], [-81.88211, 28.733019], [-81.882102, 28.732931], [-81.88212, 28.732892], [-81.882251, 28.732614], [-81.882257, 28.732601], [-81.882283, 28.732494], [-81.882242, 28.732414], [-81.882192, 28.732319], [-81.882088, 28.732142], [-81.882022, 28.732085], [-81.881945, 28.732018], [-81.881921, 28.732007], [-81.881875, 28.731951], [-81.881839, 28.731907], [-81.881693, 28.731744], [-81.881663, 28.731507], [-81.881691, 28.731441], [-81.88173, 28.731321], [-81.881759, 28.731234], [-81.881759, 28.731194], [-81.881686, 28.730922], [-81.881645, 28.730772], [-81.881633, 28.730724], [-81.881622, 28.730678], [-81.881663, 28.730583], [-81.881696, 28.730495], [-81.881718, 28.730451], [-81.881722, 28.730431], [-81.881758, 28.73037], [-81.881836, 28.730222], [-81.881874, 28.730156], [-81.881926, 28.73007], [-81.88197, 28.729996], [-81.881945, 28.729998], [-81.881906, 28.729891], [-81.881918, 28.729817], [-81.881933, 28.729698], [-81.88196, 28.729719], [-81.882001, 28.729695], [-81.882006, 28.729684], [-81.88199, 28.729589], [-81.882009, 28.729538], [-81.882026, 28.729455], [-81.88205, 28.729275], [-81.882008, 28.729109], [-81.881957, 28.729072], [-81.881962, 28.728886], [-81.882012, 28.728832], [-81.882045, 28.728798], [-81.882145, 28.728696], [-81.882218, 28.728621], [-81.882258, 28.72858], [-81.882289, 28.72856], [-81.882348, 28.728522], [-81.882426, 28.728487], [-81.882645, 28.728381], [-81.882748, 28.728344], [-81.8828, 28.728268], [-81.882852, 28.728137], [-81.88288, 28.72794], [-81.882883, 28.727915], [-81.88288, 28.72785], [-81.882876, 28.727786], [-81.882927, 28.727706], [-81.882925, 28.727629], [-81.882897, 28.727574], [-81.882918, 28.727414], [-81.882909, 28.727383], [-81.882892, 28.727324], [-81.882934, 28.727233], [-81.883002, 28.727091], [-81.883331, 28.726297], [-81.883542, 28.726013], [-81.88353, 28.725853], [-81.88353, 28.725769], [-81.883548, 28.725769], [-81.883621, 28.72577], [-81.885896, 28.725778], [-81.886763, 28.725793], [-81.888032, 28.725791], [-81.888152, 28.72579], [-81.88815, 28.725711], [-81.888151, 28.725668], [-81.888171, 28.725673], [-81.888324, 28.725688], [-81.889121, 28.725704], [-81.889854, 28.725707], [-81.890793, 28.725694], [-81.891623, 28.725691], [-81.892477, 28.725671], [-81.892953, 28.725692], [-81.893228, 28.72569], [-81.893289, 28.718213], [-81.893294, 28.717697], [-81.89332, 28.714925], [-81.894126, 28.714925], [-81.895307, 28.714932], [-81.895338, 28.714962], [-81.896106, 28.715719], [-81.896494, 28.71611], [-81.896726, 28.716348], [-81.897761, 28.717329], [-81.898352, 28.717889], [-81.899103, 28.718603], [-81.900128, 28.719575], [-81.902163, 28.721507], [-81.903046, 28.722344], [-81.906856, 28.725958], [-81.909388, 28.728361], [-81.909476, 28.728445], [-81.913338, 28.732116], [-81.913401, 28.732194], [-81.913668, 28.731959], [-81.913697, 28.731933], [-81.913754, 28.731882], [-81.913797, 28.731844], [-81.913935, 28.731727], [-81.91408, 28.731601], [-81.914289, 28.731417], [-81.914223, 28.731339], [-81.911597, 28.728838], [-81.911319, 28.728559], [-81.911122, 28.728362], [-81.908517, 28.725919], [-81.909203, 28.725923], [-81.909229, 28.7232], [-81.909235, 28.722582], [-81.909237, 28.722334], [-81.909237, 28.72228], [-81.908722, 28.722277], [-81.908717, 28.722809], [-81.908713, 28.723188], [-81.907864, 28.723183], [-81.907683, 28.723182], [-81.907682, 28.723299], [-81.907677, 28.72382], [-81.907203, 28.724218], [-81.906954, 28.724426], [-81.906786, 28.724268], [-81.906113, 28.723631], [-81.905825, 28.723359], [-81.905001, 28.722548], [-81.904872, 28.722458], [-81.903982, 28.721617], [-81.900632, 28.718431], [-81.898558, 28.716458], [-81.89899, 28.71646], [-81.898999, 28.715274], [-81.899, 28.715019], [-81.899001, 28.714949], [-81.900645, 28.714958], [-81.903089, 28.71497], [-81.90324, 28.714971], [-81.903445, 28.714972], [-81.90382, 28.714974], [-81.904029, 28.714975], [-81.904999, 28.714979], [-81.905513, 28.714981], [-81.908785, 28.714996], [-81.90877, 28.716813], [-81.911671, 28.716809], [-81.911669, 28.717883], [-81.911668, 28.718652], [-81.91197, 28.719934], [-81.912527, 28.722299], [-81.914579, 28.722314], [-81.914919, 28.722314], [-81.916189, 28.723824], [-81.916581, 28.724308], [-81.917869, 28.725847], [-81.918132, 28.726163], [-81.918881, 28.727058], [-81.918977, 28.727173], [-81.919044, 28.727253], [-81.919941, 28.726461], [-81.92095, 28.725541], [-81.921071, 28.725421], [-81.921061, 28.725274], [-81.921058, 28.725046], [-81.921066, 28.72454], [-81.921087, 28.723268], [-81.921097, 28.722653], [-81.921102, 28.722349], [-81.921057, 28.72235], [-81.91817, 28.722333], [-81.917454, 28.722329], [-81.916972, 28.722325], [-81.917004, 28.721395], [-81.917038, 28.718683], [-81.920102, 28.718701], [-81.92019, 28.718676], [-81.920337, 28.718646], [-81.920476, 28.718629], [-81.92075, 28.718623], [-81.922442, 28.718628], [-81.924995, 28.718655], [-81.925666, 28.71865], [-81.925964, 28.718679], [-81.926059, 28.718713], [-81.929417, 28.713262], [-81.930503, 28.711519], [-81.930642, 28.71152], [-81.930679, 28.711459], [-81.931087, 28.711461], [-81.931288, 28.711463], [-81.931307, 28.711433], [-81.931779, 28.710739], [-81.931578, 28.710738], [-81.93116, 28.710735], [-81.930992, 28.710733], [-81.931478, 28.709952], [-81.932032, 28.709049], [-81.932206, 28.709045], [-81.932744, 28.709051], [-81.932923, 28.70905], [-81.933332, 28.708447], [-81.932983, 28.708437], [-81.932704, 28.708439], [-81.93258, 28.708441], [-81.93241, 28.708435], [-81.93331, 28.706975], [-81.934549, 28.70498], [-81.934672, 28.704777], [-81.934479, 28.704794], [-81.933275, 28.704905], [-81.931258, 28.7044], [-81.930096, 28.703819], [-81.929607, 28.703572], [-81.929475, 28.7035], [-81.925367, 28.704159], [-81.922098, 28.704127], [-81.920252, 28.704124], [-81.919218, 28.704123], [-81.918743, 28.704123], [-81.918689, 28.704131], [-81.918209, 28.704129], [-81.917994, 28.704128], [-81.917723, 28.704127], [-81.917664, 28.704123], [-81.917099, 28.704123], [-81.917086, 28.704593], [-81.917075, 28.705021], [-81.917076, 28.705111], [-81.917095, 28.70627], [-81.917059, 28.711392], [-81.912937, 28.71137], [-81.912963, 28.708461], [-81.912958, 28.707739], [-81.911633, 28.70776], [-81.90881, 28.707729], [-81.906428, 28.707704], [-81.906135, 28.707704], [-81.904914, 28.707703], [-81.902696, 28.707676], [-81.901261, 28.707703], [-81.898855, 28.707676], [-81.898172, 28.707669], [-81.896109, 28.707662], [-81.896006, 28.707662], [-81.896134, 28.709423], [-81.896265, 28.711453], [-81.896346, 28.712704], [-81.896453, 28.714204], [-81.896484, 28.714733], [-81.896204, 28.714466], [-81.888374, 28.707011], [-81.888223, 28.706863], [-81.888226, 28.705801], [-81.88722, 28.705778], [-81.887096, 28.705793], [-81.881226, 28.700186], [-81.880991, 28.699997], [-81.880608, 28.699633], [-81.880624, 28.699525], [-81.88086, 28.697979], [-81.880197, 28.697897], [-81.879625, 28.697827], [-81.879505, 28.698587], [-81.877851, 28.697017], [-81.87743, 28.696617], [-81.877917, 28.69662], [-81.878867, 28.696627], [-81.884851, 28.696668], [-81.889404, 28.696699], [-81.891087, 28.696711], [-81.891789, 28.696716], [-81.893845, 28.696724], [-81.895159, 28.696738], [-81.895264, 28.69674], [-81.895389, 28.698574], [-81.895651, 28.702446], [-81.895822, 28.704951], [-81.895882, 28.705845], [-81.895975, 28.705845], [-81.900439, 28.705859], [-81.90059, 28.705866], [-81.900596, 28.705698], [-81.900609, 28.703269], [-81.900625, 28.70041], [-81.901588, 28.700416], [-81.908879, 28.700451], [-81.908901, 28.696815], [-81.909141, 28.696812], [-81.910426, 28.696799], [-81.911542, 28.696826], [-81.912857, 28.69683], [-81.918239, 28.696852], [-81.918868, 28.696851], [-81.920048, 28.696852], [-81.921301, 28.696844], [-81.921339, 28.696845], [-81.921378, 28.696846], [-81.9214, 28.696847], [-81.921431, 28.696848], [-81.921462, 28.696849], [-81.921578, 28.696853], [-81.922846, 28.69689], [-81.924845, 28.696895], [-81.925414, 28.696882], [-81.925704, 28.696886], [-81.929127, 28.696889], [-81.929465, 28.696891], [-81.929465, 28.696797], [-81.929561, 28.696797], [-81.929568, 28.696218], [-81.929572, 28.695992], [-81.929813, 28.695994], [-81.929932, 28.695996], [-81.930608, 28.695998], [-81.930607, 28.696057], [-81.930596, 28.696899], [-81.932539, 28.696899], [-81.932542, 28.696933], [-81.932647, 28.697921], [-81.933276, 28.698464], [-81.934289, 28.698801], [-81.934866, 28.699325], [-81.935805, 28.699718], [-81.936926, 28.699653], [-81.937822, 28.699391], [-81.937816, 28.699692], [-81.937809, 28.699995], [-81.937797, 28.700564], [-81.937454, 28.700562], [-81.937279, 28.700561], [-81.937104, 28.700556], [-81.93672, 28.701177], [-81.936891, 28.701178], [-81.937076, 28.701179], [-81.937169, 28.701181], [-81.937597, 28.701186], [-81.937704, 28.701188], [-81.937784, 28.700988], [-81.937799, 28.700761], [-81.937797, 28.70058], [-81.938201, 28.700581], [-81.941772, 28.700599], [-81.944632, 28.700615], [-81.944649, 28.700565], [-81.944656, 28.696975], [-81.940402, 28.696947], [-81.940092, 28.696946], [-81.93993, 28.696949], [-81.939877, 28.696945], [-81.939684, 28.696944], [-81.939482, 28.696946], [-81.93786, 28.696958], [-81.936876, 28.695306], [-81.936699, 28.695022], [-81.936592, 28.695156], [-81.935682, 28.694737], [-81.935029, 28.694957], [-81.933709, 28.693659], [-81.933711, 28.693282], [-81.933601, 28.693129], [-81.932203, 28.692931], [-81.931164, 28.692502], [-81.931962, 28.691748], [-81.932113, 28.690952], [-81.93168, 28.690385], [-81.931367, 28.689684], [-81.931984, 28.689859], [-81.932117, 28.689559], [-81.932141, 28.689494], [-81.931517, 28.689306], [-81.931127, 28.689193], [-81.930235, 28.688934], [-81.930129, 28.688895], [-81.929892, 28.688773], [-81.929769, 28.688697], [-81.929629, 28.68859], [-81.929528, 28.688496], [-81.929288, 28.688228], [-81.928843, 28.68769], [-81.928606, 28.687377], [-81.928478, 28.687177], [-81.928445, 28.687096], [-81.928424, 28.686989], [-81.928415, 28.686871], [-81.928422, 28.686742], [-81.928441, 28.686572], [-81.928522, 28.68616], [-81.928726, 28.685185], [-81.930222, 28.68538], [-81.930289, 28.684782], [-81.930364, 28.684119], [-81.929121, 28.684068], [-81.928992, 28.684063], [-81.928891, 28.684071], [-81.928892, 28.683903], [-81.928884, 28.683784], [-81.928807, 28.683319], [-81.928756, 28.68306], [-81.928716, 28.682937], [-81.928674, 28.682842], [-81.92876, 28.682842], [-81.928779, 28.682842], [-81.929403, 28.682844], [-81.929405, 28.682376], [-81.929648, 28.682375], [-81.929644, 28.680554], [-81.927558, 28.680546], [-81.927559, 28.681051], [-81.927512, 28.68099], [-81.927351, 28.680757], [-81.927194, 28.680545], [-81.927109, 28.680545], [-81.926984, 28.680544], [-81.925471, 28.680532], [-81.925473, 28.680565], [-81.925476, 28.681324], [-81.925473, 28.681603], [-81.925477, 28.682364], [-81.925417, 28.682364], [-81.922169, 28.682354], [-81.921946, 28.682351], [-81.921305, 28.682349], [-81.921304, 28.682064], [-81.921304, 28.676433], [-81.921294, 28.676406], [-81.921291, 28.675042], [-81.927271, 28.675077], [-81.927382, 28.675073], [-81.927503, 28.674261], [-81.927772, 28.672628], [-81.927815, 28.672293], [-81.927859, 28.671804], [-81.927862, 28.671674], [-81.927856, 28.671482], [-81.927944, 28.67148], [-81.928348, 28.671473], [-81.929236, 28.671483], [-81.930106, 28.671474], [-81.930317, 28.671469], [-81.931535, 28.67148], [-81.931688, 28.671484], [-81.932056, 28.671474], [-81.932375, 28.671477], [-81.932742, 28.671496], [-81.932751, 28.671358], [-81.932751, 28.671023], [-81.932751, 28.670889], [-81.932753, 28.669652], [-81.933791, 28.669661], [-81.933787, 28.667843], [-81.933784, 28.666928], [-81.933779, 28.666506], [-81.933752, 28.664105], [-81.93377, 28.661514], [-81.933933, 28.661453], [-81.934202, 28.661313], [-81.934544, 28.661089], [-81.935397, 28.66049], [-81.935404, 28.663275], [-81.935853, 28.663277], [-81.935843, 28.661443], [-81.937204, 28.661449], [-81.937189, 28.659126], [-81.937907, 28.658525], [-81.937915, 28.660534], [-81.93792, 28.661421], [-81.941404, 28.661399], [-81.941865, 28.661606], [-81.942042, 28.66194], [-81.942079, 28.663549], [-81.942073, 28.667892], [-81.943214, 28.667895], [-81.948413, 28.667898], [-81.948497, 28.667898], [-81.948706, 28.667897], [-81.948974, 28.667896], [-81.949869, 28.667893], [-81.950328, 28.667893], [-81.95202, 28.667907], [-81.952179, 28.667908], [-81.953046, 28.667883], [-81.954406, 28.667879], [-81.954417, 28.667883], [-81.954417, 28.668079]], [[-81.948137, 28.693252], [-81.948115, 28.693213], [-81.948094, 28.693145], [-81.948078, 28.692865], [-81.948091, 28.692727], [-81.947542, 28.692724], [-81.947542, 28.692752], [-81.947538, 28.693357], [-81.947534, 28.693474], [-81.9476, 28.693478], [-81.947795, 28.693501], [-81.947949, 28.693534], [-81.948122, 28.693589], [-81.948137, 28.693252]], [[-81.941587, 28.751651], [-81.941185, 28.751652], [-81.937447, 28.751645], [-81.935651, 28.751636], [-81.935828, 28.751803], [-81.937442, 28.753336], [-81.937582, 28.753468], [-81.937871, 28.753742], [-81.937979, 28.753841], [-81.938093, 28.753934], [-81.938212, 28.754023], [-81.938335, 28.754106], [-81.938463, 28.754185], [-81.938594, 28.754258], [-81.93873, 28.754325], [-81.938869, 28.754387], [-81.939011, 28.754443], [-81.939156, 28.754493], [-81.939303, 28.754536], [-81.939453, 28.754574], [-81.939604, 28.754605], [-81.939757, 28.75463], [-81.939911, 28.754648], [-81.941236, 28.75478], [-81.941566, 28.754811], [-81.941567, 28.754697], [-81.941567, 28.75458], [-81.941582, 28.75244], [-81.941589, 28.751801], [-81.941587, 28.751651]], [[-81.940015, 28.667886], [-81.937957, 28.667879], [-81.937952, 28.666961], [-81.937338, 28.666959], [-81.936188, 28.666944], [-81.934831, 28.666943], [-81.93483, 28.667328], [-81.934829, 28.667852], [-81.934831, 28.668761], [-81.937825, 28.668786], [-81.939247, 28.668791], [-81.940031, 28.668796], [-81.940015, 28.667886]], [[-81.937988, 28.681066], [-81.937988, 28.680942], [-81.937983, 28.67882], [-81.937982, 28.67877], [-81.937918, 28.67877], [-81.937404, 28.678762], [-81.933812, 28.678752], [-81.933794, 28.680307], [-81.93383, 28.680777], [-81.933831, 28.682101], [-81.933819, 28.682387], [-81.934604, 28.682391], [-81.936533, 28.682397], [-81.937992, 28.682401], [-81.937988, 28.681066]], [[-81.937832, 28.693943], [-81.937519, 28.694193], [-81.937517, 28.694294], [-81.93751, 28.694767], [-81.937832, 28.694765], [-81.937832, 28.694063], [-81.937832, 28.693943]], [[-81.937519, 28.701666], [-81.936781, 28.701659], [-81.936586, 28.701658], [-81.936423, 28.701657], [-81.935823, 28.702628], [-81.936001, 28.702632], [-81.936193, 28.702638], [-81.937115, 28.702642], [-81.937519, 28.701666]], [[-81.93314, 28.751571], [-81.933131, 28.751502], [-81.933107, 28.75138], [-81.933077, 28.751259], [-81.933039, 28.75114], [-81.932995, 28.751023], [-81.932945, 28.750907], [-81.932887, 28.750795], [-81.932824, 28.750684], [-81.932754, 28.750577], [-81.932678, 28.750473], [-81.932596, 28.750373], [-81.932509, 28.750276], [-81.932416, 28.750183], [-81.932031, 28.749818], [-81.929205, 28.747137], [-81.929203, 28.747567], [-81.929201, 28.74815], [-81.929188, 28.751612], [-81.933147, 28.751622], [-81.93314, 28.751571]], [[-81.932008, 28.809598], [-81.930512, 28.809585], [-81.93046, 28.809585], [-81.930396, 28.809532], [-81.930396, 28.809695], [-81.930539, 28.809694], [-81.932007, 28.809703], [-81.932008, 28.809598]], [[-81.928819, 28.816852], [-81.928419, 28.816851], [-81.927808, 28.816848], [-81.927125, 28.816846], [-81.926751, 28.816844], [-81.926773, 28.814106], [-81.925519, 28.814101], [-81.925153, 28.8141], [-81.924882, 28.814099], [-81.924831, 28.814097], [-81.924765, 28.814097], [-81.92066, 28.814077], [-81.920665, 28.814068], [-81.920669, 28.812529], [-81.921434, 28.81253], [-81.921493, 28.81253], [-81.921515, 28.81253], [-81.921528, 28.81253], [-81.921537, 28.811572], [-81.921443, 28.811591], [-81.921435, 28.81245], [-81.921045, 28.812448], [-81.920577, 28.812443], [-81.920577, 28.81246], [-81.920568, 28.814077], [-81.919605, 28.814075], [-81.917017, 28.814063], [-81.917022, 28.813066], [-81.916742, 28.813065], [-81.916589, 28.813064], [-81.91647, 28.813064], [-81.916445, 28.816825], [-81.916515, 28.816824], [-81.919421, 28.816821], [-81.919633, 28.816815], [-81.920548, 28.816819], [-81.920547, 28.81691], [-81.920541, 28.817734], [-81.919404, 28.817734], [-81.919406, 28.817944], [-81.919419, 28.818464], [-81.919392, 28.819488], [-81.9194, 28.819552], [-81.919486, 28.819538], [-81.919842, 28.819472], [-81.920873, 28.819281], [-81.922296, 28.819001], [-81.922834, 28.818909], [-81.923712, 28.818746], [-81.924322, 28.818625], [-81.924636, 28.818566], [-81.925039, 28.818484], [-81.926292, 28.818292], [-81.927354, 28.818122], [-81.927559, 28.818089], [-81.928142, 28.817995], [-81.928468, 28.817934], [-81.928538, 28.817927], [-81.92881, 28.817813], [-81.928819, 28.816852]], [[-81.927765, 28.809262], [-81.927562, 28.809258], [-81.926155, 28.809226], [-81.926073, 28.809221], [-81.926073, 28.808602], [-81.926073, 28.808356], [-81.926074, 28.808241], [-81.92474, 28.808207], [-81.924732, 28.80953], [-81.924918, 28.809538], [-81.925406, 28.80955], [-81.925396, 28.809626], [-81.925386, 28.810126], [-81.924728, 28.810103], [-81.92472, 28.811281], [-81.92472, 28.811375], [-81.92472, 28.811434], [-81.925042, 28.811479], [-81.925276, 28.811511], [-81.925843, 28.81161], [-81.926455, 28.81174], [-81.926475, 28.811663], [-81.92649, 28.811606], [-81.926512, 28.811524], [-81.926676, 28.810906], [-81.926715, 28.810764], [-81.926756, 28.810652], [-81.926802, 28.81057], [-81.926883, 28.810455], [-81.92698, 28.810345], [-81.927075, 28.810262], [-81.927005, 28.81019], [-81.926374, 28.810183], [-81.926074, 28.81018], [-81.926073, 28.809621], [-81.92645, 28.809632], [-81.927451, 28.809637], [-81.927564, 28.809637], [-81.927702, 28.809379], [-81.927765, 28.809262]], [[-81.921371, 28.753629], [-81.921229, 28.753371], [-81.921204, 28.753315], [-81.921143, 28.75318], [-81.921099, 28.753057], [-81.920918, 28.753059], [-81.920913, 28.753779], [-81.92107, 28.753779], [-81.921178, 28.753779], [-81.921277, 28.75378], [-81.921475, 28.753778], [-81.921371, 28.753629]], [[-81.916979, 28.822516], [-81.916489, 28.822515], [-81.916393, 28.822514], [-81.916392, 28.822862], [-81.916892, 28.82286], [-81.916982, 28.82286], [-81.916979, 28.822516]], [[-81.916529, 28.803086], [-81.916321, 28.803085], [-81.915793, 28.803091], [-81.915454, 28.803095], [-81.915354, 28.803106], [-81.914946, 28.803097], [-81.91481, 28.803095], [-81.914692, 28.803086], [-81.914272, 28.803084], [-81.914198, 28.803084], [-81.914002, 28.803084], [-81.913937, 28.803067], [-81.913875, 28.803052], [-81.913812, 28.803037], [-81.913748, 28.803024], [-81.913685, 28.803011], [-81.913621, 28.803], [-81.913557, 28.802989], [-81.913492, 28.80298], [-81.913428, 28.802971], [-81.913363, 28.802964], [-81.913299, 28.802957], [-81.913234, 28.802952], [-81.913215, 28.80295], [-81.913169, 28.802947], [-81.91309, 28.802943], [-81.913076, 28.802942], [-81.913059, 28.802942], [-81.913041, 28.802941], [-81.913018, 28.80294], [-81.912996, 28.80294], [-81.912974, 28.802939], [-81.912951, 28.802939], [-81.912934, 28.802939], [-81.91292, 28.802939], [-81.912457, 28.80294], [-81.909845, 28.802927], [-81.909843, 28.80307], [-81.909842, 28.803202], [-81.909836, 28.803751], [-81.909828, 28.80458], [-81.909827, 28.804698], [-81.909865, 28.804699], [-81.909879, 28.804699], [-81.909879, 28.804726], [-81.909881, 28.804808], [-81.909881, 28.805214], [-81.909856, 28.805746], [-81.909865, 28.805861], [-81.909853, 28.806295], [-81.909865, 28.806444], [-81.909874, 28.80647], [-81.909864, 28.806722], [-81.909442, 28.806722], [-81.909286, 28.806721], [-81.909284, 28.807029], [-81.909279, 28.807517], [-81.909274, 28.808063], [-81.909269, 28.808666], [-81.909245, 28.810406], [-81.909354, 28.81041], [-81.909575, 28.810408], [-81.909893, 28.810406], [-81.90989, 28.810977], [-81.909888, 28.81153], [-81.910846, 28.811533], [-81.910873, 28.811534], [-81.910872, 28.811547], [-81.910872, 28.81175], [-81.910871, 28.811792], [-81.910862, 28.812721], [-81.911112, 28.812696], [-81.911112, 28.812708], [-81.911151, 28.812697], [-81.91117, 28.810486], [-81.911171, 28.810403], [-81.911452, 28.810398], [-81.912114, 28.810385], [-81.912176, 28.810393], [-81.912212, 28.810408], [-81.912261, 28.810447], [-81.912286, 28.810473], [-81.91232, 28.810523], [-81.912319, 28.810773], [-81.912377, 28.810773], [-81.913436, 28.810774], [-81.913439, 28.810488], [-81.914498, 28.810495], [-81.916313, 28.810494], [-81.916385, 28.810508], [-81.916489, 28.810501], [-81.916491, 28.809737], [-81.916373, 28.809738], [-81.916316, 28.809739], [-81.915159, 28.809738], [-81.915159, 28.809722], [-81.914492, 28.809722], [-81.914305, 28.809724], [-81.914152, 28.809722], [-81.914091, 28.809608], [-81.914058, 28.809543], [-81.914022, 28.808623], [-81.914029, 28.807923], [-81.914047, 28.807922], [-81.9141, 28.80792], [-81.914434, 28.807901], [-81.91455, 28.807817], [-81.914716, 28.807913], [-81.914943, 28.808044], [-81.915522, 28.808371], [-81.915702, 28.808472], [-81.915869, 28.808567], [-81.916377, 28.808566], [-81.916492, 28.808567], [-81.916493, 28.808471], [-81.916494, 28.808403], [-81.916494, 28.806989], [-81.916494, 28.806308], [-81.91648, 28.80591], [-81.916449, 28.805706], [-81.916342, 28.805336], [-81.916488, 28.805312], [-81.916493, 28.804664], [-81.916494, 28.804554], [-81.916495, 28.804438], [-81.916496, 28.804362], [-81.916497, 28.804271], [-81.916499, 28.804261], [-81.9165, 28.804241], [-81.916506, 28.804161], [-81.916504, 28.803965], [-81.916529, 28.803086]], [[-81.914341, 28.818293], [-81.914309, 28.818291], [-81.913364, 28.818292], [-81.913003, 28.81829], [-81.913012, 28.817803], [-81.913012, 28.817739], [-81.912837, 28.817741], [-81.91233, 28.81774], [-81.912334, 28.817548], [-81.912336, 28.817442], [-81.912344, 28.816963], [-81.912345, 28.816932], [-81.912345, 28.816888], [-81.912344, 28.816853], [-81.912341, 28.816796], [-81.912335, 28.81674], [-81.912328, 28.816684], [-81.912323, 28.816656], [-81.912312, 28.8166], [-81.912303, 28.816566], [-81.912291, 28.816517], [-81.912275, 28.816462], [-81.912266, 28.816435], [-81.912251, 28.816396], [-81.912273, 28.816393], [-81.912274, 28.816094], [-81.912275, 28.815896], [-81.912932, 28.815897], [-81.912932, 28.815791], [-81.912275, 28.815789], [-81.911969, 28.815791], [-81.911966, 28.815379], [-81.911649, 28.815382], [-81.911648, 28.815358], [-81.911668, 28.81523], [-81.911727, 28.814977], [-81.911741, 28.814823], [-81.911744, 28.814638], [-81.911724, 28.814358], [-81.912282, 28.814359], [-81.912281, 28.813947], [-81.911656, 28.813952], [-81.911648, 28.813927], [-81.911621, 28.813866], [-81.91155, 28.813772], [-81.911621, 28.813698], [-81.911843, 28.813443], [-81.911883, 28.813473], [-81.912283, 28.813667], [-81.912284, 28.813479], [-81.912286, 28.813259], [-81.912289, 28.813132], [-81.912289, 28.813005], [-81.912288, 28.812915], [-81.912301, 28.812869], [-81.912304, 28.812823], [-81.912169, 28.812845], [-81.911956, 28.812871], [-81.911416, 28.812921], [-81.911102, 28.812954], [-81.909846, 28.813024], [-81.908623, 28.813075], [-81.908624, 28.813175], [-81.908624, 28.81325], [-81.908622, 28.813957], [-81.908621, 28.81406], [-81.908999, 28.814059], [-81.909252, 28.814058], [-81.909858, 28.814066], [-81.90986, 28.814141], [-81.909869, 28.814465], [-81.909869, 28.81448], [-81.90987, 28.814567], [-81.909879, 28.814572], [-81.910004, 28.814642], [-81.90999, 28.814662], [-81.909983, 28.814673], [-81.909975, 28.814688], [-81.90997, 28.814698], [-81.909966, 28.814708], [-81.909962, 28.814718], [-81.909958, 28.814733], [-81.909953, 28.814751], [-81.909951, 28.814762], [-81.909949, 28.814771], [-81.909948, 28.814781], [-81.909947, 28.81479], [-81.909947, 28.814804], [-81.909947, 28.814816], [-81.909948, 28.814836], [-81.909952, 28.814845], [-81.909957, 28.814856], [-81.909963, 28.814873], [-81.909967, 28.814884], [-81.909973, 28.814903], [-81.909976, 28.814916], [-81.909981, 28.814937], [-81.909983, 28.81495], [-81.909986, 28.814964], [-81.910043, 28.814964], [-81.910102, 28.814964], [-81.910147, 28.814964], [-81.910249, 28.814964], [-81.910657, 28.814961], [-81.910659, 28.815138], [-81.910644, 28.815319], [-81.910401, 28.815321], [-81.909844, 28.815326], [-81.909938, 28.816215], [-81.909226, 28.816215], [-81.909223, 28.81636], [-81.909226, 28.816791], [-81.909338, 28.816795], [-81.909758, 28.816779], [-81.909765, 28.817679], [-81.909231, 28.817683], [-81.908811, 28.817686], [-81.908463, 28.817688], [-81.908192, 28.81769], [-81.908202, 28.817005], [-81.908202, 28.816873], [-81.9082, 28.816826], [-81.908198, 28.816655], [-81.907932, 28.816655], [-81.905447, 28.816655], [-81.905178, 28.816655], [-81.905225, 28.816941], [-81.905291, 28.817306], [-81.905303, 28.817336], [-81.905365, 28.817745], [-81.904465, 28.817745], [-81.904184, 28.817746], [-81.904182, 28.818109], [-81.904516, 28.818109], [-81.904969, 28.818108], [-81.90539, 28.818108], [-81.90564, 28.818108], [-81.906127, 28.818107], [-81.906128, 28.817956], [-81.906534, 28.817952], [-81.906537, 28.818036], [-81.906533, 28.818158], [-81.906532, 28.818192], [-81.906531, 28.81842], [-81.906125, 28.818421], [-81.906125, 28.81847], [-81.905881, 28.81847], [-81.905637, 28.818471], [-81.905394, 28.818471], [-81.905336, 28.818471], [-81.904966, 28.818471], [-81.904914, 28.818471], [-81.904554, 28.818471], [-81.904179, 28.818472], [-81.90418, 28.818509], [-81.904179, 28.81856], [-81.904555, 28.818556], [-81.904553, 28.818808], [-81.904552, 28.819042], [-81.904552, 28.819153], [-81.904552, 28.819207], [-81.90418, 28.819208], [-81.904177, 28.819389], [-81.904174, 28.819545], [-81.904207, 28.819571], [-81.904518, 28.819574], [-81.905034, 28.81957], [-81.904767, 28.819814], [-81.90464, 28.819929], [-81.904588, 28.819942], [-81.904921, 28.820245], [-81.904955, 28.820276], [-81.905125, 28.820423], [-81.905115, 28.820492], [-81.905092, 28.820682], [-81.904577, 28.820682], [-81.904575, 28.821026], [-81.904162, 28.821025], [-81.904162, 28.821184], [-81.904163, 28.821322], [-81.904512, 28.821318], [-81.904552, 28.821317], [-81.90455, 28.821524], [-81.90455, 28.821943], [-81.904551, 28.821978], [-81.904691, 28.821985], [-81.904764, 28.821988], [-81.905071, 28.821992], [-81.90528, 28.821986], [-81.905488, 28.821974], [-81.905697, 28.821955], [-81.905905, 28.82193], [-81.906112, 28.821898], [-81.906558, 28.821818], [-81.907291, 28.821686], [-81.907578, 28.821635], [-81.908158, 28.82153], [-81.908158, 28.821502], [-81.908647, 28.821414], [-81.90873, 28.821399], [-81.908845, 28.821392], [-81.908967, 28.821385], [-81.9094, 28.821307], [-81.910212, 28.821161], [-81.912073, 28.820826], [-81.912926, 28.820676], [-81.913264, 28.820613], [-81.913267, 28.820626], [-81.913502, 28.820584], [-81.913499, 28.82057], [-81.914015, 28.820478], [-81.914016, 28.81992], [-81.91433, 28.819918], [-81.914328, 28.819728], [-81.914327, 28.819631], [-81.914329, 28.818841], [-81.914332, 28.818775], [-81.91434, 28.818373], [-81.914341, 28.818293]], [[-81.912569, 28.766165], [-81.906394, 28.766076], [-81.906397, 28.765065], [-81.906406, 28.763222], [-81.906407, 28.762928], [-81.906411, 28.762376], [-81.906394, 28.759087], [-81.906394, 28.757457], [-81.906566, 28.757464], [-81.906995, 28.757461], [-81.907004, 28.757189], [-81.907011, 28.755159], [-81.907011, 28.755128], [-81.907061, 28.755133], [-81.907396, 28.755125], [-81.907791, 28.755134], [-81.907937, 28.755169], [-81.908683, 28.755171], [-81.908687, 28.755014], [-81.908694, 28.753444], [-81.909067, 28.753094], [-81.909157, 28.752759], [-81.908987, 28.75247], [-81.908703, 28.752191], [-81.90872, 28.750583], [-81.908729, 28.749632], [-81.90894, 28.749634], [-81.90893, 28.747928], [-81.908925, 28.747794], [-81.908543, 28.74779], [-81.908539, 28.747924], [-81.908526, 28.74963], [-81.906454, 28.749614], [-81.906459, 28.749203], [-81.906463, 28.747904], [-81.906464, 28.747771], [-81.904888, 28.747756], [-81.904416, 28.747752], [-81.904419, 28.74761], [-81.904429, 28.747139], [-81.90442, 28.746349], [-81.90444, 28.744648], [-81.904438, 28.744213], [-81.904438, 28.744191], [-81.904437, 28.744023], [-81.904446, 28.742924], [-81.90446, 28.742739], [-81.904462, 28.740507], [-81.904484, 28.740488], [-81.904467, 28.740488], [-81.904468, 28.740352], [-81.90432, 28.740484], [-81.902473, 28.742141], [-81.902311, 28.742284], [-81.90046, 28.742289], [-81.900356, 28.742289], [-81.900253, 28.742287], [-81.899221, 28.742262], [-81.898474, 28.742256], [-81.898044, 28.742254], [-81.89802, 28.743541], [-81.897943, 28.74354], [-81.897949, 28.744098], [-81.897332, 28.744091], [-81.896554, 28.744093], [-81.896172, 28.744088], [-81.89618, 28.743473], [-81.896179, 28.742705], [-81.896186, 28.742247], [-81.8963, 28.742248], [-81.896303, 28.742174], [-81.896394, 28.742], [-81.896382, 28.741546], [-81.896368, 28.740973], [-81.897128, 28.740979], [-81.897133, 28.740429], [-81.898311, 28.740438], [-81.898324, 28.739696], [-81.900142, 28.739009], [-81.900259, 28.738966], [-81.900358, 28.738928], [-81.901168, 28.738635], [-81.90448, 28.738657], [-81.906324, 28.73867], [-81.906713, 28.738357], [-81.908442, 28.73685], [-81.909572, 28.735856], [-81.909316, 28.735357], [-81.909263, 28.735269], [-81.909208, 28.735188], [-81.908871, 28.735378], [-81.908224, 28.735718], [-81.907122, 28.736182], [-81.9047, 28.737085], [-81.9045, 28.737162], [-81.904507, 28.735004], [-81.902797, 28.734995], [-81.902451, 28.734991], [-81.902442, 28.735637], [-81.902445, 28.735903], [-81.898336, 28.735876], [-81.898317, 28.73944], [-81.896794, 28.740011], [-81.896715, 28.74003], [-81.896652, 28.740031], [-81.896498, 28.73998], [-81.896393, 28.739856], [-81.896376, 28.739765], [-81.896326, 28.739495], [-81.896356, 28.736774], [-81.896366, 28.735862], [-81.89637, 28.735519], [-81.896379, 28.73473], [-81.896422, 28.730821], [-81.896424, 28.730617], [-81.896428, 28.730284], [-81.896437, 28.729483], [-81.89634, 28.729473], [-81.894883, 28.729467], [-81.894259, 28.729464], [-81.892344, 28.729457], [-81.892218, 28.729457], [-81.892203, 28.730888], [-81.892209, 28.73146], [-81.892194, 28.732219], [-81.892189, 28.732664], [-81.892186, 28.733101], [-81.89217, 28.734884], [-81.892162, 28.735794], [-81.892154, 28.736743], [-81.892157, 28.73756], [-81.892157, 28.737598], [-81.892166, 28.737679], [-81.892159, 28.738677], [-81.890791, 28.738669], [-81.890773, 28.740555], [-81.89077, 28.740817], [-81.890762, 28.74142], [-81.890769, 28.741501], [-81.890779, 28.741518], [-81.889522, 28.741505], [-81.888025, 28.7415], [-81.888027, 28.740931], [-81.888053, 28.738556], [-81.886324, 28.738528], [-81.885975, 28.738522], [-81.8839, 28.738505], [-81.883901, 28.738679], [-81.883885, 28.740328], [-81.883869, 28.741663], [-81.883853, 28.743033], [-81.887924, 28.743092], [-81.887922, 28.743217], [-81.887913, 28.74401], [-81.887914, 28.744046], [-81.887915, 28.744144], [-81.886911, 28.744119], [-81.886912, 28.744277], [-81.886907, 28.744809], [-81.886005, 28.744804], [-81.885428, 28.745327], [-81.885424, 28.745991], [-81.883816, 28.745984], [-81.88383, 28.747553], [-81.883831, 28.747656], [-81.883795, 28.747656], [-81.883794, 28.747764], [-81.883774, 28.749454], [-81.883753, 28.751193], [-81.883455, 28.751189], [-81.879772, 28.751159], [-81.879603, 28.751157], [-81.879602, 28.751248], [-81.879598, 28.751604], [-81.879597, 28.751709], [-81.879604, 28.751807], [-81.87961, 28.751903], [-81.87958, 28.753084], [-81.879757, 28.753085], [-81.880189, 28.753087], [-81.881655, 28.753102], [-81.881634, 28.754936], [-81.879558, 28.754915], [-81.879555, 28.756739], [-81.879129, 28.756734], [-81.87917, 28.756922], [-81.879301, 28.757526], [-81.879531, 28.75859], [-81.879604, 28.758931], [-81.879702, 28.759389], [-81.879876, 28.760192], [-81.879901, 28.76031], [-81.880122, 28.761334], [-81.880216, 28.761732], [-81.880358, 28.76222], [-81.880451, 28.7625], [-81.880514, 28.762631], [-81.880862, 28.763484], [-81.881083, 28.763904], [-81.881492, 28.764663], [-81.881518, 28.764712], [-81.881543, 28.76476], [-81.881569, 28.764809], [-81.883489, 28.76836], [-81.88364, 28.76864], [-81.883651, 28.768662], [-81.883848, 28.768662], [-81.883928, 28.768663], [-81.884019, 28.768835], [-81.88419, 28.769147], [-81.884452, 28.769631], [-81.884607, 28.769632], [-81.884673, 28.769632], [-81.884763, 28.769633], [-81.884803, 28.769637], [-81.885218, 28.769635], [-81.885258, 28.769635], [-81.885642, 28.769639], [-81.886189, 28.769642], [-81.886706, 28.769645], [-81.887771, 28.769652], [-81.889382, 28.769655], [-81.889515, 28.769657], [-81.893055, 28.769661], [-81.894739, 28.769664], [-81.89576, 28.769667], [-81.89601, 28.769666], [-81.897762, 28.769669], [-81.89776, 28.769797], [-81.897761, 28.769913], [-81.89776, 28.771357], [-81.897766, 28.771856], [-81.897822, 28.771854], [-81.898303, 28.77184], [-81.900123, 28.771858], [-81.900121, 28.77252], [-81.900119, 28.773296], [-81.900623, 28.773313], [-81.901229, 28.773303], [-81.901987, 28.773299], [-81.903061, 28.773302], [-81.904235, 28.773303], [-81.904245, 28.770713], [-81.904249, 28.769681], [-81.904429, 28.769688], [-81.912552, 28.769821], [-81.912529, 28.769569], [-81.91256, 28.768146], [-81.912569, 28.766165]], [[-81.91178, 28.812278], [-81.911625, 28.812294], [-81.911622, 28.812656], [-81.911724, 28.812652], [-81.911778, 28.812646], [-81.911779, 28.812354], [-81.91178, 28.812278]], [[-81.910396, 28.812414], [-81.91024, 28.812414], [-81.910237, 28.812757], [-81.910315, 28.812754], [-81.910393, 28.812749], [-81.910396, 28.812414]], [[-81.908873, 28.82753], [-81.908528, 28.827529], [-81.908523, 28.82858], [-81.908526, 28.828667], [-81.908731, 28.82867], [-81.908868, 28.828671], [-81.908868, 28.828581], [-81.908872, 28.827597], [-81.908873, 28.82753]], [[-81.908095, 28.832307], [-81.906766, 28.8323], [-81.906374, 28.832304], [-81.904111, 28.8323], [-81.904086, 28.832403], [-81.904081, 28.832799], [-81.904053, 28.83485], [-81.904286, 28.83485], [-81.908077, 28.834849], [-81.908095, 28.832307]], [[-81.906369, 28.811055], [-81.905837, 28.810619], [-81.905577, 28.810406], [-81.904151, 28.810409], [-81.904142, 28.811126], [-81.904139, 28.811396], [-81.904134, 28.811834], [-81.904157, 28.811834], [-81.904239, 28.811834], [-81.904267, 28.811821], [-81.904268, 28.811461], [-81.904268, 28.811357], [-81.904236, 28.811321], [-81.904238, 28.81125], [-81.904246, 28.81119], [-81.90425, 28.811126], [-81.904279, 28.811043], [-81.904329, 28.810969], [-81.904382, 28.81094], [-81.904426, 28.810924], [-81.904504, 28.810865], [-81.90466, 28.810812], [-81.904816, 28.810759], [-81.904972, 28.810705], [-81.905128, 28.810648], [-81.905285, 28.81063], [-81.905441, 28.810621], [-81.905596, 28.81063], [-81.905753, 28.810706], [-81.905867, 28.810773], [-81.905909, 28.810797], [-81.906065, 28.810932], [-81.906173, 28.810998], [-81.90622, 28.811028], [-81.906369, 28.811055]], [[-81.904834, 28.804799], [-81.904178, 28.804798], [-81.904179, 28.80488], [-81.904344, 28.80488], [-81.904508, 28.804881], [-81.904672, 28.804881], [-81.904835, 28.804882], [-81.904834, 28.804799]], [[-81.904292, 28.784787], [-81.904188, 28.784786], [-81.90016, 28.784762], [-81.900143, 28.782059], [-81.900134, 28.780605], [-81.900133, 28.780555], [-81.900133, 28.780536], [-81.900133, 28.780473], [-81.899767, 28.780462], [-81.8997, 28.780462], [-81.899611, 28.780463], [-81.89876, 28.780471], [-81.898759, 28.778544], [-81.893698, 28.778525], [-81.893697, 28.778428], [-81.893681, 28.778395], [-81.892179, 28.77839], [-81.891685, 28.778704], [-81.891289, 28.779187], [-81.891087, 28.779545], [-81.89099, 28.779625], [-81.890898, 28.779689], [-81.890816, 28.779738], [-81.890735, 28.779796], [-81.891116, 28.780199], [-81.891402, 28.780501], [-81.891506, 28.780611], [-81.891534, 28.780641], [-81.89156, 28.780669], [-81.891577, 28.780688], [-81.891594, 28.780706], [-81.891622, 28.780738], [-81.891648, 28.780768], [-81.891682, 28.780809], [-81.89171, 28.780841], [-81.891732, 28.780869], [-81.891777, 28.780921], [-81.891821, 28.780984], [-81.891866, 28.781044], [-81.891909, 28.781105], [-81.891951, 28.781166], [-81.891991, 28.781229], [-81.89202, 28.781276], [-81.892031, 28.781291], [-81.892069, 28.781355], [-81.892106, 28.781419], [-81.892141, 28.781483], [-81.892176, 28.781548], [-81.892209, 28.781614], [-81.892241, 28.78168], [-81.892271, 28.781746], [-81.8923, 28.781813], [-81.892328, 28.781881], [-81.892354, 28.781949], [-81.892398, 28.782071], [-81.892421, 28.78214], [-81.892442, 28.782209], [-81.892462, 28.782278], [-81.89248, 28.782345], [-81.8925, 28.782425], [-81.892522, 28.78252], [-81.892548, 28.782661], [-81.892733, 28.783873], [-81.892751, 28.78399], [-81.892804, 28.784221], [-81.892861, 28.784426], [-81.892992, 28.784721], [-81.893084, 28.784719], [-81.893149, 28.784718], [-81.893335, 28.78472], [-81.893428, 28.784721], [-81.893458, 28.78472], [-81.893909, 28.784723], [-81.893911, 28.784918], [-81.893906, 28.785547], [-81.893905, 28.785681], [-81.893903, 28.786199], [-81.893902, 28.786627], [-81.893899, 28.787475], [-81.893908, 28.788385], [-81.891825, 28.788383], [-81.891822, 28.790147], [-81.891821, 28.790211], [-81.891821, 28.790795], [-81.89182, 28.790905], [-81.89182, 28.790972], [-81.89182, 28.791138], [-81.892067, 28.790967], [-81.892067, 28.790982], [-81.89218, 28.790904], [-81.892428, 28.790714], [-81.892747, 28.790447], [-81.893009, 28.790218], [-81.893251, 28.790225], [-81.895958, 28.790235], [-81.895949, 28.792068], [-81.896049, 28.792069], [-81.896113, 28.792069], [-81.896264, 28.792072], [-81.896295, 28.79207], [-81.896379, 28.790324], [-81.89645, 28.788944], [-81.89641, 28.78868], [-81.896339, 28.788404], [-81.896516, 28.788405], [-81.900135, 28.788426], [-81.903728, 28.788447], [-81.903993, 28.788448], [-81.904252, 28.788439], [-81.904292, 28.784787]], [[-81.895156, 28.840655], [-81.895125, 28.840631], [-81.895034, 28.840564], [-81.895276, 28.84029], [-81.895297, 28.840267], [-81.895213, 28.840209], [-81.89493, 28.840016], [-81.894776, 28.840193], [-81.894643, 28.840342], [-81.894892, 28.840513], [-81.894555, 28.840927], [-81.894521, 28.840968], [-81.894485, 28.841009], [-81.894678, 28.841183], [-81.894823, 28.841314], [-81.894895, 28.841227], [-81.895302, 28.840765], [-81.895156, 28.840655]], [[-81.894405, 28.83208], [-81.894188, 28.83139], [-81.893687, 28.828713], [-81.892402, 28.828709], [-81.892203, 28.828707], [-81.892193, 28.830582], [-81.892376, 28.830583], [-81.892457, 28.830582], [-81.892713, 28.830584], [-81.892702, 28.832258], [-81.894478, 28.83226], [-81.894405, 28.83208]], [[-81.892614, 28.773878], [-81.892014, 28.773873], [-81.891404, 28.773864], [-81.890969, 28.773864], [-81.890971, 28.773573], [-81.890974, 28.773111], [-81.890979, 28.772211], [-81.890982, 28.771831], [-81.890907, 28.771832], [-81.890641, 28.771829], [-81.890443, 28.771828], [-81.890392, 28.771827], [-81.890334, 28.771826], [-81.887127, 28.771796], [-81.886846, 28.771794], [-81.886534, 28.771791], [-81.885689, 28.771784], [-81.885724, 28.771871], [-81.886746, 28.773825], [-81.88709, 28.77383], [-81.887511, 28.773834], [-81.888032, 28.773839], [-81.888282, 28.773841], [-81.888781, 28.773845], [-81.889281, 28.77385], [-81.889374, 28.77385], [-81.889605, 28.773852], [-81.889805, 28.773854], [-81.889803, 28.774425], [-81.889797, 28.775306], [-81.889795, 28.775742], [-81.889793, 28.776083], [-81.889788, 28.776866], [-81.889542, 28.776864], [-81.889181, 28.776863], [-81.888559, 28.77686], [-81.888502, 28.776896], [-81.888297, 28.777046], [-81.888054, 28.776749], [-81.887889, 28.776531], [-81.887865, 28.776496], [-81.887719, 28.77628], [-81.887498, 28.776285], [-81.887491, 28.776273], [-81.887426, 28.776272], [-81.887448, 28.776343], [-81.887521, 28.776598], [-81.88759, 28.776857], [-81.887658, 28.777131], [-81.887723, 28.777421], [-81.88778, 28.777697], [-81.887831, 28.777974], [-81.887873, 28.778236], [-81.887892, 28.778352], [-81.887957, 28.778353], [-81.889358, 28.77835], [-81.889759, 28.778772], [-81.890021, 28.779048], [-81.890083, 28.779119], [-81.890111, 28.779148], [-81.890129, 28.779166], [-81.890216, 28.779101], [-81.890288, 28.779047], [-81.890292, 28.778902], [-81.890292, 28.778708], [-81.890294, 28.778362], [-81.890301, 28.776867], [-81.892596, 28.776876], [-81.892619, 28.774286], [-81.892614, 28.773878]], [[-81.890709, 28.837607], [-81.890629, 28.837606], [-81.890482, 28.8376], [-81.89048, 28.837423], [-81.890475, 28.83733], [-81.890476, 28.837247], [-81.890242, 28.837245], [-81.890086, 28.837244], [-81.890008, 28.837244], [-81.88993, 28.837243], [-81.889852, 28.837242], [-81.889853, 28.837155], [-81.889856, 28.837019], [-81.889857, 28.8369], [-81.889856, 28.836885], [-81.889856, 28.836839], [-81.889858, 28.836748], [-81.889938, 28.836748], [-81.889938, 28.83668], [-81.88994, 28.836542], [-81.889942, 28.836327], [-81.889694, 28.83632], [-81.889696, 28.836305], [-81.889699, 28.836289], [-81.889704, 28.836255], [-81.889709, 28.836212], [-81.889712, 28.836175], [-81.889715, 28.836135], [-81.889716, 28.836104], [-81.889716, 28.836074], [-81.889716, 28.836046], [-81.889715, 28.836005], [-81.889714, 28.835979], [-81.889635, 28.83597], [-81.889638, 28.836098], [-81.889632, 28.836205], [-81.889625, 28.836258], [-81.889621, 28.836285], [-81.889606, 28.836364], [-81.889593, 28.836417], [-81.88957, 28.836495], [-81.889552, 28.836546], [-81.889543, 28.836571], [-81.889522, 28.836622], [-81.889499, 28.836671], [-81.889487, 28.836696], [-81.889474, 28.83672], [-81.889461, 28.836744], [-81.888927, 28.836742], [-81.887539, 28.836724], [-81.887378, 28.836727], [-81.887375, 28.838135], [-81.887406, 28.838133], [-81.88744, 28.838131], [-81.887557, 28.838123], [-81.88763, 28.838131], [-81.887961, 28.838135], [-81.888265, 28.838137], [-81.888464, 28.838138], [-81.888572, 28.838139], [-81.888723, 28.83814], [-81.888875, 28.838142], [-81.888969, 28.838142], [-81.88933, 28.838146], [-81.889765, 28.83815], [-81.889769, 28.837737], [-81.889925, 28.837738], [-81.889921, 28.838151], [-81.890201, 28.838153], [-81.890334, 28.838154], [-81.890694, 28.838157], [-81.890707, 28.837735], [-81.890708, 28.837649], [-81.890709, 28.837607]], [[-81.885668, 28.838726], [-81.885169, 28.838733], [-81.885165, 28.83948], [-81.885166, 28.839526], [-81.885586, 28.839528], [-81.885666, 28.839528], [-81.885665, 28.839475], [-81.885668, 28.838839], [-81.885668, 28.838726]], [[-81.871455, 28.736787], [-81.871456, 28.736586], [-81.871373, 28.736588], [-81.871241, 28.736591], [-81.870914, 28.736586], [-81.870634, 28.736583], [-81.870296, 28.736584], [-81.870194, 28.736628], [-81.870795, 28.737394], [-81.870864, 28.737481], [-81.870909, 28.737538], [-81.871306, 28.738043], [-81.871361, 28.738113], [-81.871445, 28.738052], [-81.871459, 28.737337], [-81.871455, 28.736787]], [[-81.863684, 28.728455], [-81.863375, 28.727751], [-81.863257, 28.727485], [-81.863244, 28.728694], [-81.863811, 28.728716], [-81.863684, 28.728455]], [[-81.854528, 28.749427], [-81.854521, 28.74937], [-81.85451, 28.749316], [-81.8544, 28.749161], [-81.854227, 28.748932], [-81.854196, 28.74887], [-81.854118, 28.748908], [-81.854026, 28.748953], [-81.854023, 28.749185], [-81.854018, 28.749538], [-81.854015, 28.749812], [-81.85406, 28.749936], [-81.854109, 28.749957], [-81.854182, 28.749989], [-81.854233, 28.749908], [-81.854362, 28.749765], [-81.854496, 28.749618], [-81.854542, 28.749475], [-81.854528, 28.749427]], [[-81.854522, 28.74643], [-81.854054, 28.746427], [-81.854044, 28.747371], [-81.854043, 28.747419], [-81.854106, 28.747404], [-81.854181, 28.747375], [-81.85425, 28.747347], [-81.854318, 28.747318], [-81.854385, 28.747288], [-81.854513, 28.747227], [-81.854522, 28.74643]], [[-81.849422, 28.811945], [-81.848844, 28.811942], [-81.848669, 28.811941], [-81.848494, 28.81194], [-81.84832, 28.811939], [-81.848145, 28.811938], [-81.84797, 28.811937], [-81.847858, 28.811937], [-81.847782, 28.811936], [-81.84736, 28.811934], [-81.847358, 28.812348], [-81.847357, 28.812623], [-81.847356, 28.812702], [-81.847355, 28.812898], [-81.847353, 28.813305], [-81.847775, 28.813312], [-81.847774, 28.813445], [-81.847774, 28.813552], [-81.847773, 28.813587], [-81.847563, 28.813586], [-81.847352, 28.813586], [-81.847353, 28.813634], [-81.847349, 28.814191], [-81.84657, 28.81419], [-81.846345, 28.814191], [-81.846347, 28.813787], [-81.846349, 28.813351], [-81.84635, 28.813314], [-81.846365, 28.813301], [-81.846678, 28.813303], [-81.846874, 28.813303], [-81.846876, 28.813028], [-81.846433, 28.813026], [-81.846316, 28.813019], [-81.846318, 28.812696], [-81.846315, 28.812437], [-81.846314, 28.812335], [-81.846315, 28.812108], [-81.846316, 28.812001], [-81.846317, 28.81193], [-81.845359, 28.811925], [-81.845289, 28.811925], [-81.845288, 28.811966], [-81.845277, 28.81265], [-81.845272, 28.812767], [-81.845261, 28.813731], [-81.845224, 28.813729], [-81.845194, 28.81373], [-81.842418, 28.813735], [-81.842151, 28.813729], [-81.842152, 28.813537], [-81.841107, 28.813532], [-81.841106, 28.813724], [-81.840762, 28.813721], [-81.840764, 28.812475], [-81.840862, 28.812476], [-81.840866, 28.811898], [-81.842683, 28.811909], [-81.842705, 28.809718], [-81.842705, 28.809584], [-81.841138, 28.809573], [-81.841146, 28.808364], [-81.841147, 28.80831], [-81.841146, 28.808294], [-81.841146, 28.808272], [-81.841146, 28.808179], [-81.840868, 28.808179], [-81.839993, 28.808152], [-81.839096, 28.808124], [-81.837159, 28.80809], [-81.837035, 28.808087], [-81.837031, 28.808178], [-81.837024, 28.808327], [-81.837023, 28.808503], [-81.837021, 28.808818], [-81.837021, 28.808914], [-81.837019, 28.809156], [-81.837018, 28.809363], [-81.837017, 28.809412], [-81.837016, 28.809668], [-81.837014, 28.809907], [-81.837012, 28.810179], [-81.837011, 28.810435], [-81.837009, 28.810691], [-81.837007, 28.810946], [-81.837007, 28.810996], [-81.837006, 28.811202], [-81.837004, 28.811458], [-81.837004, 28.811541], [-81.837002, 28.811714], [-81.837001, 28.811969], [-81.837, 28.812085], [-81.836999, 28.812225], [-81.836997, 28.812515], [-81.836997, 28.81263], [-81.836996, 28.812829], [-81.836993, 28.813105], [-81.836978, 28.813591], [-81.83699, 28.81369], [-81.836978, 28.815513], [-81.836971, 28.81659], [-81.836968, 28.817137], [-81.836978, 28.817632], [-81.836841, 28.817632], [-81.836766, 28.817631], [-81.836685, 28.81763], [-81.835672, 28.817615], [-81.835672, 28.817645], [-81.835594, 28.817644], [-81.835548, 28.817643], [-81.835476, 28.817641], [-81.835403, 28.81764], [-81.835331, 28.817639], [-81.835259, 28.817638], [-81.835187, 28.817636], [-81.835114, 28.817635], [-81.835042, 28.817634], [-81.83497, 28.817633], [-81.834897, 28.817632], [-81.834824, 28.817631], [-81.83475, 28.817629], [-81.834677, 28.817628], [-81.834604, 28.817627], [-81.834531, 28.817625], [-81.834457, 28.817624], [-81.834384, 28.817623], [-81.834311, 28.817623], [-81.834237, 28.817622], [-81.834164, 28.817622], [-81.834102, 28.817623], [-81.834041, 28.817623], [-81.83398, 28.817624], [-81.833918, 28.817625], [-81.83385, 28.817626], [-81.833849, 28.817683], [-81.833849, 28.817738], [-81.833845, 28.818242], [-81.833674, 28.818241], [-81.833502, 28.81824], [-81.833505, 28.817872], [-81.833506, 28.817744], [-81.833506, 28.817687], [-81.833506, 28.817632], [-81.833491, 28.817632], [-81.833424, 28.817633], [-81.833359, 28.817635], [-81.833294, 28.817637], [-81.83323, 28.817638], [-81.833168, 28.817636], [-81.833112, 28.817632], [-81.833062, 28.817626], [-81.833011, 28.817619], [-81.832959, 28.817611], [-81.832927, 28.817606], [-81.832925, 28.817662], [-81.832843, 28.817649], [-81.832843, 28.817685], [-81.832842, 28.817779], [-81.832841, 28.817829], [-81.832839, 28.818235], [-81.832833, 28.818812], [-81.832832, 28.818923], [-81.832918, 28.818922], [-81.833319, 28.818922], [-81.833319, 28.818937], [-81.834151, 28.818945], [-81.834149, 28.819137], [-81.836508, 28.819156], [-81.836918, 28.819158], [-81.836956, 28.819159], [-81.836959, 28.819285], [-81.836953, 28.819851], [-81.837391, 28.820289], [-81.837992, 28.819827], [-81.83843, 28.819501], [-81.838819, 28.819222], [-81.839, 28.819114], [-81.839018, 28.819084], [-81.839121, 28.819027], [-81.839122, 28.818357], [-81.839131, 28.817807], [-81.839832, 28.817816], [-81.839988, 28.817818], [-81.840079, 28.817819], [-81.840144, 28.81782], [-81.8403, 28.817822], [-81.840434, 28.817824], [-81.840456, 28.817824], [-81.840612, 28.817826], [-81.840768, 28.817828], [-81.840925, 28.81783], [-81.841078, 28.817831], [-81.841078, 28.817809], [-81.841873, 28.817812], [-81.842951, 28.817815], [-81.843186, 28.817815], [-81.84342, 28.817816], [-81.843654, 28.817817], [-81.843654, 28.817843], [-81.84422, 28.817845], [-81.844249, 28.817845], [-81.844482, 28.817847], [-81.844681, 28.817848], [-81.844725, 28.817826], [-81.844786, 28.817796], [-81.844957, 28.817715], [-81.844476, 28.817711], [-81.844243, 28.817709], [-81.844224, 28.817407], [-81.844237, 28.815561], [-81.844349, 28.81556], [-81.844976, 28.815565], [-81.845166, 28.815566], [-81.845275, 28.815568], [-81.845272, 28.815538], [-81.845381, 28.815539], [-81.846194, 28.815553], [-81.846562, 28.815551], [-81.846563, 28.815664], [-81.846562, 28.816185], [-81.846891, 28.816526], [-81.846929, 28.816578], [-81.847038, 28.816499], [-81.847243, 28.816351], [-81.846903, 28.815987], [-81.846903, 28.815662], [-81.846896, 28.815549], [-81.847071, 28.815549], [-81.847542, 28.81554], [-81.847768, 28.815536], [-81.847801, 28.815535], [-81.84785, 28.815543], [-81.847883, 28.815548], [-81.847915, 28.815557], [-81.848055, 28.815705], [-81.848121, 28.815721], [-81.848153, 28.81569], [-81.848198, 28.815649], [-81.848215, 28.815652], [-81.848146, 28.815578], [-81.848071, 28.815486], [-81.847954, 28.815489], [-81.847882, 28.815491], [-81.847754, 28.815486], [-81.847717, 28.815485], [-81.84754, 28.815485], [-81.847529, 28.815484], [-81.847342, 28.815483], [-81.847344, 28.815098], [-81.847345, 28.814961], [-81.847345, 28.814823], [-81.847346, 28.814686], [-81.847347, 28.814548], [-81.847347, 28.814411], [-81.847348, 28.814273], [-81.847647, 28.814276], [-81.84777, 28.814275], [-81.847863, 28.814275], [-81.847957, 28.814276], [-81.847958, 28.814138], [-81.847958, 28.814032], [-81.847959, 28.814001], [-81.847959, 28.813863], [-81.847962, 28.813767], [-81.847964, 28.813724], [-81.847962, 28.813634], [-81.847961, 28.813589], [-81.847963, 28.813176], [-81.8482, 28.813177], [-81.848385, 28.813178], [-81.848383, 28.81359], [-81.848383, 28.813631], [-81.848382, 28.813728], [-81.848383, 28.813742], [-81.848383, 28.813763], [-81.848381, 28.814003], [-81.84845, 28.814003], [-81.848802, 28.814005], [-81.848795, 28.814981], [-81.848797, 28.814995], [-81.848796, 28.815247], [-81.84889, 28.815165], [-81.848922, 28.815138], [-81.848984, 28.815086], [-81.848986, 28.814693], [-81.849407, 28.814695], [-81.849408, 28.814557], [-81.849409, 28.81442], [-81.84941, 28.814282], [-81.84941, 28.814145], [-81.849411, 28.814007], [-81.849412, 28.81387], [-81.849412, 28.813732], [-81.849413, 28.813595], [-81.849414, 28.813457], [-81.849415, 28.81332], [-81.849415, 28.813182], [-81.849416, 28.813045], [-81.849417, 28.812907], [-81.849422, 28.811945]], [[-81.839073, 28.819854], [-81.838949, 28.819941], [-81.838948, 28.820225], [-81.838947, 28.820458], [-81.838986, 28.820433], [-81.838997, 28.820426], [-81.83901, 28.820418], [-81.839022, 28.82041], [-81.839032, 28.820404], [-81.839043, 28.820397], [-81.839052, 28.820392], [-81.83906, 28.820386], [-81.839072, 28.820379], [-81.839073, 28.819854]], [[-81.832829, 28.819126], [-81.83276, 28.819126], [-81.831793, 28.819119], [-81.831789, 28.819721], [-81.831786, 28.820136], [-81.83274, 28.820154], [-81.83282, 28.82015], [-81.832829, 28.819139], [-81.832829, 28.819126]], [[-81.828646, 28.819101], [-81.826321, 28.819078], [-81.825739, 28.819077], [-81.824823, 28.819069], [-81.825565, 28.819343], [-81.826413, 28.819346], [-81.826419, 28.819507], [-81.826424, 28.819522], [-81.826407, 28.820124], [-81.826192, 28.820572], [-81.826141, 28.820769], [-81.826142, 28.821124], [-81.826212, 28.821434], [-81.826546, 28.821805], [-81.826544, 28.822104], [-81.826547, 28.822229], [-81.826554, 28.822377], [-81.826554, 28.822724], [-81.826906, 28.822728], [-81.827144, 28.822729], [-81.82859, 28.822741], [-81.828633, 28.822741], [-81.828639, 28.820837], [-81.828646, 28.819101]], [[-81.828601, 28.826385], [-81.828031, 28.826381], [-81.826961, 28.826374], [-81.826584, 28.82637], [-81.826477, 28.82637], [-81.824808, 28.826364], [-81.82438, 28.826357], [-81.823933, 28.826351], [-81.822834, 28.826346], [-81.820785, 28.826335], [-81.820363, 28.826339], [-81.820257, 28.826339], [-81.820255, 28.826684], [-81.820252, 28.828234], [-81.820233, 28.829989], [-81.820417, 28.82999], [-81.82214, 28.828984], [-81.822661, 28.82868], [-81.823172, 28.828382], [-81.823894, 28.828312], [-81.824402, 28.828982], [-81.824574, 28.828882], [-81.824398, 28.828647], [-81.824189, 28.828377], [-81.824189, 28.828282], [-81.824393, 28.828001], [-81.824469, 28.827955], [-81.824498, 28.827971], [-81.824667, 28.82787], [-81.825172, 28.828532], [-81.825228, 28.8285], [-81.825211, 28.828477], [-81.825569, 28.828268], [-81.825586, 28.828291], [-81.825981, 28.828064], [-81.826464, 28.827777], [-81.826485, 28.827765], [-81.828451, 28.826616], [-81.828511, 28.826582], [-81.828568, 28.826549], [-81.828599, 28.82653], [-81.8286, 28.826498], [-81.828601, 28.826385]], [[-81.822838, 28.829897], [-81.822554, 28.829519], [-81.822487, 28.829437], [-81.821531, 28.829995], [-81.821828, 28.829996], [-81.822661, 28.83], [-81.822711, 28.829971], [-81.822838, 28.829897]], [[-81.815488, 28.832844], [-81.815323, 28.832735], [-81.815205, 28.832657], [-81.815251, 28.832731], [-81.815282, 28.832783], [-81.815289, 28.832835], [-81.815339, 28.832863], [-81.815397, 28.832858], [-81.815475, 28.832885], [-81.815488, 28.832844]], [[-81.873179, 28.748206], [-81.873178, 28.748115], [-81.87317, 28.747519], [-81.873175, 28.747128], [-81.873176, 28.746612], [-81.87321, 28.746461], [-81.873463, 28.746273], [-81.873469, 28.745847], [-81.873469, 28.745702], [-81.873342, 28.7457], [-81.873246, 28.745541], [-81.873206, 28.745442], [-81.873216, 28.745112], [-81.873239, 28.745128], [-81.873299, 28.745076], [-81.873363, 28.745033], [-81.874014, 28.744681], [-81.87403, 28.743882], [-81.874032, 28.743814], [-81.87355, 28.743817], [-81.873549, 28.743878], [-81.872636, 28.74387], [-81.872485, 28.743868], [-81.872402, 28.743867], [-81.872358, 28.743867], [-81.872256, 28.743866], [-81.872397, 28.744049], [-81.872296, 28.744045], [-81.872205, 28.744052], [-81.872008, 28.744045], [-81.871408, 28.74404], [-81.8714, 28.74568], [-81.871399, 28.745852], [-81.870345, 28.745847], [-81.870839, 28.748523], [-81.870861, 28.748645], [-81.870741, 28.748675], [-81.87034, 28.748786], [-81.869824, 28.748944], [-81.869736, 28.748973], [-81.869542, 28.749037], [-81.869541, 28.749182], [-81.869535, 28.750208], [-81.871376, 28.750231], [-81.872463, 28.750244], [-81.872477, 28.748442], [-81.872478, 28.748314], [-81.872793, 28.748259], [-81.873179, 28.748206]]]]}, "properties": {"name": "Leesburg", "median_income": 47506}}, {"type": "Feature", "geometry": {"type": "MultiPolygon", "coordinates": [[[[-81.692114, 28.609263], [-81.691603, 28.608959], [-81.691599, 28.609459], [-81.692113, 28.60946], [-81.692108, 28.611915], [-81.690043, 28.611903], [-81.690064, 28.608163], [-81.690066, 28.607848], [-81.690082, 28.604926], [-81.690524, 28.605126], [-81.691639, 28.60562], [-81.691625, 28.606628], [-81.691611, 28.608185], [-81.691605, 28.608796], [-81.692115, 28.609098], [-81.692114, 28.609263]]], [[[-81.69395, 28.58659], [-81.693842, 28.586642], [-81.693755, 28.586697], [-81.69368, 28.586761], [-81.693645, 28.5868], [-81.693572, 28.586903], [-81.693516, 28.587009], [-81.693476, 28.587107], [-81.693401, 28.587359], [-81.69333, 28.587554], [-81.693244, 28.587733], [-81.693183, 28.587833], [-81.693101, 28.587934], [-81.692977, 28.588055], [-81.692405, 28.588545], [-81.691793, 28.589029], [-81.691543, 28.589255], [-81.691368, 28.589433], [-81.691333, 28.589468], [-81.691096, 28.58973], [-81.690738, 28.590125], [-81.690717, 28.590151], [-81.690406, 28.590151], [-81.690243, 28.590143], [-81.69024, 28.590705], [-81.690239, 28.590832], [-81.690231, 28.592157], [-81.690224, 28.593082], [-81.690224, 28.593099], [-81.690277, 28.5931], [-81.69071, 28.593112], [-81.690937, 28.593118], [-81.691029, 28.593121], [-81.690986, 28.593293], [-81.690943, 28.593405], [-81.690905, 28.593461], [-81.69086, 28.593508], [-81.690688, 28.593638], [-81.690527, 28.593743], [-81.690422, 28.593805], [-81.69038, 28.593846], [-81.690301, 28.593841], [-81.69022, 28.593836], [-81.689498, 28.593831], [-81.688795, 28.593828], [-81.687842, 28.593832], [-81.687526, 28.593838], [-81.687484, 28.593917], [-81.687357, 28.593919], [-81.68717, 28.593918], [-81.686434, 28.593912], [-81.686159, 28.594074], [-81.685971, 28.593945], [-81.685833, 28.593856], [-81.68571, 28.593773], [-81.685657, 28.593739], [-81.685524, 28.59368], [-81.685456, 28.593647], [-81.685368, 28.593594], [-81.685269, 28.593536], [-81.68524, 28.593517], [-81.685155, 28.593477], [-81.685023, 28.59346], [-81.684946, 28.593453], [-81.684919, 28.593455], [-81.684706, 28.593567], [-81.684334, 28.593763], [-81.684121, 28.593762], [-81.68405, 28.5938], [-81.683987, 28.593832], [-81.683911, 28.593864], [-81.683859, 28.593892], [-81.683796, 28.593933], [-81.683713, 28.593986], [-81.683673, 28.594021], [-81.683596, 28.5941], [-81.683551, 28.594162], [-81.683453, 28.594269], [-81.683374, 28.594351], [-81.685558, 28.595581], [-81.682645, 28.595562], [-81.682208, 28.595559], [-81.681929, 28.595557], [-81.681935, 28.595031], [-81.681841, 28.595033], [-81.681742, 28.595036], [-81.68167, 28.595029], [-81.681601, 28.595019], [-81.681385, 28.594985], [-81.681308, 28.594969], [-81.681251, 28.594945], [-81.681125, 28.594871], [-81.681026, 28.594839], [-81.680907, 28.594812], [-81.680724, 28.59477], [-81.680502, 28.594754], [-81.680196, 28.59475], [-81.680079, 28.594763], [-81.679989, 28.594796], [-81.679935, 28.594822], [-81.679924, 28.594885], [-81.679915, 28.594929], [-81.679908, 28.594948], [-81.679895, 28.594952], [-81.679889, 28.59554], [-81.67987, 28.597353], [-81.679852, 28.599166], [-81.679839, 28.600717], [-81.679839, 28.600966], [-81.679875, 28.600978], [-81.679977, 28.60102], [-81.680094, 28.601094], [-81.680206, 28.601183], [-81.680314, 28.601265], [-81.680436, 28.601346], [-81.680493, 28.601376], [-81.680552, 28.601411], [-81.680679, 28.601497], [-81.680779, 28.601585], [-81.680894, 28.601689], [-81.680951, 28.601723], [-81.68102, 28.601746], [-81.68133, 28.601883], [-81.681573, 28.601975], [-81.681802, 28.602012], [-81.681874, 28.602021], [-81.682059, 28.602045], [-81.68218, 28.60202], [-81.682289, 28.601998], [-81.682421, 28.601964], [-81.682555, 28.601928], [-81.682612, 28.601908], [-81.68269, 28.601858], [-81.68275, 28.601821], [-81.682879, 28.601697], [-81.682945, 28.601591], [-81.68301, 28.601459], [-81.683042, 28.601337], [-81.683043, 28.60122], [-81.682985, 28.600973], [-81.682963, 28.60092], [-81.682949, 28.600893], [-81.682903, 28.600797], [-81.682863, 28.600716], [-81.682833, 28.600631], [-81.682828, 28.600488], [-81.682829, 28.600414], [-81.682842, 28.600338], [-81.682865, 28.60024], [-81.682929, 28.600124], [-81.682964, 28.600076], [-81.683106, 28.599971], [-81.68318, 28.599935], [-81.683313, 28.599892], [-81.683384, 28.599879], [-81.683458, 28.599873], [-81.683539, 28.599868], [-81.683677, 28.599847], [-81.683827, 28.599815], [-81.683914, 28.5998], [-81.684036, 28.599797], [-81.684172, 28.599807], [-81.684237, 28.599825], [-81.684298, 28.599843], [-81.684374, 28.599859], [-81.684446, 28.599863], [-81.684496, 28.59987], [-81.684615, 28.599887], [-81.684623, 28.599197], [-81.685158, 28.5992], [-81.68515, 28.599795], [-81.685215, 28.599766], [-81.685335, 28.599711], [-81.685382, 28.599684], [-81.685496, 28.599633], [-81.685556, 28.599601], [-81.685622, 28.599567], [-81.685682, 28.599536], [-81.685738, 28.599506], [-81.685803, 28.599458], [-81.685852, 28.599401], [-81.685897, 28.59934], [-81.685935, 28.599285], [-81.686027, 28.599205], [-81.686052, 28.599205], [-81.690104, 28.59923], [-81.690184, 28.59923], [-81.690184, 28.599246], [-81.690168, 28.6006], [-81.690022, 28.6006], [-81.690022, 28.601035], [-81.690161, 28.601035], [-81.690145, 28.601953], [-81.690124, 28.602842], [-81.689073, 28.602846], [-81.689053, 28.604456], [-81.689043, 28.604567], [-81.688026, 28.604104], [-81.68802, 28.604641], [-81.687441, 28.604633], [-81.687301, 28.604632], [-81.684933, 28.604611], [-81.684886, 28.604602], [-81.684827, 28.604603], [-81.684395, 28.604598], [-81.68391, 28.604592], [-81.683006, 28.60458], [-81.681947, 28.604567], [-81.681856, 28.604566], [-81.681856, 28.604651], [-81.681851, 28.607187], [-81.680678, 28.607092], [-81.680381, 28.606927], [-81.679991, 28.606712], [-81.679744, 28.606711], [-81.679604, 28.606583], [-81.679288, 28.606344], [-81.679217, 28.606304], [-81.67911, 28.606266], [-81.679013, 28.606242], [-81.678525, 28.606216], [-81.678096, 28.606207], [-81.677987, 28.606205], [-81.677708, 28.606203], [-81.67768, 28.607665], [-81.677682, 28.608077], [-81.677697, 28.610596], [-81.677041, 28.610672], [-81.676664, 28.610708], [-81.676472, 28.610726], [-81.676457, 28.610563], [-81.676459, 28.610502], [-81.676467, 28.610419], [-81.67645, 28.610358], [-81.676407, 28.610299], [-81.676357, 28.610255], [-81.676299, 28.610213], [-81.676233, 28.610188], [-81.676163, 28.610182], [-81.676097, 28.610187], [-81.676054, 28.610208], [-81.67598, 28.610235], [-81.675912, 28.610259], [-81.675855, 28.610284], [-81.6758, 28.610333], [-81.675757, 28.610371], [-81.675706, 28.610374], [-81.675686, 28.610375], [-81.675655, 28.610323], [-81.675591, 28.610308], [-81.675494, 28.610437], [-81.675155, 28.610538], [-81.674914, 28.610563], [-81.674862, 28.610559], [-81.674809, 28.610548], [-81.674673, 28.610508], [-81.674626, 28.610502], [-81.674518, 28.610486], [-81.674418, 28.61049], [-81.674304, 28.610495], [-81.674225, 28.610502], [-81.674147, 28.610512], [-81.674038, 28.610526], [-81.673719, 28.610463], [-81.673682, 28.610429], [-81.673649, 28.61039], [-81.673597, 28.61034], [-81.673539, 28.610302], [-81.67348, 28.610271], [-81.673265, 28.610217], [-81.672913, 28.610105], [-81.672822, 28.610086], [-81.67277, 28.610072], [-81.67262, 28.610028], [-81.672466, 28.609949], [-81.672412, 28.609926], [-81.672355, 28.609884], [-81.672347, 28.609823], [-81.672335, 28.609758], [-81.672297, 28.609708], [-81.67216, 28.609614], [-81.672031, 28.609537], [-81.671953, 28.609489], [-81.671898, 28.609445], [-81.671828, 28.60938], [-81.67176, 28.609316], [-81.671691, 28.609253], [-81.671605, 28.609174], [-81.671505, 28.609057], [-81.671409, 28.60893], [-81.671334, 28.60886], [-81.671265, 28.608798], [-81.671224, 28.608757], [-81.671191, 28.608718], [-81.671135, 28.60867], [-81.671085, 28.60863], [-81.671002, 28.608549], [-81.670923, 28.608412], [-81.670887, 28.60836], [-81.670842, 28.608312], [-81.670781, 28.608264], [-81.670694, 28.608182], [-81.670619, 28.608031], [-81.67059, 28.607978], [-81.670576, 28.607958], [-81.670531, 28.607901], [-81.670488, 28.607838], [-81.670462, 28.60778], [-81.670494, 28.607719], [-81.670466, 28.607668], [-81.670425, 28.607624], [-81.670377, 28.607578], [-81.670325, 28.607518], [-81.67026, 28.607417], [-81.670032, 28.60705], [-81.669929, 28.60688], [-81.669884, 28.606811], [-81.669795, 28.606675], [-81.669764, 28.606614], [-81.669699, 28.606512], [-81.669625, 28.606401], [-81.669558, 28.606292], [-81.669484, 28.606172], [-81.669396, 28.606042], [-81.669343, 28.605935], [-81.66928, 28.605822], [-81.669014, 28.605401], [-81.668926, 28.60522], [-81.668903, 28.605151], [-81.668868, 28.605097], [-81.668837, 28.605028], [-81.668803, 28.604973], [-81.668765, 28.604898], [-81.668741, 28.604835], [-81.668726, 28.604772], [-81.668727, 28.604699], [-81.668743, 28.604635], [-81.668728, 28.604585], [-81.668692, 28.604533], [-81.668625, 28.604415], [-81.668582, 28.604352], [-81.668553, 28.604302], [-81.668515, 28.604227], [-81.668486, 28.604176], [-81.668459, 28.60412], [-81.66844, 28.604065], [-81.668409, 28.603983], [-81.668397, 28.60394], [-81.668367, 28.603825], [-81.668358, 28.603771], [-81.668341, 28.603715], [-81.668324, 28.603641], [-81.668311, 28.603582], [-81.668329, 28.603522], [-81.668331, 28.603463], [-81.668263, 28.603354], [-81.668201, 28.603253], [-81.668164, 28.603199], [-81.668113, 28.603146], [-81.668055, 28.603113], [-81.668011, 28.603067], [-81.667994, 28.603004], [-81.66799, 28.602974], [-81.667986, 28.602951], [-81.667955, 28.602886], [-81.667921, 28.602832], [-81.667871, 28.602771], [-81.667818, 28.602738], [-81.667761, 28.602704], [-81.667706, 28.602652], [-81.667682, 28.602602], [-81.667665, 28.602545], [-81.667648, 28.602467], [-81.667653, 28.602429], [-81.667658, 28.602396], [-81.667602, 28.602155], [-81.66758, 28.602153], [-81.667395, 28.602141], [-81.66728, 28.602116], [-81.667258, 28.602096], [-81.667247, 28.602087], [-81.667221, 28.602059], [-81.667197, 28.601992], [-81.667118, 28.601978], [-81.6671, 28.601648], [-81.667014, 28.601632], [-81.666799, 28.601329], [-81.666627, 28.601087], [-81.666517, 28.600911], [-81.666416, 28.600743], [-81.666375, 28.600682], [-81.666337, 28.600632], [-81.666296, 28.600588], [-81.666256, 28.600536], [-81.66622, 28.600479], [-81.666181, 28.600412], [-81.666148, 28.600349], [-81.666114, 28.60027], [-81.666083, 28.600209], [-81.666037, 28.600135], [-81.666001, 28.600079], [-81.66595, 28.600017], [-81.665911, 28.59997], [-81.665867, 28.599894], [-81.665827, 28.599838], [-81.665788, 28.599792], [-81.665748, 28.599739], [-81.665719, 28.599695], [-81.665712, 28.599683], [-81.665666, 28.599631], [-81.665653, 28.599507], [-81.665623, 28.599374], [-81.665591, 28.599297], [-81.665555, 28.599219], [-81.665524, 28.599146], [-81.665495, 28.599079], [-81.665469, 28.599014], [-81.665448, 28.598937], [-81.665336, 28.598575], [-81.665272, 28.598565], [-81.665199, 28.598248], [-81.665172, 28.598114], [-81.665148, 28.598043], [-81.665098, 28.597931], [-81.665081, 28.597883], [-81.665118, 28.597698], [-81.665094, 28.597493], [-81.665086, 28.597225], [-81.665734, 28.597231], [-81.665784, 28.597231], [-81.668446, 28.597257], [-81.668489, 28.597258], [-81.668527, 28.597257], [-81.668528, 28.597176], [-81.66853, 28.596869], [-81.668531, 28.596649], [-81.668533, 28.596457], [-81.668534, 28.596264], [-81.668536, 28.595879], [-81.668538, 28.595687], [-81.66854, 28.595302], [-81.668541, 28.595109], [-81.668543, 28.594917], [-81.668545, 28.594551], [-81.668546, 28.594359], [-81.668548, 28.594166], [-81.668549, 28.593974], [-81.66855, 28.593781], [-81.668551, 28.593589], [-81.669019, 28.593596], [-81.66958, 28.593605], [-81.669922, 28.593611], [-81.670514, 28.59362], [-81.670515, 28.593378], [-81.670521, 28.592319], [-81.670527, 28.591878], [-81.669592, 28.591856], [-81.669611, 28.590178], [-81.669611, 28.590068], [-81.669632, 28.587384], [-81.669639, 28.586584], [-81.6702, 28.586579], [-81.672656, 28.586551], [-81.672728, 28.586536], [-81.672824, 28.586516], [-81.67292, 28.586496], [-81.673015, 28.586474], [-81.67348, 28.586379], [-81.673563, 28.586359], [-81.67364, 28.586338], [-81.673701, 28.58632], [-81.673753, 28.586301], [-81.673895, 28.586253], [-81.674034, 28.586198], [-81.67417, 28.586136], [-81.674326, 28.586056], [-81.674599, 28.585889], [-81.6747, 28.585837], [-81.674843, 28.585763], [-81.674806, 28.585928], [-81.674804, 28.585943], [-81.674801, 28.585976], [-81.674778, 28.586189], [-81.674776, 28.586297], [-81.675749, 28.586307], [-81.675814, 28.586307], [-81.675803, 28.585721], [-81.675814, 28.585664], [-81.675929, 28.58565], [-81.676004, 28.585643], [-81.676074, 28.585638], [-81.676145, 28.585633], [-81.676213, 28.58563], [-81.676341, 28.585626], [-81.676537, 28.585621], [-81.676816, 28.585612], [-81.677002, 28.585607], [-81.677344, 28.585597], [-81.677575, 28.58559], [-81.678401, 28.585565], [-81.679422, 28.585535], [-81.680959, 28.58549], [-81.681052, 28.585486], [-81.681156, 28.585479], [-81.68124, 28.585472], [-81.681304, 28.585466], [-81.681391, 28.585455], [-81.681457, 28.585446], [-81.681544, 28.585432], [-81.68161, 28.585421], [-81.681654, 28.585413], [-81.68172, 28.585399], [-81.681785, 28.585385], [-81.681864, 28.585366], [-81.681914, 28.585354], [-81.682031, 28.585321], [-81.682031, 28.585372], [-81.68202, 28.586515], [-81.682623, 28.586519], [-81.682622, 28.586506], [-81.688211, 28.586486], [-81.6882, 28.587405], [-81.690315, 28.587396], [-81.690314, 28.586525], [-81.690397, 28.586525], [-81.693416, 28.586544], [-81.694047, 28.586557], [-81.69395, 28.58659]]], [[[-81.705157, 28.58288], [-81.704696, 28.582877], [-81.7035, 28.582869], [-81.703501, 28.583357], [-81.703499, 28.584729], [-81.703496, 28.586542], [-81.702512, 28.586538], [-81.700725, 28.586542], [-81.699279, 28.586557], [-81.698558, 28.586582], [-81.698605, 28.586052], [-81.698611, 28.585457], [-81.698613, 28.58528], [-81.698611, 28.584575], [-81.698592, 28.58238], [-81.698597, 28.580836], [-81.698594, 28.579113], [-81.698599, 28.578922], [-81.698596, 28.578858], [-81.698538, 28.578413], [-81.698507, 28.578073], [-81.698499, 28.577868], [-81.698497, 28.577315], [-81.698474, 28.576957], [-81.698483, 28.576818], [-81.698506, 28.576695], [-81.698541, 28.576574], [-81.698578, 28.576487], [-81.698643, 28.576372], [-81.698698, 28.576302], [-81.698767, 28.576239], [-81.698858, 28.576177], [-81.698963, 28.57612], [-81.699038, 28.576087], [-81.699113, 28.576062], [-81.699231, 28.57604], [-81.699781, 28.575995], [-81.700016, 28.575984], [-81.700173, 28.576177], [-81.70208, 28.578524], [-81.704963, 28.58204], [-81.705647, 28.582884], [-81.705157, 28.58288]]]]}, "properties": {"name": "Montverde", "median_income": 103250}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-81.690263, 28.815128], [-81.690224, 28.815268], [-81.690207, 28.815329], [-81.690173, 28.815393], [-81.690124, 28.815448], [-81.690083, 28.815501], [-81.690046, 28.815567], [-81.690028, 28.815629], [-81.689719, 28.815642], [-81.689604, 28.815645], [-81.685569, 28.815636], [-81.685573, 28.81572], [-81.685572, 28.815763], [-81.685571, 28.815824], [-81.685569, 28.816035], [-81.686093, 28.816034], [-81.686122, 28.816033], [-81.686123, 28.816247], [-81.686125, 28.816295], [-81.685581, 28.816295], [-81.685583, 28.816344], [-81.685971, 28.816338], [-81.685973, 28.816558], [-81.686404, 28.81656], [-81.686685, 28.816556], [-81.686847, 28.816553], [-81.686846, 28.816333], [-81.686955, 28.816333], [-81.686956, 28.816553], [-81.687093, 28.816554], [-81.687173, 28.816547], [-81.687178, 28.81651], [-81.687173, 28.816332], [-81.687585, 28.81633], [-81.687817, 28.816325], [-81.687962, 28.81633], [-81.687941, 28.816396], [-81.687897, 28.816477], [-81.687867, 28.816531], [-81.687823, 28.816654], [-81.687789, 28.816749], [-81.687755, 28.816798], [-81.68772, 28.81685], [-81.687673, 28.816886], [-81.687635, 28.816931], [-81.687602, 28.816981], [-81.687579, 28.817021], [-81.687563, 28.817076], [-81.687469, 28.817648], [-81.687541, 28.818201], [-81.687366, 28.818201], [-81.686212, 28.818218], [-81.686196, 28.817947], [-81.685592, 28.817956], [-81.685581, 28.817928], [-81.685456, 28.817923], [-81.685322, 28.817928], [-81.685317, 28.81738], [-81.683254, 28.817403], [-81.683264, 28.817947], [-81.6836, 28.817947], [-81.683604, 28.8184], [-81.683606, 28.818545], [-81.683803, 28.818546], [-81.684354, 28.818538], [-81.684356, 28.818903], [-81.685458, 28.818891], [-81.685458, 28.818928], [-81.685458, 28.819038], [-81.684183, 28.81904], [-81.683796, 28.819035], [-81.683799, 28.81897], [-81.683607, 28.818959], [-81.683326, 28.818971], [-81.682835, 28.818916], [-81.682255, 28.818922], [-81.682255, 28.819038], [-81.682269, 28.81991], [-81.682274, 28.820296], [-81.683302, 28.820254], [-81.6833, 28.820437], [-81.683301, 28.82046], [-81.683304, 28.820483], [-81.683304, 28.820726], [-81.683313, 28.821276], [-81.683304, 28.822109], [-81.683152, 28.822073], [-81.683062, 28.822053], [-81.682497, 28.821927], [-81.681271, 28.821662], [-81.681229, 28.821656], [-81.681199, 28.821871], [-81.680364, 28.82169], [-81.680331, 28.821672], [-81.680133, 28.821621], [-81.679913, 28.821577], [-81.679765, 28.82155], [-81.678107, 28.821184], [-81.677074, 28.820956], [-81.676425, 28.820827], [-81.676015, 28.820732], [-81.675074, 28.82058], [-81.675074, 28.820799], [-81.675047, 28.820953], [-81.674626, 28.820852], [-81.67445, 28.82081], [-81.673966, 28.820715], [-81.673518, 28.820653], [-81.672903, 28.82059], [-81.672377, 28.820561], [-81.671888, 28.820559], [-81.67134, 28.820583], [-81.67089, 28.820627], [-81.670242, 28.820726], [-81.669456, 28.820914], [-81.668816, 28.821086], [-81.667437, 28.82146], [-81.666809, 28.821623], [-81.666265, 28.821764], [-81.663653, 28.822472], [-81.662137, 28.822877], [-81.660961, 28.823202], [-81.660622, 28.823297], [-81.659487, 28.823581], [-81.659273, 28.823625], [-81.658757, 28.823734], [-81.657669, 28.82391], [-81.65732, 28.823955], [-81.656307, 28.824045], [-81.655885, 28.824071], [-81.655466, 28.824086], [-81.653869, 28.824101], [-81.652877, 28.824097], [-81.651039, 28.824102], [-81.650128, 28.824105], [-81.646943, 28.824127], [-81.646337, 28.824127], [-81.646281, 28.824127], [-81.646282, 28.824167], [-81.64628, 28.824291], [-81.646277, 28.824442], [-81.646265, 28.825111], [-81.646239, 28.826566], [-81.646219, 28.82766], [-81.646207, 28.827661], [-81.644036, 28.827663], [-81.644043, 28.828311], [-81.644012, 28.828311], [-81.644021, 28.829102], [-81.644025, 28.829488], [-81.644014, 28.829652], [-81.643993, 28.829859], [-81.643978, 28.829944], [-81.643953, 28.830047], [-81.643906, 28.830234], [-81.643878, 28.83035], [-81.643833, 28.830491], [-81.643785, 28.830617], [-81.643742, 28.830725], [-81.643716, 28.830794], [-81.643678, 28.830868], [-81.643574, 28.831049], [-81.643544, 28.831096], [-81.64347, 28.831206], [-81.643425, 28.831269], [-81.643357, 28.831358], [-81.643267, 28.831466], [-81.643172, 28.831572], [-81.643013, 28.83173], [-81.642888, 28.831844], [-81.642791, 28.831937], [-81.642548, 28.83215], [-81.641707, 28.832906], [-81.641073, 28.833475], [-81.640581, 28.833918], [-81.64009, 28.834359], [-81.639668, 28.834738], [-81.639027, 28.835315], [-81.63844, 28.835842], [-81.637943, 28.836289], [-81.637684, 28.836522], [-81.637233, 28.836928], [-81.636748, 28.837363], [-81.636677, 28.837428], [-81.6365, 28.837587], [-81.636393, 28.837683], [-81.636225, 28.837834], [-81.635947, 28.838084], [-81.635751, 28.83826], [-81.635586, 28.838408], [-81.635438, 28.838545], [-81.635272, 28.838705], [-81.635031, 28.838957], [-81.634815, 28.83923], [-81.634436, 28.83977], [-81.634385, 28.839843], [-81.634196, 28.840291], [-81.634078, 28.840619], [-81.633887, 28.841499], [-81.633872, 28.841747], [-81.633905, 28.844068], [-81.63391, 28.844305], [-81.633918, 28.844657], [-81.633787, 28.844659], [-81.633695, 28.844661], [-81.633687, 28.844257], [-81.633683, 28.844065], [-81.633671, 28.843374], [-81.633646, 28.841756], [-81.633606, 28.84176], [-81.63107, 28.841761], [-81.631068, 28.841541], [-81.630446, 28.841548], [-81.630425, 28.840914], [-81.630381, 28.839615], [-81.630366, 28.839068], [-81.630356, 28.838868], [-81.629609, 28.838868], [-81.62961, 28.839068], [-81.629611, 28.839667], [-81.629611, 28.83997], [-81.629615, 28.841915], [-81.629616, 28.842046], [-81.629615, 28.842307], [-81.629617, 28.842578], [-81.629616, 28.844329], [-81.629617, 28.844836], [-81.62962, 28.847814], [-81.629619, 28.847886], [-81.629441, 28.847887], [-81.629426, 28.847881], [-81.629373, 28.847858], [-81.629373, 28.847409], [-81.629247, 28.847399], [-81.627642, 28.847413], [-81.627609, 28.847412], [-81.627608, 28.84706], [-81.627606, 28.846636], [-81.62678, 28.846638], [-81.626508, 28.846643], [-81.625995, 28.846652], [-81.62554, 28.84666], [-81.625541, 28.847937], [-81.623586, 28.847953], [-81.62358, 28.84806], [-81.623586, 28.84902], [-81.623591, 28.849765], [-81.621564, 28.849804], [-81.621564, 28.850004], [-81.621563, 28.850127], [-81.621573, 28.851008], [-81.621593, 28.851669], [-81.620333, 28.851682], [-81.618999, 28.851696], [-81.617707, 28.851719], [-81.617182, 28.851729], [-81.616469, 28.85173], [-81.614474, 28.851757], [-81.614421, 28.851758], [-81.614424, 28.851628], [-81.614436, 28.851363], [-81.614438, 28.851224], [-81.614441, 28.850941], [-81.614454, 28.850461], [-81.614484, 28.849674], [-81.614511, 28.848942], [-81.614533, 28.84809], [-81.614534, 28.848047], [-81.614546, 28.847626], [-81.614594, 28.845938], [-81.614602, 28.845625], [-81.614605, 28.845519], [-81.614623, 28.844933], [-81.614637, 28.84453], [-81.614639, 28.844456], [-81.614641, 28.844427], [-81.614625, 28.844427], [-81.614631, 28.844304], [-81.614649, 28.843913], [-81.61467, 28.843406], [-81.61468, 28.843128], [-81.614683, 28.843029], [-81.614682, 28.842892], [-81.614677, 28.8428], [-81.614668, 28.842709], [-81.614659, 28.842644], [-81.614648, 28.842573], [-81.61463, 28.842483], [-81.614609, 28.842393], [-81.614577, 28.84228], [-81.614533, 28.842168], [-81.61451, 28.842112], [-81.614432, 28.841947], [-81.614346, 28.841786], [-81.614282, 28.84168], [-81.614195, 28.841548], [-81.613965, 28.841257], [-81.613562, 28.840761], [-81.613313, 28.840455], [-81.612886, 28.839928], [-81.612475, 28.83942], [-81.611942, 28.838761], [-81.611592, 28.838328], [-81.611364, 28.838045], [-81.611133, 28.83776], [-81.61095, 28.837533], [-81.610813, 28.837363], [-81.610738, 28.837271], [-81.610661, 28.8372], [-81.610597, 28.837144], [-81.61053, 28.837091], [-81.610447, 28.837032], [-81.610374, 28.836987], [-81.61022, 28.836905], [-81.610131, 28.836864], [-81.610051, 28.836824], [-81.609946, 28.836772], [-81.609824, 28.836711], [-81.6098, 28.836696], [-81.609773, 28.836678], [-81.609748, 28.836659], [-81.609622, 28.836553], [-81.609598, 28.836527], [-81.609561, 28.836279], [-81.609517, 28.829641], [-81.609452, 28.826869], [-81.609442, 28.82642], [-81.609444, 28.82614], [-81.601398, 28.826024], [-81.60144, 28.815728], [-81.601442, 28.815184], [-81.600186, 28.815181], [-81.599485, 28.815179], [-81.59658, 28.81517], [-81.594979, 28.815165], [-81.593576, 28.815162], [-81.593362, 28.815162], [-81.593155, 28.815161], [-81.59303, 28.815158], [-81.592915, 28.815157], [-81.592899, 28.815157], [-81.592894, 28.814672], [-81.592862, 28.813825], [-81.592829, 28.811678], [-81.592824, 28.811319], [-81.592685, 28.806166], [-81.592658, 28.80319], [-81.592637, 28.800683], [-81.592791, 28.800681], [-81.59279, 28.800552], [-81.592871, 28.800551], [-81.592924, 28.80055], [-81.593439, 28.800544], [-81.593834, 28.80054], [-81.593833, 28.800586], [-81.594863, 28.800574], [-81.595361, 28.800569], [-81.595918, 28.800558], [-81.595918, 28.800512], [-81.596749, 28.800502], [-81.596943, 28.800504], [-81.596968, 28.80055], [-81.597041, 28.800546], [-81.597887, 28.800538], [-81.598007, 28.800536], [-81.598966, 28.800526], [-81.599057, 28.800526], [-81.599062, 28.79966], [-81.599105, 28.796379], [-81.599669, 28.796135], [-81.600489, 28.795919], [-81.601107, 28.795851], [-81.601856, 28.79587], [-81.602102, 28.795901], [-81.602127, 28.799975], [-81.60213, 28.800452], [-81.603147, 28.800451], [-81.604153, 28.800449], [-81.604182, 28.800449], [-81.605131, 28.800446], [-81.605223, 28.800446], [-81.605287, 28.800445], [-81.605287, 28.800412], [-81.606281, 28.800405], [-81.60638, 28.800405], [-81.606487, 28.800405], [-81.60731, 28.800404], [-81.60731, 28.80043], [-81.607683, 28.80043], [-81.608283, 28.800429], [-81.608327, 28.800429], [-81.608373, 28.800429], [-81.608939, 28.800428], [-81.6093, 28.800428], [-81.609369, 28.800428], [-81.609369, 28.800447], [-81.610303, 28.800449], [-81.610303, 28.800421], [-81.610296, 28.799148], [-81.610292, 28.798547], [-81.609747, 28.798552], [-81.609356, 28.798555], [-81.609365, 28.798137], [-81.609373, 28.797745], [-81.609383, 28.797263], [-81.609351, 28.797112], [-81.608606, 28.796954], [-81.608256, 28.796882], [-81.604905, 28.79619], [-81.604563, 28.79612], [-81.603174, 28.795833], [-81.602192, 28.795633], [-81.601761, 28.795583], [-81.601527, 28.795573], [-81.601178, 28.795572], [-81.600854, 28.795591], [-81.600358, 28.795662], [-81.59988, 28.795772], [-81.599467, 28.795909], [-81.599116, 28.796058], [-81.598548, 28.796368], [-81.597715, 28.796963], [-81.597027, 28.796962], [-81.597053, 28.795145], [-81.593773, 28.795136], [-81.592806, 28.795136], [-81.59281, 28.794827], [-81.592817, 28.79407], [-81.592819, 28.793342], [-81.593238, 28.793343], [-81.603148, 28.793353], [-81.603131, 28.790388], [-81.605161, 28.790391], [-81.605157, 28.789647], [-81.6082, 28.789649], [-81.609315, 28.789647], [-81.609393, 28.789633], [-81.61032, 28.789642], [-81.611423, 28.789632], [-81.612747, 28.789643], [-81.613313, 28.789634], [-81.614703, 28.789615], [-81.615451, 28.789618], [-81.615479, 28.79147], [-81.614459, 28.791476], [-81.614474, 28.793323], [-81.615507, 28.793316], [-81.615517, 28.793989], [-81.615525, 28.794815], [-81.615515, 28.794825], [-81.615436, 28.794894], [-81.615365, 28.794965], [-81.615289, 28.795041], [-81.615029, 28.795293], [-81.614767, 28.795543], [-81.613952, 28.796271], [-81.613819, 28.796386], [-81.613668, 28.7965], [-81.613568, 28.796577], [-81.613494, 28.796629], [-81.61345, 28.796658], [-81.613454, 28.79685], [-81.613478, 28.79815], [-81.617577, 28.795323], [-81.617614, 28.79942], [-81.619665, 28.798322], [-81.619654, 28.796956], [-81.619654, 28.796914], [-81.619654, 28.7969], [-81.621611, 28.796901], [-81.622244, 28.796896], [-81.622324, 28.796865], [-81.622468, 28.796825], [-81.622577, 28.796794], [-81.622745, 28.796764], [-81.622792, 28.796758], [-81.622792, 28.7967], [-81.622764, 28.794313], [-81.622718, 28.794314], [-81.622699, 28.792528], [-81.622695, 28.792362], [-81.624576, 28.791934], [-81.624563, 28.791713], [-81.62414, 28.791808], [-81.62348, 28.791959], [-81.622835, 28.792102], [-81.622243, 28.792242], [-81.621186, 28.792485], [-81.621, 28.792554], [-81.620177, 28.792861], [-81.619996, 28.792926], [-81.619985, 28.791444], [-81.620173, 28.791442], [-81.623179, 28.791426], [-81.623185, 28.791362], [-81.623248, 28.791362], [-81.62353, 28.791362], [-81.62371, 28.791367], [-81.624439, 28.79136], [-81.624497, 28.791359], [-81.624487, 28.790457], [-81.62448, 28.789685], [-81.624487, 28.78959], [-81.624355, 28.789591], [-81.624093, 28.789593], [-81.623775, 28.789595], [-81.623695, 28.789594], [-81.623694, 28.789511], [-81.623684, 28.788673], [-81.624082, 28.788671], [-81.624468, 28.78867], [-81.624452, 28.788189], [-81.624437, 28.788015], [-81.624503, 28.788015], [-81.624493, 28.787757], [-81.624418, 28.787756], [-81.623673, 28.787756], [-81.622351, 28.787756], [-81.62235, 28.787644], [-81.622347, 28.786714], [-81.622346, 28.786256], [-81.622346, 28.786069], [-81.622337, 28.78597], [-81.622553, 28.78597], [-81.622982, 28.78597], [-81.62341, 28.78597], [-81.623611, 28.78597], [-81.623644, 28.786786], [-81.623656, 28.786857], [-81.624456, 28.786838], [-81.624446, 28.786573], [-81.624442, 28.78648], [-81.624425, 28.785944], [-81.624514, 28.785939], [-81.62464, 28.785932], [-81.624731, 28.785927], [-81.624846, 28.785921], [-81.624896, 28.785919], [-81.624979, 28.785914], [-81.625713, 28.785924], [-81.626826, 28.785921], [-81.635725, 28.785886], [-81.636034, 28.785892], [-81.638072, 28.78586], [-81.640825, 28.78587], [-81.641196, 28.78587], [-81.64245, 28.785869], [-81.643061, 28.785869], [-81.64469, 28.78587], [-81.646513, 28.785872], [-81.646498, 28.7859], [-81.646285, 28.786305], [-81.646099, 28.786534], [-81.646031, 28.786767], [-81.645743, 28.78724], [-81.645477, 28.787308], [-81.645337, 28.787399], [-81.644988, 28.787626], [-81.64485, 28.787685], [-81.644696, 28.787798], [-81.64457, 28.787882], [-81.643988, 28.788262], [-81.64396, 28.78821], [-81.643927, 28.78816], [-81.643889, 28.788114], [-81.643847, 28.78807], [-81.6438, 28.78803], [-81.643743, 28.787989], [-81.643682, 28.787954], [-81.643618, 28.787924], [-81.64355, 28.787899], [-81.64348, 28.787881], [-81.643403, 28.787883], [-81.643327, 28.78789], [-81.643252, 28.787902], [-81.643177, 28.78792], [-81.643105, 28.787942], [-81.643035, 28.787969], [-81.642962, 28.788003], [-81.642893, 28.788043], [-81.642883, 28.78805], [-81.642829, 28.788087], [-81.642768, 28.788136], [-81.642712, 28.788188], [-81.642661, 28.788245], [-81.642616, 28.788305], [-81.642599, 28.788299], [-81.642561, 28.788344], [-81.64253, 28.788457], [-81.642509, 28.788568], [-81.642494, 28.788679], [-81.642487, 28.788791], [-81.642487, 28.788904], [-81.642494, 28.789016], [-81.642509, 28.789127], [-81.642531, 28.789238], [-81.64256, 28.789347], [-81.642595, 28.789455], [-81.642638, 28.789561], [-81.642667, 28.789659], [-81.642702, 28.789755], [-81.642744, 28.789848], [-81.642794, 28.78994], [-81.642849, 28.790028], [-81.642911, 28.790113], [-81.642979, 28.790195], [-81.643052, 28.790272], [-81.643132, 28.790345], [-81.643216, 28.790414], [-81.643305, 28.790477], [-81.643398, 28.790536], [-81.643496, 28.790589], [-81.643597, 28.790636], [-81.643701, 28.790678], [-81.643809, 28.790714], [-81.64383, 28.790734], [-81.643972, 28.790793], [-81.644043, 28.790823], [-81.644256, 28.790895], [-81.644335, 28.790909], [-81.644386, 28.790919], [-81.644562, 28.790926], [-81.644691, 28.790876], [-81.644829, 28.790786], [-81.645004, 28.790712], [-81.645189, 28.790728], [-81.645337, 28.790776], [-81.645485, 28.790856], [-81.645597, 28.791002], [-81.645653, 28.791149], [-81.645682, 28.791376], [-81.64572, 28.791514], [-81.645727, 28.791622], [-81.645726, 28.791722], [-81.645718, 28.791821], [-81.645704, 28.79192], [-81.645683, 28.792017], [-81.645656, 28.792114], [-81.645623, 28.792209], [-81.645583, 28.792302], [-81.645537, 28.792393], [-81.645458, 28.792527], [-81.6454, 28.792613], [-81.645337, 28.792695], [-81.645267, 28.792774], [-81.645192, 28.792849], [-81.645112, 28.79292], [-81.645027, 28.792985], [-81.644937, 28.793046], [-81.644843, 28.793102], [-81.644745, 28.793152], [-81.644689, 28.79317], [-81.644632, 28.79318], [-81.644565, 28.793185], [-81.644517, 28.793183], [-81.644462, 28.793175], [-81.644408, 28.793161], [-81.644357, 28.793142], [-81.644308, 28.793117], [-81.644264, 28.793087], [-81.644223, 28.793053], [-81.644188, 28.793014], [-81.644158, 28.792973], [-81.644138, 28.792935], [-81.644122, 28.792895], [-81.64411, 28.792855], [-81.644105, 28.792812], [-81.644093, 28.792771], [-81.644074, 28.792731], [-81.644048, 28.792695], [-81.644016, 28.792662], [-81.643979, 28.792634], [-81.643938, 28.792612], [-81.643893, 28.792595], [-81.643846, 28.792584], [-81.643798, 28.79258], [-81.643709, 28.792596], [-81.643621, 28.792617], [-81.643536, 28.792645], [-81.643444, 28.79268], [-81.643375, 28.792717], [-81.643299, 28.792762], [-81.643228, 28.792811], [-81.643161, 28.792866], [-81.6431, 28.792924], [-81.643044, 28.792987], [-81.642994, 28.793054], [-81.64295, 28.793124], [-81.642912, 28.793196], [-81.64276, 28.793489], [-81.642715, 28.794176], [-81.642711, 28.794245], [-81.642761, 28.794391], [-81.642882, 28.794504], [-81.642927, 28.794588], [-81.642957, 28.794642], [-81.642961, 28.794725], [-81.642965, 28.794794], [-81.642967, 28.794838], [-81.642959, 28.79496], [-81.642904, 28.795115], [-81.642888, 28.795344], [-81.642879, 28.795473], [-81.642928, 28.795688], [-81.642964, 28.795847], [-81.64302, 28.796031], [-81.643058, 28.796155], [-81.643068, 28.796188], [-81.643076, 28.796237], [-81.643116, 28.796473], [-81.643191, 28.796578], [-81.643385, 28.796577], [-81.643421, 28.796579], [-81.643644, 28.796592], [-81.643902, 28.796591], [-81.644059, 28.796566], [-81.644133, 28.796492], [-81.644178, 28.796395], [-81.644242, 28.796166], [-81.644333, 28.795938], [-81.644434, 28.795913], [-81.644628, 28.795945], [-81.644841, 28.796033], [-81.645064, 28.796114], [-81.645332, 28.796194], [-81.645629, 28.79629], [-81.645741, 28.796468], [-81.645856, 28.796685], [-81.645996, 28.796936], [-81.646182, 28.797163], [-81.646442, 28.79739], [-81.646619, 28.797609], [-81.646669, 28.797833], [-81.646686, 28.797889], [-81.646853, 28.798434], [-81.646902, 28.798503], [-81.647022, 28.798616], [-81.647125, 28.798713], [-81.647199, 28.798797], [-81.647285, 28.799075], [-81.647417, 28.799326], [-81.647471, 28.799545], [-81.647529, 28.799802], [-81.647605, 28.800062], [-81.647675, 28.80026], [-81.647708, 28.800354], [-81.648042, 28.800697], [-81.648169, 28.800827], [-81.648186, 28.800846], [-81.648256, 28.800931], [-81.648326, 28.801016], [-81.648376, 28.801079], [-81.648417, 28.80113], [-81.648494, 28.801227], [-81.648541, 28.801332], [-81.648598, 28.801457], [-81.648615, 28.801495], [-81.648682, 28.801585], [-81.648764, 28.801697], [-81.648851, 28.801769], [-81.64895, 28.801851], [-81.649063, 28.801938], [-81.649192, 28.802037], [-81.64934, 28.802113], [-81.649442, 28.802166], [-81.649629, 28.802281], [-81.649757, 28.80236], [-81.649881, 28.802435], [-81.650005, 28.802511], [-81.650139, 28.802596], [-81.650212, 28.802643], [-81.650472, 28.80278], [-81.650623, 28.802835], [-81.650777, 28.802892], [-81.651149, 28.803061], [-81.651476, 28.803185], [-81.651642, 28.803241], [-81.651809, 28.803314], [-81.651974, 28.80344], [-81.652004, 28.803464], [-81.652024, 28.80348], [-81.652079, 28.803524], [-81.652255, 28.803661], [-81.652432, 28.803799], [-81.652691, 28.80392], [-81.652706, 28.803929], [-81.652877, 28.804033], [-81.65308, 28.804089], [-81.653282, 28.804142], [-81.653321, 28.804153], [-81.653396, 28.804189], [-81.653506, 28.804241], [-81.653582, 28.804266], [-81.653682, 28.804297], [-81.653799, 28.80434], [-81.653905, 28.804378], [-81.65397, 28.804409], [-81.654081, 28.804462], [-81.654322, 28.80453], [-81.654376, 28.804552], [-81.654581, 28.804635], [-81.654757, 28.804707], [-81.65485, 28.804748], [-81.654961, 28.80478], [-81.655099, 28.804779], [-81.655275, 28.804713], [-81.655319, 28.804717], [-81.655438, 28.804726], [-81.65546, 28.804728], [-81.655682, 28.804768], [-81.655858, 28.804832], [-81.656052, 28.804913], [-81.656321, 28.805042], [-81.656455, 28.805087], [-81.656534, 28.805114], [-81.656858, 28.805185], [-81.657122, 28.805258], [-81.657292, 28.805317], [-81.657429, 28.805321], [-81.657485, 28.805319], [-81.65769, 28.805271], [-81.657773, 28.805263], [-81.657875, 28.805254], [-81.65794, 28.805253], [-81.658078, 28.805253], [-81.658395, 28.805292], [-81.658577, 28.805277], [-81.658617, 28.805274], [-81.658784, 28.80526], [-81.65889, 28.805282], [-81.659086, 28.80529], [-81.659144, 28.805293], [-81.659133, 28.805744], [-81.659134, 28.805823], [-81.659134, 28.805916], [-81.659123, 28.806489], [-81.65922, 28.806523], [-81.659725, 28.806686], [-81.660337, 28.806827], [-81.660643, 28.80687], [-81.660968, 28.806902], [-81.661281, 28.80692], [-81.661804, 28.806945], [-81.662339, 28.806969], [-81.663807, 28.807038], [-81.663815, 28.807], [-81.663677, 28.80649], [-81.663693, 28.80621], [-81.663988, 28.80621], [-81.663992, 28.806194], [-81.664369, 28.806194], [-81.664367, 28.806467], [-81.665022, 28.806467], [-81.665022, 28.806506], [-81.665625, 28.806517], [-81.66562, 28.806433], [-81.665618, 28.806297], [-81.666067, 28.806284], [-81.666066, 28.806212], [-81.66671, 28.806208], [-81.666714, 28.806646], [-81.666714, 28.806691], [-81.666716, 28.807157], [-81.666946, 28.807165], [-81.667096, 28.80717], [-81.667095, 28.806653], [-81.667639, 28.806662], [-81.667701, 28.806664], [-81.6677, 28.807204], [-81.670119, 28.807308], [-81.6703, 28.806653], [-81.670322, 28.806592], [-81.670641, 28.806718], [-81.670706, 28.806747], [-81.670747, 28.806765], [-81.670824, 28.806703], [-81.670834, 28.80669], [-81.670833, 28.806124], [-81.670911, 28.806124], [-81.671223, 28.806122], [-81.671212, 28.805807], [-81.671445, 28.805802], [-81.671795, 28.805795], [-81.672303, 28.805788], [-81.672545, 28.805786], [-81.672929, 28.805527], [-81.673364, 28.80601], [-81.673294, 28.80501], [-81.673276, 28.804728], [-81.672922, 28.805054], [-81.672892, 28.804887], [-81.672857, 28.804685], [-81.672835, 28.804529], [-81.672848, 28.804349], [-81.672851, 28.804257], [-81.672876, 28.804251], [-81.673741, 28.804022], [-81.672712, 28.80263], [-81.672622, 28.802509], [-81.672576, 28.802452], [-81.672494, 28.802351], [-81.67253, 28.80231], [-81.67257, 28.802254], [-81.672587, 28.802231], [-81.672608, 28.802202], [-81.672646, 28.802157], [-81.672689, 28.802118], [-81.672747, 28.802088], [-81.672809, 28.80205], [-81.672867, 28.802026], [-81.672887, 28.802044], [-81.672963, 28.802108], [-81.67302, 28.802158], [-81.673829, 28.802855], [-81.67403, 28.80302], [-81.674837, 28.802241], [-81.674919, 28.802302], [-81.674926, 28.803348], [-81.674926, 28.803443], [-81.674928, 28.803633], [-81.674935, 28.804826], [-81.674995, 28.807388], [-81.675071, 28.807368], [-81.676706, 28.806931], [-81.676718, 28.806982], [-81.676746, 28.807109], [-81.676772, 28.807226], [-81.676811, 28.807212], [-81.676871, 28.807491], [-81.676984, 28.807477], [-81.677355, 28.807428], [-81.677361, 28.807769], [-81.6775, 28.80778], [-81.677758, 28.807803], [-81.677895, 28.807831], [-81.678228, 28.807902], [-81.678471, 28.807948], [-81.678561, 28.807969], [-81.678723, 28.808], [-81.678865, 28.808041], [-81.67904, 28.808089], [-81.679397, 28.808195], [-81.679756, 28.808319], [-81.680253, 28.808496], [-81.680748, 28.808705], [-81.681039, 28.80884], [-81.68153, 28.809114], [-81.681729, 28.80924], [-81.681956, 28.809403], [-81.682366, 28.809686], [-81.682684, 28.809934], [-81.682955, 28.810178], [-81.68324, 28.810437], [-81.683541, 28.810785], [-81.684213, 28.811682], [-81.684269, 28.811747], [-81.684534, 28.812139], [-81.684592, 28.812228], [-81.684779, 28.812532], [-81.684942, 28.812841], [-81.685126, 28.813321], [-81.685229, 28.813604], [-81.685375, 28.814161], [-81.685474, 28.814644], [-81.685522, 28.815043], [-81.685557, 28.815043], [-81.688249, 28.815035], [-81.688371, 28.81502], [-81.69029, 28.815032], [-81.690263, 28.815128]], [[-81.686205, 28.817169], [-81.685864, 28.817173], [-81.685452, 28.817179], [-81.685456, 28.817817], [-81.685456, 28.817884], [-81.686214, 28.817838], [-81.686205, 28.817169]], [[-81.685235, 28.814678], [-81.685205, 28.81455], [-81.685135, 28.814195], [-81.685006, 28.81369], [-81.684907, 28.81339], [-81.684715, 28.812937], [-81.684582, 28.812661], [-81.684394, 28.812337], [-81.683922, 28.812916], [-81.682187, 28.815052], [-81.682764, 28.815049], [-81.683219, 28.81505], [-81.684223, 28.81504], [-81.685293, 28.815042], [-81.685235, 28.814678]], [[-81.683916, 28.811635], [-81.683528, 28.811132], [-81.683289, 28.811146], [-81.683299, 28.811458], [-81.682876, 28.811458], [-81.682877, 28.811496], [-81.682882, 28.811907], [-81.682884, 28.81201], [-81.683189, 28.812012], [-81.683315, 28.812012], [-81.683353, 28.812009], [-81.683382, 28.812003], [-81.68342, 28.811988], [-81.683446, 28.811974], [-81.68347, 28.811956], [-81.683487, 28.811941], [-81.683509, 28.811924], [-81.68353, 28.811908], [-81.683561, 28.811887], [-81.683598, 28.811865], [-81.683659, 28.811832], [-81.683829, 28.811742], [-81.683842, 28.811735], [-81.683863, 28.811722], [-81.68388, 28.811706], [-81.683895, 28.811689], [-81.683906, 28.811669], [-81.683916, 28.811635]], [[-81.68307, 28.81058], [-81.682835, 28.810349], [-81.682584, 28.810116], [-81.682256, 28.809836], [-81.681886, 28.809583], [-81.681577, 28.809397], [-81.681418, 28.80929], [-81.68093, 28.809018], [-81.68068, 28.808892], [-81.680189, 28.808672], [-81.679707, 28.808488], [-81.679356, 28.80838], [-81.679007, 28.808281], [-81.67894, 28.808264], [-81.67877, 28.808223], [-81.67873, 28.808216], [-81.678467, 28.808155], [-81.678344, 28.808126], [-81.678125, 28.808086], [-81.677883, 28.808053], [-81.677883, 28.808255], [-81.677882, 28.809603], [-81.677881, 28.810747], [-81.677887, 28.810868], [-81.67789, 28.811455], [-81.678729, 28.811457], [-81.681889, 28.811458], [-81.681965, 28.811405], [-81.682983, 28.810639], [-81.68307, 28.81058]], [[-81.674936, 28.81388], [-81.674936, 28.813679], [-81.674936, 28.813224], [-81.674507, 28.813229], [-81.674376, 28.813226], [-81.674376, 28.81278], [-81.674451, 28.81278], [-81.674451, 28.812689], [-81.67445, 28.812467], [-81.674451, 28.812309], [-81.674685, 28.812316], [-81.674747, 28.812317], [-81.674933, 28.812316], [-81.674922, 28.811851], [-81.674906, 28.810917], [-81.674883, 28.80976], [-81.67459, 28.809761], [-81.673939, 28.809768], [-81.673941, 28.810439], [-81.673942, 28.810583], [-81.673943, 28.810819], [-81.673887, 28.81082], [-81.673799, 28.810819], [-81.673106, 28.810828], [-81.673103, 28.810451], [-81.672547, 28.810456], [-81.672123, 28.81046], [-81.670911, 28.810472], [-81.67091, 28.810425], [-81.670897, 28.80999], [-81.670902, 28.809017], [-81.670901, 28.808548], [-81.669992, 28.808551], [-81.66889, 28.808559], [-81.668787, 28.808561], [-81.66879, 28.808361], [-81.668793, 28.808078], [-81.6688, 28.807574], [-81.668722, 28.80757], [-81.668596, 28.807564], [-81.668238, 28.807547], [-81.667812, 28.807528], [-81.6677, 28.807528], [-81.667703, 28.807716], [-81.667642, 28.807717], [-81.667148, 28.807726], [-81.667146, 28.807703], [-81.666818, 28.807705], [-81.666718, 28.807709], [-81.66672, 28.808089], [-81.664671, 28.808085], [-81.664679, 28.809049], [-81.664682, 28.809683], [-81.664504, 28.809679], [-81.664398, 28.809679], [-81.664344, 28.809675], [-81.664083, 28.809419], [-81.663896, 28.809214], [-81.663682, 28.809214], [-81.663619, 28.809211], [-81.663615, 28.809137], [-81.663608, 28.80909], [-81.663604, 28.809077], [-81.663559, 28.809022], [-81.663504, 28.808989], [-81.663439, 28.808981], [-81.663364, 28.808981], [-81.663299, 28.80894], [-81.663285, 28.808916], [-81.663267, 28.808886], [-81.663202, 28.80887], [-81.663174, 28.808849], [-81.663146, 28.808829], [-81.663129, 28.808822], [-81.663124, 28.808804], [-81.663087, 28.808799], [-81.663043, 28.80876], [-81.662999, 28.808711], [-81.662999, 28.808661], [-81.662924, 28.808595], [-81.662756, 28.808529], [-81.662668, 28.808469], [-81.662294, 28.808282], [-81.661794, 28.808056], [-81.661675, 28.808034], [-81.661563, 28.808001], [-81.661469, 28.807957], [-81.66142, 28.807946], [-81.661262, 28.807892], [-81.661232, 28.807885], [-81.661165, 28.807868], [-81.660924, 28.8078], [-81.660629, 28.807732], [-81.660563, 28.80772], [-81.660536, 28.807715], [-81.660477, 28.807698], [-81.660315, 28.807689], [-81.660118, 28.807679], [-81.660018, 28.807677], [-81.659806, 28.807677], [-81.659716, 28.807677], [-81.659609, 28.807685], [-81.659589, 28.807637], [-81.659474, 28.807695], [-81.659204, 28.807692], [-81.658866, 28.807757], [-81.658822, 28.807765], [-81.658585, 28.807786], [-81.658564, 28.807791], [-81.658477, 28.807809], [-81.658504, 28.812749], [-81.658508, 28.813218], [-81.658781, 28.813337], [-81.659144, 28.813398], [-81.659256, 28.813442], [-81.659419, 28.813459], [-81.659556, 28.813492], [-81.659644, 28.81353], [-81.659719, 28.813514], [-81.659812, 28.813514], [-81.659925, 28.813607], [-81.659943, 28.813712], [-81.659987, 28.813767], [-81.65995, 28.813805], [-81.659856, 28.813822], [-81.659768, 28.813822], [-81.659669, 28.813805], [-81.659544, 28.8138], [-81.659462, 28.813816], [-81.659394, 28.81386], [-81.659306, 28.81386], [-81.659256, 28.813844], [-81.659156, 28.813816], [-81.659113, 28.813811], [-81.658906, 28.81386], [-81.658806, 28.813904], [-81.658656, 28.813957], [-81.658531, 28.813962], [-81.658532, 28.814073], [-81.658552, 28.815721], [-81.658563, 28.816372], [-81.656302, 28.81695], [-81.654016, 28.817533], [-81.652988, 28.817805], [-81.652946, 28.817808], [-81.652179, 28.818006], [-81.651799, 28.818103], [-81.651778, 28.818116], [-81.651692, 28.81817], [-81.651613, 28.818219], [-81.651519, 28.818273], [-81.6514, 28.818341], [-81.651335, 28.818391], [-81.651384, 28.818391], [-81.651489, 28.81839], [-81.651461, 28.818618], [-81.651458, 28.818642], [-81.651463, 28.818675], [-81.651323, 28.818676], [-81.651259, 28.818676], [-81.651287, 28.818986], [-81.65137, 28.819041], [-81.651478, 28.819143], [-81.651577, 28.819238], [-81.651587, 28.819252], [-81.651597, 28.819258], [-81.651599, 28.819249], [-81.651655, 28.819225], [-81.651734, 28.819245], [-81.651776, 28.81929], [-81.651789, 28.819326], [-81.651894, 28.819384], [-81.651931, 28.819405], [-81.651944, 28.81941], [-81.651982, 28.819425], [-81.652061, 28.819456], [-81.652164, 28.819465], [-81.652224, 28.819465], [-81.652365, 28.819387], [-81.652618, 28.819401], [-81.652731, 28.819427], [-81.652889, 28.819464], [-81.653, 28.819507], [-81.653077, 28.819537], [-81.653052, 28.819619], [-81.653007, 28.819765], [-81.652955, 28.81993], [-81.65291, 28.820074], [-81.652857, 28.820243], [-81.652808, 28.8204], [-81.652755, 28.82057], [-81.652715, 28.820698], [-81.652264, 28.822193], [-81.653673, 28.822191], [-81.653735, 28.822195], [-81.653738, 28.8228], [-81.653862, 28.822799], [-81.653865, 28.822866], [-81.653923, 28.822871], [-81.654079, 28.82287], [-81.654235, 28.822869], [-81.654391, 28.822868], [-81.654547, 28.822867], [-81.654593, 28.822869], [-81.654704, 28.822866], [-81.65486, 28.822865], [-81.655016, 28.822864], [-81.655172, 28.822863], [-81.655328, 28.822862], [-81.656112, 28.822849], [-81.656249, 28.822848], [-81.656265, 28.822872], [-81.656284, 28.822912], [-81.656295, 28.823075], [-81.656295, 28.823093], [-81.65667, 28.823079], [-81.656668, 28.823455], [-81.656668, 28.823646], [-81.656721, 28.82364], [-81.656777, 28.823635], [-81.656978, 28.823616], [-81.656982, 28.823086], [-81.657695, 28.823089], [-81.657694, 28.823156], [-81.657686, 28.823332], [-81.657686, 28.823447], [-81.657693, 28.823489], [-81.657702, 28.82353], [-81.657871, 28.823505], [-81.658095, 28.823471], [-81.658659, 28.823379], [-81.658962, 28.82332], [-81.659264, 28.823258], [-81.659565, 28.82319], [-81.659865, 28.823118], [-81.660209, 28.823029], [-81.660264, 28.823014], [-81.660966, 28.822823], [-81.662883, 28.822303], [-81.663288, 28.822193], [-81.663406, 28.822162], [-81.66333, 28.822059], [-81.662932, 28.822156], [-81.662631, 28.82223], [-81.662594, 28.822234], [-81.662497, 28.822246], [-81.662399, 28.822257], [-81.662318, 28.822261], [-81.662311, 28.821799], [-81.662597, 28.821798], [-81.6626, 28.821416], [-81.662959, 28.821423], [-81.663154, 28.821739], [-81.663763, 28.82144], [-81.66436, 28.821168], [-81.664261, 28.821033], [-81.664196, 28.820945], [-81.664114, 28.820832], [-81.664037, 28.820728], [-81.663909, 28.820553], [-81.664188, 28.820172], [-81.664541, 28.81969], [-81.664558, 28.819661], [-81.664773, 28.819794], [-81.664978, 28.819919], [-81.665132, 28.820013], [-81.665188, 28.820048], [-81.665557, 28.82027], [-81.666544, 28.820878], [-81.666806, 28.821038], [-81.66684, 28.821059], [-81.666839, 28.820894], [-81.666835, 28.820235], [-81.666829, 28.819326], [-81.666824, 28.8186], [-81.666823, 28.818484], [-81.66682, 28.818462], [-81.66682, 28.818423], [-81.666804, 28.81842], [-81.6668, 28.81781], [-81.667587, 28.817811], [-81.667598, 28.816904], [-81.666797, 28.816898], [-81.666784, 28.815074], [-81.667981, 28.815073], [-81.670243, 28.815072], [-81.671663, 28.815072], [-81.672507, 28.815071], [-81.672765, 28.815071], [-81.672864, 28.815071], [-81.672918, 28.815071], [-81.673289, 28.815072], [-81.673295, 28.814595], [-81.673283, 28.814254], [-81.673277, 28.814121], [-81.673527, 28.814133], [-81.674943, 28.814154], [-81.674936, 28.81388]], [[-81.666416, 28.821232], [-81.666184, 28.821059], [-81.665361, 28.820445], [-81.665064, 28.820224], [-81.664883, 28.820447], [-81.665553, 28.820956], [-81.666049, 28.821333], [-81.666157, 28.821415], [-81.66626, 28.821387], [-81.666527, 28.821315], [-81.666416, 28.821232]], [[-81.643706, 28.829489], [-81.64365, 28.829489], [-81.643648, 28.829296], [-81.643627, 28.827665], [-81.642026, 28.827672], [-81.642032, 28.828162], [-81.640889, 28.828166], [-81.640776, 28.82816], [-81.640771, 28.828135], [-81.640457, 28.828136], [-81.639994, 28.828137], [-81.638948, 28.828141], [-81.639304, 28.82676], [-81.639326, 28.826666], [-81.639375, 28.826482], [-81.639493, 28.826034], [-81.639546, 28.825827], [-81.639555, 28.825757], [-81.639587, 28.825498], [-81.639731, 28.824322], [-81.639625, 28.824317], [-81.639407, 28.824301], [-81.639189, 28.824278], [-81.638973, 28.824248], [-81.638757, 28.824212], [-81.638544, 28.824169], [-81.638227, 28.824093], [-81.637927, 28.824005], [-81.63762, 28.823901], [-81.637321, 28.823782], [-81.637125, 28.823695], [-81.636933, 28.823603], [-81.636745, 28.823504], [-81.63656, 28.8234], [-81.63638, 28.82329], [-81.636205, 28.823175], [-81.636034, 28.823054], [-81.635868, 28.822928], [-81.635707, 28.822797], [-81.635551, 28.822662], [-81.635401, 28.822521], [-81.635259, 28.822379], [-81.632778, 28.819804], [-81.632223, 28.819229], [-81.632148, 28.821782], [-81.632134, 28.82229], [-81.6315, 28.822296], [-81.631445, 28.823201], [-81.631419, 28.823631], [-81.631281, 28.825918], [-81.631431, 28.826062], [-81.631809, 28.826418], [-81.631794, 28.82643], [-81.631714, 28.826496], [-81.63162, 28.826584], [-81.631599, 28.826632], [-81.631553, 28.826681], [-81.631493, 28.826726], [-81.631456, 28.826744], [-81.631374, 28.826827], [-81.631205, 28.826993], [-81.630871, 28.827327], [-81.630721, 28.827476], [-81.630557, 28.827648], [-81.630406, 28.827825], [-81.630286, 28.828018], [-81.630177, 28.828217], [-81.630094, 28.828428], [-81.63003, 28.82857], [-81.629929, 28.828771], [-81.629723, 28.829173], [-81.629557, 28.829425], [-81.629499, 28.829513], [-81.629479, 28.829539], [-81.629491, 28.829585], [-81.629954, 28.829582], [-81.633907, 28.829559], [-81.63447, 28.829555], [-81.635213, 28.829549], [-81.635909, 28.829544], [-81.636385, 28.82954], [-81.63745, 28.829532], [-81.639989, 28.829513], [-81.640696, 28.829507], [-81.640689, 28.829525], [-81.640532, 28.829877], [-81.640295, 28.830334], [-81.640239, 28.830445], [-81.640359, 28.830485], [-81.640915, 28.83067], [-81.641189, 28.830755], [-81.641191, 28.83111], [-81.641189, 28.831741], [-81.639476, 28.833302], [-81.64083, 28.833303], [-81.641773, 28.832452], [-81.642596, 28.831718], [-81.642779, 28.831556], [-81.642888, 28.831449], [-81.643016, 28.831315], [-81.643103, 28.831213], [-81.643156, 28.831144], [-81.643221, 28.831061], [-81.643305, 28.830929], [-81.64339, 28.830764], [-81.643439, 28.83065], [-81.643509, 28.830476], [-81.643561, 28.830335], [-81.643612, 28.830128], [-81.643661, 28.82993], [-81.643694, 28.82974], [-81.643702, 28.829629], [-81.643704, 28.829547], [-81.643706, 28.829489]], [[-81.641078, 28.815188], [-81.640645, 28.815187], [-81.638532, 28.815179], [-81.638223, 28.818708], [-81.636826, 28.818713], [-81.636677, 28.818838], [-81.636327, 28.819133], [-81.63467, 28.819972], [-81.63463, 28.81999], [-81.634272, 28.820259], [-81.634135, 28.820363], [-81.635761, 28.82205], [-81.635861, 28.822149], [-81.635936, 28.82222], [-81.635978, 28.822259], [-81.63606, 28.822333], [-81.636131, 28.822393], [-81.636275, 28.822511], [-81.636425, 28.822625], [-81.636578, 28.822734], [-81.636736, 28.822838], [-81.636898, 28.822937], [-81.637064, 28.823031], [-81.637234, 28.82312], [-81.637406, 28.823204], [-81.637583, 28.823283], [-81.637762, 28.823356], [-81.637944, 28.823423], [-81.638145, 28.82349], [-81.638332, 28.823546], [-81.638521, 28.823595], [-81.638712, 28.823639], [-81.638904, 28.823677], [-81.639098, 28.823709], [-81.639293, 28.823735], [-81.639489, 28.823755], [-81.639686, 28.82377], [-81.639883, 28.823778], [-81.64008, 28.823779], [-81.640322, 28.823778], [-81.64032, 28.823627], [-81.640311, 28.822918], [-81.640299, 28.82238], [-81.640296, 28.822221], [-81.640014, 28.822221], [-81.64035, 28.818769], [-81.640356, 28.8187], [-81.640576, 28.81648], [-81.640921, 28.81648], [-81.640956, 28.816186], [-81.641078, 28.815188]], [[-81.639175, 28.833577], [-81.638781, 28.835129], [-81.640529, 28.833578], [-81.639175, 28.833577]], [[-81.635549, 28.838092], [-81.634478, 28.837407], [-81.634353, 28.83741], [-81.633958, 28.837419], [-81.633906, 28.83742], [-81.633897, 28.837779], [-81.633875, 28.838705], [-81.634908, 28.83869], [-81.635112, 28.838501], [-81.635549, 28.838092]], [[-81.630282, 28.814263], [-81.630283, 28.814244], [-81.630244, 28.814249], [-81.630191, 28.814256], [-81.63019, 28.814201], [-81.630181, 28.813775], [-81.630278, 28.813774], [-81.630267, 28.812435], [-81.629748, 28.812435], [-81.629223, 28.812436], [-81.629213, 28.811544], [-81.629, 28.811547], [-81.628882, 28.811547], [-81.62751, 28.811547], [-81.626458, 28.811559], [-81.626478, 28.811632], [-81.62653, 28.811756], [-81.626584, 28.81188], [-81.626641, 28.812003], [-81.6267, 28.812125], [-81.626762, 28.812246], [-81.626826, 28.812366], [-81.626892, 28.812486], [-81.626961, 28.812604], [-81.627032, 28.812721], [-81.6271, 28.812829], [-81.627105, 28.812837], [-81.627142, 28.81289], [-81.627136, 28.812434], [-81.627183, 28.812434], [-81.628208, 28.812429], [-81.628202, 28.812924], [-81.628184, 28.812924], [-81.62819, 28.813351], [-81.627968, 28.81335], [-81.627472, 28.813353], [-81.627812, 28.813762], [-81.627865, 28.813825], [-81.628984, 28.814996], [-81.629018, 28.815031], [-81.629031, 28.815044], [-81.629255, 28.815055], [-81.629541, 28.815055], [-81.629547, 28.815099], [-81.629892, 28.8151], [-81.629929, 28.8151], [-81.62996, 28.815099], [-81.62998, 28.815099], [-81.630291, 28.815097], [-81.630282, 28.814263]], [[-81.629926, 28.789539], [-81.6297, 28.789543], [-81.629161, 28.789551], [-81.628398, 28.789559], [-81.626788, 28.789575], [-81.626787, 28.789501], [-81.626773, 28.78836], [-81.625741, 28.788364], [-81.625753, 28.789585], [-81.625642, 28.789585], [-81.625494, 28.789587], [-81.625247, 28.789588], [-81.625239, 28.789672], [-81.625304, 28.791441], [-81.625307, 28.791498], [-81.62531, 28.791542], [-81.625345, 28.791756], [-81.625444, 28.794159], [-81.625455, 28.794405], [-81.625473, 28.794801], [-81.625812, 28.795737], [-81.62578, 28.794375], [-81.625776, 28.79416], [-81.625739, 28.791878], [-81.625741, 28.791701], [-81.626922, 28.79143], [-81.627131, 28.791374], [-81.629319, 28.790878], [-81.629337, 28.790874], [-81.629696, 28.790792], [-81.629919, 28.790742], [-81.629925, 28.790548], [-81.629926, 28.789539]], [[-81.629745, 28.818774], [-81.629231, 28.81824], [-81.628573, 28.817558], [-81.628463, 28.817443], [-81.628349, 28.817325], [-81.628236, 28.817208], [-81.628123, 28.817091], [-81.627946, 28.816904], [-81.626127, 28.816897], [-81.625726, 28.816893], [-81.625738, 28.816502], [-81.626027, 28.815344], [-81.626036, 28.815292], [-81.625629, 28.81529], [-81.625232, 28.815291], [-81.622235, 28.815307], [-81.621989, 28.815305], [-81.621532, 28.815302], [-81.621221, 28.8153], [-81.621182, 28.8153], [-81.619995, 28.815303], [-81.618814, 28.815292], [-81.618617, 28.815289], [-81.617196, 28.815297], [-81.616868, 28.815299], [-81.615984, 28.815283], [-81.61577, 28.815283], [-81.615634, 28.815285], [-81.614884, 28.815277], [-81.613727, 28.815278], [-81.610011, 28.815291], [-81.609672, 28.815292], [-81.609673, 28.815542], [-81.609677, 28.816638], [-81.609675, 28.817304], [-81.609685, 28.818053], [-81.609687, 28.82066], [-81.609686, 28.820858], [-81.609691, 28.821031], [-81.609694, 28.821391], [-81.609691, 28.822399], [-81.611797, 28.82243], [-81.613745, 28.822442], [-81.61374, 28.822233], [-81.61373, 28.821251], [-81.613731, 28.820272], [-81.613722, 28.818818], [-81.615466, 28.818811], [-81.616817, 28.818805], [-81.616833, 28.819367], [-81.616833, 28.819819], [-81.616827, 28.820063], [-81.616825, 28.820126], [-81.616821, 28.82061], [-81.616685, 28.820611], [-81.616509, 28.820612], [-81.616518, 28.820904], [-81.61652, 28.82094], [-81.616518, 28.821051], [-81.616518, 28.821161], [-81.616517, 28.821272], [-81.616517, 28.821382], [-81.616517, 28.821493], [-81.616516, 28.821603], [-81.616516, 28.821714], [-81.616516, 28.821825], [-81.616515, 28.821935], [-81.616515, 28.822087], [-81.616514, 28.822443], [-81.616545, 28.822444], [-81.616566, 28.822418], [-81.616747, 28.822394], [-81.617115, 28.822387], [-81.617633, 28.82239], [-81.617933, 28.822398], [-81.618331, 28.822393], [-81.618706, 28.822393], [-81.619002, 28.822374], [-81.619163, 28.822373], [-81.619336, 28.822384], [-81.61949, 28.82238], [-81.619507, 28.82238], [-81.620674, 28.822423], [-81.62096, 28.822421], [-81.621993, 28.822415], [-81.621992, 28.820977], [-81.622004, 28.81957], [-81.622002, 28.819307], [-81.622002, 28.819157], [-81.621997, 28.818781], [-81.621998, 28.818675], [-81.622541, 28.818677], [-81.622557, 28.818713], [-81.622576, 28.81876], [-81.622596, 28.818823], [-81.62261, 28.818888], [-81.622618, 28.818937], [-81.622622, 28.81897], [-81.622624, 28.819003], [-81.622625, 28.819036], [-81.622624, 28.819085], [-81.622621, 28.819118], [-81.62262, 28.819134], [-81.622599, 28.819367], [-81.622592, 28.819853], [-81.622611, 28.820378], [-81.62261, 28.821174], [-81.622596, 28.821363], [-81.622518, 28.822405], [-81.622514, 28.822663], [-81.622508, 28.822891], [-81.622498, 28.823025], [-81.622427, 28.825755], [-81.622418, 28.826021], [-81.622554, 28.826022], [-81.624462, 28.826008], [-81.624549, 28.825997], [-81.624558, 28.826007], [-81.62469, 28.826008], [-81.625928, 28.826], [-81.625942, 28.825752], [-81.626056, 28.82368], [-81.626107, 28.822713], [-81.626126, 28.822378], [-81.626126, 28.82216], [-81.626127, 28.821809], [-81.626126, 28.821458], [-81.626124, 28.820976], [-81.626116, 28.820712], [-81.626006, 28.820711], [-81.625671, 28.82071], [-81.62567, 28.820364], [-81.625765, 28.82036], [-81.62586, 28.820341], [-81.625969, 28.820304], [-81.626103, 28.820237], [-81.626293, 28.820497], [-81.626445, 28.820424], [-81.626651, 28.820319], [-81.626824, 28.820231], [-81.629647, 28.818823], [-81.629745, 28.818774]], [[-81.627296, 28.814076], [-81.627104, 28.813801], [-81.627007, 28.813648], [-81.626869, 28.81343], [-81.626429, 28.812724], [-81.626269, 28.812421], [-81.62595, 28.812446], [-81.625059, 28.812445], [-81.624853, 28.812444], [-81.624849, 28.812196], [-81.62485, 28.811983], [-81.625056, 28.811979], [-81.625054, 28.811821], [-81.625051, 28.811636], [-81.625053, 28.81156], [-81.625166, 28.811558], [-81.625511, 28.811553], [-81.625638, 28.811548], [-81.625868, 28.811538], [-81.625804, 28.811347], [-81.625694, 28.811024], [-81.625591, 28.810641], [-81.625532, 28.810347], [-81.625458, 28.809861], [-81.625429, 28.809147], [-81.625381, 28.807724], [-81.625357, 28.807056], [-81.62532, 28.806164], [-81.625173, 28.802663], [-81.625074, 28.802662], [-81.621875, 28.802671], [-81.621807, 28.802671], [-81.621827, 28.804194], [-81.621554, 28.804194], [-81.621235, 28.804194], [-81.617703, 28.804197], [-81.617709, 28.805442], [-81.617774, 28.809358], [-81.61778, 28.809689], [-81.619982, 28.809689], [-81.621909, 28.809615], [-81.62191, 28.809708], [-81.621912, 28.80983], [-81.621923, 28.810465], [-81.62194, 28.811522], [-81.621308, 28.811522], [-81.620693, 28.811521], [-81.620196, 28.811522], [-81.618571, 28.811521], [-81.617811, 28.811521], [-81.617848, 28.813744], [-81.616845, 28.813744], [-81.616866, 28.815091], [-81.617197, 28.815089], [-81.61862, 28.815063], [-81.618836, 28.815065], [-81.619976, 28.815078], [-81.621181, 28.815076], [-81.621223, 28.815076], [-81.621534, 28.815077], [-81.621979, 28.815078], [-81.622237, 28.815089], [-81.625234, 28.815099], [-81.625632, 28.815099], [-81.626125, 28.815094], [-81.627056, 28.815096], [-81.626585, 28.814608], [-81.627215, 28.814137], [-81.627264, 28.8141], [-81.627296, 28.814076]], [[-81.626462, 28.806008], [-81.625995, 28.806005], [-81.625977, 28.805098], [-81.625814, 28.805098], [-81.625857, 28.806059], [-81.625895, 28.806928], [-81.62601, 28.806929], [-81.626052, 28.806929], [-81.62648, 28.80693], [-81.626462, 28.806008]], [[-81.619671, 28.798939], [-81.619667, 28.798555], [-81.617617, 28.799636], [-81.61762, 28.799973], [-81.617627, 28.800537], [-81.619693, 28.800534], [-81.619671, 28.798939]], [[-81.617829, 28.829694], [-81.616627, 28.829715], [-81.611518, 28.829773], [-81.611518, 28.827003], [-81.611517, 28.826848], [-81.6096, 28.826869], [-81.6096, 28.827043], [-81.6096, 28.827124], [-81.6096, 28.827969], [-81.609684, 28.827968], [-81.609771, 28.836282], [-81.609802, 28.83643], [-81.609857, 28.836529], [-81.610094, 28.836653], [-81.610518, 28.836867], [-81.610744, 28.837031], [-81.610904, 28.837171], [-81.611973, 28.838507], [-81.613531, 28.840434], [-81.613692, 28.840635], [-81.613696, 28.839497], [-81.613697, 28.838985], [-81.6137, 28.837951], [-81.613702, 28.83705], [-81.614719, 28.837047], [-81.617737, 28.837035], [-81.617829, 28.829694]], [[-81.617667, 28.842731], [-81.614859, 28.84279], [-81.614865, 28.843449], [-81.614827, 28.844447], [-81.614774, 28.84554], [-81.615309, 28.84553], [-81.616454, 28.845513], [-81.617634, 28.845495], [-81.617667, 28.842731]], [[-81.617547, 28.798919], [-81.615537, 28.798921], [-81.615543, 28.799642], [-81.613489, 28.799645], [-81.613485, 28.799107], [-81.611655, 28.799109], [-81.611666, 28.800434], [-81.612471, 28.800443], [-81.612636, 28.800441], [-81.613803, 28.800424], [-81.614465, 28.800377], [-81.615095, 28.800265], [-81.615784, 28.8001], [-81.616396, 28.799923], [-81.616767, 28.799782], [-81.617091, 28.799659], [-81.617553, 28.799451], [-81.617547, 28.798919]], [[-81.615671, 28.846963], [-81.615664, 28.846449], [-81.615654, 28.845639], [-81.615373, 28.845643], [-81.615313, 28.845644], [-81.614769, 28.845655], [-81.614756, 28.84594], [-81.61474, 28.847163], [-81.615403, 28.847171], [-81.615674, 28.847175], [-81.615671, 28.846963]], [[-81.613697, 28.813353], [-81.611625, 28.813353], [-81.611597, 28.811521], [-81.609654, 28.811521], [-81.609646, 28.812109], [-81.609664, 28.815102], [-81.613724, 28.815097], [-81.613697, 28.813353]], [[-81.612691, 28.800914], [-81.612337, 28.800914], [-81.610808, 28.800915], [-81.610804, 28.800958], [-81.610792, 28.801056], [-81.610744, 28.801575], [-81.610616, 28.801889], [-81.611524, 28.80227], [-81.611631, 28.802315], [-81.611851, 28.802072], [-81.61216, 28.8023], [-81.611595, 28.80292], [-81.611837, 28.803229], [-81.612722, 28.803225], [-81.612691, 28.800914]], [[-81.609521, 28.809211], [-81.609505, 28.808291], [-81.609499, 28.808015], [-81.609498, 28.807918], [-81.609497, 28.807856], [-81.609496, 28.807823], [-81.609496, 28.807796], [-81.607634, 28.807812], [-81.605913, 28.807776], [-81.605841, 28.807775], [-81.605371, 28.807771], [-81.605409, 28.809707], [-81.605741, 28.809705], [-81.606354, 28.809702], [-81.609524, 28.809692], [-81.609521, 28.809211]], [[-81.609479, 28.806652], [-81.609479, 28.806375], [-81.609469, 28.80582], [-81.609444, 28.805301], [-81.609434, 28.80522], [-81.609421, 28.80437], [-81.609345, 28.80437], [-81.607367, 28.804385], [-81.60738, 28.80522], [-81.607401, 28.806658], [-81.607407, 28.806954], [-81.609483, 28.806939], [-81.609479, 28.806652]], [[-81.609474, 28.818056], [-81.609459, 28.816632], [-81.609458, 28.815292], [-81.604105, 28.815275], [-81.6041, 28.81581], [-81.604112, 28.816459], [-81.60411, 28.816621], [-81.6041, 28.817222], [-81.60365, 28.817223], [-81.603647, 28.817482], [-81.604096, 28.817484], [-81.604094, 28.81764], [-81.604094, 28.818031], [-81.6041, 28.818803], [-81.604122, 28.818803], [-81.605507, 28.818811], [-81.605513, 28.81885], [-81.605503, 28.820644], [-81.608019, 28.820657], [-81.609476, 28.820665], [-81.609474, 28.818056]], [[-81.609429, 28.814944], [-81.609421, 28.812048], [-81.60942, 28.811523], [-81.609304, 28.811523], [-81.607183, 28.811526], [-81.606988, 28.811527], [-81.606708, 28.813489], [-81.606618, 28.813489], [-81.606323, 28.81349], [-81.606034, 28.813492], [-81.606034, 28.813724], [-81.606033, 28.814246], [-81.605964, 28.814246], [-81.605967, 28.814725], [-81.605692, 28.814729], [-81.605248, 28.814018], [-81.60394, 28.814519], [-81.603625, 28.814639], [-81.603575, 28.814635], [-81.603546, 28.814638], [-81.603509, 28.814887], [-81.603481, 28.815073], [-81.604111, 28.815066], [-81.609327, 28.815087], [-81.609435, 28.815089], [-81.609429, 28.814944]], [[-81.608936, 28.800989], [-81.608682, 28.800998], [-81.608682, 28.800857], [-81.608329, 28.800857], [-81.607864, 28.800858], [-81.607864, 28.800931], [-81.607725, 28.800929], [-81.607702, 28.801128], [-81.607776, 28.801662], [-81.608638, 28.801653], [-81.608737, 28.801373], [-81.609026, 28.800984], [-81.608936, 28.800989]], [[-81.60517, 28.807768], [-81.605131, 28.806057], [-81.603732, 28.806066], [-81.602366, 28.806074], [-81.60212, 28.806076], [-81.601395, 28.80608], [-81.60132, 28.80608], [-81.601229, 28.806084], [-81.601273, 28.807907], [-81.605168, 28.807882], [-81.60517, 28.807768]], [[-81.604193, 28.800903], [-81.604035, 28.800905], [-81.604035, 28.800894], [-81.602124, 28.800914], [-81.601537, 28.80092], [-81.601537, 28.800934], [-81.601147, 28.800938], [-81.600909, 28.80094], [-81.600441, 28.800987], [-81.600071, 28.800991], [-81.59937, 28.800998], [-81.59937, 28.800984], [-81.598974, 28.800988], [-81.598402, 28.800994], [-81.597869, 28.800999], [-81.597073, 28.801008], [-81.597074, 28.801049], [-81.596945, 28.80105], [-81.59676, 28.801052], [-81.595925, 28.801062], [-81.595638, 28.801065], [-81.595637, 28.80101], [-81.594201, 28.801025], [-81.594201, 28.801038], [-81.59362, 28.801044], [-81.593093, 28.80105], [-81.592945, 28.801051], [-81.592996, 28.803903], [-81.593041, 28.80796], [-81.593222, 28.807957], [-81.593247, 28.807957], [-81.593534, 28.807955], [-81.594011, 28.807953], [-81.596022, 28.807942], [-81.596021, 28.807782], [-81.595965, 28.804302], [-81.596953, 28.804295], [-81.601266, 28.804262], [-81.602699, 28.804252], [-81.604275, 28.80424], [-81.604193, 28.800903]]]}, "properties": {"name": "Mount Dora", "median_income": 69931}}, {"type": "Feature", "geometry": {"type": "MultiPolygon", "coordinates": [[[[-81.64867, 28.966406], [-81.648255, 28.967524], [-81.647912, 28.967383], [-81.6477, 28.967332], [-81.647119, 28.967147], [-81.646965, 28.967104], [-81.646897, 28.967101], [-81.646876, 28.967101], [-81.647147, 28.966347], [-81.647204, 28.966189], [-81.647269, 28.966055], [-81.6473, 28.966002], [-81.64733, 28.965959], [-81.647401, 28.96588], [-81.647407, 28.965901], [-81.647426, 28.965925], [-81.647474, 28.965956], [-81.647545, 28.965987], [-81.64806, 28.966117], [-81.648707, 28.966306], [-81.64867, 28.966406]]], [[[-81.649562, 28.964935], [-81.649533, 28.965014], [-81.64946, 28.96521], [-81.649439, 28.965268], [-81.649431, 28.965288], [-81.649337, 28.965541], [-81.64929, 28.965667], [-81.649034, 28.965596], [-81.648977, 28.965578], [-81.649128, 28.965158], [-81.649337, 28.964607], [-81.649376, 28.964619], [-81.649649, 28.9647], [-81.649562, 28.964935]]], [[[-81.651129, 28.937176], [-81.650985, 28.938642], [-81.65092, 28.93864], [-81.650151, 28.938649], [-81.647907, 28.938678], [-81.646955, 28.93869], [-81.646888, 28.938691], [-81.646978, 28.937753], [-81.647007, 28.937256], [-81.647025, 28.936949], [-81.65116, 28.936865], [-81.651129, 28.937176]]], [[[-81.660708, 28.948169], [-81.660609, 28.948303], [-81.660434, 28.948547], [-81.659888, 28.948225], [-81.660015, 28.948048], [-81.660593, 28.947293], [-81.661125, 28.947606], [-81.660708, 28.948169]]], [[[-81.661674, 28.948248], [-81.661492, 28.948491], [-81.661437, 28.948558], [-81.661376, 28.948633], [-81.661136, 28.948959], [-81.66059, 28.948638], [-81.660783, 28.948378], [-81.661287, 28.947705], [-81.661834, 28.948011], [-81.661674, 28.948248]]], [[[-81.666732, 28.947532], [-81.66662, 28.947532], [-81.666182, 28.947536], [-81.666113, 28.947536], [-81.665831, 28.947538], [-81.665751, 28.947539], [-81.66555, 28.94754], [-81.665268, 28.947542], [-81.665115, 28.947544], [-81.664987, 28.947544], [-81.664703, 28.947547], [-81.664694, 28.947031], [-81.664684, 28.946435], [-81.665092, 28.946432], [-81.665093, 28.946136], [-81.665093, 28.94595], [-81.665091, 28.945712], [-81.665108, 28.945712], [-81.665539, 28.945716], [-81.666101, 28.945708], [-81.666357, 28.945712], [-81.666475, 28.945712], [-81.666602, 28.945707], [-81.666673, 28.945692], [-81.666695, 28.945806], [-81.666699, 28.946025], [-81.666705, 28.946271], [-81.666732, 28.947532]]], [[[-81.674562, 28.900761], [-81.674523, 28.901718], [-81.672422, 28.901798], [-81.672415, 28.901838], [-81.672398, 28.902002], [-81.672397, 28.902174], [-81.672431, 28.903005], [-81.672448, 28.904391], [-81.672476, 28.905212], [-81.672489, 28.906424], [-81.672533, 28.907647], [-81.672545, 28.908202], [-81.672561, 28.908829], [-81.672575, 28.909105], [-81.672513, 28.909127], [-81.671533, 28.909144], [-81.670535, 28.909154], [-81.668752, 28.909189], [-81.668649, 28.909187], [-81.668474, 28.909193], [-81.667206, 28.909236], [-81.667144, 28.909236], [-81.666598, 28.909233], [-81.6666, 28.909321], [-81.666458, 28.909325], [-81.66583, 28.909342], [-81.665136, 28.909268], [-81.664958, 28.908339], [-81.665969, 28.908181], [-81.665867, 28.907711], [-81.666309, 28.907637], [-81.666299, 28.907591], [-81.666555, 28.907548], [-81.666623, 28.907537], [-81.66662, 28.907492], [-81.666498, 28.905667], [-81.666505, 28.905582], [-81.664668, 28.905212], [-81.664588, 28.905196], [-81.664464, 28.9052], [-81.664467, 28.904739], [-81.664474, 28.903653], [-81.664481, 28.902567], [-81.664481, 28.902424], [-81.664497, 28.902079], [-81.664515, 28.901186], [-81.662644, 28.901243], [-81.660754, 28.9013], [-81.660753, 28.901348], [-81.66074, 28.902214], [-81.660668, 28.902217], [-81.65905, 28.902275], [-81.658753, 28.902286], [-81.65876, 28.895197], [-81.65876, 28.895023], [-81.659006, 28.895017], [-81.662629, 28.894929], [-81.66455, 28.894882], [-81.664642, 28.894878], [-81.666607, 28.89483], [-81.666509, 28.89842], [-81.66646, 28.900215], [-81.670528, 28.900081], [-81.671137, 28.90006], [-81.671354, 28.900053], [-81.671814, 28.900038], [-81.671907, 28.900035], [-81.671974, 28.900034], [-81.672562, 28.900014], [-81.672878, 28.900003], [-81.674596, 28.899946], [-81.674562, 28.900761]]], [[[-81.686973, 28.898373], [-81.686906, 28.898774], [-81.686831, 28.89909], [-81.686816, 28.899142], [-81.686758, 28.899347], [-81.686561, 28.899346], [-81.685865, 28.899346], [-81.685706, 28.899892], [-81.685, 28.899888], [-81.684045, 28.899883], [-81.683997, 28.899883], [-81.682911, 28.899878], [-81.682917, 28.89914], [-81.682919, 28.898997], [-81.682925, 28.898272], [-81.682982, 28.898272], [-81.682976, 28.898785], [-81.683696, 28.898785], [-81.684115, 28.898785], [-81.684244, 28.898311], [-81.684258, 28.898261], [-81.685013, 28.898251], [-81.686622, 28.898244], [-81.68698, 28.898239], [-81.686973, 28.898373]]], [[[-81.687218, 28.920946], [-81.686405, 28.920718], [-81.685567, 28.923031], [-81.685543, 28.923098], [-81.685477, 28.923281], [-81.685415, 28.923454], [-81.685801, 28.923562], [-81.686168, 28.923664], [-81.686347, 28.923715], [-81.686357, 28.923726], [-81.683421, 28.923743], [-81.683174, 28.923745], [-81.682939, 28.923731], [-81.68287, 28.923744], [-81.682806, 28.923758], [-81.682728, 28.923768], [-81.682499, 28.923774], [-81.681837, 28.923755], [-81.680908, 28.923767], [-81.6807, 28.92377], [-81.680265, 28.923803], [-81.680078, 28.923807], [-81.679892, 28.923797], [-81.679939, 28.923931], [-81.680068, 28.924497], [-81.680025, 28.924497], [-81.678632, 28.92451], [-81.678561, 28.924512], [-81.678638, 28.924568], [-81.678739, 28.92463], [-81.678801, 28.924668], [-81.678994, 28.924822], [-81.679113, 28.925044], [-81.67914, 28.925171], [-81.680171, 28.924947], [-81.680175, 28.924966], [-81.680194, 28.925036], [-81.680253, 28.925247], [-81.680298, 28.925365], [-81.680357, 28.925489], [-81.680406, 28.925591], [-81.680427, 28.925635], [-81.680469, 28.925621], [-81.680504, 28.925609], [-81.680564, 28.925588], [-81.680593, 28.925578], [-81.681273, 28.925343], [-81.681377, 28.925307], [-81.681415, 28.925307], [-81.68143, 28.925307], [-81.681557, 28.925307], [-81.681846, 28.926021], [-81.680815, 28.926012], [-81.680605, 28.926011], [-81.680649, 28.926107], [-81.680748, 28.926319], [-81.681219, 28.92733], [-81.681249, 28.92746], [-81.679463, 28.92747], [-81.67937, 28.92747], [-81.67937, 28.927171], [-81.6792, 28.926744], [-81.67911, 28.926678], [-81.678823, 28.926469], [-81.678822, 28.926526], [-81.67882, 28.926676], [-81.678816, 28.926917], [-81.678816, 28.926975], [-81.67881, 28.927449], [-81.678796, 28.92748], [-81.678795, 28.927523], [-81.678786, 28.927845], [-81.678778, 28.928197], [-81.678771, 28.929261], [-81.67877, 28.92935], [-81.678767, 28.929888], [-81.678767, 28.930808], [-81.678763, 28.930919], [-81.678764, 28.93109], [-81.679003, 28.93111], [-81.679383, 28.93114], [-81.679485, 28.931142], [-81.679861, 28.931154], [-81.679874, 28.932592], [-81.678763, 28.932592], [-81.678824, 28.934373], [-81.67882, 28.934738], [-81.678849, 28.936539], [-81.678862, 28.937328], [-81.678581, 28.93724], [-81.678337, 28.937339], [-81.678256, 28.937438], [-81.678187, 28.937487], [-81.678062, 28.937773], [-81.677962, 28.938175], [-81.677851, 28.938346], [-81.676177, 28.938362], [-81.676198, 28.938389], [-81.676372, 28.938487], [-81.676423, 28.938516], [-81.676661, 28.938565], [-81.676711, 28.938598], [-81.676911, 28.938631], [-81.676911, 28.938769], [-81.676617, 28.939149], [-81.676554, 28.939446], [-81.676586, 28.939709], [-81.676599, 28.939785], [-81.676615, 28.939862], [-81.676644, 28.93995], [-81.676669, 28.940022], [-81.6767, 28.940099], [-81.676738, 28.94019], [-81.676776, 28.940265], [-81.676816, 28.940336], [-81.676847, 28.940395], [-81.676893, 28.940456], [-81.676944, 28.940513], [-81.676995, 28.940562], [-81.677045, 28.940602], [-81.677124, 28.940641], [-81.677216, 28.940675], [-81.677243, 28.940673], [-81.677285, 28.94068], [-81.677307, 28.940683], [-81.677329, 28.940691], [-81.677384, 28.940693], [-81.677426, 28.940704], [-81.677473, 28.940724], [-81.677551, 28.940735], [-81.67765, 28.940762], [-81.677804, 28.940807], [-81.677908, 28.940837], [-81.678091, 28.940859], [-81.678195, 28.940858], [-81.67834, 28.940847], [-81.678441, 28.940841], [-81.678481, 28.940827], [-81.678509, 28.940806], [-81.678554, 28.9408], [-81.678588, 28.940783], [-81.678626, 28.94076], [-81.678658, 28.940744], [-81.678699, 28.940734], [-81.678738, 28.940711], [-81.678778, 28.940685], [-81.678812, 28.940677], [-81.678859, 28.940643], [-81.678902, 28.940604], [-81.678925, 28.940581], [-81.678927, 28.94065], [-81.678937, 28.94109], [-81.678938, 28.941152], [-81.678917, 28.941172], [-81.678878, 28.941192], [-81.678814, 28.941223], [-81.678771, 28.941238], [-81.67871, 28.941276], [-81.678682, 28.941281], [-81.678668, 28.941293], [-81.678605, 28.94132], [-81.678571, 28.941339], [-81.678543, 28.941362], [-81.678477, 28.941402], [-81.678442, 28.941431], [-81.678419, 28.94145], [-81.678367, 28.941492], [-81.678319, 28.941538], [-81.678275, 28.94158], [-81.678219, 28.941612], [-81.678154, 28.941652], [-81.678092, 28.941699], [-81.678049, 28.941745], [-81.678007, 28.941804], [-81.677968, 28.94185], [-81.677935, 28.9419], [-81.677914, 28.941955], [-81.677902, 28.942], [-81.678966, 28.941989], [-81.678966, 28.942937], [-81.678998, 28.943851], [-81.677832, 28.94385], [-81.67753, 28.943827], [-81.677463, 28.943802], [-81.67733, 28.943764], [-81.677229, 28.943751], [-81.677114, 28.943746], [-81.676078, 28.943748], [-81.675616, 28.943756], [-81.675106, 28.943774], [-81.67468, 28.943782], [-81.674271, 28.943841], [-81.674077, 28.943851], [-81.673714, 28.943855], [-81.672791, 28.943859], [-81.672777, 28.942698], [-81.672777, 28.942039], [-81.674677, 28.94202], [-81.67468, 28.94098], [-81.674676, 28.940324], [-81.67468, 28.939968], [-81.674681, 28.93989], [-81.674202, 28.940125], [-81.674185, 28.94013], [-81.67415, 28.940164], [-81.672034, 28.941187], [-81.671753, 28.941319], [-81.670765, 28.941803], [-81.670767, 28.942061], [-81.668953, 28.942075], [-81.66879, 28.942077], [-81.668263, 28.942078], [-81.668047, 28.942085], [-81.668048, 28.942197], [-81.668052, 28.942669], [-81.667774, 28.942671], [-81.667774, 28.942746], [-81.666749, 28.942753], [-81.666751, 28.942549], [-81.666753, 28.942091], [-81.665603, 28.942102], [-81.663356, 28.942123], [-81.66317, 28.942445], [-81.662654, 28.943262], [-81.662084, 28.944043], [-81.660745, 28.945772], [-81.660069, 28.946656], [-81.659935, 28.946829], [-81.659916, 28.946854], [-81.660441, 28.947179], [-81.659852, 28.947978], [-81.659732, 28.948134], [-81.659187, 28.947807], [-81.659132, 28.947891], [-81.66068, 28.948785], [-81.660683, 28.949233], [-81.660224, 28.948961], [-81.660224, 28.949], [-81.65987, 28.949002], [-81.65931, 28.949006], [-81.659016, 28.949406], [-81.658961, 28.94948], [-81.658639, 28.949487], [-81.658427, 28.949492], [-81.658263, 28.949495], [-81.658177, 28.949489], [-81.658099, 28.949475], [-81.658052, 28.949467], [-81.657988, 28.949442], [-81.657439, 28.950182], [-81.657559, 28.950264], [-81.65767, 28.950327], [-81.657804, 28.950385], [-81.65789, 28.9504], [-81.657896, 28.950415], [-81.657899, 28.950716], [-81.657901, 28.950887], [-81.658051, 28.950888], [-81.658216, 28.950887], [-81.658529, 28.950884], [-81.658659, 28.950883], [-81.658841, 28.950882], [-81.659219, 28.950879], [-81.659226, 28.952653], [-81.659228, 28.953038], [-81.661163, 28.953043], [-81.661335, 28.95304], [-81.661351, 28.95441], [-81.661357, 28.954892], [-81.661364, 28.955438], [-81.661046, 28.95544], [-81.660105, 28.955446], [-81.660084, 28.955447], [-81.660046, 28.955446], [-81.658681, 28.955451], [-81.65865, 28.955406], [-81.657208, 28.955396], [-81.657065, 28.955395], [-81.656314, 28.955392], [-81.655472, 28.955388], [-81.655454, 28.955388], [-81.655409, 28.955387], [-81.655439, 28.955702], [-81.65548, 28.956128], [-81.655651, 28.957924], [-81.655715, 28.958046], [-81.655664, 28.958061], [-81.655701, 28.958455], [-81.655693, 28.958672], [-81.655704, 28.958774], [-81.65579, 28.959535], [-81.655882, 28.960347], [-81.658677, 28.960345], [-81.65869, 28.964339], [-81.658698, 28.966459], [-81.658697, 28.966815], [-81.658438, 28.966968], [-81.658099, 28.967168], [-81.657807, 28.967319], [-81.657612, 28.967396], [-81.657357, 28.967479], [-81.657197, 28.96752], [-81.657027, 28.96755], [-81.656671, 28.967587], [-81.656216, 28.967589], [-81.655441, 28.967593], [-81.654188, 28.967578], [-81.654034, 28.967581], [-81.653874, 28.967584], [-81.653313, 28.967593], [-81.652927, 28.967582], [-81.652541, 28.967558], [-81.652204, 28.967521], [-81.652045, 28.967491], [-81.652048, 28.967586], [-81.652049, 28.967634], [-81.652067, 28.968142], [-81.652089, 28.968786], [-81.648872, 28.967856], [-81.648725, 28.967814], [-81.64875, 28.967749], [-81.648935, 28.967274], [-81.649222, 28.966611], [-81.649234, 28.966506], [-81.649263, 28.966407], [-81.649348, 28.966129], [-81.649462, 28.965825], [-81.649615, 28.965425], [-81.649647, 28.965341], [-81.649752, 28.965053], [-81.650164, 28.965176], [-81.651507, 28.965548], [-81.651675, 28.965596], [-81.651632, 28.965672], [-81.651607, 28.965731], [-81.651598, 28.965744], [-81.651575, 28.965781], [-81.651567, 28.965795], [-81.651556, 28.965813], [-81.651534, 28.965829], [-81.651493, 28.965875], [-81.651457, 28.965941], [-81.651452, 28.965959], [-81.651439, 28.966002], [-81.651413, 28.966066], [-81.651405, 28.966132], [-81.651407, 28.96619], [-81.651413, 28.96626], [-81.651435, 28.966329], [-81.651444, 28.966345], [-81.651463, 28.966383], [-81.651472, 28.966397], [-81.651497, 28.966436], [-81.651531, 28.966489], [-81.65157, 28.966537], [-81.651618, 28.966611], [-81.651662, 28.966664], [-81.651719, 28.966704], [-81.651781, 28.966748], [-81.651838, 28.96678], [-81.651895, 28.966812], [-81.651966, 28.966839], [-81.652023, 28.966874], [-81.652033, 28.966879], [-81.652095, 28.966915], [-81.65217, 28.966949], [-81.652227, 28.967001], [-81.652333, 28.967012], [-81.652433, 28.967012], [-81.652504, 28.967022], [-81.652583, 28.967015], [-81.652658, 28.967004], [-81.652688, 28.96702], [-81.652754, 28.967011], [-81.652829, 28.967009], [-81.652894, 28.966983], [-81.652943, 28.966935], [-81.652996, 28.966903], [-81.653071, 28.96682], [-81.653128, 28.966666], [-81.653134, 28.96649], [-81.65314, 28.966], [-81.653022, 28.965714], [-81.653028, 28.965577], [-81.653141, 28.965483], [-81.653479, 28.965434], [-81.653729, 28.96534], [-81.654286, 28.965175], [-81.65463, 28.964988], [-81.654961, 28.964779], [-81.655118, 28.964653], [-81.65523, 28.964543], [-81.655356, 28.96446], [-81.655368, 28.964251], [-81.655379, 28.964157], [-81.655391, 28.964087], [-81.655399, 28.964012], [-81.655397, 28.963946], [-81.655391, 28.963876], [-81.655376, 28.963815], [-81.655364, 28.963732], [-81.65534, 28.963679], [-81.655305, 28.96361], [-81.655276, 28.963553], [-81.655236, 28.963471], [-81.655221, 28.963409], [-81.655186, 28.963348], [-81.655133, 28.963271], [-81.655094, 28.963205], [-81.65506, 28.963144], [-81.655011, 28.963087], [-81.654985, 28.963057], [-81.654963, 28.96303], [-81.65492, 28.962978], [-81.654864, 28.962914], [-81.654809, 28.962868], [-81.654742, 28.962828], [-81.654671, 28.962792], [-81.654605, 28.962752], [-81.654538, 28.962712], [-81.654462, 28.962689], [-81.654401, 28.962661], [-81.654348, 28.962625], [-81.654277, 28.962597], [-81.654207, 28.962578], [-81.654136, 28.962575], [-81.654065, 28.962556], [-81.654051, 28.962544], [-81.653985, 28.962545], [-81.653934, 28.96254], [-81.653919, 28.962538], [-81.653844, 28.962523], [-81.653778, 28.962524], [-81.653705, 28.962512], [-81.653642, 28.96249], [-81.653566, 28.962474], [-81.653491, 28.962492], [-81.653398, 28.962494], [-81.653304, 28.962512], [-81.653244, 28.962526], [-81.653164, 28.962515], [-81.653093, 28.962512], [-81.653033, 28.962526], [-81.652977, 28.96256], [-81.652926, 28.962598], [-81.652907, 28.962613], [-81.652857, 28.962653], [-81.652846, 28.96266], [-81.652793, 28.962695], [-81.652728, 28.962737], [-81.652677, 28.962775], [-81.652666, 28.962782], [-81.652608, 28.962814], [-81.652543, 28.962873], [-81.652498, 28.962915], [-81.652447, 28.962953], [-81.652382, 28.963004], [-81.652332, 28.96305], [-81.652296, 28.9631], [-81.652255, 28.963163], [-81.65222, 28.963244], [-81.650688, 28.962813], [-81.650596, 28.962787], [-81.650618, 28.962728], [-81.650731, 28.962424], [-81.65098, 28.961794], [-81.65102, 28.961684], [-81.651213, 28.961347], [-81.651467, 28.960921], [-81.651486, 28.960892], [-81.651745, 28.960498], [-81.651792, 28.960426], [-81.65185, 28.960339], [-81.651902, 28.960339], [-81.651932, 28.960289], [-81.652134, 28.95994], [-81.652593, 28.959152], [-81.652695, 28.958971], [-81.65279, 28.958787], [-81.652879, 28.958601], [-81.652951, 28.958435], [-81.653269, 28.957552], [-81.65367, 28.956466], [-81.653974, 28.955621], [-81.654039, 28.955442], [-81.654314, 28.954697], [-81.654547, 28.954014], [-81.65484, 28.953455], [-81.655074, 28.95309], [-81.65489, 28.95307], [-81.654709, 28.953061], [-81.653686, 28.953036], [-81.653394, 28.953028], [-81.653391, 28.952154], [-81.653419, 28.951044], [-81.653677, 28.951046], [-81.654728, 28.951055], [-81.655066, 28.951065], [-81.655321, 28.951065], [-81.655447, 28.951076], [-81.655525, 28.951097], [-81.655628, 28.951144], [-81.655673, 28.951167], [-81.655738, 28.951202], [-81.655805, 28.951237], [-81.655943, 28.951328], [-81.65605, 28.951415], [-81.65677, 28.950648], [-81.657273, 28.950059], [-81.657817, 28.949335], [-81.658272, 28.948699], [-81.659082, 28.94762], [-81.659549, 28.946989], [-81.659357, 28.946877], [-81.659242, 28.946809], [-81.659121, 28.946738], [-81.65897, 28.94665], [-81.65918, 28.946374], [-81.659464, 28.946542], [-81.659485, 28.946554], [-81.659562, 28.946601], [-81.659697, 28.946683], [-81.659756, 28.946714], [-81.659892, 28.946549], [-81.66049, 28.945762], [-81.660445, 28.945763], [-81.660185, 28.945765], [-81.660361, 28.945527], [-81.660463, 28.945389], [-81.660651, 28.945135], [-81.660822, 28.944905], [-81.66118, 28.944421], [-81.661283, 28.944283], [-81.6613, 28.94426], [-81.661623, 28.943821], [-81.661233, 28.943591], [-81.661291, 28.943552], [-81.661463, 28.943405], [-81.661497, 28.943365], [-81.6617, 28.943126], [-81.66189, 28.942879], [-81.661949, 28.942709], [-81.661967, 28.942573], [-81.662476, 28.942829], [-81.662564, 28.942709], [-81.662671, 28.942559], [-81.662702, 28.942516], [-81.662731, 28.942473], [-81.662791, 28.942383], [-81.662836, 28.942316], [-81.662888, 28.942238], [-81.662938, 28.942163], [-81.662971, 28.942119], [-81.662732, 28.942119], [-81.661938, 28.942126], [-81.658654, 28.942156], [-81.658658, 28.941007], [-81.658662, 28.939439], [-81.658664, 28.938652], [-81.658665, 28.938538], [-81.657446, 28.938557], [-81.656992, 28.938563], [-81.656893, 28.938563], [-81.65681, 28.938565], [-81.655114, 28.938574], [-81.655437, 28.935026], [-81.65545, 28.93494], [-81.654236, 28.934947], [-81.654095, 28.934948], [-81.652875, 28.934967], [-81.65201, 28.93498], [-81.651456, 28.934979], [-81.651317, 28.934987], [-81.651319, 28.935017], [-81.651315, 28.935065], [-81.651297, 28.935302], [-81.651246, 28.935958], [-81.651169, 28.935955], [-81.649205, 28.935997], [-81.649212, 28.935744], [-81.649262, 28.935204], [-81.64722, 28.93525], [-81.646994, 28.935251], [-81.646848, 28.935254], [-81.645728, 28.93528], [-81.645682, 28.935281], [-81.644213, 28.935313], [-81.643811, 28.935313], [-81.643027, 28.93533], [-81.642755, 28.935367], [-81.642545, 28.935424], [-81.642331, 28.935511], [-81.642342, 28.935829], [-81.641892, 28.93628], [-81.641561, 28.936154], [-81.641464, 28.936251], [-81.641026, 28.936692], [-81.640727, 28.937006], [-81.639876, 28.937871], [-81.639735, 28.938016], [-81.63895, 28.938804], [-81.638855, 28.938866], [-81.638744, 28.938861], [-81.638156, 28.938858], [-81.637128, 28.938874], [-81.636247, 28.938866], [-81.636166, 28.938866], [-81.635454, 28.93887], [-81.635401, 28.93887], [-81.635334, 28.938871], [-81.634525, 28.938878], [-81.634436, 28.938879], [-81.633769, 28.938884], [-81.633649, 28.938885], [-81.632061, 28.938887], [-81.631003, 28.938889], [-81.630936, 28.938891], [-81.630314, 28.938888], [-81.63032, 28.938788], [-81.630662, 28.935283], [-81.634517, 28.935267], [-81.634811, 28.935266], [-81.634807, 28.935338], [-81.634779, 28.935631], [-81.63468, 28.936662], [-81.634651, 28.936955], [-81.634638, 28.937093], [-81.634616, 28.937317], [-81.634596, 28.937523], [-81.634542, 28.938142], [-81.634546, 28.93867], [-81.634576, 28.93867], [-81.634661, 28.938669], [-81.635013, 28.938667], [-81.635346, 28.938665], [-81.635379, 28.938665], [-81.63546, 28.938666], [-81.636175, 28.938672], [-81.636248, 28.938672], [-81.637131, 28.938679], [-81.638142, 28.938647], [-81.638407, 28.938652], [-81.638402, 28.937986], [-81.638043, 28.937985], [-81.638047, 28.93734], [-81.638043, 28.937081], [-81.638842, 28.937079], [-81.639671, 28.937079], [-81.639712, 28.93708], [-81.639724, 28.937533], [-81.639729, 28.937663], [-81.639733, 28.937706], [-81.639635, 28.937706], [-81.639276, 28.937708], [-81.639262, 28.937727], [-81.639526, 28.937929], [-81.639662, 28.9378], [-81.639728, 28.937734], [-81.639744, 28.937719], [-81.639817, 28.937647], [-81.640437, 28.937003], [-81.640891, 28.936545], [-81.64149, 28.935916], [-81.642033, 28.935453], [-81.642322, 28.935297], [-81.642493, 28.93524], [-81.642741, 28.935178], [-81.643002, 28.935142], [-81.643131, 28.935131], [-81.643136, 28.935046], [-81.643273, 28.933707], [-81.643191, 28.933483], [-81.643218, 28.932702], [-81.643209, 28.931889], [-81.643209, 28.931808], [-81.643209, 28.931718], [-81.643304, 28.931716], [-81.644212, 28.931695], [-81.644617, 28.931686], [-81.645715, 28.931648], [-81.645731, 28.931648], [-81.645855, 28.931646], [-81.645852, 28.931712], [-81.64573, 28.934277], [-81.645692, 28.935076], [-81.646997, 28.935052], [-81.64724, 28.935049], [-81.649232, 28.935008], [-81.649277, 28.935006], [-81.650507, 28.934938], [-81.651327, 28.93488], [-81.65152, 28.932858], [-81.651649, 28.931498], [-81.653803, 28.93143], [-81.653798, 28.931193], [-81.653802, 28.930457], [-81.653804, 28.926358], [-81.653267, 28.926364], [-81.653074, 28.929353], [-81.65302, 28.930184], [-81.653005, 28.930256], [-81.652944, 28.930212], [-81.652897, 28.930171], [-81.652845, 28.930134], [-81.652788, 28.930109], [-81.652718, 28.930088], [-81.652656, 28.930076], [-81.652591, 28.930042], [-81.65254, 28.930013], [-81.652488, 28.92999], [-81.652463, 28.92998], [-81.652418, 28.929966], [-81.652323, 28.929935], [-81.652248, 28.92991], [-81.652187, 28.929889], [-81.652126, 28.929868], [-81.65206, 28.929843], [-81.651998, 28.929831], [-81.65195, 28.929821], [-81.651914, 28.929814], [-81.651834, 28.929793], [-81.651758, 28.929777], [-81.651692, 28.929768], [-81.651608, 28.92976], [-81.651462, 28.929764], [-81.6514, 28.929776], [-81.651347, 28.929788], [-81.651325, 28.929793], [-81.651249, 28.929818], [-81.651154, 28.929838], [-81.651, 28.92984], [-81.650866, 28.929867], [-81.650824, 28.929876], [-81.650829, 28.9298], [-81.650837, 28.929701], [-81.650952, 28.928186], [-81.650975, 28.927874], [-81.651044, 28.92697], [-81.650775, 28.926977], [-81.648919, 28.927024], [-81.648929, 28.926815], [-81.648941, 28.926629], [-81.648962, 28.926526], [-81.648998, 28.926401], [-81.649035, 28.926326], [-81.649088, 28.926247], [-81.649144, 28.926187], [-81.649196, 28.926144], [-81.649251, 28.926113], [-81.649308, 28.926092], [-81.649445, 28.924376], [-81.649446, 28.924291], [-81.648595, 28.924321], [-81.647725, 28.924339], [-81.647358, 28.924346], [-81.647316, 28.924347], [-81.647321, 28.924243], [-81.647376, 28.922056], [-81.647413, 28.92068], [-81.647424, 28.920273], [-81.647442, 28.919592], [-81.647487, 28.919591], [-81.647523, 28.919591], [-81.647604, 28.919591], [-81.649011, 28.919592], [-81.64965, 28.919584], [-81.651386, 28.919561], [-81.651604, 28.919545], [-81.651608, 28.91948], [-81.651639, 28.919099], [-81.65164, 28.91908], [-81.651673, 28.918799], [-81.651645, 28.918682], [-81.651611, 28.918544], [-81.65157, 28.918203], [-81.651566, 28.918043], [-81.651551, 28.91794], [-81.651519, 28.917821], [-81.65157, 28.917767], [-81.651599, 28.917722], [-81.651613, 28.917682], [-81.65163, 28.917601], [-81.651649, 28.917391], [-81.651667, 28.917047], [-81.653036, 28.917027], [-81.653097, 28.917026], [-81.65312, 28.917025], [-81.653145, 28.917005], [-81.655708, 28.914838], [-81.655886, 28.914689], [-81.656161, 28.914799], [-81.658708, 28.915818], [-81.658705, 28.916425], [-81.659035, 28.916428], [-81.664601, 28.916485], [-81.664575, 28.912912], [-81.664401, 28.912916], [-81.663634, 28.912925], [-81.663603, 28.909405], [-81.663783, 28.9094], [-81.664326, 28.909459], [-81.665147, 28.909551], [-81.666466, 28.909693], [-81.666452, 28.91204], [-81.664803, 28.912353], [-81.664842, 28.916485], [-81.664922, 28.916482], [-81.666469, 28.91649], [-81.666469, 28.916407], [-81.666448, 28.91291], [-81.666503, 28.912873], [-81.666686, 28.912822], [-81.666843, 28.912832], [-81.667246, 28.912814], [-81.667339, 28.912815], [-81.667421, 28.912819], [-81.667731, 28.912832], [-81.667954, 28.912838], [-81.668265, 28.912831], [-81.668554, 28.912806], [-81.668836, 28.912828], [-81.669091, 28.912825], [-81.669647, 28.912838], [-81.669954, 28.912836], [-81.670299, 28.91282], [-81.670619, 28.912812], [-81.670633, 28.913248], [-81.67063, 28.913768], [-81.670656, 28.914632], [-81.670662, 28.915061], [-81.670674, 28.915387], [-81.670685, 28.916174], [-81.6707, 28.916243], [-81.670735, 28.916328], [-81.670782, 28.9164], [-81.670816, 28.916429], [-81.670971, 28.916507], [-81.671003, 28.916523], [-81.671034, 28.91649], [-81.671062, 28.916476], [-81.671115, 28.916467], [-81.671194, 28.916464], [-81.67145, 28.91647], [-81.671586, 28.916462], [-81.671736, 28.91647], [-81.672185, 28.916492], [-81.672666, 28.91649], [-81.673206, 28.916487], [-81.673317, 28.916513], [-81.673488, 28.916177], [-81.673557, 28.915458], [-81.673777, 28.915458], [-81.673767, 28.914444], [-81.673928, 28.914457], [-81.673909, 28.913664], [-81.674316, 28.913672], [-81.674379, 28.913671], [-81.674364, 28.912745], [-81.674563, 28.912745], [-81.674738, 28.912744], [-81.674741, 28.912381], [-81.674731, 28.912068], [-81.674713, 28.911462], [-81.674713, 28.910846], [-81.674709, 28.910728], [-81.674691, 28.910191], [-81.674684, 28.910006], [-81.675434, 28.910003], [-81.675682, 28.910008], [-81.675715, 28.910009], [-81.67571, 28.909181], [-81.675706, 28.909107], [-81.675692, 28.909031], [-81.675691, 28.908839], [-81.675551, 28.908838], [-81.675547, 28.908632], [-81.675234, 28.908631], [-81.675219, 28.908216], [-81.675225, 28.908133], [-81.67483, 28.908133], [-81.674831, 28.908161], [-81.674858, 28.909108], [-81.67467, 28.90911], [-81.674354, 28.909111], [-81.674345, 28.908817], [-81.674337, 28.908386], [-81.674334, 28.908249], [-81.674645, 28.90824], [-81.674643, 28.908132], [-81.674642, 28.908089], [-81.674638, 28.90779], [-81.674619, 28.906802], [-81.67457, 28.904196], [-81.678452, 28.904216], [-81.67871, 28.90422], [-81.678745, 28.904303], [-81.678756, 28.904343], [-81.678768, 28.904438], [-81.678767, 28.904448], [-81.678767, 28.904516], [-81.678356, 28.904513], [-81.678357, 28.904674], [-81.678764, 28.90467], [-81.678759, 28.904735], [-81.678731, 28.905121], [-81.678733, 28.90516], [-81.678737, 28.90523], [-81.678266, 28.905228], [-81.678266, 28.905363], [-81.678743, 28.905358], [-81.678747, 28.905421], [-81.678763, 28.905732], [-81.678771, 28.906066], [-81.678769, 28.906286], [-81.678768, 28.906342], [-81.677678, 28.90634], [-81.677686, 28.906966], [-81.678766, 28.906953], [-81.678768, 28.906357], [-81.679853, 28.905358], [-81.679938, 28.905278], [-81.680779, 28.905986], [-81.679538, 28.907153], [-81.679131, 28.907549], [-81.678867, 28.907851], [-81.67883, 28.907891], [-81.678667, 28.908107], [-81.678543, 28.908287], [-81.67826, 28.908752], [-81.67805, 28.909138], [-81.678232, 28.909211], [-81.677568, 28.910453], [-81.677471, 28.910631], [-81.676431, 28.912538], [-81.676266, 28.912841], [-81.675953, 28.913414], [-81.675279, 28.914681], [-81.675252, 28.914738], [-81.675003, 28.915262], [-81.674882, 28.915548], [-81.674809, 28.915756], [-81.674759, 28.915901], [-81.674618, 28.91645], [-81.674716, 28.916468], [-81.674828, 28.916473], [-81.674841, 28.916474], [-81.675026, 28.916472], [-81.675729, 28.916466], [-81.676515, 28.916466], [-81.677105, 28.916475], [-81.677827, 28.916486], [-81.677979, 28.916484], [-81.678326, 28.91648], [-81.678841, 28.916493], [-81.678984, 28.916492], [-81.67899, 28.916902], [-81.678969, 28.917308], [-81.678967, 28.917351], [-81.680595, 28.917333], [-81.680591, 28.916317], [-81.68095, 28.916316], [-81.681565, 28.916313], [-81.681653, 28.916313], [-81.681733, 28.916313], [-81.681912, 28.916315], [-81.681997, 28.916305], [-81.681974, 28.913864], [-81.681974, 28.913836], [-81.684858, 28.913805], [-81.684875, 28.913805], [-81.68491, 28.916372], [-81.683206, 28.91639], [-81.682929, 28.916393], [-81.682931, 28.918318], [-81.683259, 28.918315], [-81.683241, 28.920066], [-81.684379, 28.920058], [-81.68722, 28.920036], [-81.687218, 28.920946]], [[-81.670772, 28.941143], [-81.669302, 28.940773], [-81.669265, 28.940764], [-81.668853, 28.940567], [-81.667036, 28.940594], [-81.666806, 28.940598], [-81.666771, 28.940599], [-81.666771, 28.940619], [-81.666768, 28.940763], [-81.666764, 28.940952], [-81.666757, 28.941234], [-81.666757, 28.941266], [-81.666847, 28.941257], [-81.668898, 28.941248], [-81.670772, 28.941239], [-81.670772, 28.941143]], [[-81.670768, 28.940174], [-81.670764, 28.938388], [-81.67054, 28.938394], [-81.670262, 28.938395], [-81.669808, 28.9384], [-81.669363, 28.93842], [-81.669002, 28.938419], [-81.668849, 28.938419], [-81.668786, 28.93842], [-81.668784, 28.939142], [-81.668784, 28.939342], [-81.668869, 28.939342], [-81.668974, 28.939338], [-81.669025, 28.939336], [-81.669037, 28.940234], [-81.668935, 28.940236], [-81.668843, 28.940237], [-81.669374, 28.940585], [-81.669464, 28.940641], [-81.67076, 28.941097], [-81.67077, 28.940884], [-81.670768, 28.940174]], [[-81.667294, 28.939352], [-81.666788, 28.939358], [-81.666785, 28.939608], [-81.666784, 28.93965], [-81.667291, 28.939647], [-81.66729, 28.939576], [-81.667294, 28.939352]], [[-81.65638, 28.919039], [-81.656181, 28.918729], [-81.655933, 28.918554], [-81.655848, 28.918519], [-81.655649, 28.918475], [-81.655449, 28.918397], [-81.655301, 28.918323], [-81.655198, 28.918278], [-81.655149, 28.918257], [-81.65508, 28.918221], [-81.655022, 28.91819], [-81.654806, 28.918177], [-81.654586, 28.918205], [-81.654308, 28.918185], [-81.654111, 28.918138], [-81.653873, 28.918062], [-81.653825, 28.918045], [-81.65378, 28.918023], [-81.653737, 28.917998], [-81.653697, 28.917969], [-81.653548, 28.91785], [-81.653419, 28.917738], [-81.653334, 28.917649], [-81.653293, 28.917596], [-81.653199, 28.917516], [-81.652653, 28.917897], [-81.652599, 28.917935], [-81.652495, 28.918148], [-81.652464, 28.918213], [-81.652392, 28.918361], [-81.651798, 28.918776], [-81.651688, 28.918853], [-81.651759, 28.919012], [-81.651845, 28.919206], [-81.651924, 28.919334], [-81.652044, 28.919493], [-81.652178, 28.919638], [-81.65227, 28.919725], [-81.652623, 28.920059], [-81.652734, 28.920161], [-81.653387, 28.920762], [-81.654965, 28.919402], [-81.655148, 28.919566], [-81.65552, 28.919902], [-81.656413, 28.919134], [-81.65638, 28.919039]], [[-81.655857, 28.926284], [-81.655755, 28.926284], [-81.655733, 28.92432], [-81.654893, 28.925091], [-81.65415, 28.925778], [-81.654151, 28.926158], [-81.654152, 28.926256], [-81.654323, 28.926259], [-81.654621, 28.926263], [-81.655305, 28.926279], [-81.655298, 28.927547], [-81.655301, 28.928677], [-81.655479, 28.92856], [-81.655848, 28.9284], [-81.65586, 28.927659], [-81.655857, 28.926284]], [[-81.655112, 28.920254], [-81.654002, 28.921205], [-81.653901, 28.921242], [-81.654274, 28.921594], [-81.654365, 28.92168], [-81.654689, 28.921985], [-81.655071, 28.921634], [-81.655112, 28.920254]], [[-81.655053, 28.922326], [-81.65472, 28.922014], [-81.654658, 28.922065], [-81.654171, 28.922465], [-81.654618, 28.922868], [-81.654976, 28.922574], [-81.655041, 28.92252], [-81.655053, 28.922326]], [[-81.653547, 28.95953], [-81.653083, 28.95953], [-81.653095, 28.960344], [-81.653549, 28.960348], [-81.653547, 28.95953]], [[-81.670765, 28.941803], [-81.671677, 28.941089], [-81.67187, 28.940938], [-81.671978, 28.940854], [-81.673252, 28.939858], [-81.674684, 28.938742], [-81.674686, 28.938639], [-81.674676, 28.938536], [-81.674657, 28.938483], [-81.674636, 28.938454], [-81.674544, 28.938393], [-81.674489, 28.938372], [-81.674318, 28.938352], [-81.674229, 28.938349], [-81.67404, 28.938347], [-81.673771, 28.93835], [-81.673751, 28.938374], [-81.67366, 28.938487], [-81.671732, 28.940705], [-81.671419, 28.941052], [-81.671246, 28.941252], [-81.670765, 28.941803]]]]}, "properties": {"name": "Umatilla", "median_income": 67206}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-81.863473, 26.451908], [-81.863384, 26.451947], [-81.863273, 26.451921], [-81.863096, 26.451808], [-81.862941, 26.451787], [-81.862631, 26.451681], [-81.862528, 26.451694], [-81.862486, 26.451691], [-81.862443, 26.451694], [-81.862402, 26.451704], [-81.862363, 26.45172], [-81.862327, 26.451741], [-81.862295, 26.451769], [-81.862267, 26.4518], [-81.862244, 26.451836], [-81.862228, 26.451875], [-81.862217, 26.451916], [-81.862213, 26.451958], [-81.862216, 26.452], [-81.862166, 26.452001], [-81.854522, 26.452046], [-81.854181, 26.45205], [-81.8539, 26.452051], [-81.853382, 26.451864], [-81.853287, 26.451827], [-81.852761, 26.451623], [-81.85268, 26.451591], [-81.852593, 26.451558], [-81.846397, 26.44915], [-81.845436, 26.448782], [-81.837401, 26.448911], [-81.837239, 26.448912], [-81.834212, 26.448966], [-81.833288, 26.448982], [-81.829329, 26.44905], [-81.827383, 26.449096], [-81.826678, 26.449112], [-81.823255, 26.449194], [-81.823287, 26.451933], [-81.822914, 26.451941], [-81.821764, 26.451967], [-81.821706, 26.452007], [-81.82213, 26.45248], [-81.822255, 26.45262], [-81.822179, 26.452837], [-81.822045, 26.452852], [-81.822011, 26.452861], [-81.821844, 26.452656], [-81.82157, 26.452319], [-81.821585, 26.452286], [-81.82156, 26.452306], [-81.821454, 26.452176], [-81.821274, 26.451961], [-81.821278, 26.452271], [-81.821281, 26.452475], [-81.821282, 26.452568], [-81.821284, 26.452673], [-81.821287, 26.452893], [-81.821613, 26.453286], [-81.8224, 26.45423], [-81.822765, 26.45467], [-81.821312, 26.454686], [-81.821335, 26.456439], [-81.821335, 26.4565], [-81.821356, 26.45792], [-81.82137, 26.459438], [-81.821378, 26.459501], [-81.821379, 26.459782], [-81.821415, 26.462063], [-81.821427, 26.463054], [-81.821438, 26.463823], [-81.820951, 26.463815], [-81.82059, 26.463806], [-81.820299, 26.463799], [-81.819976, 26.463794], [-81.818279, 26.463745], [-81.813341, 26.463662], [-81.813071, 26.463663], [-81.809482, 26.463627], [-81.805794, 26.463592], [-81.805306, 26.463587], [-81.805273, 26.462655], [-81.805192, 26.456308], [-81.804554, 26.456324], [-81.800919, 26.456348], [-81.797171, 26.456388], [-81.797069, 26.45639], [-81.797006, 26.450435], [-81.796991, 26.449366], [-81.794997, 26.44941], [-81.792977, 26.449451], [-81.792584, 26.449459], [-81.791809, 26.449474], [-81.791588, 26.44948], [-81.790924, 26.449498], [-81.789983, 26.449522], [-81.78896, 26.449549], [-81.788962, 26.449669], [-81.788952, 26.45079], [-81.788949, 26.451099], [-81.788945, 26.451263], [-81.788933, 26.451959], [-81.788924, 26.45243], [-81.788912, 26.452845], [-81.788865, 26.454657], [-81.788858, 26.455166], [-81.788856, 26.45524], [-81.788856, 26.455293], [-81.788853, 26.455682], [-81.788839, 26.455883], [-81.788817, 26.456473], [-81.788673, 26.456473], [-81.78843, 26.456477], [-81.787006, 26.456491], [-81.786909, 26.456492], [-81.786469, 26.454918], [-81.786319, 26.454395], [-81.786163, 26.453875], [-81.786001, 26.453356], [-81.785832, 26.452839], [-81.785698, 26.452443], [-81.78556, 26.452048], [-81.785418, 26.451655], [-81.784609, 26.44944], [-81.784232, 26.449438], [-81.783904, 26.449437], [-81.782091, 26.449427], [-81.780857, 26.449419], [-81.779284, 26.449411], [-81.778933, 26.449407], [-81.778163, 26.449405], [-81.777726, 26.449401], [-81.77759, 26.449401], [-81.776713, 26.449404], [-81.774519, 26.449379], [-81.774298, 26.449379], [-81.772625, 26.449382], [-81.771286, 26.449401], [-81.771231, 26.449401], [-81.764884, 26.449434], [-81.762986, 26.449444], [-81.759373, 26.449461], [-81.757919, 26.449473], [-81.756602, 26.44948], [-81.755497, 26.449489], [-81.755424, 26.44949], [-81.753035, 26.44951], [-81.750348, 26.449532], [-81.748833, 26.449532], [-81.74776, 26.449532], [-81.747721, 26.449553], [-81.742218, 26.449598], [-81.741873, 26.449764], [-81.740244, 26.450547], [-81.739482, 26.450914], [-81.739398, 26.450953], [-81.739163, 26.451061], [-81.73904, 26.451111], [-81.738935, 26.451149], [-81.738768, 26.451202], [-81.738558, 26.451249], [-81.738311, 26.451283], [-81.738191, 26.451291], [-81.736197, 26.451395], [-81.733685, 26.451527], [-81.732597, 26.451583], [-81.732532, 26.451587], [-81.729654, 26.451739], [-81.724474, 26.452011], [-81.724444, 26.451847], [-81.724441, 26.451739], [-81.7244, 26.449711], [-81.724351, 26.447609], [-81.724289, 26.445627], [-81.724258, 26.444872], [-81.724, 26.438462], [-81.723905, 26.438313], [-81.723902, 26.437887], [-81.723878, 26.437156], [-81.72383, 26.436048], [-81.723819, 26.435976], [-81.723782, 26.435839], [-81.723754, 26.435749], [-81.72373, 26.435674], [-81.72372, 26.435615], [-81.723723, 26.435533], [-81.723727, 26.435454], [-81.723744, 26.435364], [-81.723758, 26.435316], [-81.723778, 26.435268], [-81.723796, 26.435213], [-81.723796, 26.434381], [-81.723807, 26.433559], [-81.723823, 26.432274], [-81.723833, 26.431469], [-81.72385, 26.430388], [-81.723883, 26.428625], [-81.723945, 26.423457], [-81.723988, 26.4207], [-81.724034, 26.420697], [-81.725164, 26.420684], [-81.732325, 26.420599], [-81.732353, 26.420559], [-81.736391, 26.420549], [-81.740909, 26.420538], [-81.754311, 26.420506], [-81.756693, 26.420477], [-81.770808, 26.420435], [-81.772885, 26.420429], [-81.77342, 26.420439], [-81.773841, 26.420441], [-81.774209, 26.420428], [-81.774171, 26.420205], [-81.774127, 26.419953], [-81.774087, 26.419671], [-81.774053, 26.419389], [-81.774024, 26.419106], [-81.774001, 26.418822], [-81.773985, 26.418538], [-81.773974, 26.418254], [-81.773699, 26.408567], [-81.773621, 26.405843], [-81.773438, 26.399426], [-81.773342, 26.396011], [-81.773339, 26.395911], [-81.773156, 26.389526], [-81.773152, 26.389404], [-81.77323, 26.389408], [-81.773384, 26.389432], [-81.77379, 26.389481], [-81.774526, 26.389569], [-81.775838, 26.389726], [-81.776987, 26.389863], [-81.778687, 26.390066], [-81.779714, 26.390188], [-81.782703, 26.390548], [-81.784012, 26.390715], [-81.784252, 26.390729], [-81.787884, 26.391171], [-81.789231, 26.391149], [-81.791853, 26.391105], [-81.794916, 26.391053], [-81.797925, 26.390947], [-81.798808, 26.390973], [-81.803962, 26.390901], [-81.804158, 26.390898], [-81.809617, 26.390814], [-81.809678, 26.390813], [-81.809788, 26.390812], [-81.809878, 26.390811], [-81.809884, 26.390845], [-81.809907, 26.390954], [-81.810195, 26.392362], [-81.810206, 26.392415], [-81.810238, 26.392571], [-81.810365, 26.393205], [-81.810553, 26.393174], [-81.810722, 26.393147], [-81.810694, 26.393007], [-81.810746, 26.392977], [-81.810794, 26.392942], [-81.810837, 26.392901], [-81.810874, 26.392857], [-81.810905, 26.392808], [-81.810929, 26.392757], [-81.810947, 26.392703], [-81.810957, 26.392648], [-81.81096, 26.392593], [-81.810955, 26.392537], [-81.810942, 26.39245], [-81.810931, 26.392373], [-81.810917, 26.392318], [-81.811112, 26.392315], [-81.811305, 26.392326], [-81.811497, 26.392352], [-81.811685, 26.392392], [-81.81189, 26.392452], [-81.812023, 26.392501], [-81.812111, 26.392539], [-81.812204, 26.392372], [-81.812246, 26.392286], [-81.812308, 26.392162], [-81.812337, 26.392082], [-81.812385, 26.391919], [-81.812413, 26.391769], [-81.812425, 26.391618], [-81.812422, 26.390967], [-81.812422, 26.390921], [-81.81242, 26.390771], [-81.812925, 26.390764], [-81.813087, 26.390762], [-81.813076, 26.390787], [-81.812998, 26.390972], [-81.812952, 26.391082], [-81.812935, 26.391116], [-81.813094, 26.391145], [-81.813163, 26.390974], [-81.813238, 26.39079], [-81.813251, 26.39076], [-81.813573, 26.390755], [-81.815328, 26.390728], [-81.815246, 26.390785], [-81.815196, 26.390818], [-81.815335, 26.390992], [-81.815543, 26.391251], [-81.815813, 26.391071], [-81.815924, 26.390997], [-81.815996, 26.390946], [-81.816074, 26.39088], [-81.816032, 26.39083], [-81.815942, 26.390721], [-81.817018, 26.39071], [-81.817651, 26.390704], [-81.817774, 26.390706], [-81.817914, 26.390704], [-81.818106, 26.39069], [-81.818231, 26.390688], [-81.818429, 26.390685], [-81.818529, 26.390682], [-81.819066, 26.390676], [-81.819327, 26.390673], [-81.8192, 26.39075], [-81.819213, 26.390769], [-81.819166, 26.390794], [-81.819119, 26.39082], [-81.819044, 26.390863], [-81.819001, 26.390887], [-81.818805, 26.390999], [-81.81872, 26.391047], [-81.818737, 26.391059], [-81.818747, 26.391071], [-81.818778, 26.391122], [-81.818805, 26.391175], [-81.81883, 26.391229], [-81.818855, 26.391296], [-81.818874, 26.391365], [-81.818888, 26.391435], [-81.819346, 26.391375], [-81.819402, 26.391366], [-81.819405, 26.391382], [-81.819417, 26.391521], [-81.819412, 26.391681], [-81.819358, 26.391676], [-81.818896, 26.391648], [-81.818889, 26.39171], [-81.818878, 26.391771], [-81.818867, 26.391797], [-81.818847, 26.391818], [-81.81882, 26.391832], [-81.81879, 26.391837], [-81.818759, 26.391833], [-81.818732, 26.39182], [-81.818711, 26.3918], [-81.818704, 26.391787], [-81.818686, 26.391757], [-81.818662, 26.39173], [-81.818634, 26.391706], [-81.818535, 26.391637], [-81.818245, 26.391975], [-81.818189, 26.392035], [-81.818152, 26.392075], [-81.817854, 26.392402], [-81.818113, 26.392567], [-81.818133, 26.392582], [-81.818151, 26.392601], [-81.818165, 26.392621], [-81.818176, 26.392644], [-81.818182, 26.392668], [-81.818184, 26.392692], [-81.818181, 26.392716], [-81.818175, 26.392739], [-81.818166, 26.392758], [-81.818155, 26.392775], [-81.818075, 26.392882], [-81.818449, 26.393108], [-81.818496, 26.393135], [-81.818404, 26.393255], [-81.81826, 26.393463], [-81.818302, 26.393488], [-81.818674, 26.393714], [-81.818698, 26.393689], [-81.818718, 26.39363], [-81.818808, 26.393537], [-81.818877, 26.39341], [-81.818968, 26.3933], [-81.819014, 26.393244], [-81.819109, 26.39317], [-81.819266, 26.393105], [-81.819366, 26.393066], [-81.81956, 26.392954], [-81.8197, 26.392834], [-81.819792, 26.392743], [-81.819799, 26.392661], [-81.819766, 26.392614], [-81.819737, 26.392586], [-81.81967, 26.392511], [-81.819659, 26.392398], [-81.819685, 26.392322], [-81.819743, 26.392275], [-81.819824, 26.392192], [-81.81991, 26.392115], [-81.820036, 26.392033], [-81.820118, 26.391995], [-81.820359, 26.391954], [-81.820421, 26.391878], [-81.820421, 26.39183], [-81.82045, 26.391661], [-81.820414, 26.391579], [-81.820404, 26.391524], [-81.820387, 26.391489], [-81.820317, 26.391508], [-81.820242, 26.391535], [-81.820169, 26.391505], [-81.820036, 26.391425], [-81.820029, 26.391415], [-81.819949, 26.39135], [-81.819884, 26.391282], [-81.819839, 26.391212], [-81.819829, 26.391137], [-81.819848, 26.391057], [-81.819849, 26.391025], [-81.819398, 26.391143], [-81.819349, 26.391159], [-81.819337, 26.39112], [-81.81931, 26.391057], [-81.819286, 26.390998], [-81.819265, 26.390959], [-81.819313, 26.39094], [-81.819816, 26.390728], [-81.819693, 26.390668], [-81.821329, 26.390664], [-81.821672, 26.390664], [-81.821991, 26.390663], [-81.822156, 26.390912], [-81.822228, 26.391031], [-81.822236, 26.391045], [-81.822268, 26.391115], [-81.822295, 26.391189], [-81.822855, 26.391052], [-81.822842, 26.391004], [-81.822826, 26.390957], [-81.822807, 26.390911], [-81.822683, 26.390665], [-81.826147, 26.390678], [-81.826707, 26.390671], [-81.82886, 26.390681], [-81.829537, 26.390686], [-81.830038, 26.390684], [-81.830519, 26.390693], [-81.831253, 26.390686], [-81.831471, 26.390687], [-81.832728, 26.390696], [-81.835956, 26.390707], [-81.835963, 26.390752], [-81.836056, 26.390836], [-81.836019, 26.390943], [-81.836039, 26.391128], [-81.836015, 26.391224], [-81.836057, 26.391355], [-81.836195, 26.391354], [-81.836241, 26.391413], [-81.836177, 26.391464], [-81.836094, 26.391471], [-81.83612, 26.391577], [-81.836192, 26.39155], [-81.836241, 26.391548], [-81.836203, 26.391648], [-81.836182, 26.391722], [-81.836198, 26.391866], [-81.836261, 26.391961], [-81.836286, 26.392065], [-81.836375, 26.392183], [-81.836313, 26.39229], [-81.836245, 26.392328], [-81.836201, 26.392342], [-81.836203, 26.392398], [-81.836186, 26.39242], [-81.836128, 26.392485], [-81.83618, 26.392577], [-81.836262, 26.392779], [-81.836243, 26.392897], [-81.8363, 26.392976], [-81.836306, 26.393074], [-81.836251, 26.393178], [-81.836304, 26.393303], [-81.836281, 26.393424], [-81.836245, 26.393473], [-81.836143, 26.393583], [-81.836075, 26.393622], [-81.836086, 26.393706], [-81.836124, 26.393802], [-81.836296, 26.393886], [-81.836311, 26.393993], [-81.836366, 26.394037], [-81.836309, 26.394082], [-81.836271, 26.394176], [-81.836195, 26.394251], [-81.836177, 26.394284], [-81.8361, 26.394319], [-81.836058, 26.394413], [-81.836027, 26.394467], [-81.835967, 26.394541], [-81.835966, 26.394606], [-81.836035, 26.394681], [-81.836039, 26.394734], [-81.836151, 26.394828], [-81.836192, 26.394871], [-81.836168, 26.394925], [-81.836084, 26.39497], [-81.836043, 26.394965], [-81.836093, 26.394915], [-81.836017, 26.39482], [-81.835948, 26.394773], [-81.835836, 26.394844], [-81.83577, 26.39482], [-81.835704, 26.394799], [-81.835672, 26.394832], [-81.835744, 26.394875], [-81.835807, 26.394879], [-81.835821, 26.39494], [-81.835887, 26.394977], [-81.835875, 26.39503], [-81.835845, 26.395132], [-81.835786, 26.395102], [-81.835697, 26.395086], [-81.835629, 26.395077], [-81.835608, 26.395163], [-81.835635, 26.395208], [-81.835715, 26.39525], [-81.835784, 26.395286], [-81.835755, 26.395377], [-81.835829, 26.395385], [-81.835904, 26.395458], [-81.835987, 26.395542], [-81.836133, 26.395566], [-81.836072, 26.395618], [-81.836032, 26.395679], [-81.83601, 26.395755], [-81.835905, 26.395721], [-81.835856, 26.39569], [-81.835781, 26.395677], [-81.835728, 26.395661], [-81.835607, 26.395667], [-81.835568, 26.395719], [-81.835561, 26.395775], [-81.835622, 26.39582], [-81.835708, 26.395867], [-81.835804, 26.395887], [-81.835882, 26.3959], [-81.835878, 26.395997], [-81.835856, 26.39606], [-81.836085, 26.396036], [-81.836064, 26.39611], [-81.836075, 26.396134], [-81.83605, 26.396163], [-81.836001, 26.396345], [-81.835667, 26.396422], [-81.83555, 26.396117], [-81.835259, 26.395919], [-81.835025, 26.395615], [-81.83499, 26.395669], [-81.834973, 26.395701], [-81.83496, 26.395734], [-81.834944, 26.395773], [-81.834924, 26.395808], [-81.834899, 26.395841], [-81.834872, 26.395868], [-81.834838, 26.395893], [-81.834801, 26.395913], [-81.834762, 26.39593], [-81.834728, 26.395943], [-81.834695, 26.39596], [-81.834639, 26.396005], [-81.834544, 26.396101], [-81.833492, 26.396969], [-81.832862, 26.397251], [-81.832769, 26.397246], [-81.832664, 26.39724], [-81.832655, 26.397322], [-81.832647, 26.397407], [-81.832746, 26.397477], [-81.833095, 26.397725], [-81.833266, 26.397768], [-81.833266, 26.397968], [-81.832717, 26.39797], [-81.832151, 26.397976], [-81.831997, 26.397976], [-81.828563, 26.397984], [-81.82859, 26.398294], [-81.828601, 26.398377], [-81.828622, 26.398447], [-81.828654, 26.398514], [-81.828695, 26.398578], [-81.828746, 26.398642], [-81.828802, 26.398702], [-81.828863, 26.398757], [-81.829223, 26.399024], [-81.829297, 26.399084], [-81.829359, 26.399149], [-81.829413, 26.39922], [-81.829456, 26.399296], [-81.829486, 26.399373], [-81.829507, 26.399453], [-81.829519, 26.399535], [-81.829527, 26.399691], [-81.829366, 26.399694], [-81.82842, 26.399685], [-81.828125, 26.399687], [-81.827702, 26.39968], [-81.827103, 26.399679], [-81.826506, 26.399684], [-81.82666, 26.405172], [-81.822645, 26.405148], [-81.820719, 26.405136], [-81.820724, 26.409524], [-81.820726, 26.411197], [-81.821326, 26.412622], [-81.829187, 26.412576], [-81.83126, 26.412564], [-81.836582, 26.412533], [-81.836575, 26.412278], [-81.837642, 26.412265], [-81.837636, 26.411818], [-81.839449, 26.412069], [-81.840606, 26.411073], [-81.840575, 26.408939], [-81.84379, 26.408927], [-81.843855, 26.408927], [-81.844089, 26.408926], [-81.846246, 26.408918], [-81.846383, 26.408927], [-81.846581, 26.409154], [-81.846642, 26.409176], [-81.846972, 26.409181], [-81.847045, 26.409203], [-81.847076, 26.409225], [-81.847094, 26.409374], [-81.847113, 26.40939], [-81.847198, 26.409396], [-81.847387, 26.409258], [-81.847541, 26.409245], [-81.847633, 26.409177], [-81.847846, 26.409024], [-81.847888, 26.409158], [-81.847895, 26.409168], [-81.848263, 26.409333], [-81.848375, 26.409502], [-81.848418, 26.409636], [-81.848323, 26.409755], [-81.848311, 26.40977], [-81.848248, 26.409846], [-81.848078, 26.40975], [-81.848084, 26.409786], [-81.848099, 26.409884], [-81.848099, 26.40998], [-81.848099, 26.410075], [-81.847995, 26.410256], [-81.847908, 26.410409], [-81.847823, 26.410409], [-81.847752, 26.410438], [-81.847589, 26.410504], [-81.847377, 26.410561], [-81.847525, 26.410753], [-81.847568, 26.410768], [-81.847631, 26.410791], [-81.847631, 26.410867], [-81.847563, 26.410898], [-81.847419, 26.410963], [-81.847228, 26.411096], [-81.847161, 26.411135], [-81.84693, 26.411268], [-81.846803, 26.411191], [-81.846749, 26.411216], [-81.846765, 26.41124], [-81.846765, 26.4113], [-81.846704, 26.411405], [-81.846573, 26.411414], [-81.846506, 26.41142], [-81.846221, 26.411402], [-81.84616, 26.411444], [-81.846099, 26.411548], [-81.84608, 26.411702], [-81.846092, 26.411757], [-81.846148, 26.41179], [-81.846374, 26.411796], [-81.846471, 26.411834], [-81.846502, 26.411884], [-81.846498, 26.411976], [-81.846569, 26.412051], [-81.846632, 26.412376], [-81.846823, 26.41228], [-81.846887, 26.412166], [-81.84698, 26.412124], [-81.847083, 26.412021], [-81.847254, 26.411955], [-81.847321, 26.411944], [-81.847419, 26.411961], [-81.847718, 26.412098], [-81.847755, 26.412142], [-81.847792, 26.412247], [-81.84781, 26.412549], [-81.847871, 26.41277], [-81.847945, 26.412968], [-81.848073, 26.413171], [-81.848299, 26.413408], [-81.848562, 26.413716], [-81.848624, 26.413821], [-81.848719, 26.414027], [-81.848773, 26.414059], [-81.849027, 26.414098], [-81.849197, 26.414155], [-81.849366, 26.414308], [-81.849334, 26.414373], [-81.849357, 26.414398], [-81.849455, 26.414635], [-81.849608, 26.414828], [-81.849669, 26.414872], [-81.849975, 26.414993], [-81.850183, 26.415141], [-81.85025, 26.415246], [-81.850366, 26.41529], [-81.850433, 26.41535], [-81.85044, 26.415526], [-81.850623, 26.415664], [-81.850644, 26.415692], [-81.850553, 26.415828], [-81.850383, 26.415924], [-81.84981, 26.416], [-81.849788, 26.416095], [-81.849807, 26.416153], [-81.84978, 26.416203], [-81.849578, 26.416215], [-81.849523, 26.416237], [-81.849517, 26.416264], [-81.849639, 26.416319], [-81.849853, 26.416297], [-81.850036, 26.416308], [-81.850128, 26.416352], [-81.850215, 26.416421], [-81.850234, 26.416459], [-81.850276, 26.416669], [-81.850396, 26.416732], [-81.850636, 26.41686], [-81.850559, 26.416955], [-81.850593, 26.41699], [-81.850623, 26.41704], [-81.850587, 26.417282], [-81.850593, 26.417359], [-81.850709, 26.417442], [-81.850856, 26.417502], [-81.850993, 26.417596], [-81.851081, 26.41774], [-81.851123, 26.41795], [-81.850974, 26.41837], [-81.850718, 26.418905], [-81.850463, 26.419306], [-81.850416, 26.419406], [-81.850144, 26.419878], [-81.850017, 26.420098], [-81.849995, 26.420346], [-81.849804, 26.420575], [-81.849634, 26.420881], [-81.849697, 26.421129], [-81.849527, 26.421397], [-81.849293, 26.421664], [-81.849165, 26.422046], [-81.849144, 26.422485], [-81.848719, 26.422962], [-81.848511, 26.423102], [-81.848294, 26.423249], [-81.847806, 26.423286], [-81.847721, 26.423248], [-81.847438, 26.422857], [-81.847361, 26.422751], [-81.847128, 26.422617], [-81.84687, 26.422432], [-81.846513, 26.422177], [-81.846389, 26.421996], [-81.846285, 26.422325], [-81.847135, 26.423254], [-81.847239, 26.423436], [-81.84738, 26.42381], [-81.847472, 26.423953], [-81.847465, 26.423986], [-81.847582, 26.424146], [-81.847753, 26.424465], [-81.84804, 26.424839], [-81.848193, 26.425004], [-81.848426, 26.425186], [-81.84878, 26.42534], [-81.849068, 26.425428], [-81.849184, 26.4255], [-81.849182, 26.425389], [-81.849119, 26.425217], [-81.849034, 26.425045], [-81.849035, 26.424816], [-81.849056, 26.424778], [-81.849141, 26.424606], [-81.849438, 26.424473], [-81.849629, 26.424435], [-81.849863, 26.424397], [-81.850003, 26.424474], [-81.850039, 26.424476], [-81.850131, 26.424509], [-81.850235, 26.424575], [-81.850302, 26.424591], [-81.850337, 26.424636], [-81.850668, 26.42478], [-81.850792, 26.424901], [-81.851127, 26.424976], [-81.851286, 26.425037], [-81.851671, 26.425053], [-81.851885, 26.425031], [-81.852257, 26.425043], [-81.852281, 26.42503], [-81.852345, 26.424839], [-81.852303, 26.424686], [-81.852303, 26.424476], [-81.852399, 26.424475], [-81.852557, 26.424473], [-81.852639, 26.42448], [-81.852833, 26.424495], [-81.853067, 26.424572], [-81.853122, 26.424726], [-81.853172, 26.424868], [-81.853236, 26.425193], [-81.853235, 26.42539], [-81.853235, 26.425499], [-81.85315, 26.425804], [-81.852916, 26.426224], [-81.852746, 26.426472], [-81.852343, 26.426453], [-81.852237, 26.426396], [-81.852046, 26.426338], [-81.85194, 26.426242], [-81.851727, 26.426357], [-81.851523, 26.426507], [-81.85147, 26.426638], [-81.851342, 26.426892], [-81.851323, 26.427025], [-81.851266, 26.42706], [-81.851132, 26.42714], [-81.851182, 26.427292], [-81.85121, 26.427377], [-81.851234, 26.427464], [-81.851342, 26.427442], [-81.85144, 26.427222], [-81.851489, 26.427161], [-81.851587, 26.427122], [-81.851629, 26.427095], [-81.851855, 26.426809], [-81.851941, 26.426781], [-81.852241, 26.426825], [-81.852265, 26.426836], [-81.852259, 26.426897], [-81.85221, 26.426968], [-81.852149, 26.427001], [-81.852112, 26.427051], [-81.852076, 26.427205], [-81.852021, 26.427238], [-81.852002, 26.427265], [-81.852015, 26.427348], [-81.852063, 26.427491], [-81.852149, 26.427563], [-81.852265, 26.427623], [-81.852638, 26.427766], [-81.852803, 26.427788], [-81.85317, 26.427766], [-81.853347, 26.427782], [-81.853409, 26.42781], [-81.853598, 26.427947], [-81.853665, 26.427953], [-81.853781, 26.427876], [-81.853867, 26.427777], [-81.85394, 26.427722], [-81.854087, 26.427694], [-81.854154, 26.4277], [-81.854332, 26.427749], [-81.854362, 26.427727], [-81.854454, 26.427584], [-81.854503, 26.427545], [-81.85457, 26.427551], [-81.854662, 26.427584], [-81.85471, 26.427622], [-81.854815, 26.427776], [-81.854857, 26.427892], [-81.854882, 26.428019], [-81.854862, 26.428108], [-81.854887, 26.428156], [-81.854931, 26.428354], [-81.85501, 26.428376], [-81.855078, 26.428492], [-81.855108, 26.428745], [-81.855225, 26.428932], [-81.855341, 26.428998], [-81.8555, 26.429053], [-81.855756, 26.429185], [-81.855812, 26.429229], [-81.855891, 26.429378], [-81.856331, 26.42957], [-81.856368, 26.429598], [-81.856374, 26.429625], [-81.856417, 26.429686], [-81.856429, 26.429746], [-81.856429, 26.429786], [-81.856498, 26.429839], [-81.856497, 26.430068], [-81.856391, 26.430278], [-81.856263, 26.430469], [-81.856369, 26.430565], [-81.856382, 26.430553], [-81.856624, 26.430336], [-81.856837, 26.430355], [-81.857006, 26.430585], [-81.857344, 26.430604], [-81.857448, 26.430509], [-81.857448, 26.430337], [-81.857703, 26.430337], [-81.857731, 26.430352], [-81.857851, 26.430414], [-81.858042, 26.430662], [-81.857787, 26.430987], [-81.857469, 26.431006], [-81.857329, 26.431063], [-81.85733, 26.431076], [-81.857218, 26.431139], [-81.857217, 26.431425], [-81.8573, 26.43148], [-81.857387, 26.431512], [-81.857498, 26.431596], [-81.857525, 26.431584], [-81.857565, 26.431598], [-81.857602, 26.431618], [-81.85761, 26.431649], [-81.857598, 26.431683], [-81.857581, 26.431679], [-81.857568, 26.431692], [-81.857574, 26.431703], [-81.857608, 26.431716], [-81.857629, 26.431731], [-81.857638, 26.431758], [-81.857654, 26.431802], [-81.857624, 26.43181], [-81.857603, 26.431831], [-81.857566, 26.43183], [-81.857533, 26.431818], [-81.857523, 26.431819], [-81.857523, 26.431852], [-81.857552, 26.431878], [-81.857544, 26.431904], [-81.857527, 26.431934], [-81.857605, 26.432101], [-81.857654, 26.43213], [-81.857669, 26.432153], [-81.857677, 26.43218], [-81.857677, 26.432216], [-81.857692, 26.432266], [-81.857687, 26.432302], [-81.857685, 26.432329], [-81.857736, 26.432358], [-81.857768, 26.432371], [-81.857804, 26.43239], [-81.857844, 26.432422], [-81.857863, 26.432468], [-81.857849, 26.432508], [-81.857842, 26.432536], [-81.857806, 26.432572], [-81.857764, 26.432575], [-81.857745, 26.432608], [-81.857709, 26.432626], [-81.857696, 26.432624], [-81.857688, 26.432636], [-81.857693, 26.432659], [-81.857654, 26.432695], [-81.857654, 26.432724], [-81.857638, 26.432737], [-81.857665, 26.432751], [-81.857745, 26.432723], [-81.857861, 26.432619], [-81.857885, 26.432576], [-81.857903, 26.432551], [-81.857905, 26.432521], [-81.857962, 26.432479], [-81.857992, 26.43245], [-81.858038, 26.432443], [-81.858081, 26.432415], [-81.858179, 26.43241], [-81.858264, 26.432454], [-81.858264, 26.43252], [-81.858283, 26.432531], [-81.858301, 26.43255], [-81.858328, 26.43261], [-81.858313, 26.432627], [-81.858304, 26.43265], [-81.858302, 26.43268], [-81.858304, 26.432707], [-81.858315, 26.432741], [-81.858288, 26.43276], [-81.858269, 26.43279], [-81.858235, 26.432808], [-81.858218, 26.432841], [-81.858226, 26.432876], [-81.858214, 26.432907], [-81.858187, 26.432929], [-81.858246, 26.433028], [-81.858295, 26.433065], [-81.85831, 26.433089], [-81.858294, 26.433101], [-81.858319, 26.433118], [-81.858329, 26.433167], [-81.858324, 26.433196], [-81.858324, 26.433225], [-81.858329, 26.433262], [-81.858321, 26.433292], [-81.858321, 26.433348], [-81.858295, 26.433359], [-81.858278, 26.433339], [-81.858265, 26.433368], [-81.858231, 26.433389], [-81.858176, 26.433421], [-81.858139, 26.433428], [-81.858114, 26.433425], [-81.858085, 26.433406], [-81.858059, 26.433406], [-81.858026, 26.433406], [-81.858001, 26.433406], [-81.857986, 26.433406], [-81.857956, 26.433392], [-81.857945, 26.433376], [-81.857919, 26.433373], [-81.857894, 26.433383], [-81.857873, 26.433392], [-81.857838, 26.433392], [-81.857829, 26.433377], [-81.85783, 26.433356], [-81.857845, 26.433336], [-81.857813, 26.433327], [-81.857789, 26.433346], [-81.857775, 26.433376], [-81.857748, 26.433402], [-81.857744, 26.433422], [-81.857779, 26.433434], [-81.857812, 26.433461], [-81.857847, 26.433475], [-81.857878, 26.433463], [-81.85792, 26.433461], [-81.857963, 26.433491], [-81.857973, 26.433526], [-81.857995, 26.433575], [-81.857984, 26.433601], [-81.857985, 26.433653], [-81.858001, 26.433668], [-81.85799, 26.433719], [-81.857966, 26.433763], [-81.857887, 26.43379], [-81.857828, 26.433783], [-81.857789, 26.433773], [-81.857745, 26.433766], [-81.857716, 26.43374], [-81.857666, 26.43375], [-81.857634, 26.433721], [-81.857612, 26.433689], [-81.857586, 26.433648], [-81.857573, 26.433625], [-81.857565, 26.433587], [-81.857576, 26.433564], [-81.857591, 26.433537], [-81.857602, 26.433498], [-81.85764, 26.433458], [-81.857606, 26.433443], [-81.85758, 26.433454], [-81.857545, 26.433457], [-81.857521, 26.433454], [-81.85751, 26.433454], [-81.857512, 26.433482], [-81.85754, 26.433518], [-81.857564, 26.433536], [-81.857553, 26.433589], [-81.857548, 26.433625], [-81.857529, 26.433658], [-81.857423, 26.433658], [-81.857311, 26.433663], [-81.857195, 26.433715], [-81.857131, 26.433787], [-81.857131, 26.433868], [-81.857147, 26.433945], [-81.857061, 26.434012], [-81.857053, 26.434053], [-81.857045, 26.434126], [-81.85705, 26.43428], [-81.857073, 26.434325], [-81.857206, 26.434408], [-81.857247, 26.434408], [-81.857326, 26.434465], [-81.857358, 26.434551], [-81.857349, 26.434563], [-81.85736, 26.434578], [-81.857428, 26.43463], [-81.857517, 26.434633], [-81.857575, 26.434697], [-81.857554, 26.434869], [-81.857522, 26.434941], [-81.857453, 26.434989], [-81.857373, 26.434969], [-81.85731, 26.434945], [-81.857193, 26.434926], [-81.857145, 26.434941], [-81.857071, 26.434988], [-81.85697, 26.435065], [-81.856965, 26.435131], [-81.856958, 26.435175], [-81.856988, 26.435206], [-81.857238, 26.435327], [-81.857269, 26.435376], [-81.857287, 26.435465], [-81.857246, 26.435506], [-81.85724, 26.435547], [-81.857213, 26.435633], [-81.857124, 26.435662], [-81.857116, 26.435698], [-81.857139, 26.43571], [-81.857166, 26.435743], [-81.857192, 26.435805], [-81.857197, 26.435843], [-81.857144, 26.435853], [-81.85708, 26.435858], [-81.856996, 26.435872], [-81.856895, 26.435862], [-81.856778, 26.435891], [-81.856753, 26.435927], [-81.856713, 26.436109], [-81.856725, 26.436257], [-81.856756, 26.436345], [-81.856835, 26.436472], [-81.856841, 26.436532], [-81.856816, 26.436552], [-81.856889, 26.436576], [-81.856894, 26.436638], [-81.856809, 26.436691], [-81.856735, 26.436743], [-81.856697, 26.436906], [-81.856668, 26.436928], [-81.856709, 26.437122], [-81.856734, 26.437159], [-81.856686, 26.437216], [-81.856702, 26.437288], [-81.856665, 26.437371], [-81.856638, 26.437381], [-81.856601, 26.437371], [-81.856537, 26.437347], [-81.856463, 26.437352], [-81.856389, 26.437338], [-81.856267, 26.437356], [-81.856235, 26.43739], [-81.856267, 26.437433], [-81.856288, 26.437466], [-81.856304, 26.437509], [-81.856346, 26.437505], [-81.856367, 26.437562], [-81.856357, 26.43761], [-81.85633, 26.43761], [-81.856235, 26.437571], [-81.856171, 26.437524], [-81.856108, 26.437533], [-81.856065, 26.437595], [-81.856038, 26.437676], [-81.855927, 26.437729], [-81.855916, 26.437791], [-81.855895, 26.437815], [-81.855858, 26.437843], [-81.855858, 26.437891], [-81.855815, 26.437915], [-81.855789, 26.437934], [-81.855778, 26.437982], [-81.855831, 26.438053], [-81.855889, 26.438144], [-81.855863, 26.438187], [-81.85581, 26.438197], [-81.855772, 26.438178], [-81.85573, 26.438197], [-81.855725, 26.438268], [-81.855693, 26.438297], [-81.85564, 26.438364], [-81.855613, 26.438426], [-81.855618, 26.43854], [-81.855671, 26.438631], [-81.855676, 26.438712], [-81.855674, 26.43873], [-81.855705, 26.438784], [-81.855772, 26.43885], [-81.855821, 26.438938], [-81.855824, 26.438976], [-81.855862, 26.438992], [-81.855893, 26.439092], [-81.855893, 26.439174], [-81.855851, 26.439207], [-81.855798, 26.439216], [-81.85576, 26.439264], [-81.855761, 26.439307], [-81.855835, 26.43935], [-81.85584, 26.439431], [-81.85576, 26.439484], [-81.855707, 26.439498], [-81.855699, 26.439538], [-81.855765, 26.439746], [-81.855818, 26.439775], [-81.855834, 26.439852], [-81.855808, 26.439881], [-81.855834, 26.439962], [-81.855734, 26.439963], [-81.855749, 26.440009], [-81.855763, 26.440029], [-81.855775, 26.440047], [-81.855839, 26.440062], [-81.855892, 26.44009], [-81.855973, 26.44011], [-81.856072, 26.44011], [-81.856168, 26.440134], [-81.856186, 26.440173], [-81.856317, 26.440215], [-81.856372, 26.440323], [-81.856406, 26.440371], [-81.856422, 26.440495], [-81.856377, 26.440539], [-81.856374, 26.44061], [-81.856399, 26.440642], [-81.856401, 26.440667], [-81.856337, 26.440753], [-81.856289, 26.440781], [-81.856194, 26.440762], [-81.856109, 26.440719], [-81.856045, 26.440676], [-81.855945, 26.44059], [-81.855865, 26.440523], [-81.855838, 26.440521], [-81.855817, 26.440612], [-81.855812, 26.440657], [-81.855759, 26.440733], [-81.855748, 26.440766], [-81.855631, 26.440761], [-81.855445, 26.440862], [-81.855371, 26.440871], [-81.855334, 26.4409], [-81.855424, 26.440986], [-81.855265, 26.441095], [-81.855116, 26.441153], [-81.855074, 26.441162], [-81.855042, 26.441124], [-81.854989, 26.441143], [-81.854835, 26.441124], [-81.854787, 26.441128], [-81.854729, 26.441128], [-81.854708, 26.441085], [-81.854676, 26.441085], [-81.854549, 26.441095], [-81.85449, 26.441071], [-81.854464, 26.441009], [-81.854554, 26.440932], [-81.854517, 26.440889], [-81.854469, 26.440889], [-81.854416, 26.440837], [-81.854363, 26.440784], [-81.85431, 26.440751], [-81.854257, 26.440727], [-81.854252, 26.440693], [-81.854188, 26.440688], [-81.854162, 26.440753], [-81.854156, 26.44082], [-81.854167, 26.440915], [-81.85414, 26.441011], [-81.854124, 26.441063], [-81.854076, 26.441097], [-81.853997, 26.441092], [-81.85396, 26.441092], [-81.853859, 26.441063], [-81.8538, 26.44102], [-81.853748, 26.440953], [-81.853737, 26.440876], [-81.853689, 26.440829], [-81.853642, 26.44079], [-81.853594, 26.44079], [-81.853551, 26.4408], [-81.853519, 26.440867], [-81.853478, 26.440984], [-81.853487, 26.441069], [-81.853548, 26.44114], [-81.853615, 26.44117], [-81.853641, 26.44111], [-81.85371, 26.441144], [-81.853694, 26.441206], [-81.853774, 26.44125], [-81.853779, 26.441321], [-81.8538, 26.44144], [-81.853742, 26.441445], [-81.853734, 26.441452], [-81.853726, 26.441502], [-81.853752, 26.44155], [-81.853821, 26.441612], [-81.853784, 26.441693], [-81.853715, 26.441789], [-81.853624, 26.441856], [-81.853592, 26.441889], [-81.853529, 26.441822], [-81.853486, 26.441855], [-81.853401, 26.441922], [-81.853364, 26.441984], [-81.853396, 26.442032], [-81.853375, 26.442089], [-81.853348, 26.442075], [-81.853279, 26.442056], [-81.853237, 26.44208], [-81.853157, 26.442094], [-81.852913, 26.442084], [-81.852812, 26.442137], [-81.852717, 26.442165], [-81.852711, 26.442208], [-81.852674, 26.442265], [-81.852595, 26.44227], [-81.852441, 26.442351], [-81.852329, 26.442423], [-81.852244, 26.442465], [-81.852355, 26.442532], [-81.85244, 26.442501], [-81.852478, 26.442483], [-81.852937, 26.442335], [-81.85323, 26.442302], [-81.853408, 26.442334], [-81.853585, 26.442406], [-81.853754, 26.44241], [-81.853784, 26.442392], [-81.8538, 26.442435], [-81.853792, 26.442528], [-81.853719, 26.442542], [-81.853673, 26.442589], [-81.85376, 26.442629], [-81.8538, 26.442715], [-81.853728, 26.442786], [-81.853617, 26.442786], [-81.853585, 26.442815], [-81.853616, 26.442894], [-81.853632, 26.443023], [-81.853703, 26.443266], [-81.853735, 26.443351], [-81.85383, 26.443479], [-81.853952, 26.44371], [-81.854087, 26.4442], [-81.854093, 26.444481], [-81.854142, 26.444596], [-81.854271, 26.444778], [-81.854674, 26.445141], [-81.854723, 26.445213], [-81.854729, 26.445246], [-81.854754, 26.445262], [-81.854803, 26.445378], [-81.85495, 26.445554], [-81.855353, 26.445922], [-81.855567, 26.446093], [-81.855726, 26.446192], [-81.855977, 26.446302], [-81.856216, 26.446472], [-81.856454, 26.446571], [-81.856735, 26.446599], [-81.856864, 26.446599], [-81.856962, 26.446577], [-81.857047, 26.446516], [-81.857255, 26.446398], [-81.857329, 26.446358], [-81.8574, 26.446365], [-81.857424, 26.446408], [-81.857273, 26.446508], [-81.857277, 26.446523], [-81.857372, 26.446621], [-81.85748, 26.446659], [-81.85748, 26.446731], [-81.857416, 26.446759], [-81.857336, 26.446809], [-81.85732, 26.446867], [-81.857264, 26.446981], [-81.857212, 26.446995], [-81.857231, 26.447083], [-81.85731, 26.447188], [-81.8573, 26.447218], [-81.857393, 26.447213], [-81.857573, 26.447204], [-81.857659, 26.447242], [-81.857637, 26.447347], [-81.85767, 26.447358], [-81.857677, 26.44763], [-81.857669, 26.447663], [-81.857745, 26.447853], [-81.857849, 26.448002], [-81.857849, 26.448053], [-81.857916, 26.448124], [-81.857836, 26.448253], [-81.857866, 26.448343], [-81.857941, 26.448343], [-81.858277, 26.448277], [-81.858521, 26.448205], [-81.858803, 26.448095], [-81.859004, 26.447969], [-81.859151, 26.447792], [-81.859212, 26.447765], [-81.859304, 26.447831], [-81.859445, 26.448012], [-81.859506, 26.448133], [-81.85972, 26.448381], [-81.859916, 26.448678], [-81.860075, 26.448948], [-81.860191, 26.449184], [-81.860258, 26.44925], [-81.860393, 26.449344], [-81.860454, 26.449454], [-81.860417, 26.44952], [-81.860425, 26.449531], [-81.860425, 26.449624], [-81.860351, 26.449684], [-81.860241, 26.449697], [-81.860226, 26.44971], [-81.860222, 26.449729], [-81.860228, 26.449911], [-81.860271, 26.450071], [-81.860307, 26.450159], [-81.860387, 26.450236], [-81.860815, 26.450434], [-81.861127, 26.450615], [-81.861249, 26.450714], [-81.861335, 26.450747], [-81.861463, 26.450714], [-81.86161, 26.450631], [-81.861738, 26.450477], [-81.861885, 26.450417], [-81.861952, 26.450279], [-81.862405, 26.450422], [-81.862418, 26.450416], [-81.862492, 26.450404], [-81.862755, 26.450266], [-81.862875, 26.450213], [-81.862902, 26.450188], [-81.863061, 26.450106], [-81.86312, 26.450146], [-81.862899, 26.450278], [-81.862573, 26.450444], [-81.862359, 26.45055], [-81.862233, 26.45069], [-81.862205, 26.450754], [-81.86216, 26.450879], [-81.862142, 26.451033], [-81.862167, 26.451102], [-81.862289, 26.45144], [-81.86235, 26.451457], [-81.862558, 26.451479], [-81.862613, 26.451501], [-81.862632, 26.451556], [-81.862382, 26.451618], [-81.862395, 26.451646], [-81.862624, 26.451608], [-81.862757, 26.451634], [-81.862919, 26.451708], [-81.863074, 26.451734], [-81.863392, 26.451881], [-81.863473, 26.451908]], [[-81.818612, 26.395503], [-81.818588, 26.395336], [-81.818579, 26.395275], [-81.818458, 26.395209], [-81.818472, 26.395195], [-81.818471, 26.395128], [-81.818451, 26.395109], [-81.818422, 26.395081], [-81.81841, 26.39508], [-81.818459, 26.394977], [-81.818415, 26.39478], [-81.818477, 26.394593], [-81.818431, 26.394546], [-81.818359, 26.394558], [-81.818288, 26.394573], [-81.818214, 26.394593], [-81.818143, 26.394618], [-81.818073, 26.394646], [-81.818005, 26.394678], [-81.818111, 26.395155], [-81.818129, 26.395225], [-81.818075, 26.39522], [-81.817988, 26.395229], [-81.817913, 26.395241], [-81.817833, 26.39526], [-81.817757, 26.395285], [-81.817712, 26.395304], [-81.817729, 26.39474], [-81.817697, 26.394729], [-81.817666, 26.394715], [-81.817638, 26.394697], [-81.817613, 26.394675], [-81.817562, 26.394629], [-81.817508, 26.394584], [-81.817232, 26.395032], [-81.817176, 26.394981], [-81.81712, 26.394938], [-81.817047, 26.39489], [-81.816969, 26.394849], [-81.816886, 26.394815], [-81.816737, 26.394774], [-81.816365, 26.394685], [-81.816346, 26.394735], [-81.816223, 26.395161], [-81.816528, 26.395234], [-81.816563, 26.395242], [-81.816735, 26.395283], [-81.816755, 26.395289], [-81.816773, 26.395299], [-81.816789, 26.395311], [-81.816801, 26.395323], [-81.816811, 26.395337], [-81.816819, 26.395353], [-81.816824, 26.39537], [-81.816826, 26.395388], [-81.816825, 26.395405], [-81.81682, 26.395422], [-81.816813, 26.395439], [-81.816789, 26.395484], [-81.816781, 26.3955], [-81.816747, 26.395577], [-81.816718, 26.395655], [-81.816709, 26.395678], [-81.816697, 26.395699], [-81.816682, 26.395719], [-81.816657, 26.395743], [-81.816629, 26.395763], [-81.816598, 26.395778], [-81.81648, 26.395824], [-81.816465, 26.395829], [-81.816447, 26.395832], [-81.81643, 26.395833], [-81.816412, 26.395831], [-81.816395, 26.395828], [-81.816364, 26.395814], [-81.81631, 26.395782], [-81.816048, 26.396213], [-81.816017, 26.396267], [-81.816061, 26.396324], [-81.816168, 26.396486], [-81.816792, 26.396246], [-81.816919, 26.396185], [-81.816954, 26.396229], [-81.81718, 26.39655], [-81.817216, 26.3966], [-81.817299, 26.396549], [-81.817377, 26.396492], [-81.817451, 26.396429], [-81.817519, 26.396362], [-81.81758, 26.39629], [-81.817626, 26.396229], [-81.817668, 26.396165], [-81.817705, 26.396099], [-81.817737, 26.396031], [-81.817764, 26.395961], [-81.817768, 26.395951], [-81.817783, 26.395915], [-81.817804, 26.395881], [-81.81783, 26.39585], [-81.817861, 26.395823], [-81.817896, 26.3958], [-81.817926, 26.395783], [-81.817967, 26.395763], [-81.818008, 26.39575], [-81.81805, 26.395742], [-81.818094, 26.39574], [-81.818137, 26.395743], [-81.818175, 26.395751], [-81.818202, 26.395759], [-81.818224, 26.395771], [-81.818241, 26.395789], [-81.818246, 26.3958], [-81.81825, 26.395824], [-81.818352, 26.395825], [-81.818365, 26.395825], [-81.818626, 26.395603], [-81.818612, 26.395503]], [[-81.818285, 26.39729], [-81.81826, 26.397205], [-81.818239, 26.397089], [-81.818179, 26.396834], [-81.818147, 26.396889], [-81.81812, 26.396926], [-81.818087, 26.396959], [-81.818048, 26.396986], [-81.818005, 26.397008], [-81.817712, 26.397127], [-81.817656, 26.397147], [-81.81759, 26.397164], [-81.817539, 26.397171], [-81.81747, 26.397175], [-81.817036, 26.397175], [-81.816999, 26.397172], [-81.816964, 26.397165], [-81.816931, 26.397152], [-81.816726, 26.397616], [-81.816702, 26.397672], [-81.816785, 26.397675], [-81.817101, 26.397672], [-81.817521, 26.397677], [-81.818, 26.39767], [-81.818062, 26.397584], [-81.818108, 26.397531], [-81.818166, 26.397489], [-81.818237, 26.39749], [-81.818255, 26.397434], [-81.818292, 26.397341], [-81.818285, 26.39729]], [[-81.818118, 26.393713], [-81.818073, 26.393676], [-81.817704, 26.393453], [-81.817812, 26.393253], [-81.817783, 26.393208], [-81.817744, 26.393226], [-81.817696, 26.393241], [-81.817669, 26.393248], [-81.817607, 26.393255], [-81.817579, 26.393256], [-81.817562, 26.393255], [-81.817529, 26.393252], [-81.817471, 26.393241], [-81.817434, 26.39323], [-81.817386, 26.393211], [-81.817342, 26.39319], [-81.817296, 26.39316], [-81.817267, 26.393136], [-81.817244, 26.393113], [-81.817209, 26.393067], [-81.81719, 26.393036], [-81.817172, 26.392993], [-81.817165, 26.392969], [-81.817159, 26.392944], [-81.817153, 26.392921], [-81.817141, 26.392899], [-81.817129, 26.392871], [-81.817123, 26.39285], [-81.817119, 26.39282], [-81.817122, 26.39278], [-81.817133, 26.392744], [-81.817159, 26.392702], [-81.817174, 26.392685], [-81.817191, 26.392669], [-81.817204, 26.39266], [-81.817131, 26.392572], [-81.817071, 26.392494], [-81.816987, 26.392553], [-81.816646, 26.392752], [-81.81628, 26.392938], [-81.815949, 26.39308], [-81.815858, 26.393111], [-81.81589, 26.393182], [-81.815933, 26.393286], [-81.815997, 26.393264], [-81.816033, 26.393257], [-81.816052, 26.393258], [-81.81607, 26.393262], [-81.816087, 26.393269], [-81.816102, 26.393278], [-81.816116, 26.39329], [-81.816127, 26.393303], [-81.81614, 26.393334], [-81.816218, 26.393679], [-81.816231, 26.39372], [-81.81625, 26.393759], [-81.816274, 26.393795], [-81.816305, 26.393828], [-81.81634, 26.393856], [-81.816379, 26.39388], [-81.816422, 26.393899], [-81.816467, 26.393912], [-81.816957, 26.394021], [-81.817049, 26.394044], [-81.817138, 26.394073], [-81.817232, 26.394109], [-81.817311, 26.394144], [-81.81749, 26.39423], [-81.817516, 26.394244], [-81.817666, 26.394334], [-81.817693, 26.39435], [-81.817705, 26.394356], [-81.817718, 26.394362], [-81.817741, 26.394369], [-81.817795, 26.39438], [-81.817851, 26.394386], [-81.817907, 26.394384], [-81.817963, 26.394377], [-81.8179, 26.393942], [-81.817894, 26.393895], [-81.817943, 26.393886], [-81.818013, 26.393857], [-81.818068, 26.393811], [-81.818105, 26.393749], [-81.818118, 26.393713]], [[-81.814925, 26.391002], [-81.814752, 26.391124], [-81.814595, 26.391241], [-81.814555, 26.391197], [-81.814546, 26.391187], [-81.814492, 26.391135], [-81.814432, 26.391086], [-81.814352, 26.391035], [-81.814282, 26.391], [-81.81411, 26.390935], [-81.813818, 26.390837], [-81.813733, 26.390974], [-81.81365, 26.391045], [-81.813603, 26.391111], [-81.813574, 26.391131], [-81.813893, 26.391481], [-81.813902, 26.391454], [-81.813916, 26.391397], [-81.814075, 26.391335], [-81.814101, 26.391325], [-81.814211, 26.391335], [-81.814237, 26.391319], [-81.814375, 26.391571], [-81.814571, 26.391927], [-81.814587, 26.391957], [-81.814509, 26.391991], [-81.814443, 26.392035], [-81.81439, 26.392092], [-81.814356, 26.39216], [-81.814333, 26.392302], [-81.81431, 26.392446], [-81.81432, 26.392488], [-81.814356, 26.392552], [-81.81437, 26.392572], [-81.8144, 26.392614], [-81.814461, 26.39267], [-81.814522, 26.393202], [-81.814527, 26.393244], [-81.814538, 26.393243], [-81.81474, 26.393226], [-81.814931, 26.393202], [-81.815202, 26.393153], [-81.815164, 26.393043], [-81.815027, 26.392555], [-81.814994, 26.39244], [-81.814958, 26.39231], [-81.814921, 26.392175], [-81.81486, 26.391955], [-81.814824, 26.391826], [-81.814799, 26.391738], [-81.814851, 26.391712], [-81.815273, 26.391431], [-81.814925, 26.391002]], [[-81.830519, 26.390693], [-81.830457, 26.390753], [-81.8303, 26.3909], [-81.830032, 26.391149], [-81.830155, 26.391256], [-81.830221, 26.391315], [-81.830284, 26.391377], [-81.830742, 26.391013], [-81.830812, 26.390958], [-81.83075, 26.3909], [-81.83067, 26.390823], [-81.830582, 26.390746], [-81.830519, 26.390693]]]}, "properties": {"name": "Estero", "median_income": 100459}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-85.532548, 30.966384], [-85.53253, 30.966476], [-85.531392, 30.966714], [-85.53128, 30.966738], [-85.531185, 30.96702], [-85.530744, 30.967504], [-85.530396, 30.96819], [-85.530423, 30.96984], [-85.530443, 30.971003], [-85.530453, 30.97163], [-85.530286, 30.972194], [-85.530122, 30.972752], [-85.529915, 30.973269], [-85.529493, 30.973583], [-85.529287, 30.973664], [-85.529174, 30.973906], [-85.52922, 30.974172], [-85.52921, 30.974439], [-85.528601, 30.974761], [-85.528396, 30.974934], [-85.528057, 30.975221], [-85.527317, 30.975439], [-85.527157, 30.975486], [-85.526708, 30.975512], [-85.526099, 30.975549], [-85.525042, 30.975482], [-85.524887, 30.97539], [-85.524358, 30.975075], [-85.523846, 30.974932], [-85.523822, 30.974926], [-85.52363, 30.974964], [-85.523401, 30.975041], [-85.523303, 30.97507], [-85.522858, 30.9752], [-85.522311, 30.975337], [-85.522156, 30.975448], [-85.52207, 30.975541], [-85.521945, 30.975539], [-85.521461, 30.97553], [-85.520671, 30.975517], [-85.518119, 30.975472], [-85.516028, 30.975435], [-85.51382, 30.975397], [-85.50956, 30.975375], [-85.505577, 30.975353], [-85.50548, 30.975352], [-85.503864, 30.975346], [-85.500568, 30.975329], [-85.500492, 30.975328], [-85.500216, 30.975327], [-85.497111, 30.975311], [-85.496969, 30.97531], [-85.49696, 30.975055], [-85.497015, 30.972777], [-85.497041, 30.971715], [-85.496075, 30.971695], [-85.492927, 30.97165], [-85.49296, 30.968039], [-85.491284, 30.968017], [-85.490934, 30.968012], [-85.488754, 30.967983], [-85.488806, 30.964344], [-85.490683, 30.964391], [-85.494, 30.964473], [-85.494034, 30.960776], [-85.490724, 30.960725], [-85.488857, 30.960696], [-85.48884, 30.956007], [-85.489071, 30.956026], [-85.490349, 30.956128], [-85.490775, 30.956163], [-85.490868, 30.956171], [-85.492075, 30.95627], [-85.49405, 30.956434], [-85.494863, 30.956501], [-85.495246, 30.95653], [-85.495979, 30.956586], [-85.496344, 30.956615], [-85.497281, 30.956681], [-85.497283, 30.956249], [-85.497285, 30.955958], [-85.497299, 30.955433], [-85.497303, 30.954948], [-85.497296, 30.954524], [-85.497289, 30.954334], [-85.497271, 30.954243], [-85.497236, 30.954117], [-85.497215, 30.954069], [-85.497206, 30.954051], [-85.497206, 30.953607], [-85.497206, 30.953438], [-85.497203, 30.950905], [-85.497203, 30.950665], [-85.497195, 30.947098], [-85.497199, 30.946846], [-85.497198, 30.946106], [-85.503131, 30.946136], [-85.506178, 30.946154], [-85.507189, 30.946157], [-85.50942, 30.946169], [-85.509505, 30.946169], [-85.509562, 30.946152], [-85.509614, 30.946136], [-85.509617, 30.946092], [-85.509619, 30.946068], [-85.509639, 30.946007], [-85.509661, 30.945963], [-85.509704, 30.946012], [-85.509758, 30.946056], [-85.509816, 30.946093], [-85.50987, 30.946121], [-85.509957, 30.946154], [-85.509987, 30.946162], [-85.510101, 30.946175], [-85.510377, 30.946185], [-85.510871, 30.946176], [-85.511249, 30.946176], [-85.512982, 30.946196], [-85.513266, 30.946204], [-85.513458, 30.946205], [-85.513994, 30.946216], [-85.515332, 30.946199], [-85.515296, 30.945933], [-85.515264, 30.945722], [-85.515237, 30.94555], [-85.515221, 30.945454], [-85.515318, 30.945418], [-85.516166, 30.945075], [-85.51617, 30.945001], [-85.518191, 30.945003], [-85.518195, 30.946192], [-85.518194, 30.946259], [-85.518313, 30.946263], [-85.518377, 30.946265], [-85.51857, 30.946271], [-85.518635, 30.946273], [-85.51907, 30.946275], [-85.519946, 30.94628], [-85.520153, 30.946282], [-85.520375, 30.94628], [-85.520811, 30.946277], [-85.521101, 30.946275], [-85.521328, 30.946275], [-85.522434, 30.946276], [-85.522629, 30.946276], [-85.522882, 30.946272], [-85.5234, 30.946266], [-85.524933, 30.946247], [-85.526252, 30.946242], [-85.528336, 30.946267], [-85.529765, 30.946297], [-85.530166, 30.946292], [-85.530426, 30.946293], [-85.530741, 30.946295], [-85.531114, 30.946304], [-85.531114, 30.946353], [-85.531043, 30.94654], [-85.531015, 30.946602], [-85.530941, 30.946765], [-85.530692, 30.946952], [-85.530654, 30.947035], [-85.530565, 30.947337], [-85.530558, 30.947755], [-85.530615, 30.948085], [-85.530717, 30.948388], [-85.530609, 30.948772], [-85.530545, 30.949163], [-85.530449, 30.949685], [-85.530449, 30.950125], [-85.530389, 30.950696], [-85.530373, 30.950847], [-85.530302, 30.951396], [-85.530398, 30.952832], [-85.530397, 30.953112], [-85.530417, 30.953382], [-85.53048, 30.953464], [-85.531214, 30.954575], [-85.531335, 30.954988], [-85.531488, 30.955406], [-85.531615, 30.955626], [-85.531717, 30.955994], [-85.531838, 30.956346], [-85.532023, 30.957281], [-85.532037, 30.957336], [-85.53211, 30.95763], [-85.532151, 30.957793], [-85.532214, 30.958002], [-85.532424, 30.958483], [-85.532457, 30.958557], [-85.532457, 30.958612], [-85.532425, 30.958777], [-85.53241, 30.958822], [-85.532368, 30.958957], [-85.532354, 30.959003], [-85.532329, 30.959057], [-85.532324, 30.959071], [-85.532251, 30.959283], [-85.532227, 30.959354], [-85.532067, 30.959624], [-85.532067, 30.959805], [-85.532076, 30.959852], [-85.532099, 30.959959], [-85.532258, 30.960487], [-85.532258, 30.96052], [-85.532156, 30.960762], [-85.532149, 30.96134], [-85.532152, 30.961435], [-85.532175, 30.961978], [-85.53215, 30.962055], [-85.532111, 30.962176], [-85.532055, 30.962304], [-85.532021, 30.962385], [-85.531881, 30.963413], [-85.531874, 30.964276], [-85.531883, 30.964466], [-85.531899, 30.964766], [-85.531899, 30.964821], [-85.531867, 30.965266], [-85.53181, 30.965585], [-85.532473, 30.966091], [-85.532473, 30.966124], [-85.532562, 30.966311], [-85.532548, 30.966384]]]}, "properties": {"name": "Graceville", "median_income": 33068}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-85.053679, 30.723281], [-85.053581, 30.723283], [-85.04939, 30.723243], [-85.045378, 30.723206], [-85.045399, 30.723265], [-85.045479, 30.723485], [-85.045535, 30.723665], [-85.045585, 30.723865], [-85.045596, 30.723962], [-85.045598, 30.72406], [-85.045561, 30.7243], [-85.045374, 30.725083], [-85.045288, 30.7255], [-85.045245, 30.725766], [-85.045221, 30.725973], [-85.045206, 30.726181], [-85.0452, 30.727137], [-85.045202, 30.72825], [-85.045188, 30.729278], [-85.045184, 30.730097], [-85.045187, 30.730435], [-85.040867, 30.730459], [-85.040865, 30.730506], [-85.039119, 30.730469], [-85.036719, 30.730417], [-85.036826, 30.72304], [-85.034761, 30.723], [-85.033464, 30.722975], [-85.033476, 30.722871], [-85.033492, 30.722802], [-85.03354, 30.722662], [-85.033572, 30.722559], [-85.033604, 30.722441], [-85.033618, 30.722368], [-85.033622, 30.722325], [-85.033622, 30.722101], [-85.033627, 30.721837], [-85.033633, 30.721556], [-85.033636, 30.721292], [-85.033636, 30.721074], [-85.033636, 30.720845], [-85.033636, 30.720655], [-85.033636, 30.720532], [-85.03364, 30.720398], [-85.033644, 30.720283], [-85.033648, 30.720113], [-85.033656, 30.720019], [-85.033664, 30.719946], [-85.033689, 30.719867], [-85.033728, 30.719751], [-85.033743, 30.71969], [-85.033749, 30.719642], [-85.033743, 30.719592], [-85.033706, 30.719486], [-85.033665, 30.719385], [-85.033651, 30.719289], [-85.033572, 30.719288], [-85.033335, 30.719286], [-85.033257, 30.719286], [-85.033126, 30.719283], [-85.032733, 30.719277], [-85.032603, 30.719275], [-85.032574, 30.721463], [-85.032557, 30.722757], [-85.032508, 30.723095], [-85.027578, 30.723012], [-85.02539, 30.722976], [-85.025382, 30.724748], [-85.025375, 30.726579], [-85.024037, 30.726569], [-85.024039, 30.726495], [-85.020117, 30.72652], [-85.019963, 30.726521], [-85.018311, 30.726509], [-85.01804, 30.726505], [-85.017401, 30.726494], [-85.015814, 30.726467], [-85.015858, 30.724136], [-85.015861, 30.723467], [-85.015864, 30.722775], [-85.015384, 30.722771], [-85.014948, 30.722767], [-85.01455, 30.722764], [-85.014551, 30.723388], [-85.013042, 30.723372], [-85.013044, 30.723296], [-85.013053, 30.722886], [-85.013058, 30.722756], [-85.011609, 30.72274], [-85.011588, 30.724342], [-85.011392, 30.724341], [-85.008824, 30.72433], [-85.0088, 30.726645], [-85.008784, 30.728274], [-85.00846, 30.728249], [-85.008331, 30.728233], [-85.008135, 30.728195], [-85.007798, 30.728095], [-85.007536, 30.727996], [-85.007351, 30.727915], [-85.00728, 30.727884], [-85.007083, 30.727783], [-85.007033, 30.727758], [-85.006679, 30.727545], [-85.006412, 30.727355], [-85.006291, 30.727256], [-85.005826, 30.726842], [-85.005248, 30.726357], [-85.004284, 30.72559], [-85.004066, 30.725425], [-85.004005, 30.725538], [-85.003141, 30.726966], [-85.002121, 30.726619], [-85.002203, 30.726274], [-85.00227, 30.726037], [-85.002294, 30.725952], [-85.002306, 30.725905], [-85.000145, 30.725874], [-84.994734, 30.725824], [-84.994819, 30.722637], [-84.994513, 30.722633], [-84.993886, 30.722626], [-84.990348, 30.722584], [-84.990353, 30.722448], [-84.990463, 30.719686], [-84.989739, 30.719708], [-84.989728, 30.719296], [-84.989457, 30.719307], [-84.989457, 30.719591], [-84.989176, 30.719591], [-84.989169, 30.719355], [-84.989, 30.719355], [-84.989, 30.719574], [-84.988639, 30.71957], [-84.988639, 30.719782], [-84.987496, 30.719782], [-84.987483, 30.71889], [-84.988037, 30.718941], [-84.988899, 30.718973], [-84.989721, 30.718979], [-84.990907, 30.718986], [-84.992129, 30.718999], [-84.992316, 30.719025], [-84.992468, 30.719025], [-84.993455, 30.719009], [-84.994889, 30.719039], [-84.994951, 30.719037], [-84.994981, 30.718822], [-84.994996, 30.718709], [-84.995033, 30.715279], [-84.999133, 30.715337], [-84.999185, 30.712828], [-84.999222, 30.711081], [-84.99928, 30.70851], [-84.999334, 30.708527], [-85.003464, 30.709788], [-85.005526, 30.710418], [-85.005525, 30.710474], [-85.006053, 30.71065], [-85.007617, 30.71104], [-85.00784, 30.71112], [-85.007739, 30.713931], [-85.007668, 30.715918], [-85.007653, 30.716353], [-85.007645, 30.717748], [-85.007506, 30.717743], [-85.007492, 30.71885], [-85.007492, 30.718948], [-85.007637, 30.718949], [-85.011009, 30.718979], [-85.011684, 30.718987], [-85.011686, 30.718889], [-85.011763, 30.715069], [-85.011825, 30.711991], [-85.013536, 30.712074], [-85.013827, 30.712084], [-85.013828, 30.712051], [-85.013837, 30.711868], [-85.013839, 30.711793], [-85.013851, 30.71129], [-85.013899, 30.709516], [-85.014146, 30.709508], [-85.014088, 30.709435], [-85.014078, 30.70938], [-85.014096, 30.709315], [-85.014135, 30.709268], [-85.014087, 30.709242], [-85.01406, 30.709242], [-85.013488, 30.709236], [-85.013503, 30.708268], [-85.013341, 30.708266], [-85.013052, 30.708262], [-85.012187, 30.708252], [-85.011899, 30.708249], [-85.011894, 30.707141], [-85.011894, 30.706871], [-85.011898, 30.705797], [-85.011894, 30.705277], [-85.011908, 30.704735], [-85.011921, 30.703853], [-85.01192, 30.703817], [-85.011913, 30.703558], [-85.011927, 30.703003], [-85.011926, 30.70271], [-85.011925, 30.702215], [-85.011929, 30.701687], [-85.011934, 30.701239], [-85.011969, 30.699449], [-85.011965, 30.699394], [-85.011968, 30.699348], [-85.011973, 30.698619], [-85.011975, 30.698498], [-85.011969, 30.69792], [-85.011979, 30.697856], [-85.01199, 30.697821], [-85.012034, 30.697726], [-85.012103, 30.697632], [-85.012088, 30.697016], [-85.012093, 30.696214], [-85.012108, 30.694159], [-85.012112, 30.69356], [-85.012119, 30.692591], [-85.012123, 30.69205], [-85.012126, 30.691913], [-85.012163, 30.690021], [-85.012167, 30.689875], [-85.012209, 30.687388], [-85.012235, 30.686355], [-85.012238, 30.68609], [-85.012365, 30.679663], [-85.01238, 30.678897], [-85.02906, 30.679175], [-85.029284, 30.679179], [-85.030376, 30.679197], [-85.031831, 30.679216], [-85.032107, 30.678949], [-85.032538, 30.678564], [-85.033151, 30.678061], [-85.033389, 30.677867], [-85.034037, 30.677365], [-85.034281, 30.677163], [-85.034095, 30.677123], [-85.034157, 30.677062], [-85.035828, 30.675752], [-85.037671, 30.674272], [-85.037828, 30.674163], [-85.038196, 30.673824], [-85.038705, 30.673262], [-85.039014, 30.672804], [-85.03828, 30.672774], [-85.03831, 30.67195], [-85.039422, 30.671965], [-85.039574, 30.671969], [-85.039579, 30.671954], [-85.039635, 30.671767], [-85.03975, 30.671258], [-85.039785, 30.671015], [-85.039807, 30.670772], [-85.039816, 30.670448], [-85.039789, 30.669985], [-85.039771, 30.669809], [-85.039524, 30.667394], [-85.039375, 30.666113], [-85.039359, 30.665969], [-85.039222, 30.664619], [-85.039057, 30.664093], [-85.03897, 30.663755], [-85.038907, 30.663507], [-85.038123, 30.663488], [-85.037496, 30.661849], [-85.037448, 30.661847], [-85.037156, 30.661013], [-85.036995, 30.661009], [-85.036616, 30.661001], [-85.036622, 30.660948], [-85.036636, 30.659982], [-85.037271, 30.659909], [-85.037164, 30.659339], [-85.037793, 30.659269], [-85.037693, 30.658961], [-85.037656, 30.658868], [-85.037207, 30.658075], [-85.037143, 30.658016], [-85.036259, 30.657428], [-85.03573, 30.657079], [-85.035795, 30.656982], [-85.035987, 30.656695], [-85.036315, 30.656277], [-85.036458, 30.656094], [-85.036738, 30.655697], [-85.036846, 30.65533], [-85.036716, 30.65529], [-85.037549, 30.653028], [-85.038344, 30.653041], [-85.038623, 30.653052], [-85.038584, 30.653175], [-85.038509, 30.653432], [-85.038383, 30.653909], [-85.038344, 30.654089], [-85.038275, 30.654385], [-85.03823, 30.654633], [-85.038037, 30.655876], [-85.038028, 30.655981], [-85.03801, 30.656185], [-85.038004, 30.656286], [-85.037996, 30.656327], [-85.037977, 30.656455], [-85.037971, 30.656497], [-85.03796, 30.65672], [-85.037957, 30.656846], [-85.037956, 30.656914], [-85.037954, 30.657089], [-85.037963, 30.657227], [-85.038002, 30.657844], [-85.038068, 30.657842], [-85.038128, 30.657858], [-85.03823, 30.657896], [-85.039655, 30.658542], [-85.039946, 30.658674], [-85.040277, 30.658824], [-85.040307, 30.659151], [-85.040544, 30.661123], [-85.040645, 30.661992], [-85.040806, 30.663392], [-85.040886, 30.664083], [-85.040172, 30.664085], [-85.040178, 30.664602], [-85.039492, 30.664593], [-85.039714, 30.667404], [-85.039933, 30.669433], [-85.039965, 30.670025], [-85.039964, 30.670627], [-85.039928, 30.67127], [-85.039743, 30.671971], [-85.039763, 30.671987], [-85.039453, 30.672624], [-85.039049, 30.673339], [-85.038629, 30.673836], [-85.038008, 30.674488], [-85.037728, 30.674693], [-85.037668, 30.674672], [-85.036279, 30.675789], [-85.034565, 30.677144], [-85.034535, 30.677137], [-85.034457, 30.677206], [-85.034687, 30.677262], [-85.035204, 30.677389], [-85.036256, 30.677647], [-85.036618, 30.677731], [-85.036851, 30.677786], [-85.037047, 30.677839], [-85.037291, 30.677918], [-85.037411, 30.677964], [-85.037519, 30.678013], [-85.037632, 30.678068], [-85.037624, 30.678691], [-85.037574, 30.682815], [-85.036569, 30.682803], [-85.034834, 30.6828], [-85.033966, 30.682782], [-85.033084, 30.682792], [-85.0323, 30.682789], [-85.031668, 30.682787], [-85.030433, 30.682762], [-85.029596, 30.682758], [-85.029217, 30.682767], [-85.029001, 30.682758], [-85.028839, 30.68276], [-85.02871, 30.682794], [-85.02861, 30.682763], [-85.028331, 30.683112], [-85.02779, 30.683756], [-85.027306, 30.684256], [-85.026847, 30.684668], [-85.026213, 30.685204], [-85.025507, 30.685838], [-85.024966, 30.686374], [-85.024662, 30.686745], [-85.023455, 30.688536], [-85.02249, 30.690142], [-85.021684, 30.691418], [-85.021573, 30.691591], [-85.020754, 30.692904], [-85.020532, 30.69329], [-85.020391, 30.693638], [-85.020341, 30.69378], [-85.020277, 30.69378], [-85.016239, 30.693769], [-85.016227, 30.694313], [-85.016189, 30.696049], [-85.016159, 30.697439], [-85.01779, 30.697451], [-85.01797, 30.697452], [-85.020334, 30.697469], [-85.0205, 30.69747], [-85.020506, 30.696889], [-85.020508, 30.696736], [-85.021147, 30.69674], [-85.021147, 30.69692], [-85.021147, 30.697191], [-85.021138, 30.697657], [-85.020332, 30.697646], [-85.020327, 30.698213], [-85.020319, 30.699097], [-85.020316, 30.699333], [-85.024569, 30.699355], [-85.024522, 30.702578], [-85.024491, 30.704728], [-85.024454, 30.707687], [-85.02655, 30.707689], [-85.026551, 30.707732], [-85.026618, 30.707732], [-85.027768, 30.707743], [-85.027769, 30.707759], [-85.027785, 30.708371], [-85.027787, 30.708452], [-85.02723, 30.708445], [-85.025554, 30.708424], [-85.025551, 30.708604], [-85.025537, 30.709661], [-85.024698, 30.709679], [-85.024701, 30.709564], [-85.024726, 30.708414], [-85.024445, 30.708411], [-85.024429, 30.709568], [-85.024419, 30.710302], [-85.024373, 30.71251], [-85.02437, 30.712728], [-85.024303, 30.715717], [-85.025134, 30.715723], [-85.028585, 30.715749], [-85.036882, 30.715832], [-85.036888, 30.715667], [-85.036898, 30.713219], [-85.037646, 30.71325], [-85.037779, 30.713259], [-85.037802, 30.713236], [-85.03808, 30.713223], [-85.040345, 30.713302], [-85.040596, 30.713342], [-85.04061, 30.713379], [-85.041067, 30.713395], [-85.041199, 30.7134], [-85.04121, 30.715132], [-85.041216, 30.715874], [-85.04292, 30.715889], [-85.045395, 30.715915], [-85.04538, 30.716957], [-85.045347, 30.719277], [-85.045376, 30.719486], [-85.047009, 30.719514], [-85.048138, 30.719535], [-85.052, 30.719592], [-85.053664, 30.719617], [-85.053652, 30.719761], [-85.053654, 30.720724], [-85.053656, 30.721123], [-85.053657, 30.721944], [-85.053677, 30.723122], [-85.053678, 30.723244], [-85.053679, 30.723281]], [[-85.038083, 30.715683], [-85.037562, 30.715676], [-85.03705, 30.715669], [-85.037049, 30.715834], [-85.037556, 30.715842], [-85.038085, 30.71585], [-85.038083, 30.715683]]]}, "properties": {"name": "Grand Ridge", "median_income": 43333}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-85.422024, 30.872864], [-85.422023, 30.872941], [-85.421979, 30.875128], [-85.421874, 30.88042], [-85.42184, 30.882055], [-85.421841, 30.882114], [-85.421775, 30.885358], [-85.421692, 30.88971], [-85.42167, 30.891003], [-85.421644, 30.892344], [-85.421608, 30.894396], [-85.421602, 30.894709], [-85.42157, 30.895425], [-85.421559, 30.896052], [-85.421526, 30.897936], [-85.421516, 30.898564], [-85.421522, 30.899168], [-85.421472, 30.901927], [-85.421471, 30.902027], [-85.421469, 30.902111], [-85.421452, 30.903629], [-85.42145, 30.903824], [-85.421389, 30.909393], [-85.416901, 30.909373], [-85.416854, 30.909344], [-85.416765, 30.909311], [-85.416683, 30.909298], [-85.416576, 30.909286], [-85.416319, 30.909281], [-85.415888, 30.909284], [-85.415118, 30.909291], [-85.414404, 30.909289], [-85.413826, 30.909292], [-85.413713, 30.909293], [-85.413368, 30.90929], [-85.413253, 30.909293], [-85.413139, 30.909292], [-85.41284, 30.909291], [-85.404399, 30.909245], [-85.397876, 30.909208], [-85.397591, 30.909207], [-85.395894, 30.909197], [-85.395936, 30.905336], [-85.395944, 30.904515], [-85.395966, 30.902523], [-85.395973, 30.901901], [-85.396003, 30.899779], [-85.396014, 30.89902], [-85.396021, 30.898416], [-85.396033, 30.897672], [-85.396063, 30.895582], [-85.396071, 30.895024], [-85.396072, 30.894993], [-85.396075, 30.894783], [-85.396077, 30.894632], [-85.396078, 30.894564], [-85.396142, 30.890043], [-85.396163, 30.888494], [-85.396168, 30.888224], [-85.396178, 30.887566], [-85.397038, 30.887565], [-85.397082, 30.887565], [-85.397293, 30.887564], [-85.406623, 30.887547], [-85.407558, 30.887546], [-85.408676, 30.887545], [-85.408889, 30.887545], [-85.408897, 30.886945], [-85.4089, 30.886737], [-85.4089, 30.886703], [-85.408901, 30.886603], [-85.408902, 30.88657], [-85.408902, 30.886515], [-85.408905, 30.886353], [-85.408906, 30.886299], [-85.408908, 30.885706], [-85.408909, 30.885672], [-85.408955, 30.88452], [-85.408985, 30.883975], [-85.408986, 30.88393], [-85.409, 30.883614], [-85.409018, 30.883339], [-85.409028, 30.883076], [-85.409059, 30.882507], [-85.409069, 30.882338], [-85.409105, 30.881428], [-85.409116, 30.880935], [-85.409118, 30.880704], [-85.409139, 30.880039], [-85.40914, 30.88001], [-85.409178, 30.879179], [-85.4092, 30.878682], [-85.409226, 30.878162], [-85.409314, 30.876457], [-85.409363, 30.875531], [-85.409375, 30.875111], [-85.409385, 30.874809], [-85.409393, 30.874094], [-85.409399, 30.873898], [-85.409417, 30.87331], [-85.40942, 30.87323], [-85.409419, 30.873192], [-85.409426, 30.873115], [-85.40938, 30.872902], [-85.409344, 30.872727], [-85.409357, 30.871255], [-85.409368, 30.86944], [-85.409369, 30.869228], [-85.413494, 30.869209], [-85.41782, 30.869187], [-85.419849, 30.869177], [-85.422052, 30.869165], [-85.422024, 30.872864]]]}, "properties": {"name": "Jacob", "median_income": 33333}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-80.083765, 26.262558], [-80.083334, 26.263203], [-80.082566, 26.264356], [-80.082144, 26.265198], [-80.081797, 26.265892], [-80.081667, 26.266154], [-80.08121, 26.267797], [-80.081167, 26.267955], [-80.081366, 26.271456], [-80.08115, 26.273768], [-80.080965, 26.275758], [-80.080954, 26.275974], [-80.080944, 26.276191], [-80.08094, 26.276282], [-80.080935, 26.276372], [-80.080873, 26.277625], [-80.080779, 26.279571], [-80.080777, 26.283233], [-80.080777, 26.284508], [-80.080766, 26.285104], [-80.080685, 26.286851], [-80.080681, 26.286942], [-80.080596, 26.28878], [-80.080592, 26.288856], [-80.080589, 26.288931], [-80.080572, 26.289293], [-80.08076, 26.290734], [-80.080432, 26.292263], [-80.080316, 26.292802], [-80.08031, 26.29386], [-80.080294, 26.296744], [-80.08029, 26.297046], [-80.080284, 26.297495], [-80.080277, 26.297954], [-80.080247, 26.300105], [-80.080239, 26.300648], [-80.080086, 26.301538], [-80.07989, 26.302681], [-80.079457, 26.305192], [-80.079442, 26.305286], [-80.079384, 26.305287], [-80.079162, 26.305296], [-80.07912, 26.305311], [-80.079019, 26.305321], [-80.078951, 26.305328], [-80.078717, 26.305331], [-80.078617, 26.305333], [-80.078409, 26.305339], [-80.077787, 26.305356], [-80.07758, 26.305363], [-80.077408, 26.305373], [-80.077238, 26.305384], [-80.076893, 26.305388], [-80.076722, 26.30539], [-80.076661, 26.305387], [-80.076481, 26.305379], [-80.076421, 26.305377], [-80.076213, 26.305371], [-80.075569, 26.305354], [-80.073017, 26.305284], [-80.072167, 26.305261], [-80.073091, 26.294381], [-80.074372, 26.279275], [-80.076118, 26.256458], [-80.078665, 26.253559], [-80.079065, 26.254259], [-80.079189, 26.254469], [-80.080795, 26.257181], [-80.080913, 26.25738], [-80.081132, 26.25775], [-80.081306, 26.258043], [-80.081331, 26.258086], [-80.081372, 26.258155], [-80.081495, 26.258365], [-80.081537, 26.258435], [-80.081884, 26.259021], [-80.081956, 26.259142], [-80.082893, 26.260799], [-80.083229, 26.261393], [-80.083302, 26.261552], [-80.083351, 26.261658], [-80.083474, 26.261923], [-80.083504, 26.261988], [-80.083524, 26.26203], [-80.083534, 26.262052], [-80.083566, 26.262121], [-80.083598, 26.26219], [-80.083631, 26.262263], [-80.08365, 26.262305], [-80.083702, 26.26242], [-80.083731, 26.262484], [-80.083765, 26.262558]]]}, "properties": {"name": "Hillsboro Beach", "median_income": 96176}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-80.101893, 26.197009], [-80.101878, 26.197058], [-80.101803, 26.197294], [-80.101777, 26.197377], [-80.101594, 26.198007], [-80.101526, 26.198245], [-80.101611, 26.198496], [-80.101562, 26.19867], [-80.101202, 26.199957], [-80.101162, 26.200101], [-80.100959, 26.200318], [-80.101031, 26.200764], [-80.100049, 26.204326], [-80.099758, 26.204657], [-80.099808, 26.204392], [-80.09959, 26.204398], [-80.099072, 26.204411], [-80.098725, 26.204421], [-80.098434, 26.204428], [-80.098143, 26.204435], [-80.097854, 26.204443], [-80.097565, 26.204451], [-80.097275, 26.204459], [-80.096984, 26.204466], [-80.096667, 26.204475], [-80.096337, 26.204484], [-80.096007, 26.204492], [-80.095674, 26.204501], [-80.095256, 26.204513], [-80.094856, 26.204523], [-80.094734, 26.204523], [-80.094771, 26.204357], [-80.095154, 26.202614], [-80.095217, 26.20233], [-80.095278, 26.202033], [-80.095298, 26.201929], [-80.095311, 26.201869], [-80.09357, 26.201914], [-80.093561, 26.202033], [-80.093304, 26.202033], [-80.093321, 26.201915], [-80.093323, 26.201904], [-80.093371, 26.201678], [-80.093377, 26.201566], [-80.093385, 26.201448], [-80.09367, 26.201458], [-80.093689, 26.20136], [-80.093808, 26.201356], [-80.09397, 26.201352], [-80.095236, 26.201318], [-80.09529, 26.201316], [-80.095429, 26.201316], [-80.095456, 26.201185], [-80.095587, 26.200555], [-80.095602, 26.200484], [-80.095604, 26.200466], [-80.095648, 26.200206], [-80.095649, 26.200183], [-80.095675, 26.199877], [-80.095677, 26.199844], [-80.095681, 26.199769], [-80.095683, 26.199729], [-80.0957, 26.199416], [-80.095702, 26.199384], [-80.095711, 26.19927], [-80.095731, 26.199017], [-80.095735, 26.198963], [-80.095743, 26.198883], [-80.095857, 26.197726], [-80.095895, 26.197341], [-80.095899, 26.197291], [-80.095914, 26.197144], [-80.095919, 26.197096], [-80.096094, 26.197091], [-80.09662, 26.197077], [-80.096796, 26.197073], [-80.096983, 26.197068], [-80.097543, 26.197054], [-80.097731, 26.19705], [-80.09903, 26.197], [-80.099403, 26.196984], [-80.0995, 26.19698], [-80.100519, 26.196953], [-80.100899, 26.196939], [-80.100921, 26.196938], [-80.100986, 26.196935], [-80.101009, 26.196935], [-80.101359, 26.196921], [-80.101495, 26.196915], [-80.1019, 26.196973], [-80.101893, 26.197009]]]}, "properties": {"name": "Sea Ranch Lakes", "median_income": null}}, {"type": "Feature", "geometry": {"type": "MultiPolygon", "coordinates": [[[[-80.11872, 26.941646], [-80.118694, 26.94165], [-80.118678, 26.941653], [-80.118678, 26.941672], [-80.118681, 26.941699], [-80.118681, 26.941719], [-80.118676, 26.941752], [-80.118665, 26.941785], [-80.118651, 26.94181], [-80.118624, 26.941852], [-80.118616, 26.941865], [-80.118606, 26.941877], [-80.118588, 26.941905], [-80.118566, 26.941943], [-80.118558, 26.941959], [-80.118552, 26.941975], [-80.118546, 26.942], [-80.118539, 26.942029], [-80.118535, 26.942055], [-80.118532, 26.942082], [-80.118529, 26.942114], [-80.118529, 26.942138], [-80.118529, 26.942149], [-80.118497, 26.942148], [-80.118406, 26.942147], [-80.118346, 26.941737], [-80.118356, 26.941538], [-80.118375, 26.941538], [-80.118507, 26.941535], [-80.118658, 26.941532], [-80.118714, 26.941531], [-80.118719, 26.94163], [-80.11872, 26.941646]]], [[[-80.181374, 26.927384], [-80.181326, 26.928584], [-80.181304, 26.929118], [-80.18123, 26.930962], [-80.180956, 26.930961], [-80.180822, 26.930959], [-80.179181, 26.930944], [-80.179115, 26.932797], [-80.179075, 26.933679], [-80.179038, 26.934631], [-80.178944, 26.937051], [-80.178942, 26.937112], [-80.179126, 26.937113], [-80.179568, 26.937114], [-80.18015, 26.937111], [-80.180701, 26.93711], [-80.180699, 26.937523], [-80.180698, 26.937543], [-80.180694, 26.937563], [-80.180688, 26.937582], [-80.18068, 26.937601], [-80.18067, 26.937619], [-80.180658, 26.937636], [-80.180644, 26.937652], [-80.180215, 26.938083], [-80.180047, 26.938253], [-80.179766, 26.938538], [-80.179567, 26.938488], [-80.178902, 26.938322], [-80.178272, 26.938316], [-80.177821, 26.938312], [-80.17768, 26.938311], [-80.177655, 26.938311], [-80.176855, 26.938304], [-80.176855, 26.938326], [-80.176855, 26.938337], [-80.176833, 26.938911], [-80.175973, 26.938903], [-80.175685, 26.938901], [-80.174822, 26.93954], [-80.174769, 26.93958], [-80.174776, 26.939363], [-80.17478, 26.939261], [-80.17464, 26.939349], [-80.174627, 26.939396], [-80.174505, 26.939496], [-80.174494, 26.939506], [-80.174351, 26.939571], [-80.174192, 26.939631], [-80.174027, 26.939635], [-80.173955, 26.939609], [-80.173855, 26.939572], [-80.173806, 26.939571], [-80.173698, 26.939567], [-80.173565, 26.939584], [-80.17352, 26.939698], [-80.173538, 26.939786], [-80.173539, 26.939795], [-80.173573, 26.939879], [-80.173543, 26.939904], [-80.173514, 26.939931], [-80.17341, 26.939979], [-80.173317, 26.940022], [-80.173272, 26.940024], [-80.173199, 26.940026], [-80.173138, 26.940041], [-80.173076, 26.940056], [-80.172993, 26.939999], [-80.172939, 26.940022], [-80.172884, 26.940046], [-80.172863, 26.940165], [-80.172859, 26.940187], [-80.172849, 26.940206], [-80.172794, 26.940319], [-80.172695, 26.940459], [-80.172649, 26.940471], [-80.172576, 26.940489], [-80.172563, 26.940545], [-80.172556, 26.940573], [-80.172581, 26.940619], [-80.172587, 26.940635], [-80.172553, 26.940656], [-80.172395, 26.940587], [-80.171667, 26.94027], [-80.171546, 26.940218], [-80.171331, 26.940125], [-80.171316, 26.940118], [-80.171737, 26.940118], [-80.172694, 26.940122], [-80.172751, 26.93827], [-80.172923, 26.93828], [-80.173792, 26.938279], [-80.173798, 26.938197], [-80.173848, 26.936762], [-80.170823, 26.935805], [-80.169231, 26.935301], [-80.169127, 26.935269], [-80.169022, 26.935238], [-80.168929, 26.935212], [-80.168812, 26.935179], [-80.168682, 26.935146], [-80.168553, 26.935114], [-80.168422, 26.935085], [-80.168291, 26.935057], [-80.16816, 26.93503], [-80.167988, 26.935018], [-80.167816, 26.935008], [-80.167707, 26.935004], [-80.16744, 26.934993], [-80.167214, 26.934987], [-80.166998, 26.934984], [-80.166672, 26.934985], [-80.166539, 26.934987], [-80.16629, 26.934994], [-80.166428, 26.935815], [-80.16669, 26.935846], [-80.16655, 26.93855], [-80.167692, 26.938608], [-80.168046, 26.938629], [-80.168463, 26.938655], [-80.168485, 26.939353], [-80.168496, 26.939665], [-80.168512, 26.940181], [-80.167586, 26.941964], [-80.167457, 26.942213], [-80.167844, 26.94224], [-80.168467, 26.942284], [-80.168421, 26.94299], [-80.168307, 26.944769], [-80.167832, 26.944742], [-80.167542, 26.944831], [-80.16749, 26.94615], [-80.166939, 26.94619], [-80.166811, 26.947874], [-80.166668, 26.949784], [-80.162814, 26.94961], [-80.162659, 26.949603], [-80.16271, 26.949673], [-80.165742, 26.953847], [-80.166085, 26.954196], [-80.167813, 26.95657], [-80.167843, 26.956634], [-80.167653, 26.956634], [-80.167298, 26.956629], [-80.16711, 26.956627], [-80.166857, 26.956623], [-80.166665, 26.956626], [-80.166455, 26.956634], [-80.166428, 26.9566], [-80.165256, 26.954988], [-80.16387, 26.953473], [-80.163836, 26.953436], [-80.16364, 26.953118], [-80.163543, 26.952987], [-80.163445, 26.952857], [-80.163344, 26.952728], [-80.163242, 26.9526], [-80.163138, 26.952473], [-80.163033, 26.952348], [-80.162925, 26.952223], [-80.162816, 26.9521], [-80.162705, 26.951978], [-80.162592, 26.951858], [-80.162478, 26.951738], [-80.162362, 26.95162], [-80.162244, 26.951503], [-80.162125, 26.951388], [-80.162004, 26.951274], [-80.161882, 26.951161], [-80.161757, 26.95105], [-80.160439, 26.949883], [-80.159938, 26.949893], [-80.159703, 26.949907], [-80.158797, 26.949916], [-80.158365, 26.949925], [-80.158322, 26.949925], [-80.158302, 26.950495], [-80.158298, 26.950599], [-80.158267, 26.951469], [-80.158265, 26.951538], [-80.158099, 26.956203], [-80.158089, 26.956478], [-80.153924, 26.956437], [-80.151753, 26.956415], [-80.150191, 26.9564], [-80.150072, 26.956399], [-80.150011, 26.956398], [-80.149945, 26.956397], [-80.14201, 26.956318], [-80.142007, 26.95664], [-80.142007, 26.956682], [-80.142006, 26.956781], [-80.142005, 26.956952], [-80.142004, 26.956984], [-80.142003, 26.957097], [-80.142003, 26.957178], [-80.142001, 26.957395], [-80.141999, 26.957615], [-80.141997, 26.957835], [-80.141995, 26.958055], [-80.141993, 26.958275], [-80.141991, 26.958495], [-80.141987, 26.958951], [-80.141985, 26.959087], [-80.14198, 26.959727], [-80.141978, 26.959862], [-80.141977, 26.95996], [-80.141976, 26.960097], [-80.14195, 26.963052], [-80.141949, 26.96314], [-80.141948, 26.96323], [-80.141945, 26.963543], [-80.141943, 26.963805], [-80.141941, 26.964066], [-80.141938, 26.964327], [-80.141938, 26.964341], [-80.141936, 26.964588], [-80.141933, 26.964864], [-80.14193, 26.965276], [-80.141926, 26.965682], [-80.141925, 26.965792], [-80.141922, 26.966112], [-80.141919, 26.966428], [-80.141917, 26.966769], [-80.14191, 26.967481], [-80.141882, 26.970489], [-80.14188, 26.970706], [-80.14188, 26.970749], [-80.14188, 26.970792], [-80.141879, 26.970879], [-80.14176, 26.97088], [-80.141716, 26.97088], [-80.141669, 26.970879], [-80.141381, 26.970877], [-80.140682, 26.970875], [-80.139845, 26.970872], [-80.139797, 26.970872], [-80.139702, 26.970871], [-80.1397, 26.97086], [-80.139701, 26.970767], [-80.139702, 26.970723], [-80.139706, 26.970253], [-80.139706, 26.970202], [-80.139708, 26.970019], [-80.139708, 26.969991], [-80.139711, 26.96973], [-80.139712, 26.969579], [-80.139713, 26.969482], [-80.139716, 26.969217], [-80.139717, 26.969105], [-80.139718, 26.968946], [-80.139721, 26.968633], [-80.139722, 26.968531], [-80.139723, 26.968476], [-80.139723, 26.968431], [-80.139726, 26.968162], [-80.139726, 26.968088], [-80.139728, 26.967901], [-80.13973, 26.967639], [-80.139733, 26.967378], [-80.139733, 26.967334], [-80.139734, 26.967225], [-80.139696, 26.967225], [-80.139443, 26.967224], [-80.139151, 26.967222], [-80.138859, 26.967221], [-80.138806, 26.967221], [-80.138552, 26.967219], [-80.138389, 26.967218], [-80.137956, 26.967216], [-80.137856, 26.967216], [-80.13786, 26.966656], [-80.137862, 26.966394], [-80.137863, 26.96624], [-80.137864, 26.966133], [-80.137866, 26.965872], [-80.137868, 26.96561], [-80.13787, 26.965346], [-80.137872, 26.965088], [-80.137874, 26.964826], [-80.137875, 26.964754], [-80.137876, 26.964565], [-80.137878, 26.964304], [-80.13788, 26.964163], [-80.13788, 26.964043], [-80.137882, 26.963519], [-80.137882, 26.963473], [-80.137888, 26.963098], [-80.13789, 26.962898], [-80.137892, 26.96263], [-80.137895, 26.962268], [-80.137898, 26.961894], [-80.137902, 26.961453], [-80.137903, 26.961335], [-80.137906, 26.96089], [-80.13791, 26.959927], [-80.137206, 26.959921], [-80.136424, 26.959914], [-80.136391, 26.959913], [-80.13633, 26.959913], [-80.136142, 26.959922], [-80.136015, 26.959915], [-80.135897, 26.959909], [-80.135824, 26.959908], [-80.135745, 26.959908], [-80.135594, 26.959906], [-80.135475, 26.959905], [-80.13534, 26.959904], [-80.135044, 26.959901], [-80.134769, 26.959899], [-80.134677, 26.959898], [-80.134484, 26.959897], [-80.134346, 26.959896], [-80.134172, 26.959894], [-80.134044, 26.959893], [-80.134009, 26.959892], [-80.133857, 26.959891], [-80.133859, 26.959737], [-80.13386, 26.959588], [-80.133861, 26.95945], [-80.133865, 26.959037], [-80.133866, 26.958918], [-80.133821, 26.958917], [-80.133742, 26.958918], [-80.133642, 26.958916], [-80.133427, 26.958914], [-80.133065, 26.958911], [-80.133048, 26.958911], [-80.132921, 26.95891], [-80.132623, 26.958907], [-80.132141, 26.958903], [-80.131829, 26.9589], [-80.131643, 26.958898], [-80.131017, 26.958893], [-80.130708, 26.95889], [-80.130463, 26.958888], [-80.130338, 26.958887], [-80.130322, 26.958887], [-80.130071, 26.958885], [-80.12976, 26.958882], [-80.12969, 26.958881], [-80.129519, 26.95888], [-80.12934, 26.958878], [-80.12925, 26.958877], [-80.12925, 26.958858], [-80.129252, 26.958699], [-80.129256, 26.958346], [-80.129256, 26.958276], [-80.129259, 26.958056], [-80.12926, 26.957919], [-80.129261, 26.957838], [-80.129264, 26.957616], [-80.129264, 26.957585], [-80.129264, 26.957575], [-80.129266, 26.957419], [-80.129274, 26.95715], [-80.129281, 26.956002], [-80.129282, 26.955963], [-80.129254, 26.95596], [-80.129079, 26.955939], [-80.128671, 26.955917], [-80.128639, 26.955916], [-80.128601, 26.955914], [-80.128392, 26.955902], [-80.128273, 26.955896], [-80.127971, 26.955799], [-80.127867, 26.955766], [-80.127469, 26.955639], [-80.127408, 26.955581], [-80.127234, 26.955415], [-80.127114, 26.9553], [-80.126972, 26.955164], [-80.126883, 26.955079], [-80.126849, 26.95505], [-80.126771, 26.954983], [-80.126661, 26.954889], [-80.126639, 26.95487], [-80.126594, 26.954831], [-80.126557, 26.9548], [-80.126416, 26.954679], [-80.126404, 26.954668], [-80.126375, 26.954644], [-80.126331, 26.954637], [-80.126238, 26.954623], [-80.126147, 26.954609], [-80.126025, 26.954586], [-80.125904, 26.954572], [-80.125881, 26.954568], [-80.125771, 26.954551], [-80.125771, 26.954508], [-80.125774, 26.954171], [-80.125774, 26.954141], [-80.125775, 26.953984], [-80.125776, 26.953893], [-80.125777, 26.953704], [-80.125777, 26.953673], [-80.125779, 26.953453], [-80.12578, 26.953323], [-80.125781, 26.953235], [-80.125783, 26.953015], [-80.125785, 26.952762], [-80.125787, 26.952542], [-80.126035, 26.952544], [-80.126274, 26.952546], [-80.126343, 26.952547], [-80.126704, 26.95255], [-80.127136, 26.952554], [-80.12781, 26.952559], [-80.128822, 26.952568], [-80.129833, 26.952577], [-80.130845, 26.952585], [-80.131351, 26.95259], [-80.131857, 26.952594], [-80.131871, 26.950815], [-80.131872, 26.950733], [-80.131874, 26.950471], [-80.131876, 26.950159], [-80.131879, 26.949902], [-80.131879, 26.949838], [-80.131885, 26.949119], [-80.131886, 26.948962], [-80.131826, 26.948961], [-80.131773, 26.94896], [-80.131694, 26.94896], [-80.131599, 26.948959], [-80.129893, 26.948945], [-80.129893, 26.948863], [-80.129913, 26.94714], [-80.130052, 26.947139], [-80.130422, 26.947143], [-80.130913, 26.947145], [-80.130916, 26.946867], [-80.130917, 26.946828], [-80.130919, 26.946604], [-80.13092, 26.94656], [-80.130921, 26.946325], [-80.130922, 26.946256], [-80.130926, 26.946003], [-80.130927, 26.945926], [-80.130934, 26.945321], [-80.130649, 26.945316], [-80.13033, 26.945314], [-80.130279, 26.945313], [-80.130198, 26.945313], [-80.130146, 26.945313], [-80.12996, 26.945312], [-80.129725, 26.945312], [-80.129524, 26.945311], [-80.129483, 26.945311], [-80.129055, 26.94531], [-80.12888, 26.945309], [-80.128882, 26.945204], [-80.128885, 26.945001], [-80.128888, 26.944798], [-80.128889, 26.94463], [-80.128894, 26.943252], [-80.128505, 26.943413], [-80.128457, 26.94343], [-80.128363, 26.943459], [-80.12827, 26.943488], [-80.128171, 26.943515], [-80.128072, 26.94354], [-80.127972, 26.943563], [-80.127872, 26.943584], [-80.127772, 26.943603], [-80.127671, 26.943619], [-80.127576, 26.943633], [-80.127368, 26.943661], [-80.127064, 26.943701], [-80.12676, 26.943742], [-80.12647, 26.943781], [-80.126164, 26.943822], [-80.12598, 26.943846], [-80.1259, 26.943857], [-80.125901, 26.943787], [-80.125854, 26.943791], [-80.125759, 26.9438], [-80.125714, 26.943804], [-80.125684, 26.943807], [-80.122304, 26.944097], [-80.121903, 26.944132], [-80.121811, 26.94414], [-80.121709, 26.944148], [-80.121694, 26.944149], [-80.121326, 26.944181], [-80.121012, 26.944208], [-80.120711, 26.944234], [-80.120404, 26.94426], [-80.12003, 26.944292], [-80.119959, 26.944299], [-80.119877, 26.944306], [-80.119822, 26.944311], [-80.118541, 26.944421], [-80.118569, 26.943602], [-80.118596, 26.942912], [-80.118597, 26.942896], [-80.118799, 26.942878], [-80.119555, 26.942811], [-80.120196, 26.942759], [-80.120627, 26.942722], [-80.120939, 26.942694], [-80.121376, 26.942657], [-80.121714, 26.942628], [-80.121814, 26.942624], [-80.121815, 26.942471], [-80.121815, 26.942297], [-80.121819, 26.941033], [-80.121817, 26.940525], [-80.121812, 26.940454], [-80.120926, 26.940427], [-80.120734, 26.940413], [-80.12051, 26.94035], [-80.120473, 26.940381], [-80.120256, 26.940562], [-80.120139, 26.94066], [-80.120121, 26.940675], [-80.120031, 26.940754], [-80.119584, 26.940797], [-80.119556, 26.940758], [-80.119539, 26.940746], [-80.119531, 26.940739], [-80.119505, 26.940712], [-80.119486, 26.94069], [-80.119477, 26.940678], [-80.11945, 26.940632], [-80.119441, 26.940614], [-80.119429, 26.940591], [-80.119418, 26.940567], [-80.119407, 26.940543], [-80.119397, 26.940519], [-80.119362, 26.940435], [-80.119352, 26.94041], [-80.119343, 26.94039], [-80.119272, 26.940416], [-80.11918, 26.940449], [-80.119022, 26.940506], [-80.118445, 26.940714], [-80.118155, 26.940819], [-80.117802, 26.940629], [-80.1178, 26.940824], [-80.117797, 26.941065], [-80.117795, 26.941345], [-80.117794, 26.941443], [-80.11783, 26.941444], [-80.117909, 26.941445], [-80.118003, 26.941446], [-80.118009, 26.941507], [-80.118012, 26.941542], [-80.117849, 26.941542], [-80.117394, 26.941542], [-80.117171, 26.941553], [-80.117115, 26.941554], [-80.116603, 26.941565], [-80.116287, 26.941572], [-80.115425, 26.941566], [-80.115038, 26.941564], [-80.114953, 26.941563], [-80.114361, 26.941559], [-80.114136, 26.941557], [-80.113047, 26.94155], [-80.113019, 26.94155], [-80.112687, 26.941547], [-80.112171, 26.941543], [-80.111423, 26.941538], [-80.111156, 26.941536], [-80.111152, 26.941647], [-80.111139, 26.942004], [-80.111127, 26.942343], [-80.111122, 26.942499], [-80.111117, 26.94264], [-80.111115, 26.942691], [-80.111105, 26.942966], [-80.111096, 26.943241], [-80.111086, 26.943525], [-80.111076, 26.943809], [-80.111066, 26.944071], [-80.110814, 26.944108], [-80.110612, 26.944138], [-80.11023, 26.944298], [-80.109896, 26.944549], [-80.109857, 26.944601], [-80.109636, 26.944895], [-80.109573, 26.945025], [-80.109551, 26.94507], [-80.109548, 26.945099], [-80.109543, 26.945236], [-80.109537, 26.945387], [-80.109231, 26.945365], [-80.109231, 26.945341], [-80.109229, 26.945309], [-80.109233, 26.94526], [-80.109236, 26.945234], [-80.109239, 26.945116], [-80.109245, 26.94498], [-80.108708, 26.94494], [-80.108539, 26.944928], [-80.108527, 26.945386], [-80.10822, 26.945191], [-80.107595, 26.944794], [-80.107562, 26.944771], [-80.107568, 26.944529], [-80.107573, 26.9444], [-80.107648, 26.941518], [-80.107466, 26.941518], [-80.107268, 26.941517], [-80.106221, 26.941512], [-80.106131, 26.941512], [-80.106047, 26.941512], [-80.105868, 26.941511], [-80.105868, 26.941601], [-80.105867, 26.941739], [-80.105866, 26.941871], [-80.105863, 26.94241], [-80.105654, 26.942409], [-80.105201, 26.942407], [-80.105174, 26.942407], [-80.105174, 26.942423], [-80.105175, 26.942526], [-80.105175, 26.942581], [-80.105175, 26.942735], [-80.105175, 26.94295], [-80.104408, 26.942944], [-80.104416, 26.941505], [-80.103949, 26.941503], [-80.103564, 26.941502], [-80.103515, 26.941502], [-80.103511, 26.941859], [-80.10351, 26.942082], [-80.103509, 26.942305], [-80.103507, 26.942529], [-80.103507, 26.942592], [-80.103504, 26.942973], [-80.103503, 26.943198], [-80.1035, 26.943655], [-80.103497, 26.944178], [-80.103495, 26.944431], [-80.103495, 26.944456], [-80.10379, 26.944464], [-80.103839, 26.944465], [-80.103879, 26.944466], [-80.103912, 26.944467], [-80.103958, 26.944469], [-80.103958, 26.944396], [-80.103959, 26.944277], [-80.10396, 26.944148], [-80.10396, 26.944071], [-80.103963, 26.94365], [-80.104213, 26.943657], [-80.104225, 26.943658], [-80.104267, 26.943658], [-80.104407, 26.943764], [-80.10442, 26.943774], [-80.104419, 26.943865], [-80.104418, 26.944072], [-80.104417, 26.944278], [-80.104416, 26.944545], [-80.104416, 26.944658], [-80.104415, 26.944709], [-80.104415, 26.944749], [-80.104399, 26.94476], [-80.104388, 26.944768], [-80.104381, 26.944784], [-80.104353, 26.944852], [-80.104322, 26.944862], [-80.104199, 26.944902], [-80.104184, 26.944907], [-80.104106, 26.944935], [-80.103951, 26.944957], [-80.10395, 26.945017], [-80.103721, 26.945096], [-80.10349, 26.945175], [-80.103471, 26.945178], [-80.103418, 26.945186], [-80.103361, 26.945195], [-80.103332, 26.945202], [-80.103307, 26.945208], [-80.103138, 26.945248], [-80.102976, 26.945286], [-80.102946, 26.945293], [-80.102791, 26.945352], [-80.102411, 26.945495], [-80.102411, 26.945403], [-80.102089, 26.945474], [-80.102035, 26.945486], [-80.101872, 26.945399], [-80.101841, 26.945394], [-80.101836, 26.945325], [-80.10175, 26.945324], [-80.101548, 26.945328], [-80.101477, 26.94533], [-80.101478, 26.945582], [-80.101484, 26.948995], [-80.101488, 26.951701], [-80.10149, 26.951778], [-80.101299, 26.951825], [-80.101248, 26.95186], [-80.101231, 26.951872], [-80.101186, 26.951933], [-80.101119, 26.95202], [-80.101098, 26.952093], [-80.101076, 26.952171], [-80.101032, 26.952291], [-80.101028, 26.952337], [-80.101023, 26.952442], [-80.101006, 26.952551], [-80.100994, 26.952605], [-80.100993, 26.952673], [-80.101008, 26.952757], [-80.101026, 26.952807], [-80.101046, 26.952828], [-80.101082, 26.952802], [-80.101113, 26.952744], [-80.10113, 26.952687], [-80.101178, 26.952616], [-80.101243, 26.952558], [-80.101255, 26.952547], [-80.101288, 26.952526], [-80.101316, 26.952508], [-80.101365, 26.952475], [-80.101305, 26.953263], [-80.101292, 26.953426], [-80.10139, 26.953733], [-80.101464, 26.953828], [-80.101593, 26.954], [-80.101796, 26.954206], [-80.102045, 26.954452], [-80.10252, 26.954905], [-80.102898, 26.955446], [-80.103032, 26.955798], [-80.103151, 26.95611], [-80.101669, 26.95611], [-80.101463, 26.95611], [-80.100475, 26.956111], [-80.100535, 26.956202], [-80.100632, 26.956335], [-80.100772, 26.956507], [-80.100968, 26.956717], [-80.100848, 26.956716], [-80.100523, 26.956715], [-80.100279, 26.956713], [-80.100033, 26.956712], [-80.099941, 26.956711], [-80.099787, 26.95671], [-80.099638, 26.956709], [-80.09954, 26.956709], [-80.098793, 26.956705], [-80.098444, 26.956703], [-80.098038, 26.9567], [-80.097843, 26.956699], [-80.097792, 26.956699], [-80.097492, 26.956697], [-80.097308, 26.956696], [-80.097214, 26.956695], [-80.097214, 26.956413], [-80.097214, 26.956132], [-80.096121, 26.956125], [-80.096121, 26.956082], [-80.095679, 26.956079], [-80.095268, 26.956077], [-80.094887, 26.956074], [-80.094303, 26.95607], [-80.09351, 26.956065], [-80.093245, 26.956065], [-80.09293, 26.956064], [-80.092163, 26.956066], [-80.091396, 26.956068], [-80.089668, 26.956072], [-80.089142, 26.956074], [-80.088765, 26.956074], [-80.088572, 26.956075], [-80.087591, 26.956078], [-80.087154, 26.956079], [-80.085079, 26.956078], [-80.085094, 26.955879], [-80.085168, 26.955008], [-80.085288, 26.952374], [-80.085294, 26.952246], [-80.08512, 26.952258], [-80.084119, 26.952263], [-80.082726, 26.952342], [-80.082383, 26.952354], [-80.082298, 26.952358], [-80.081816, 26.952388], [-80.080666, 26.952498], [-80.080372, 26.952526], [-80.079263, 26.952542], [-80.079045, 26.952544], [-80.078781, 26.952548], [-80.078777, 26.952235], [-80.078814, 26.951608], [-80.078916, 26.951055], [-80.079129, 26.949917], [-80.079321, 26.9489], [-80.079392, 26.948297], [-80.079498, 26.947582], [-80.079595, 26.946869], [-80.079603, 26.946832], [-80.079663, 26.946425], [-80.079558, 26.946242], [-80.079318, 26.945828], [-80.078908, 26.945709], [-80.078637, 26.94563], [-80.078445, 26.945576], [-80.078357, 26.945472], [-80.0795, 26.943977], [-80.079415, 26.943938], [-80.079237, 26.943995], [-80.079, 26.944071], [-80.078836, 26.944121], [-80.078515, 26.944093], [-80.077982, 26.943821], [-80.077386, 26.943291], [-80.077271, 26.943336], [-80.077084, 26.943408], [-80.076926, 26.94347], [-80.076926, 26.943253], [-80.076924, 26.942421], [-80.076924, 26.942391], [-80.076924, 26.942193], [-80.076924, 26.942146], [-80.076924, 26.94204], [-80.076924, 26.942], [-80.076924, 26.941871], [-80.076696, 26.941869], [-80.076462, 26.941865], [-80.076464, 26.941537], [-80.076465, 26.941345], [-80.074777, 26.94133], [-80.074093, 26.941325], [-80.073901, 26.941323], [-80.073866, 26.941323], [-80.073579, 26.941321], [-80.07283, 26.941316], [-80.072014, 26.941308], [-80.071625, 26.941304], [-80.070882, 26.941316], [-80.070899, 26.941137], [-80.070889, 26.940865], [-80.070627, 26.940159], [-80.069945, 26.938631], [-80.069729, 26.93778], [-80.069529, 26.93699], [-80.069308, 26.936118], [-80.069005, 26.934916], [-80.068811, 26.934188], [-80.068528, 26.933127], [-80.068491, 26.932899], [-80.068032, 26.930978], [-80.067201, 26.927587], [-80.06699, 26.92674], [-80.06678, 26.925034], [-80.066412, 26.923759], [-80.066063, 26.922536], [-80.065118, 26.919484], [-80.06429, 26.91681], [-80.063034, 26.912752], [-80.062908, 26.912359], [-80.0629, 26.912334], [-80.06266, 26.911583], [-80.062247, 26.910291], [-80.059163, 26.900836], [-80.057986, 26.897042], [-80.057783, 26.896388], [-80.057706, 26.89614], [-80.057009, 26.893893], [-80.056935, 26.893645], [-80.057306, 26.893649], [-80.057405, 26.89365], [-80.057514, 26.893651], [-80.057731, 26.893654], [-80.059911, 26.893675], [-80.060045, 26.893678], [-80.060109, 26.89368], [-80.060157, 26.89368], [-80.060091, 26.893495], [-80.059872, 26.892856], [-80.06001, 26.892857], [-80.061712, 26.892874], [-80.061769, 26.892867], [-80.062295, 26.892874], [-80.062351, 26.892873], [-80.062586, 26.892873], [-80.062851, 26.892882], [-80.063409, 26.892918], [-80.06641, 26.893016], [-80.066467, 26.8913], [-80.066471, 26.891178], [-80.069175, 26.891275], [-80.07045, 26.891321], [-80.070541, 26.891322], [-80.070532, 26.891343], [-80.070529, 26.891358], [-80.070648, 26.891362], [-80.071592, 26.891396], [-80.072623, 26.891433], [-80.072811, 26.89144], [-80.073285, 26.891456], [-80.073537, 26.891465], [-80.073546, 26.891478], [-80.073667, 26.891743], [-80.074082, 26.89264], [-80.075179, 26.89502], [-80.074711, 26.897001], [-80.075187, 26.897002], [-80.075301, 26.897002], [-80.075283, 26.897036], [-80.075297, 26.897186], [-80.075311, 26.89733], [-80.075318, 26.897532], [-80.075285, 26.897534], [-80.075261, 26.897536], [-80.075261, 26.897613], [-80.075275, 26.897679], [-80.075298, 26.897784], [-80.075308, 26.897899], [-80.075324, 26.897945], [-80.075359, 26.898005], [-80.075393, 26.898065], [-80.075438, 26.89812], [-80.07551, 26.898187], [-80.075577, 26.898246], [-80.075628, 26.898287], [-80.075668, 26.898314], [-80.075686, 26.898342], [-80.07574, 26.898379], [-80.07577, 26.898561], [-80.075746, 26.898546], [-80.075704, 26.898533], [-80.075666, 26.898531], [-80.07561, 26.898539], [-80.075592, 26.89856], [-80.075592, 26.898588], [-80.075601, 26.898628], [-80.075601, 26.898654], [-80.075588, 26.898677], [-80.075572, 26.898694], [-80.075563, 26.898717], [-80.075559, 26.898749], [-80.075575, 26.898794], [-80.075575, 26.898843], [-80.075581, 26.898874], [-80.075573, 26.898911], [-80.075563, 26.898939], [-80.075552, 26.898959], [-80.07555, 26.898971], [-80.075547, 26.898985], [-80.075543, 26.899029], [-80.075556, 26.899078], [-80.075573, 26.899108], [-80.075592, 26.899124], [-80.075613, 26.899141], [-80.075646, 26.899147], [-80.075684, 26.899148], [-80.075743, 26.899132], [-80.075774, 26.899121], [-80.075795, 26.89911], [-80.075814, 26.899101], [-80.075856, 26.89908], [-80.075879, 26.899221], [-80.07587, 26.899231], [-80.075847, 26.899267], [-80.075838, 26.899301], [-80.075814, 26.899353], [-80.075794, 26.899395], [-80.075778, 26.89947], [-80.075764, 26.89951], [-80.075746, 26.899573], [-80.075733, 26.899623], [-80.07572, 26.899677], [-80.075714, 26.899747], [-80.075701, 26.899848], [-80.075698, 26.900076], [-80.075733, 26.900485], [-80.075803, 26.900892], [-80.075863, 26.901168], [-80.075919, 26.901437], [-80.075952, 26.901617], [-80.075988, 26.901706], [-80.076054, 26.901872], [-80.07609, 26.901963], [-80.076181, 26.902223], [-80.076224, 26.902552], [-80.076241, 26.902578], [-80.07636, 26.902763], [-80.076398, 26.902821], [-80.076628, 26.903141], [-80.076662, 26.90312], [-80.0768, 26.903037], [-80.077019, 26.902904], [-80.077385, 26.902883], [-80.078204, 26.902836], [-80.078475, 26.902819], [-80.078446, 26.902783], [-80.078226, 26.902506], [-80.078079, 26.902103], [-80.077945, 26.901842], [-80.077867, 26.901641], [-80.077816, 26.90146], [-80.077785, 26.90125], [-80.077758, 26.901096], [-80.077733, 26.900953], [-80.078221, 26.900958], [-80.078375, 26.90096], [-80.078379, 26.900822], [-80.078387, 26.900526], [-80.078398, 26.900147], [-80.07842, 26.899378], [-80.078428, 26.899104], [-80.078432, 26.89899], [-80.078436, 26.898829], [-80.078444, 26.898554], [-80.078452, 26.898279], [-80.078454, 26.898226], [-80.07846, 26.898004], [-80.078464, 26.897884], [-80.078465, 26.897837], [-80.078468, 26.897734], [-80.078473, 26.897562], [-80.078474, 26.897542], [-80.07848, 26.897309], [-80.078484, 26.897182], [-80.078485, 26.8971], [-80.078489, 26.896948], [-80.078499, 26.89666], [-80.078277, 26.896654], [-80.078038, 26.896648], [-80.078037, 26.896673], [-80.078029, 26.896955], [-80.078029, 26.897223], [-80.077155, 26.897323], [-80.077151, 26.89729], [-80.077132, 26.897177], [-80.077077, 26.896837], [-80.077064, 26.896759], [-80.077059, 26.896736], [-80.077029, 26.896611], [-80.077158, 26.896616], [-80.077461, 26.896625], [-80.077515, 26.896627], [-80.077533, 26.896086], [-80.077535, 26.896038], [-80.077536, 26.896022], [-80.077109, 26.896008], [-80.077077, 26.896007], [-80.077064, 26.896007], [-80.077007, 26.896005], [-80.07697, 26.896003], [-80.076941, 26.896002], [-80.076931, 26.896004], [-80.076928, 26.895987], [-80.076924, 26.895955], [-80.07691, 26.895854], [-80.076893, 26.895729], [-80.076845, 26.89546], [-80.076799, 26.895268], [-80.076782, 26.895194], [-80.076703, 26.894932], [-80.07653, 26.894457], [-80.076438, 26.894204], [-80.076305, 26.893913], [-80.076228, 26.893744], [-80.076216, 26.893717], [-80.076353, 26.893722], [-80.076714, 26.89373], [-80.076725, 26.893373], [-80.076187, 26.89336], [-80.076053, 26.893357], [-80.075996, 26.893211], [-80.075667, 26.892371], [-80.075604, 26.892156], [-80.075522, 26.891821], [-80.075481, 26.891614], [-80.075462, 26.891519], [-80.075455, 26.891483], [-80.075405, 26.891155], [-80.075374, 26.890845], [-80.075361, 26.890536], [-80.075367, 26.889924], [-80.075369, 26.889841], [-80.075394, 26.888901], [-80.075524, 26.8889], [-80.07554, 26.888418], [-80.075565, 26.887676], [-80.076415, 26.887696], [-80.077359, 26.887719], [-80.078302, 26.887742], [-80.078764, 26.887753], [-80.078816, 26.885977], [-80.078826, 26.885614], [-80.078916, 26.882486], [-80.079165, 26.882488], [-80.07947, 26.882491], [-80.087045, 26.882665], [-80.095128, 26.88285], [-80.095367, 26.882856], [-80.095664, 26.882858], [-80.099819, 26.882888], [-80.10344, 26.882927], [-80.103562, 26.882928], [-80.103679, 26.882929], [-80.107063, 26.882958], [-80.107324, 26.88296], [-80.107645, 26.882963], [-80.108804, 26.882973], [-80.111781, 26.883], [-80.115948, 26.883021], [-80.118839, 26.883036], [-80.122754, 26.883056], [-80.125156, 26.883101], [-80.125452, 26.883106], [-80.12643, 26.883123], [-80.126782, 26.88313], [-80.126823, 26.883131], [-80.127103, 26.883136], [-80.128278, 26.883133], [-80.128724, 26.883122], [-80.129226, 26.8831], [-80.130164, 26.883038], [-80.130715, 26.882985], [-80.13086, 26.882976], [-80.131003, 26.882966], [-80.131075, 26.882961], [-80.131163, 26.882955], [-80.131388, 26.88294], [-80.131577, 26.882923], [-80.131698, 26.883239], [-80.131949, 26.883812], [-80.132133, 26.884232], [-80.132241, 26.884479], [-80.132466, 26.884991], [-80.132684, 26.885518], [-80.132915, 26.886015], [-80.133029, 26.886275], [-80.133127, 26.8865], [-80.133171, 26.886598], [-80.133237, 26.886749], [-80.133385, 26.887087], [-80.134174, 26.888942], [-80.134673, 26.890024], [-80.135452, 26.891801], [-80.13763, 26.896766], [-80.137847, 26.89727], [-80.138574, 26.898916], [-80.139657, 26.901385], [-80.140439, 26.903166], [-80.140623, 26.903587], [-80.143642, 26.910468], [-80.147406, 26.919046], [-80.149101, 26.922909], [-80.149269, 26.923292], [-80.149952, 26.92485], [-80.150905, 26.927022], [-80.150915, 26.927045], [-80.151117, 26.927505], [-80.151128, 26.927529], [-80.152469, 26.926522], [-80.159217, 26.921468], [-80.159291, 26.916114], [-80.1593, 26.915972], [-80.159301, 26.915912], [-80.16019, 26.915603], [-80.161303, 26.915215], [-80.161675, 26.915185], [-80.16222, 26.91514], [-80.16265, 26.915284], [-80.162757, 26.915542], [-80.162664, 26.916086], [-80.161913, 26.916956], [-80.162632, 26.918908], [-80.16456, 26.917465], [-80.166349, 26.916123], [-80.167499, 26.915261], [-80.167488, 26.915696], [-80.167487, 26.915929], [-80.167468, 26.916158], [-80.167471, 26.916347], [-80.167463, 26.916668], [-80.167462, 26.916715], [-80.167438, 26.917561], [-80.167175, 26.92708], [-80.167105, 26.928501], [-80.166886, 26.93315], [-80.16681, 26.93443], [-80.167677, 26.934451], [-80.16794, 26.934465], [-80.168197, 26.934482], [-80.168235, 26.934485], [-80.168301, 26.93449], [-80.168507, 26.934508], [-80.168578, 26.934515], [-80.168767, 26.934534], [-80.168851, 26.934543], [-80.168977, 26.934559], [-80.16915, 26.934579], [-80.169165, 26.934581], [-80.16923, 26.93459], [-80.169371, 26.93461], [-80.169507, 26.934629], [-80.169717, 26.934662], [-80.16978, 26.934672], [-80.169886, 26.93469], [-80.170205, 26.934748], [-80.170321, 26.934771], [-80.170597, 26.934828], [-80.170644, 26.934838], [-80.170718, 26.934854], [-80.170855, 26.934885], [-80.170922, 26.934901], [-80.171091, 26.934942], [-80.17117, 26.934961], [-80.171316, 26.934999], [-80.171565, 26.935065], [-80.171794, 26.93513], [-80.171953, 26.935177], [-80.172111, 26.935226], [-80.172352, 26.935303], [-80.172498, 26.935352], [-80.172613, 26.935391], [-80.172873, 26.935483], [-80.17338, 26.935677], [-80.173493, 26.935722], [-80.173642, 26.935782], [-80.173926, 26.935894], [-80.1741, 26.935966], [-80.174126, 26.935976], [-80.174225, 26.936016], [-80.174891, 26.936283], [-80.174907, 26.935745], [-80.174913, 26.935584], [-80.174929, 26.935117], [-80.174989, 26.933481], [-80.175175, 26.933414], [-80.175413, 26.933327], [-80.175485, 26.933301], [-80.175651, 26.93324], [-80.175548, 26.933058], [-80.175317, 26.932662], [-80.175203, 26.932371], [-80.175102, 26.932114], [-80.175044, 26.931967], [-80.175052, 26.931754], [-80.175055, 26.931649], [-80.175057, 26.931605], [-80.175064, 26.931405], [-80.175351, 26.930869], [-80.175249, 26.929854], [-80.175244, 26.929814], [-80.175233, 26.929699], [-80.175217, 26.929557], [-80.17521, 26.929471], [-80.175207, 26.929443], [-80.175191, 26.929394], [-80.175142, 26.929246], [-80.174932, 26.928611], [-80.174673, 26.927521], [-80.17479, 26.927237], [-80.17482, 26.927211], [-80.175229, 26.926853], [-80.175364, 26.923474], [-80.175479, 26.923483], [-80.175659, 26.923484], [-80.176355, 26.923489], [-80.177405, 26.923518], [-80.177916, 26.923512], [-80.178427, 26.92352], [-80.178937, 26.923528], [-80.179447, 26.923535], [-80.179328, 26.927119], [-80.179326, 26.927256], [-80.181378, 26.927276], [-80.181374, 26.927384]], [[-80.146221, 26.94582], [-80.1462, 26.945783], [-80.146171, 26.94575], [-80.146136, 26.945722], [-80.146096, 26.9457], [-80.146051, 26.945686], [-80.146001, 26.945679], [-80.145523, 26.94566], [-80.145509, 26.94566], [-80.145508, 26.945588], [-80.145515, 26.944983], [-80.145521, 26.944364], [-80.145534, 26.944294], [-80.145756, 26.944297], [-80.146187, 26.944303], [-80.146186, 26.944257], [-80.146189, 26.94413], [-80.146193, 26.943629], [-80.146196, 26.943172], [-80.1462, 26.94272], [-80.1462, 26.942643], [-80.146203, 26.942388], [-80.146203, 26.942348], [-80.146202, 26.941851], [-80.146202, 26.941833], [-80.146162, 26.941833], [-80.146138, 26.941831], [-80.142137, 26.941778], [-80.142149, 26.940829], [-80.142166, 26.939921], [-80.142184, 26.939014], [-80.1422, 26.93818], [-80.142226, 26.936838], [-80.142243, 26.935954], [-80.142253, 26.935449], [-80.142037, 26.935445], [-80.142013, 26.935479], [-80.141976, 26.93553], [-80.141938, 26.935581], [-80.141931, 26.93559], [-80.141883, 26.935654], [-80.141833, 26.935717], [-80.141786, 26.935774], [-80.141726, 26.935847], [-80.141664, 26.935918], [-80.1416, 26.935989], [-80.141535, 26.936058], [-80.141469, 26.936126], [-80.141402, 26.936193], [-80.141333, 26.936259], [-80.141283, 26.936307], [-80.141225, 26.936359], [-80.141153, 26.936423], [-80.14108, 26.936485], [-80.141005, 26.936547], [-80.14093, 26.936607], [-80.140856, 26.936664], [-80.140818, 26.936687], [-80.140775, 26.936724], [-80.140682, 26.93679], [-80.140588, 26.936854], [-80.140492, 26.936917], [-80.140394, 26.936978], [-80.140296, 26.937037], [-80.140196, 26.937095], [-80.140096, 26.937149], [-80.139991, 26.937205], [-80.139894, 26.937253], [-80.139798, 26.9373], [-80.139687, 26.937349], [-80.139582, 26.937395], [-80.139476, 26.937438], [-80.139369, 26.93748], [-80.139262, 26.937519], [-80.139153, 26.937557], [-80.139043, 26.937593], [-80.138933, 26.937627], [-80.138822, 26.937658], [-80.13871, 26.937688], [-80.137277, 26.938058], [-80.137149, 26.93809], [-80.13621, 26.938094], [-80.136197, 26.938], [-80.136058, 26.937996], [-80.136056, 26.938061], [-80.136056, 26.938094], [-80.136053, 26.938222], [-80.136052, 26.938262], [-80.135978, 26.938297], [-80.135665, 26.938447], [-80.135057, 26.938737], [-80.134771, 26.938874], [-80.134025, 26.93923], [-80.133908, 26.939287], [-80.133877, 26.939841], [-80.133774, 26.941632], [-80.135752, 26.941666], [-80.136696, 26.941683], [-80.138028, 26.941705], [-80.138022, 26.941847], [-80.138017, 26.942806], [-80.138016, 26.943127], [-80.138014, 26.94353], [-80.138012, 26.943945], [-80.138012, 26.944028], [-80.13801, 26.944443], [-80.138008, 26.944844], [-80.138008, 26.944859], [-80.138008, 26.944954], [-80.138006, 26.945356], [-80.138006, 26.945401], [-80.138005, 26.945757], [-80.138004, 26.945867], [-80.138002, 26.946269], [-80.138, 26.946684], [-80.138, 26.946766], [-80.137997, 26.947597], [-80.137996, 26.947679], [-80.137994, 26.948233], [-80.137991, 26.948924], [-80.13799, 26.949007], [-80.139985, 26.949019], [-80.141937, 26.949038], [-80.142076, 26.949042], [-80.142212, 26.949049], [-80.143407, 26.949056], [-80.144792, 26.949065], [-80.14615, 26.949082], [-80.146159, 26.947963], [-80.146196, 26.947245], [-80.146219, 26.946811], [-80.146234, 26.945861], [-80.146221, 26.94582]], [[-80.142681, 26.919154], [-80.142521, 26.919155], [-80.142235, 26.919158], [-80.142035, 26.91916], [-80.141836, 26.919162], [-80.141636, 26.919164], [-80.141471, 26.919166], [-80.139831, 26.919181], [-80.139168, 26.919188], [-80.136778, 26.919212], [-80.135602, 26.919223], [-80.134998, 26.919229], [-80.134997, 26.91926], [-80.134996, 26.919315], [-80.134995, 26.919329], [-80.134993, 26.919423], [-80.134944, 26.920972], [-80.134938, 26.921175], [-80.134792, 26.925823], [-80.134768, 26.926601], [-80.134766, 26.926652], [-80.134762, 26.926762], [-80.134765, 26.92689], [-80.134959, 26.926895], [-80.136048, 26.926919], [-80.13758, 26.926953], [-80.137567, 26.927905], [-80.137546, 26.928394], [-80.135523, 26.92838], [-80.135493, 26.928379], [-80.135492, 26.928403], [-80.135474, 26.928762], [-80.13541, 26.930452], [-80.135406, 26.930508], [-80.135404, 26.930551], [-80.135399, 26.930567], [-80.135395, 26.930639], [-80.135359, 26.931526], [-80.135405, 26.931526], [-80.135756, 26.931533], [-80.13583, 26.931535], [-80.135857, 26.931535], [-80.135856, 26.931556], [-80.135849, 26.931729], [-80.135845, 26.931831], [-80.135842, 26.931931], [-80.135835, 26.932106], [-80.135382, 26.932097], [-80.135336, 26.932096], [-80.135336, 26.932122], [-80.135332, 26.932225], [-80.135331, 26.932237], [-80.13533, 26.93225], [-80.135328, 26.932271], [-80.13526, 26.93227], [-80.135259, 26.93234], [-80.135252, 26.932566], [-80.135218, 26.932567], [-80.135101, 26.932565], [-80.134697, 26.932558], [-80.134687, 26.932834], [-80.134793, 26.932836], [-80.134785, 26.933033], [-80.134783, 26.93308], [-80.134782, 26.933109], [-80.134871, 26.933112], [-80.135012, 26.933114], [-80.135084, 26.933115], [-80.135241, 26.933118], [-80.135283, 26.933119], [-80.135296, 26.933119], [-80.135342, 26.93312], [-80.13533, 26.933411], [-80.135399, 26.933412], [-80.135667, 26.933418], [-80.135784, 26.93342], [-80.135778, 26.933585], [-80.135777, 26.933606], [-80.135769, 26.933799], [-80.135766, 26.933879], [-80.135761, 26.934028], [-80.135936, 26.933876], [-80.135983, 26.933838], [-80.135992, 26.933851], [-80.136002, 26.933863], [-80.136015, 26.933875], [-80.13603, 26.933886], [-80.136039, 26.933891], [-80.136049, 26.933896], [-80.136059, 26.9339], [-80.136069, 26.933904], [-80.13608, 26.933906], [-80.136091, 26.933908], [-80.136101, 26.93391], [-80.136112, 26.933911], [-80.136128, 26.93391], [-80.136139, 26.93391], [-80.136149, 26.933908], [-80.13616, 26.933906], [-80.13617, 26.933903], [-80.13618, 26.933899], [-80.13619, 26.933895], [-80.136199, 26.93389], [-80.136208, 26.933885], [-80.136217, 26.933879], [-80.136225, 26.933872], [-80.136232, 26.933865], [-80.136239, 26.933858], [-80.136245, 26.93385], [-80.136251, 26.933842], [-80.136256, 26.933834], [-80.136261, 26.933825], [-80.136264, 26.933816], [-80.136267, 26.933806], [-80.136269, 26.933797], [-80.136271, 26.933787], [-80.136271, 26.933777], [-80.136279, 26.933578], [-80.136297, 26.933096], [-80.136804, 26.933086], [-80.1368, 26.933166], [-80.136788, 26.933492], [-80.136778, 26.933745], [-80.136787, 26.933783], [-80.13679, 26.933802], [-80.136796, 26.933813], [-80.136802, 26.933823], [-80.13681, 26.933833], [-80.136818, 26.933842], [-80.136827, 26.93385], [-80.136837, 26.933858], [-80.136848, 26.933865], [-80.136859, 26.933871], [-80.136871, 26.933876], [-80.136883, 26.93388], [-80.136895, 26.933883], [-80.136908, 26.933886], [-80.136932, 26.933909], [-80.13701, 26.933986], [-80.137258, 26.93423], [-80.137269, 26.933984], [-80.13728, 26.933579], [-80.137287, 26.933373], [-80.137294, 26.933166], [-80.137295, 26.933156], [-80.137819, 26.933146], [-80.139665, 26.933077], [-80.139796, 26.933079], [-80.140791, 26.933102], [-80.140916, 26.933104], [-80.140916, 26.933008], [-80.140927, 26.932586], [-80.141234, 26.932592], [-80.141242, 26.932281], [-80.141244, 26.932201], [-80.141245, 26.932106], [-80.141309, 26.932107], [-80.141308, 26.932065], [-80.141318, 26.931675], [-80.141564, 26.931679], [-80.141748, 26.931683], [-80.142337, 26.931693], [-80.142348, 26.931694], [-80.142336, 26.931293], [-80.142345, 26.930772], [-80.14217, 26.930766], [-80.14217, 26.930703], [-80.141734, 26.930711], [-80.140504, 26.930661], [-80.140362, 26.930655], [-80.140364, 26.930569], [-80.140373, 26.930229], [-80.140444, 26.927466], [-80.14045, 26.927254], [-80.140455, 26.927108], [-80.140487, 26.927109], [-80.141928, 26.927135], [-80.14216, 26.92714], [-80.142415, 26.927144], [-80.142631, 26.920975], [-80.142681, 26.919154]], [[-80.134574, 26.926886], [-80.133857, 26.92689], [-80.133276, 26.926893], [-80.133089, 26.926888], [-80.132779, 26.926881], [-80.131861, 26.926859], [-80.130548, 26.926828], [-80.130545, 26.92691], [-80.130521, 26.92746], [-80.130438, 26.929374], [-80.1311, 26.929398], [-80.131178, 26.929401], [-80.131255, 26.929403], [-80.133878, 26.929498], [-80.134272, 26.929512], [-80.134467, 26.929518], [-80.134539, 26.928036], [-80.134564, 26.927515], [-80.134574, 26.926886]], [[-80.129844, 26.934253], [-80.129772, 26.934252], [-80.129537, 26.934248], [-80.129317, 26.934245], [-80.129301, 26.934244], [-80.129298, 26.934306], [-80.129369, 26.934379], [-80.129531, 26.934391], [-80.129836, 26.934408], [-80.129844, 26.934253]], [[-80.105815, 26.934833], [-80.105575, 26.934826], [-80.105345, 26.93482], [-80.105232, 26.934817], [-80.105115, 26.934814], [-80.104885, 26.934807], [-80.104618, 26.9348], [-80.104495, 26.934796], [-80.104494, 26.934838], [-80.104483, 26.935168], [-80.103184, 26.935133], [-80.103106, 26.937539], [-80.103099, 26.937653], [-80.103097, 26.937757], [-80.103024, 26.937757], [-80.103021, 26.937844], [-80.103016, 26.937996], [-80.103015, 26.938025], [-80.103012, 26.938136], [-80.103009, 26.938217], [-80.103009, 26.938238], [-80.103006, 26.938318], [-80.103003, 26.938415], [-80.103001, 26.93848], [-80.102997, 26.938608], [-80.102993, 26.938722], [-80.10299, 26.9388], [-80.102985, 26.938964], [-80.102984, 26.938993], [-80.102978, 26.939185], [-80.102977, 26.939206], [-80.102972, 26.939378], [-80.10297, 26.939448], [-80.102966, 26.93957], [-80.102962, 26.93969], [-80.10296, 26.939763], [-80.102954, 26.939933], [-80.102953, 26.939956], [-80.102952, 26.939995], [-80.102942, 26.940257], [-80.102941, 26.940339], [-80.102932, 26.940614], [-80.102926, 26.940802], [-80.103012, 26.940802], [-80.103159, 26.940804], [-80.104384, 26.940814], [-80.104351, 26.940737], [-80.104338, 26.940685], [-80.105283, 26.940691], [-80.105388, 26.940694], [-80.105618, 26.9407], [-80.105623, 26.940532], [-80.105627, 26.940411], [-80.105628, 26.940329], [-80.10564, 26.940028], [-80.105643, 26.939958], [-80.105647, 26.939835], [-80.105653, 26.939643], [-80.105656, 26.939556], [-80.10566, 26.93945], [-80.105664, 26.939322], [-80.105666, 26.939258], [-80.105677, 26.938942], [-80.105685, 26.938709], [-80.105692, 26.938488], [-80.105697, 26.93833], [-80.105698, 26.938296], [-80.105711, 26.938104], [-80.105705, 26.938093], [-80.105711, 26.937912], [-80.105719, 26.937692], [-80.105721, 26.93761], [-80.105724, 26.937527], [-80.105732, 26.937307], [-80.105751, 26.93673], [-80.105757, 26.936537], [-80.105758, 26.936515], [-80.105767, 26.936249], [-80.10577, 26.936152], [-80.105773, 26.936073], [-80.105784, 26.935757], [-80.105788, 26.935616], [-80.10579, 26.935575], [-80.105797, 26.935366], [-80.1058, 26.935281], [-80.105801, 26.935239], [-80.1058, 26.935205], [-80.105805, 26.935121], [-80.105813, 26.934888], [-80.105815, 26.934833]], [[-80.094202, 26.915779], [-80.094005, 26.915774], [-80.090842, 26.915697], [-80.082412, 26.915493], [-80.081392, 26.915468], [-80.081235, 26.915464], [-80.080992, 26.915459], [-80.080659, 26.915455], [-80.080747, 26.916114], [-80.080772, 26.916297], [-80.080777, 26.916334], [-80.080787, 26.916408], [-80.080798, 26.916495], [-80.080788, 26.916539], [-80.080757, 26.91667], [-80.080732, 26.91678], [-80.080699, 26.916919], [-80.080668, 26.917051], [-80.080642, 26.917161], [-80.080607, 26.917313], [-80.080547, 26.917559], [-80.08047, 26.917874], [-80.080353, 26.918388], [-80.080274, 26.918734], [-80.080012, 26.919852], [-80.079892, 26.920363], [-80.079832, 26.920619], [-80.079793, 26.920784], [-80.079784, 26.920825], [-80.079772, 26.920875], [-80.079712, 26.92113], [-80.079667, 26.921322], [-80.079642, 26.921435], [-80.079583, 26.921684], [-80.079497, 26.922053], [-80.079503, 26.922081], [-80.079536, 26.922237], [-80.079584, 26.922458], [-80.079642, 26.922728], [-80.079701, 26.922998], [-80.079759, 26.923268], [-80.079818, 26.923538], [-80.079876, 26.923808], [-80.079935, 26.924078], [-80.079993, 26.924348], [-80.080052, 26.924618], [-80.08011, 26.924888], [-80.080169, 26.925158], [-80.080227, 26.925428], [-80.080286, 26.925698], [-80.080358, 26.926029], [-80.080371, 26.92609], [-80.080391, 26.926201], [-80.080445, 26.926436], [-80.080469, 26.926543], [-80.080528, 26.926518], [-80.08064, 26.926473], [-80.080856, 26.926718], [-80.081294, 26.927216], [-80.081707, 26.927686], [-80.082023, 26.928048], [-80.082097, 26.928137], [-80.082774, 26.928901], [-80.083081, 26.929639], [-80.084788, 26.933744], [-80.08488, 26.933951], [-80.085292, 26.933951], [-80.086757, 26.933967], [-80.087031, 26.93397], [-80.088007, 26.934001], [-80.088794, 26.934006], [-80.088868, 26.934006], [-80.090008, 26.934045], [-80.09143, 26.934104], [-80.093395, 26.934179], [-80.0936, 26.934171], [-80.093681, 26.932675], [-80.093699, 26.931609], [-80.093704, 26.930613], [-80.093725, 26.929488], [-80.093762, 26.928424], [-80.093834, 26.926371], [-80.093837, 26.926293], [-80.093853, 26.925827], [-80.094009, 26.92133], [-80.094077, 26.919377], [-80.094173, 26.916635], [-80.094202, 26.915779]], [[-80.084604, 26.943984], [-80.084572, 26.943622], [-80.084503, 26.942993], [-80.084405, 26.94241], [-80.0844, 26.942383], [-80.084235, 26.942437], [-80.083954, 26.942528], [-80.082927, 26.942805], [-80.082378, 26.942668], [-80.082378, 26.94275], [-80.082194, 26.942707], [-80.082157, 26.942696], [-80.08157, 26.942568], [-80.081555, 26.942625], [-80.081486, 26.942897], [-80.081481, 26.942916], [-80.081449, 26.943032], [-80.081516, 26.943063], [-80.081603, 26.943104], [-80.082181, 26.943376], [-80.082228, 26.943398], [-80.08318, 26.943827], [-80.083542, 26.944023], [-80.084064, 26.944212], [-80.08437, 26.944239], [-80.084517, 26.944234], [-80.084651, 26.944228], [-80.084604, 26.943984]], [[-80.080539, 26.941843], [-80.080523, 26.941817], [-80.080426, 26.941658], [-80.080405, 26.94166], [-80.080041, 26.941699], [-80.080125, 26.941889], [-80.080185, 26.941885], [-80.080221, 26.941879], [-80.080524, 26.941845], [-80.080539, 26.941843]]]]}, "properties": {"name": "Jupiter", "median_income": 109109}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-80.056528, 26.509066], [-80.056503, 26.509244], [-80.056225, 26.511034], [-80.05615, 26.511558], [-80.055911, 26.511559], [-80.055654, 26.511558], [-80.055612, 26.511558], [-80.055713, 26.511475], [-80.054079, 26.511489], [-80.053992, 26.511438], [-80.053647, 26.511456], [-80.05363, 26.511458], [-80.053481, 26.511476], [-80.053493, 26.511311], [-80.053498, 26.511065], [-80.053498, 26.511054], [-80.053573, 26.511054], [-80.053824, 26.511051], [-80.053848, 26.51038], [-80.053597, 26.510383], [-80.053495, 26.51038], [-80.053494, 26.510223], [-80.053518, 26.509677], [-80.05352, 26.509638], [-80.05366, 26.509633], [-80.053845, 26.509632], [-80.05386, 26.509213], [-80.053867, 26.509029], [-80.053708, 26.509032], [-80.053558, 26.509034], [-80.050896, 26.509057], [-80.050879, 26.509145], [-80.050425, 26.50915], [-80.050415, 26.509455], [-80.050293, 26.509435], [-80.048605, 26.50928], [-80.046269, 26.509195], [-80.046587, 26.507386], [-80.050689, 26.507383], [-80.051041, 26.507383], [-80.051214, 26.507383], [-80.051216, 26.507482], [-80.05271, 26.507465], [-80.053504, 26.507456], [-80.053537, 26.507456], [-80.053595, 26.507455], [-80.053669, 26.50746], [-80.053894, 26.507476], [-80.054164, 26.507466], [-80.056217, 26.507426], [-80.056294, 26.507425], [-80.056799, 26.507419], [-80.056528, 26.509066]]]}, "properties": {"name": "Briny Breezes", "median_income": 68571}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-80.055949, 26.512951], [-80.055634, 26.514524], [-80.055444, 26.515471], [-80.055277, 26.516305], [-80.054928, 26.51855], [-80.0548, 26.520003], [-80.054714, 26.520831], [-80.054519, 26.522309], [-80.054442, 26.522837], [-80.054214, 26.52439], [-80.054012, 26.525681], [-80.053779, 26.527097], [-80.053606, 26.527957], [-80.053346, 26.529295], [-80.053126, 26.530682], [-80.052796, 26.532746], [-80.052741, 26.533064], [-80.052546, 26.534365], [-80.052363, 26.535248], [-80.052152, 26.536091], [-80.051963, 26.537048], [-80.051927, 26.537457], [-80.051631, 26.539341], [-80.05148, 26.540241], [-80.051339, 26.541142], [-80.05129, 26.541449], [-80.05097, 26.543548], [-80.050401, 26.546223], [-80.044599, 26.545451], [-80.044648, 26.545114], [-80.043438, 26.544931], [-80.042984, 26.544861], [-80.042977, 26.544941], [-80.042979, 26.545012], [-80.042944, 26.545067], [-80.042911, 26.545071], [-80.042859, 26.545132], [-80.042838, 26.545163], [-80.042837, 26.545218], [-80.042319, 26.54515], [-80.041262, 26.545011], [-80.038142, 26.543552], [-80.046036, 26.510179], [-80.046269, 26.509195], [-80.048605, 26.50928], [-80.050293, 26.509435], [-80.050415, 26.509455], [-80.050425, 26.50915], [-80.050879, 26.509145], [-80.050896, 26.509057], [-80.053558, 26.509034], [-80.053556, 26.509072], [-80.053551, 26.509141], [-80.053542, 26.50928], [-80.053533, 26.509402], [-80.053528, 26.509478], [-80.053524, 26.509542], [-80.05352, 26.509638], [-80.053518, 26.509677], [-80.053494, 26.510223], [-80.053495, 26.51038], [-80.053495, 26.510506], [-80.053496, 26.510641], [-80.053497, 26.510766], [-80.053498, 26.511054], [-80.053498, 26.511065], [-80.053493, 26.511311], [-80.053481, 26.511476], [-80.05363, 26.511458], [-80.053647, 26.511456], [-80.053992, 26.511438], [-80.054079, 26.511489], [-80.055713, 26.511475], [-80.055612, 26.511558], [-80.055654, 26.511558], [-80.055911, 26.511559], [-80.05615, 26.511558], [-80.055949, 26.512951]]]}, "properties": {"name": "Ocean Ridge", "median_income": 111023}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-80.113636, 26.617787], [-80.113625, 26.618437], [-80.113552, 26.620441], [-80.113531, 26.620923], [-80.113469, 26.622126], [-80.113387, 26.624028], [-80.113365, 26.624724], [-80.113336, 26.625397], [-80.113328, 26.625757], [-80.113161, 26.625734], [-80.112232, 26.625693], [-80.112228, 26.625781], [-80.110707, 26.62571], [-80.110192, 26.625684], [-80.109197, 26.625643], [-80.105098, 26.625472], [-80.105096, 26.625525], [-80.10508, 26.625907], [-80.105059, 26.626421], [-80.105042, 26.626842], [-80.105034, 26.627046], [-80.105004, 26.627772], [-80.104949, 26.629156], [-80.107473, 26.629265], [-80.107486, 26.628932], [-80.107488, 26.628878], [-80.107977, 26.628898], [-80.107982, 26.62878], [-80.108465, 26.6288], [-80.108467, 26.628759], [-80.108473, 26.628621], [-80.108482, 26.628394], [-80.108994, 26.628405], [-80.108973, 26.628945], [-80.109041, 26.628948], [-80.111076, 26.629045], [-80.111085, 26.628709], [-80.111085, 26.628677], [-80.111142, 26.628679], [-80.113052, 26.628763], [-80.113203, 26.628769], [-80.113202, 26.629508], [-80.113146, 26.630339], [-80.112985, 26.630331], [-80.112385, 26.630304], [-80.112055, 26.63029], [-80.11207, 26.62988], [-80.10901, 26.629752], [-80.108937, 26.631582], [-80.111566, 26.631686], [-80.111515, 26.632961], [-80.111511, 26.633105], [-80.108773, 26.632996], [-80.104799, 26.632839], [-80.104657, 26.63284], [-80.104148, 26.632829], [-80.103835, 26.632817], [-80.103799, 26.632816], [-80.103708, 26.635111], [-80.10369, 26.635569], [-80.103688, 26.635627], [-80.103906, 26.635637], [-80.104136, 26.635646], [-80.104683, 26.635665], [-80.10468, 26.635762], [-80.104649, 26.636499], [-80.104646, 26.636568], [-80.104643, 26.636633], [-80.104623, 26.637105], [-80.104701, 26.637102], [-80.104785, 26.637114], [-80.108712, 26.637213], [-80.108727, 26.636778], [-80.108729, 26.63671], [-80.11102, 26.6368], [-80.111045, 26.636801], [-80.111378, 26.636813], [-80.111389, 26.636442], [-80.1118, 26.636453], [-80.111819, 26.636091], [-80.11183, 26.636091], [-80.112032, 26.636098], [-80.112148, 26.636102], [-80.112177, 26.635401], [-80.112774, 26.635433], [-80.112942, 26.635442], [-80.112916, 26.636142], [-80.112901, 26.636704], [-80.112906, 26.636789], [-80.112906, 26.636869], [-80.112901, 26.63693], [-80.112866, 26.637487], [-80.112826, 26.638699], [-80.1128, 26.639559], [-80.112614, 26.639553], [-80.110623, 26.639485], [-80.11028, 26.639473], [-80.11015, 26.639469], [-80.110161, 26.639049], [-80.108995, 26.639011], [-80.108626, 26.638999], [-80.108573, 26.638997], [-80.108574, 26.638973], [-80.104553, 26.638842], [-80.104551, 26.638873], [-80.104537, 26.63921], [-80.104534, 26.639289], [-80.10505, 26.639305], [-80.105033, 26.639696], [-80.105038, 26.639759], [-80.105023, 26.640144], [-80.105162, 26.640149], [-80.108585, 26.640262], [-80.112387, 26.640439], [-80.112567, 26.640445], [-80.112749, 26.640417], [-80.112741, 26.640452], [-80.112718, 26.64084], [-80.112693, 26.641448], [-80.112686, 26.641632], [-80.112686, 26.641695], [-80.112672, 26.642112], [-80.112657, 26.642532], [-80.112652, 26.642711], [-80.112634, 26.643066], [-80.112628, 26.643137], [-80.112625, 26.643383], [-80.112463, 26.643383], [-80.112442, 26.643383], [-80.111956, 26.643369], [-80.111633, 26.643359], [-80.111608, 26.643784], [-80.109215, 26.643714], [-80.109162, 26.643711], [-80.109009, 26.643707], [-80.108856, 26.643702], [-80.108842, 26.644066], [-80.108836, 26.644165], [-80.108453, 26.644154], [-80.108417, 26.645083], [-80.108383, 26.645959], [-80.108343, 26.646124], [-80.108274, 26.647756], [-80.108335, 26.647757], [-80.109097, 26.647775], [-80.109762, 26.647791], [-80.110861, 26.64781], [-80.111745, 26.647825], [-80.112303, 26.647836], [-80.112301, 26.647878], [-80.1123, 26.647914], [-80.112297, 26.647948], [-80.112295, 26.647973], [-80.112295, 26.648001], [-80.112293, 26.64821], [-80.112286, 26.648408], [-80.112315, 26.648837], [-80.112329, 26.649332], [-80.112349, 26.650558], [-80.112351, 26.650656], [-80.112354, 26.650849], [-80.112351, 26.651181], [-80.112351, 26.651225], [-80.112351, 26.651254], [-80.112362, 26.651554], [-80.112371, 26.651691], [-80.112394, 26.653023], [-80.112386, 26.653453], [-80.112406, 26.653752], [-80.112097, 26.653745], [-80.111896, 26.65374], [-80.111834, 26.653739], [-80.111845, 26.65346], [-80.111783, 26.653462], [-80.111601, 26.653458], [-80.111538, 26.653456], [-80.111398, 26.653453], [-80.11125, 26.653449], [-80.111231, 26.653448], [-80.111127, 26.653446], [-80.111025, 26.653443], [-80.110968, 26.653442], [-80.110789, 26.653438], [-80.110772, 26.653437], [-80.110399, 26.653428], [-80.110313, 26.653426], [-80.110191, 26.653423], [-80.110012, 26.653418], [-80.109701, 26.65341], [-80.109388, 26.653403], [-80.109089, 26.653395], [-80.108784, 26.653388], [-80.108388, 26.653378], [-80.108363, 26.652186], [-80.108353, 26.651664], [-80.108348, 26.651539], [-80.107844, 26.651527], [-80.107228, 26.651511], [-80.106516, 26.651493], [-80.105962, 26.651479], [-80.105768, 26.651474], [-80.105575, 26.651469], [-80.10529, 26.651461], [-80.105289, 26.651581], [-80.105309, 26.65254], [-80.105362, 26.655062], [-80.105235, 26.655058], [-80.105084, 26.655053], [-80.104339, 26.655042], [-80.104127, 26.655036], [-80.103484, 26.655015], [-80.102343, 26.654978], [-80.102341, 26.654942], [-80.102338, 26.654878], [-80.102335, 26.654753], [-80.102331, 26.654551], [-80.102328, 26.654418], [-80.102326, 26.654329], [-80.102325, 26.65424], [-80.102323, 26.65415], [-80.102321, 26.654061], [-80.102319, 26.653972], [-80.102316, 26.653833], [-80.102304, 26.653244], [-80.102302, 26.653155], [-80.1023, 26.653065], [-80.102298, 26.652976], [-80.102296, 26.652886], [-80.102294, 26.652797], [-80.102296, 26.65273], [-80.102291, 26.652618], [-80.102289, 26.652529], [-80.102274, 26.651828], [-80.102272, 26.651527], [-80.102272, 26.651369], [-80.102148, 26.651365], [-80.102029, 26.651361], [-80.100385, 26.651304], [-80.099117, 26.651261], [-80.098816, 26.651251], [-80.098105, 26.651226], [-80.097621, 26.65121], [-80.097181, 26.651194], [-80.097184, 26.651361], [-80.097192, 26.651719], [-80.097196, 26.651941], [-80.0972, 26.652147], [-80.097205, 26.652353], [-80.09721, 26.652586], [-80.097213, 26.652725], [-80.097216, 26.652888], [-80.097218, 26.653008], [-80.097219, 26.653058], [-80.097224, 26.653279], [-80.097228, 26.653467], [-80.097232, 26.653673], [-80.097236, 26.653857], [-80.09724, 26.654048], [-80.097244, 26.654254], [-80.097251, 26.654579], [-80.097254, 26.654717], [-80.096428, 26.65469], [-80.096357, 26.654689], [-80.096347, 26.653819], [-80.096525, 26.653825], [-80.09652, 26.653591], [-80.096213, 26.653582], [-80.096201, 26.652947], [-80.09618, 26.651932], [-80.096307, 26.651937], [-80.096348, 26.651941], [-80.096615, 26.651947], [-80.096602, 26.65134], [-80.096602, 26.651312], [-80.0966, 26.651175], [-80.096926, 26.651186], [-80.096923, 26.651023], [-80.096912, 26.65051], [-80.096899, 26.649925], [-80.096473, 26.649911], [-80.096266, 26.649904], [-80.096253, 26.649903], [-80.096177, 26.649903], [-80.096165, 26.65116], [-80.096166, 26.651254], [-80.096167, 26.651297], [-80.095122, 26.651257], [-80.095157, 26.652779], [-80.094179, 26.652745], [-80.094149, 26.651226], [-80.094146, 26.651169], [-80.094146, 26.651092], [-80.093409, 26.651067], [-80.093392, 26.651197], [-80.093377, 26.651707], [-80.093175, 26.651703], [-80.093154, 26.652052], [-80.093181, 26.65337], [-80.093209, 26.654724], [-80.092988, 26.654714], [-80.090732, 26.654611], [-80.090731, 26.654658], [-80.090741, 26.655527], [-80.090743, 26.655587], [-80.090236, 26.655567], [-80.089934, 26.655561], [-80.089822, 26.655559], [-80.089568, 26.655554], [-80.089556, 26.655554], [-80.089541, 26.655554], [-80.089543, 26.655626], [-80.089544, 26.655666], [-80.089553, 26.656093], [-80.089557, 26.65631], [-80.089503, 26.656306], [-80.089251, 26.6563], [-80.089258, 26.65664], [-80.089266, 26.656981], [-80.089272, 26.657294], [-80.08928, 26.657665], [-80.089101, 26.657655], [-80.088797, 26.657637], [-80.088799, 26.657818], [-80.088806, 26.658564], [-80.089396, 26.658586], [-80.089403, 26.658861], [-80.089405, 26.658959], [-80.090305, 26.658986], [-80.090322, 26.659483], [-80.090336, 26.659886], [-80.090348, 26.659959], [-80.090325, 26.659957], [-80.090263, 26.659957], [-80.089929, 26.659947], [-80.088444, 26.659904], [-80.088258, 26.659897], [-80.088254, 26.659733], [-80.088097, 26.659727], [-80.087903, 26.659722], [-80.087635, 26.659715], [-80.087541, 26.659711], [-80.087548, 26.660028], [-80.088103, 26.660045], [-80.088261, 26.660049], [-80.088274, 26.660647], [-80.088275, 26.66074], [-80.088276, 26.660782], [-80.088278, 26.660859], [-80.088279, 26.66091], [-80.08828, 26.66096], [-80.088284, 26.661175], [-80.088291, 26.661494], [-80.088302, 26.66199], [-80.088301, 26.662018], [-80.088245, 26.663297], [-80.08824, 26.663412], [-80.088436, 26.663416], [-80.089402, 26.663458], [-80.08949, 26.663387], [-80.089963, 26.663414], [-80.089959, 26.66349], [-80.090196, 26.6635], [-80.090249, 26.663503], [-80.090192, 26.664554], [-80.09019, 26.664585], [-80.089264, 26.664544], [-80.088978, 26.664547], [-80.088954, 26.664951], [-80.088162, 26.664928], [-80.088153, 26.665084], [-80.087521, 26.665071], [-80.087533, 26.664729], [-80.087227, 26.66472], [-80.087256, 26.664262], [-80.087281, 26.663808], [-80.086661, 26.663785], [-80.086618, 26.663782], [-80.08662, 26.663748], [-80.086621, 26.663723], [-80.086622, 26.663695], [-80.086628, 26.66357], [-80.086637, 26.663399], [-80.08668, 26.662682], [-80.086685, 26.662543], [-80.086791, 26.662545], [-80.086815, 26.661956], [-80.08646, 26.66194], [-80.086443, 26.661208], [-80.086434, 26.660821], [-80.08717, 26.660836], [-80.087168, 26.660767], [-80.087168, 26.660756], [-80.08716, 26.660389], [-80.087153, 26.66002], [-80.087145, 26.659644], [-80.086778, 26.659634], [-80.086411, 26.659623], [-80.086044, 26.659612], [-80.085677, 26.659601], [-80.08531, 26.65959], [-80.084943, 26.659579], [-80.08458, 26.659563], [-80.084291, 26.659559], [-80.084232, 26.659556], [-80.084231, 26.65953], [-80.084201, 26.658165], [-80.085008, 26.65819], [-80.085381, 26.658201], [-80.085739, 26.658212], [-80.087392, 26.658263], [-80.087385, 26.657956], [-80.08738, 26.657644], [-80.08743, 26.657645], [-80.08808, 26.657664], [-80.088212, 26.657668], [-80.08821, 26.657579], [-80.088209, 26.65755], [-80.088209, 26.657533], [-80.08808, 26.657528], [-80.087749, 26.657518], [-80.087497, 26.65751], [-80.08747, 26.65617], [-80.088025, 26.65619], [-80.088102, 26.656191], [-80.088181, 26.656192], [-80.088168, 26.655527], [-80.08816, 26.655159], [-80.088104, 26.655157], [-80.08801, 26.655157], [-80.087143, 26.655125], [-80.087123, 26.654495], [-80.087843, 26.654507], [-80.088004, 26.65451], [-80.088146, 26.65451], [-80.088145, 26.654461], [-80.088142, 26.65434], [-80.088134, 26.653934], [-80.08813, 26.653735], [-80.088129, 26.653652], [-80.088128, 26.653604], [-80.088003, 26.653599], [-80.087243, 26.653572], [-80.087222, 26.6527], [-80.087218, 26.652382], [-80.08721, 26.652013], [-80.087208, 26.651894], [-80.087207, 26.651841], [-80.087323, 26.651844], [-80.087361, 26.651845], [-80.087512, 26.651849], [-80.087503, 26.651226], [-80.087497, 26.651103], [-80.087495, 26.65101], [-80.087495, 26.650948], [-80.087494, 26.650867], [-80.086796, 26.650843], [-80.086796, 26.650948], [-80.086796, 26.650982], [-80.086797, 26.651016], [-80.086799, 26.651304], [-80.086802, 26.651832], [-80.086435, 26.651815], [-80.086431, 26.651568], [-80.086426, 26.651327], [-80.086294, 26.651322], [-80.086248, 26.65132], [-80.085952, 26.651307], [-80.085948, 26.650949], [-80.085947, 26.650855], [-80.085945, 26.650813], [-80.085396, 26.650795], [-80.085136, 26.650786], [-80.084016, 26.650748], [-80.084017, 26.650855], [-80.084018, 26.650895], [-80.084023, 26.651298], [-80.084029, 26.65173], [-80.084038, 26.65239], [-80.081605, 26.652296], [-80.081602, 26.652161], [-80.081569, 26.650676], [-80.081543, 26.649196], [-80.081541, 26.649104], [-80.081538, 26.648993], [-80.081537, 26.648966], [-80.081535, 26.648844], [-80.081533, 26.648789], [-80.081532, 26.648741], [-80.081531, 26.648686], [-80.081528, 26.648526], [-80.081526, 26.648438], [-80.081523, 26.648306], [-80.081518, 26.648086], [-80.081516, 26.64799], [-80.081514, 26.647887], [-80.081514, 26.647866], [-80.081509, 26.647646], [-80.081505, 26.647474], [-80.081497, 26.6471], [-80.081498, 26.646921], [-80.082198, 26.646949], [-80.083146, 26.646988], [-80.08394, 26.647019], [-80.083957, 26.646555], [-80.08396, 26.646469], [-80.083974, 26.646095], [-80.083435, 26.646071], [-80.083452, 26.645666], [-80.083528, 26.645669], [-80.083989, 26.645688], [-80.084019, 26.644907], [-80.084048, 26.644126], [-80.084058, 26.643869], [-80.084079, 26.643293], [-80.08411, 26.642461], [-80.08414, 26.641681], [-80.084169, 26.6409], [-80.084187, 26.640403], [-80.084267, 26.640404], [-80.085007, 26.640433], [-80.08501, 26.640364], [-80.085034, 26.639709], [-80.084294, 26.639682], [-80.084277, 26.639681], [-80.084265, 26.63968], [-80.084215, 26.639679], [-80.084219, 26.639646], [-80.084223, 26.639529], [-80.084225, 26.63946], [-80.084198, 26.639459], [-80.084216, 26.63908], [-80.084016, 26.639073], [-80.083933, 26.638933], [-80.083609, 26.638388], [-80.083599, 26.63837], [-80.083523, 26.638407], [-80.083409, 26.638462], [-80.083386, 26.638473], [-80.083356, 26.638487], [-80.083337, 26.638496], [-80.083324, 26.638502], [-80.083224, 26.638394], [-80.083163, 26.638327], [-80.083116, 26.638346], [-80.083055, 26.638369], [-80.083001, 26.638387], [-80.082885, 26.637777], [-80.082318, 26.637865], [-80.081767, 26.637794], [-80.08175, 26.637845], [-80.081196, 26.637546], [-80.081343, 26.637307], [-80.08145, 26.637136], [-80.081465, 26.637094], [-80.081487, 26.636682], [-80.081486, 26.636608], [-80.08146, 26.636573], [-80.081415, 26.636557], [-80.081229, 26.636546], [-80.081193, 26.63652], [-80.08118, 26.63648], [-80.081183, 26.636383], [-80.08124, 26.636034], [-80.081252, 26.635727], [-80.081289, 26.635728], [-80.082298, 26.635764], [-80.082787, 26.635781], [-80.083742, 26.635816], [-80.084339, 26.635838], [-80.084359, 26.635346], [-80.084358, 26.635324], [-80.084358, 26.635308], [-80.084359, 26.635285], [-80.08436, 26.635249], [-80.084367, 26.635074], [-80.084378, 26.634755], [-80.084388, 26.634488], [-80.084401, 26.634214], [-80.084407, 26.634051], [-80.084409, 26.633978], [-80.084698, 26.633988], [-80.084927, 26.633997], [-80.085616, 26.634021], [-80.086465, 26.634051], [-80.086471, 26.633894], [-80.086491, 26.633216], [-80.08652, 26.632572], [-80.08653, 26.632292], [-80.086535, 26.632163], [-80.085175, 26.632102], [-80.084302, 26.632074], [-80.083173, 26.632036], [-80.0819, 26.631995], [-80.081608, 26.632005], [-80.080943, 26.631984], [-80.080945, 26.63196], [-80.080946, 26.631909], [-80.080947, 26.631871], [-80.080953, 26.631758], [-80.080999, 26.63052], [-80.081003, 26.630381], [-80.081016, 26.630116], [-80.081016, 26.630027], [-80.080854, 26.630021], [-80.080633, 26.630013], [-80.080509, 26.630009], [-80.080513, 26.629887], [-80.080525, 26.629534], [-80.080528, 26.629452], [-80.080572, 26.628265], [-80.080893, 26.628277], [-80.081583, 26.628301], [-80.081585, 26.628187], [-80.081609, 26.627537], [-80.081821, 26.627544], [-80.081946, 26.627549], [-80.082009, 26.627551], [-80.081981, 26.628316], [-80.082648, 26.62834], [-80.082721, 26.628342], [-80.083102, 26.628356], [-80.083122, 26.627833], [-80.083627, 26.627851], [-80.083624, 26.627935], [-80.084127, 26.627953], [-80.084115, 26.628257], [-80.08411, 26.628392], [-80.084642, 26.628411], [-80.084879, 26.62842], [-80.085121, 26.628428], [-80.085629, 26.628446], [-80.085642, 26.628104], [-80.086145, 26.628122], [-80.086144, 26.628153], [-80.086132, 26.628464], [-80.086862, 26.62849], [-80.086878, 26.628079], [-80.087157, 26.628089], [-80.087173, 26.627691], [-80.087176, 26.627608], [-80.087222, 26.62761], [-80.087685, 26.627626], [-80.087797, 26.624755], [-80.088852, 26.62479], [-80.088869, 26.624348], [-80.088896, 26.623653], [-80.088924, 26.622957], [-80.088951, 26.622261], [-80.088978, 26.621566], [-80.088991, 26.621215], [-80.088992, 26.621179], [-80.087937, 26.62114], [-80.087962, 26.620487], [-80.088009, 26.619325], [-80.08797, 26.619323], [-80.087417, 26.619298], [-80.086828, 26.619279], [-80.086676, 26.619275], [-80.086265, 26.619258], [-80.085773, 26.619239], [-80.0849, 26.61921], [-80.084455, 26.619205], [-80.08396, 26.619186], [-80.083941, 26.61949], [-80.083887, 26.620951], [-80.082321, 26.620894], [-80.083159, 26.619157], [-80.082871, 26.619146], [-80.082905, 26.619106], [-80.08373, 26.617396], [-80.083808, 26.617291], [-80.084526, 26.617318], [-80.08644, 26.617388], [-80.087457, 26.617415], [-80.087756, 26.617425], [-80.089092, 26.617472], [-80.089148, 26.615884], [-80.08916, 26.615537], [-80.089173, 26.615166], [-80.089234, 26.613439], [-80.089308, 26.611342], [-80.089348, 26.610222], [-80.089358, 26.609941], [-80.089368, 26.609651], [-80.08901, 26.609636], [-80.087187, 26.609563], [-80.087256, 26.607671], [-80.089256, 26.607732], [-80.089442, 26.607738], [-80.089501, 26.606265], [-80.089531, 26.605519], [-80.089544, 26.604416], [-80.089589, 26.603607], [-80.089604, 26.60334], [-80.090679, 26.603388], [-80.090644, 26.60437], [-80.090641, 26.604458], [-80.090929, 26.604469], [-80.091, 26.604472], [-80.090988, 26.604832], [-80.091617, 26.60486], [-80.091605, 26.605218], [-80.091592, 26.605592], [-80.090598, 26.605556], [-80.090579, 26.605555], [-80.090552, 26.60631], [-80.090548, 26.606421], [-80.090596, 26.607087], [-80.0906, 26.60815], [-80.090996, 26.608166], [-80.091033, 26.608168], [-80.091606, 26.608194], [-80.092521, 26.608182], [-80.092505, 26.608638], [-80.093265, 26.608669], [-80.094109, 26.607925], [-80.094146, 26.607892], [-80.09497, 26.607166], [-80.095121, 26.607051], [-80.095241, 26.606972], [-80.095408, 26.606876], [-80.095579, 26.606795], [-80.095523, 26.608389], [-80.096586, 26.608433], [-80.096532, 26.609923], [-80.097547, 26.609964], [-80.097543, 26.610066], [-80.09754, 26.61013], [-80.097535, 26.610248], [-80.094417, 26.610144], [-80.093522, 26.61011], [-80.093451, 26.61204], [-80.091415, 26.61196], [-80.091402, 26.612332], [-80.091379, 26.612331], [-80.091355, 26.61233], [-80.091333, 26.612329], [-80.09132, 26.612702], [-80.090327, 26.612666], [-80.090288, 26.613787], [-80.091257, 26.613825], [-80.091213, 26.615106], [-80.091205, 26.615319], [-80.091809, 26.615342], [-80.092288, 26.615354], [-80.09327, 26.615215], [-80.093316, 26.615208], [-80.093311, 26.615358], [-80.093306, 26.615489], [-80.093296, 26.615769], [-80.093258, 26.616847], [-80.093245, 26.617207], [-80.093346, 26.617211], [-80.093909, 26.617231], [-80.094309, 26.617253], [-80.094312, 26.617065], [-80.094313, 26.617015], [-80.095143, 26.617046], [-80.095237, 26.617049], [-80.095219, 26.617544], [-80.095311, 26.617547], [-80.095389, 26.615437], [-80.095414, 26.614732], [-80.096114, 26.614758], [-80.097345, 26.614805], [-80.097298, 26.615933], [-80.097283, 26.616281], [-80.097845, 26.6163], [-80.097854, 26.616039], [-80.098342, 26.616153], [-80.099358, 26.61619], [-80.099318, 26.617286], [-80.099316, 26.617354], [-80.099298, 26.617859], [-80.099604, 26.61787], [-80.099838, 26.617879], [-80.101313, 26.617933], [-80.101337, 26.617384], [-80.101338, 26.617357], [-80.101886, 26.617375], [-80.101916, 26.616437], [-80.101913, 26.616287], [-80.10241, 26.616305], [-80.102379, 26.617206], [-80.10237, 26.617392], [-80.102356, 26.617795], [-80.102353, 26.61797], [-80.102827, 26.617988], [-80.102853, 26.617277], [-80.102854, 26.617244], [-80.10339, 26.617265], [-80.103395, 26.617102], [-80.103399, 26.616991], [-80.104418, 26.617029], [-80.104383, 26.618002], [-80.104421, 26.618], [-80.105397, 26.618027], [-80.105432, 26.617076], [-80.105447, 26.616674], [-80.105459, 26.61634], [-80.106975, 26.616412], [-80.107518, 26.616328], [-80.107483, 26.617277], [-80.107972, 26.617299], [-80.107959, 26.6175], [-80.107915, 26.618186], [-80.108453, 26.618222], [-80.108516, 26.616395], [-80.10901, 26.616403], [-80.109158, 26.616405], [-80.10943, 26.616418], [-80.109389, 26.617537], [-80.109389, 26.618265], [-80.10997, 26.618292], [-80.110007, 26.617609], [-80.110014, 26.617472], [-80.110502, 26.617494], [-80.1105, 26.617537], [-80.110531, 26.617538], [-80.110519, 26.617873], [-80.110996, 26.617892], [-80.110999, 26.617812], [-80.111, 26.617779], [-80.11151, 26.617801], [-80.111502, 26.618025], [-80.111987, 26.618045], [-80.112011, 26.617429], [-80.112013, 26.617373], [-80.112115, 26.617377], [-80.112176, 26.61738], [-80.112991, 26.617414], [-80.113362, 26.61743], [-80.113398, 26.617431], [-80.113414, 26.617432], [-80.113445, 26.617433], [-80.113656, 26.617442], [-80.113636, 26.617787]]]}, "properties": {"name": "Palm Springs", "median_income": 59602}}, {"type": "Feature", "geometry": {"type": "MultiPolygon", "coordinates": [[[[-82.034097, 28.591762], [-82.030282, 28.591763], [-82.029984, 28.591763], [-82.029988, 28.594523], [-82.029995, 28.595331], [-82.02976, 28.59533], [-82.02636, 28.59533], [-82.026286, 28.595335], [-82.025952, 28.595337], [-82.025674, 28.59529], [-82.024756, 28.595291], [-82.023727, 28.595292], [-82.022699, 28.595293], [-82.021673, 28.595294], [-82.021681, 28.593559], [-82.02169, 28.591858], [-82.021691, 28.591642], [-82.021759, 28.591642], [-82.030282, 28.591641], [-82.034097, 28.59164], [-82.034097, 28.591762]]], [[[-82.042336, 28.657389], [-82.038132, 28.65735], [-82.038135, 28.655538], [-82.033995, 28.655485], [-82.033995, 28.653795], [-82.029823, 28.653675], [-82.02982, 28.65312], [-82.0298, 28.65244], [-82.029802, 28.652236], [-82.02982, 28.64999], [-82.03089, 28.65], [-82.03287, 28.65], [-82.033146, 28.650023], [-82.03371, 28.65007], [-82.03395, 28.65011], [-82.03464, 28.65013], [-82.03688, 28.65014], [-82.04226, 28.65015], [-82.042327, 28.650149], [-82.042328, 28.651781], [-82.042328, 28.651982], [-82.042327, 28.653792], [-82.042336, 28.657389]]], [[[-82.05477, 28.63633], [-82.05477, 28.636757], [-82.05461, 28.636752], [-82.051659, 28.636727], [-82.051656, 28.635533], [-82.052231, 28.635539], [-82.052232, 28.636116], [-82.052886, 28.636121], [-82.052887, 28.635705], [-82.052888, 28.635609], [-82.053097, 28.635608], [-82.054351, 28.635601], [-82.05477, 28.6356], [-82.05477, 28.63633]]], [[[-82.0548, 28.651533], [-82.053764, 28.65153], [-82.052729, 28.651528], [-82.052706, 28.650453], [-82.052699, 28.650164], [-82.05298, 28.65016], [-82.05313, 28.650161], [-82.053765, 28.650165], [-82.053764, 28.650267], [-82.053764, 28.650307], [-82.053766, 28.651066], [-82.054791, 28.651067], [-82.054799, 28.651504], [-82.0548, 28.651533]]], [[[-82.0548, 28.64589], [-82.05479, 28.64623], [-82.054795, 28.646376], [-82.054798, 28.646472], [-82.0548, 28.64653], [-82.05266, 28.64648], [-82.052684, 28.645493], [-82.052717, 28.64467], [-82.052871, 28.64467], [-82.052871, 28.644616], [-82.052871, 28.644505], [-82.052682, 28.644505], [-82.052682, 28.64467], [-82.052014, 28.644665], [-82.05133, 28.64466], [-82.05065, 28.644655], [-82.05065, 28.644516], [-82.050648, 28.643342], [-82.051308, 28.643337], [-82.05199, 28.643334], [-82.052681, 28.643341], [-82.053854, 28.643368], [-82.053854, 28.643801], [-82.053854, 28.643856], [-82.053854, 28.644131], [-82.053853, 28.644622], [-82.053852, 28.644677], [-82.05479, 28.644683], [-82.0548, 28.64583], [-82.0548, 28.64589]]], [[[-82.055848, 28.623159], [-82.054741, 28.623155], [-82.05474, 28.62282], [-82.055847, 28.622828], [-82.055848, 28.623159]]], [[[-82.05588, 28.640505], [-82.055282, 28.640505], [-82.055282, 28.640739], [-82.054781, 28.640751], [-82.05478, 28.64021], [-82.05478, 28.640195], [-82.054938, 28.640189], [-82.055418, 28.640189], [-82.05588, 28.640189], [-82.05588, 28.640505]]], [[[-82.058914, 28.628117], [-82.056687, 28.628118], [-82.054869, 28.628135], [-82.05476, 28.628136], [-82.05476, 28.62678], [-82.054758, 28.626523], [-82.054867, 28.626524], [-82.058166, 28.626519], [-82.058915, 28.626519], [-82.058914, 28.628117]]], [[[-82.05896, 28.65016], [-82.058127, 28.65016], [-82.05699, 28.65016], [-82.05702, 28.64975], [-82.057013, 28.649553], [-82.057009, 28.649448], [-82.056854, 28.649434], [-82.056853, 28.649024], [-82.056345, 28.649025], [-82.056042, 28.649025], [-82.055039, 28.649027], [-82.054951, 28.649027], [-82.05479, 28.649043], [-82.05479, 28.64886], [-82.05479, 28.64791], [-82.05479, 28.64719], [-82.054791, 28.647084], [-82.0548, 28.64653], [-82.055249, 28.646535], [-82.055252, 28.646204], [-82.055657, 28.646204], [-82.055662, 28.64654], [-82.055595, 28.646539], [-82.055595, 28.646612], [-82.055595, 28.64707], [-82.055601, 28.64709], [-82.05625, 28.647089], [-82.056259, 28.646511], [-82.056849, 28.646511], [-82.057258, 28.646512], [-82.058367, 28.646511], [-82.058894, 28.64651], [-82.058904, 28.648322], [-82.058906, 28.648607], [-82.05896, 28.65016]]], [[[-82.06517, 28.62096], [-82.064733, 28.620967], [-82.06459, 28.62097], [-82.064238, 28.62097], [-82.06394, 28.62097], [-82.063425, 28.620963], [-82.06316, 28.62096], [-82.06299, 28.62095], [-82.060968, 28.620973], [-82.06088, 28.62097], [-82.060682, 28.62097], [-82.060088, 28.62097], [-82.059891, 28.62097], [-82.058847, 28.620955], [-82.057854, 28.620937], [-82.05764, 28.620937], [-82.057001, 28.620941], [-82.056788, 28.620944], [-82.05643, 28.62096], [-82.056378, 28.620961], [-82.055149, 28.62099], [-82.05474, 28.621], [-82.053425, 28.621001], [-82.053316, 28.621003], [-82.050594, 28.620995], [-82.050576, 28.617368], [-82.04905, 28.617352], [-82.043175, 28.617355], [-82.042445, 28.617345], [-82.040196, 28.617316], [-82.038244, 28.618877], [-82.038203, 28.614111], [-82.038187, 28.612387], [-82.03655, 28.61236], [-82.03658, 28.60995], [-82.038163, 28.60996], [-82.03818, 28.60996], [-82.038224, 28.60996], [-82.038398, 28.609961], [-82.03892, 28.609966], [-82.039095, 28.609968], [-82.039464, 28.609971], [-82.0405, 28.60998], [-82.040573, 28.60998], [-82.04082, 28.60998], [-82.040943, 28.60998], [-82.041068, 28.60998], [-82.041237, 28.60998], [-82.041444, 28.60998], [-82.04157, 28.60998], [-82.041722, 28.609981], [-82.041988, 28.609985], [-82.042178, 28.609987], [-82.04234, 28.60999], [-82.042399, 28.609879], [-82.042401, 28.606769], [-82.042401, 28.606286], [-82.042403, 28.604308], [-82.042403, 28.603946], [-82.042404, 28.6029], [-82.042403, 28.60274], [-82.042415, 28.60274], [-82.042445, 28.60274], [-82.042754, 28.602742], [-82.043788, 28.602749], [-82.04386, 28.60275], [-82.044133, 28.602743], [-82.044475, 28.602734], [-82.04464, 28.60273], [-82.04544, 28.60273], [-82.045502, 28.602727], [-82.045844, 28.602711], [-82.04585, 28.602574], [-82.045872, 28.602166], [-82.04588, 28.60203], [-82.045904, 28.601874], [-82.04594, 28.60183], [-82.04602, 28.60181], [-82.0461, 28.60182], [-82.04626, 28.60185], [-82.046351, 28.60185], [-82.04651, 28.60185], [-82.046508, 28.602016], [-82.046502, 28.602514], [-82.0465, 28.60268], [-82.046499, 28.602749], [-82.048127, 28.60275], [-82.053923, 28.602761], [-82.054538, 28.602749], [-82.05471, 28.60275], [-82.055561, 28.602733], [-82.058116, 28.602684], [-82.058172, 28.602683], [-82.058172, 28.602797], [-82.058175, 28.603055], [-82.058178, 28.603308], [-82.058824, 28.603311], [-82.058827, 28.603645], [-82.058831, 28.604097], [-82.058831, 28.605156], [-82.058832, 28.606389], [-82.058919, 28.606388], [-82.061161, 28.606391], [-82.061571, 28.606391], [-82.06298, 28.60637], [-82.062992, 28.607104], [-82.063, 28.607579], [-82.06302, 28.60875], [-82.063019, 28.608779], [-82.063003, 28.609157], [-82.062998, 28.609306], [-82.062992, 28.609459], [-82.062217, 28.60949], [-82.062233, 28.609774], [-82.062244, 28.610011], [-82.06138, 28.60998], [-82.061321, 28.609979], [-82.060954, 28.60997], [-82.06094, 28.60997], [-82.06095, 28.61073], [-82.06098, 28.61178], [-82.060918, 28.611783], [-82.059904, 28.611829], [-82.059908, 28.610008], [-82.059908, 28.609952], [-82.059182, 28.609942], [-82.058865, 28.609937], [-82.058863, 28.609999], [-82.058859, 28.610186], [-82.058858, 28.610249], [-82.058863, 28.610771], [-82.058871, 28.612839], [-82.058867, 28.613638], [-82.05887, 28.6137], [-82.05887, 28.614432], [-82.05887, 28.615], [-82.05887, 28.61663], [-82.05888, 28.61736], [-82.05907, 28.617364], [-82.05964, 28.617376], [-82.05983, 28.61738], [-82.059924, 28.61738], [-82.060148, 28.61738], [-82.060146, 28.617003], [-82.060147, 28.616509], [-82.06015, 28.615607], [-82.061339, 28.615606], [-82.061374, 28.6156], [-82.061386, 28.615598], [-82.061386, 28.615555], [-82.061386, 28.615543], [-82.061387, 28.613746], [-82.061386, 28.613691], [-82.062673, 28.613705], [-82.0631, 28.61371], [-82.06372, 28.61371], [-82.06372, 28.613765], [-82.06372, 28.614387], [-82.064375, 28.614389], [-82.064375, 28.613765], [-82.064375, 28.61371], [-82.064512, 28.61371], [-82.06491, 28.61371], [-82.06514, 28.61371], [-82.065148, 28.614453], [-82.065154, 28.615014], [-82.064946, 28.61502], [-82.064508, 28.615023], [-82.064509, 28.615078], [-82.064509, 28.615541], [-82.064508, 28.615596], [-82.065035, 28.615596], [-82.06516, 28.615599], [-82.06516, 28.61564], [-82.06516, 28.616682], [-82.06516, 28.61708], [-82.064947, 28.617081], [-82.064512, 28.617081], [-82.063835, 28.617081], [-82.063835, 28.616794], [-82.063835, 28.616497], [-82.063835, 28.61619], [-82.063834, 28.615753], [-82.063834, 28.615597], [-82.063772, 28.615597], [-82.062721, 28.615598], [-82.062671, 28.615598], [-82.062609, 28.615597], [-82.06261, 28.617083], [-82.06261, 28.617357], [-82.06261, 28.617408], [-82.06272, 28.61741], [-82.062784, 28.61741], [-82.062976, 28.61741], [-82.06304, 28.61741], [-82.063464, 28.617413], [-82.064736, 28.617422], [-82.06516, 28.617426], [-82.06516, 28.618132], [-82.06516, 28.61877], [-82.06516, 28.61913], [-82.06516, 28.61939], [-82.06516, 28.61998], [-82.065162, 28.620253], [-82.06517, 28.62096]]], [[[-82.067228, 28.584534], [-82.06686, 28.5846], [-82.06635, 28.58475], [-82.066329, 28.584757], [-82.06586, 28.58492], [-82.06556, 28.58501], [-82.063962, 28.585268], [-82.06371, 28.58531], [-82.06317, 28.58543], [-82.06305, 28.58552], [-82.06299, 28.58563], [-82.06297, 28.585887], [-82.06297, 28.58743], [-82.062968, 28.587487], [-82.06295, 28.58802], [-82.06298, 28.5889], [-82.06298, 28.58945], [-82.06298, 28.589495], [-82.06299, 28.59039], [-82.062962, 28.591748], [-82.058794, 28.59177], [-82.058783, 28.594247], [-82.057483, 28.594263], [-82.057469, 28.595416], [-82.05698, 28.59542], [-82.056786, 28.595422], [-82.05637, 28.595426], [-82.056145, 28.595429], [-82.056154, 28.58811], [-82.05594, 28.58811], [-82.05526, 28.5881], [-82.05489, 28.58811], [-82.054865, 28.58811], [-82.05471, 28.58811], [-82.05472, 28.58798], [-82.05472, 28.587368], [-82.05472, 28.585142], [-82.05472, 28.5844], [-82.05471, 28.58368], [-82.05471, 28.58249], [-82.054719, 28.581516], [-82.05472, 28.58149], [-82.05472, 28.580796], [-82.066563, 28.580846], [-82.067285, 28.58085], [-82.067228, 28.584534]]]]}, "properties": {"name": "Webster", "median_income": 55000}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-85.652918, 30.96496], [-85.652916, 30.965168], [-85.652737, 30.975566], [-85.652724, 30.976269], [-85.652712, 30.977119], [-85.652708, 30.977275], [-85.652702, 30.977731], [-85.652699, 30.977885], [-85.652688, 30.981148], [-85.652688, 30.981333], [-85.652642, 30.984834], [-85.65264, 30.985123], [-85.652624, 30.986341], [-85.652613, 30.98718], [-85.652613, 30.987276], [-85.652612, 30.98748], [-85.652663, 30.987502], [-85.65271, 30.987597], [-85.65271, 30.987747], [-85.6527, 30.987847], [-85.652688, 30.988065], [-85.652687, 30.988547], [-85.652675, 30.988812], [-85.652673, 30.9893], [-85.652678, 30.989502], [-85.652675, 30.98978], [-85.652677, 30.990273], [-85.652661, 30.990974], [-85.652542, 30.992041], [-85.652469, 30.995693], [-85.652468, 30.995767], [-85.652201, 30.995768], [-85.647524, 30.995796], [-85.647458, 30.995796], [-85.647391, 30.995796], [-85.647242, 30.995797], [-85.647094, 30.995798], [-85.646256, 30.995803], [-85.644397, 30.995814], [-85.636938, 30.995855], [-85.631436, 30.995885], [-85.631474, 30.993018], [-85.631477, 30.992746], [-85.631482, 30.99234], [-85.631534, 30.988911], [-85.631542, 30.987742], [-85.631547, 30.987379], [-85.631574, 30.985659], [-85.631605, 30.983669], [-85.631632, 30.974817], [-85.631627, 30.973084], [-85.631638, 30.972727], [-85.631739, 30.972727], [-85.632709, 30.972733], [-85.63362, 30.972737], [-85.634692, 30.972725], [-85.634973, 30.97271], [-85.635263, 30.972688], [-85.635565, 30.972655], [-85.635858, 30.972612], [-85.63612, 30.972567], [-85.636368, 30.972518], [-85.636612, 30.972462], [-85.637095, 30.972335], [-85.637568, 30.972192], [-85.637795, 30.972113], [-85.638013, 30.972028], [-85.638225, 30.971938], [-85.638614, 30.971764], [-85.63874, 30.971708], [-85.638948, 30.971605], [-85.639157, 30.971495], [-85.639363, 30.971375], [-85.639573, 30.971247], [-85.639651, 30.971196], [-85.63999, 30.970977], [-85.640094, 30.970903], [-85.64019, 30.970835], [-85.640377, 30.970693], [-85.640548, 30.970552], [-85.640675, 30.97044], [-85.640957, 30.970192], [-85.641112, 30.970047], [-85.641265, 30.969897], [-85.641413, 30.969735], [-85.641707, 30.969388], [-85.641852, 30.969205], [-85.642067, 30.96892], [-85.642353, 30.96853], [-85.64265, 30.968138], [-85.642807, 30.967943], [-85.642967, 30.967757], [-85.643133, 30.967573], [-85.643305, 30.967393], [-85.643485, 30.967215], [-85.643672, 30.967043], [-85.64386, 30.966878], [-85.644053, 30.966722], [-85.64504, 30.96604], [-85.645242, 30.965922], [-85.645447, 30.96581], [-85.645865, 30.965607], [-85.646682, 30.965249], [-85.648433, 30.964468], [-85.649153, 30.964158], [-85.651344, 30.963188], [-85.652857, 30.962525], [-85.652934, 30.962491], [-85.652918, 30.96496]]]}, "properties": {"name": "Esto", "median_income": 47917}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-85.631632, 30.974817], [-85.631605, 30.983669], [-85.631574, 30.985659], [-85.631547, 30.987379], [-85.631542, 30.987742], [-85.62963, 30.987698], [-85.628917, 30.987683], [-85.628777, 30.987661], [-85.625594, 30.987486], [-85.624303, 30.987415], [-85.622947, 30.987419], [-85.619812, 30.987442], [-85.619773, 30.987442], [-85.618828, 30.987434], [-85.61857, 30.987432], [-85.617485, 30.987433], [-85.616429, 30.987386], [-85.616033, 30.987369], [-85.614767, 30.987313], [-85.614581, 30.987305], [-85.614581, 30.987069], [-85.614581, 30.987051], [-85.614585, 30.985778], [-85.614586, 30.98552], [-85.614512, 30.984743], [-85.614521, 30.983797], [-85.614491, 30.983644], [-85.61321, 30.983647], [-85.612472, 30.983632], [-85.611861, 30.983635], [-85.611834, 30.981035], [-85.611803, 30.976318], [-85.61193, 30.976316], [-85.612085, 30.976314], [-85.613339, 30.976304], [-85.614493, 30.976294], [-85.614522, 30.974192], [-85.614523, 30.974049], [-85.614526, 30.97386], [-85.614535, 30.973294], [-85.614542, 30.97286], [-85.6179, 30.972933], [-85.618415, 30.972944], [-85.619443, 30.972976], [-85.631627, 30.973084], [-85.631632, 30.974817]]]}, "properties": {"name": "Noma", "median_income": 44333}}, {"type": "Feature", "geometry": {"type": "MultiPolygon", "coordinates": [[[[-85.953886, 30.703971], [-85.949034, 30.706213], [-85.949034, 30.70631], [-85.949045, 30.707328], [-85.944706, 30.707309], [-85.944755, 30.704755], [-85.944786, 30.703987], [-85.944787, 30.703611], [-85.948994, 30.703651], [-85.949033, 30.705446], [-85.952884, 30.703689], [-85.953326, 30.703693], [-85.954483, 30.703704], [-85.953886, 30.703971]]], [[[-85.967423, 30.741434], [-85.966628, 30.7411], [-85.966345, 30.740988], [-85.966143, 30.740913], [-85.965932, 30.740828], [-85.965705, 30.740758], [-85.965577, 30.740728], [-85.965428, 30.740705], [-85.965237, 30.740692], [-85.964924, 30.740692], [-85.963969, 30.740691], [-85.963303, 30.74069], [-85.96312, 30.740702], [-85.962972, 30.740695], [-85.962735, 30.740693], [-85.962493, 30.74068], [-85.96245, 30.740675], [-85.962017, 30.740662], [-85.96182, 30.740653], [-85.961383, 30.740613], [-85.961237, 30.740593], [-85.960501, 30.740537], [-85.959458, 30.740457], [-85.959119, 30.740428], [-85.958897, 30.740435], [-85.958523, 30.74043], [-85.958542, 30.741665], [-85.957421, 30.742154], [-85.956233, 30.742675], [-85.955821, 30.74183], [-85.956911, 30.741263], [-85.956802, 30.741087], [-85.956542, 30.74069], [-85.956367, 30.740444], [-85.955388, 30.74043], [-85.952859, 30.740395], [-85.952161, 30.740387], [-85.946633, 30.740313], [-85.944453, 30.740309], [-85.937884, 30.740329], [-85.936188, 30.740335], [-85.936162, 30.739667], [-85.936043, 30.735846], [-85.9361, 30.733006], [-85.936099, 30.732925], [-85.934238, 30.732903], [-85.928428, 30.732854], [-85.92743, 30.732845], [-85.927392, 30.73502], [-85.927305, 30.740092], [-85.921922, 30.740035], [-85.921557, 30.740029], [-85.918877, 30.739987], [-85.918877, 30.739946], [-85.918879, 30.739717], [-85.918886, 30.738317], [-85.918915, 30.735529], [-85.918907, 30.734243], [-85.918908, 30.733157], [-85.918906, 30.732274], [-85.918938, 30.730031], [-85.918998, 30.725609], [-85.918976, 30.721549], [-85.918756, 30.721644], [-85.918055, 30.721949], [-85.916935, 30.722435], [-85.91447, 30.723517], [-85.910057, 30.725492], [-85.908725, 30.726089], [-85.906318, 30.727168], [-85.905164, 30.727686], [-85.905092, 30.727719], [-85.903231, 30.728536], [-85.902506, 30.728853], [-85.902522, 30.728668], [-85.902543, 30.72841], [-85.902564, 30.728339], [-85.904444, 30.727544], [-85.906079, 30.726796], [-85.908744, 30.72559], [-85.909459, 30.725267], [-85.914208, 30.723129], [-85.916783, 30.721948], [-85.917919, 30.721392], [-85.918304, 30.721204], [-85.918047, 30.721197], [-85.917723, 30.721188], [-85.917532, 30.721183], [-85.917393, 30.721179], [-85.916659, 30.721159], [-85.914524, 30.721125], [-85.914513, 30.720537], [-85.914505, 30.720432], [-85.91447, 30.717934], [-85.917217, 30.717906], [-85.919011, 30.717889], [-85.919038, 30.714366], [-85.919056, 30.712106], [-85.919065, 30.711942], [-85.919207, 30.708853], [-85.919276, 30.706148], [-85.919345, 30.70342], [-85.922249, 30.703432], [-85.92864, 30.703464], [-85.929569, 30.703469], [-85.932386, 30.703495], [-85.934447, 30.703513], [-85.936362, 30.703531], [-85.936351, 30.704424], [-85.936257, 30.710268], [-85.940474, 30.710328], [-85.940545, 30.707257], [-85.942371, 30.707279], [-85.944706, 30.707309], [-85.944762, 30.709453], [-85.944767, 30.709633], [-85.944767, 30.709755], [-85.944767, 30.710412], [-85.944768, 30.71248], [-85.944754, 30.717718], [-85.944755, 30.718242], [-85.948645, 30.718181], [-85.953003, 30.718248], [-85.956231, 30.718345], [-85.958642, 30.718419], [-85.958954, 30.718421], [-85.961296, 30.718451], [-85.961644, 30.718456], [-85.96164, 30.718769], [-85.96163, 30.720821], [-85.961602, 30.725346], [-85.961555, 30.730114], [-85.961534, 30.731942], [-85.961521, 30.733135], [-85.956939, 30.73314], [-85.956912, 30.73451], [-85.956287, 30.734506], [-85.954837, 30.734503], [-85.954644, 30.734503], [-85.95425, 30.734483], [-85.953715, 30.734455], [-85.953579, 30.734449], [-85.95385, 30.734788], [-85.956911, 30.739935], [-85.959192, 30.7399], [-85.960221, 30.739873], [-85.966889, 30.739749], [-85.967423, 30.741434]]]]}, "properties": {"name": "Ponce De Leon", "median_income": 52250}}, {"type": "Feature", "geometry": {"type": "MultiPolygon", "coordinates": [[[[-85.860493, 30.764154], [-85.858808, 30.766643], [-85.858424, 30.766687], [-85.8582, 30.766692], [-85.858003, 30.766714], [-85.857816, 30.76672], [-85.857517, 30.766717], [-85.856989, 30.766708], [-85.856892, 30.76671], [-85.856471, 30.766697], [-85.856229, 30.766694], [-85.856107, 30.766685], [-85.855986, 30.766683], [-85.8558, 30.766649], [-85.85566, 30.766599], [-85.855568, 30.766558], [-85.856827, 30.765112], [-85.857647, 30.764171], [-85.858982, 30.764164], [-85.859208, 30.764163], [-85.860203, 30.764159], [-85.860493, 30.764154]]], [[[-85.868605, 30.791268], [-85.860907, 30.791109], [-85.855937, 30.791007], [-85.852762, 30.790969], [-85.849073, 30.790948], [-85.848066, 30.790914], [-85.847307, 30.790889], [-85.8445, 30.790886], [-85.84425, 30.790886], [-85.837782, 30.790856], [-85.834047, 30.790793], [-85.830621, 30.790737], [-85.830062, 30.790739], [-85.822263, 30.790675], [-85.821693, 30.790598], [-85.821398, 30.790569], [-85.821313, 30.790489], [-85.820531, 30.78975], [-85.819633, 30.788582], [-85.819524, 30.788441], [-85.818559, 30.786429], [-85.818283, 30.786011], [-85.818189, 30.785869], [-85.817564, 30.785042], [-85.817421, 30.784879], [-85.816399, 30.783782], [-85.816361, 30.782555], [-85.816839, 30.78183], [-85.817459, 30.781395], [-85.818129, 30.780842], [-85.81853, 30.780511], [-85.818636, 30.779744], [-85.819471, 30.779074], [-85.820634, 30.778986], [-85.821318, 30.779005], [-85.821908, 30.779021], [-85.822591, 30.778881], [-85.823458, 30.778432], [-85.824651, 30.777614], [-85.826445, 30.776506], [-85.82672, 30.77626], [-85.826972, 30.775951], [-85.827249, 30.775609], [-85.82769, 30.774889], [-85.828644, 30.772796], [-85.829003, 30.772009], [-85.830208, 30.768557], [-85.830404, 30.76732], [-85.830472, 30.766889], [-85.83052, 30.765715], [-85.82981, 30.764018], [-85.829479, 30.763631], [-85.828866, 30.762914], [-85.828253, 30.762197], [-85.828094, 30.761941], [-85.828108, 30.76174], [-85.828135, 30.761367], [-85.828252, 30.760959], [-85.828455, 30.76068], [-85.828571, 30.760521], [-85.828754, 30.760342], [-85.828938, 30.760162], [-85.829045, 30.760057], [-85.83031, 30.759978], [-85.831813, 30.760285], [-85.832196, 30.759991], [-85.83248, 30.759583], [-85.832518, 30.759224], [-85.832544, 30.75869], [-85.832537, 30.758504], [-85.832385, 30.75782], [-85.831934, 30.757083], [-85.831102, 30.756529], [-85.83058, 30.756194], [-85.829909, 30.755742], [-85.829879, 30.755712], [-85.829771, 30.755572], [-85.829717, 30.755505], [-85.829664, 30.755438], [-85.829383, 30.755086], [-85.828496, 30.753928], [-85.827889, 30.75286], [-85.827742, 30.752492], [-85.827737, 30.752245], [-85.827835, 30.752056], [-85.827946, 30.751843], [-85.828354, 30.751714], [-85.830591, 30.751641], [-85.831979, 30.750988], [-85.832021, 30.750968], [-85.832743, 30.750477], [-85.833018, 30.75], [-85.833004, 30.749798], [-85.832938, 30.749649], [-85.832832, 30.749408], [-85.832534, 30.748683], [-85.832204, 30.748434], [-85.831723, 30.748292], [-85.831076, 30.748274], [-85.830512, 30.748274], [-85.829634, 30.748124], [-85.828758, 30.747702], [-85.827869, 30.747507], [-85.827744, 30.74741], [-85.827033, 30.746858], [-85.826753, 30.746197], [-85.826734, 30.745322], [-85.826889, 30.745326], [-85.827247, 30.745327], [-85.832946, 30.745307], [-85.849291, 30.745254], [-85.851084, 30.745247], [-85.852081, 30.745243], [-85.854763, 30.745235], [-85.859598, 30.745221], [-85.861386, 30.745206], [-85.862571, 30.745206], [-85.863096, 30.745212], [-85.863214, 30.745211], [-85.863486, 30.745206], [-85.863875, 30.745204], [-85.864198, 30.745203], [-85.864335, 30.745203], [-85.865078, 30.7452], [-85.868283, 30.745188], [-85.868278, 30.746144], [-85.868277, 30.746499], [-85.868274, 30.746975], [-85.868045, 30.750188], [-85.868041, 30.7514], [-85.868041, 30.751623], [-85.868029, 30.756683], [-85.868025, 30.757148], [-85.867997, 30.759935], [-85.867963, 30.76166], [-85.867763, 30.761657], [-85.867373, 30.761635], [-85.866911, 30.761602], [-85.866123, 30.761547], [-85.864192, 30.761448], [-85.863845, 30.761445], [-85.863477, 30.761457], [-85.863235, 30.761477], [-85.862997, 30.761503], [-85.862765, 30.761537], [-85.862425, 30.761597], [-85.862207, 30.761648], [-85.861898, 30.76173], [-85.861782, 30.761764], [-85.859999, 30.761742], [-85.859065, 30.761729], [-85.858086, 30.761719], [-85.853016, 30.761659], [-85.852676, 30.761655], [-85.852323, 30.761643], [-85.852287, 30.762672], [-85.852253, 30.762762], [-85.8522, 30.762942], [-85.85216, 30.76312], [-85.852133, 30.76331], [-85.852035, 30.764565], [-85.85202, 30.764819], [-85.852003, 30.76511], [-85.851965, 30.765653], [-85.851917, 30.766195], [-85.85179, 30.767095], [-85.851727, 30.767457], [-85.851707, 30.767599], [-85.852023, 30.767595], [-85.852143, 30.767595], [-85.852279, 30.767592], [-85.852374, 30.76759], [-85.852888, 30.767583], [-85.852963, 30.767492], [-85.853178, 30.767505], [-85.853294, 30.767485], [-85.853378, 30.76747], [-85.853433, 30.767467], [-85.853493, 30.76747], [-85.85365, 30.7675], [-85.853707, 30.767517], [-85.853758, 30.767537], [-85.85383, 30.767557], [-85.856565, 30.767552], [-85.856985, 30.767552], [-85.860953, 30.767547], [-85.861244, 30.767546], [-85.861536, 30.767546], [-85.868373, 30.767538], [-85.868416, 30.770252], [-85.868533, 30.77752], [-85.868572, 30.779892], [-85.86857, 30.780393], [-85.868605, 30.791268]]]]}, "properties": {"name": "Westville", "median_income": 68056}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-80.114682, 26.591379], [-80.114667, 26.592052], [-80.114652, 26.592701], [-80.114634, 26.593549], [-80.114544, 26.595172], [-80.114504, 26.596081], [-80.114508, 26.596353], [-80.114456, 26.597287], [-80.11443, 26.59756], [-80.114415, 26.598025], [-80.114384, 26.599082], [-80.114348, 26.600047], [-80.114296, 26.601141], [-80.114276, 26.601433], [-80.114229, 26.602168], [-80.114209, 26.602359], [-80.114167, 26.603419], [-80.114157, 26.603683], [-80.114147, 26.604191], [-80.114142, 26.604506], [-80.114115, 26.605964], [-80.113938, 26.605951], [-80.113819, 26.605942], [-80.112961, 26.605895], [-80.112964, 26.605819], [-80.112974, 26.605542], [-80.112976, 26.605489], [-80.112993, 26.605014], [-80.113004, 26.604721], [-80.113024, 26.604553], [-80.113034, 26.60447], [-80.113034, 26.604385], [-80.113015, 26.604384], [-80.112929, 26.604379], [-80.111998, 26.604328], [-80.112029, 26.603583], [-80.105939, 26.603247], [-80.103915, 26.603158], [-80.103653, 26.603146], [-80.10187, 26.603067], [-80.099835, 26.602977], [-80.097802, 26.602887], [-80.095759, 26.602797], [-80.095094, 26.602768], [-80.092997, 26.602675], [-80.091699, 26.602618], [-80.091686, 26.602695], [-80.091681, 26.60308], [-80.091668, 26.603431], [-80.090679, 26.603388], [-80.089604, 26.60334], [-80.089649, 26.60255], [-80.089712, 26.600955], [-80.089739, 26.600644], [-80.089786, 26.600292], [-80.089855, 26.599923], [-80.089933, 26.599597], [-80.090026, 26.599275], [-80.090134, 26.598956], [-80.090257, 26.598642], [-80.090395, 26.598332], [-80.090547, 26.598028], [-80.090713, 26.597731], [-80.090893, 26.597439], [-80.091697, 26.596235], [-80.092798, 26.594581], [-80.092941, 26.594345], [-80.093097, 26.594063], [-80.093248, 26.593759], [-80.093401, 26.59341], [-80.093521, 26.593095], [-80.093627, 26.592776], [-80.093717, 26.592453], [-80.093792, 26.592127], [-80.093852, 26.591798], [-80.093896, 26.591467], [-80.093922, 26.591176], [-80.093937, 26.590844], [-80.093969, 26.588164], [-80.096584, 26.588241], [-80.098746, 26.588304], [-80.103109, 26.588431], [-80.103234, 26.588435], [-80.105173, 26.588492], [-80.10553, 26.588502], [-80.106694, 26.588537], [-80.109865, 26.58863], [-80.112636, 26.588713], [-80.112632, 26.588832], [-80.112572, 26.590444], [-80.112638, 26.590448], [-80.113145, 26.590469], [-80.11319, 26.590471], [-80.113235, 26.590473], [-80.113279, 26.590475], [-80.113324, 26.590476], [-80.113414, 26.59048], [-80.113459, 26.590482], [-80.113907, 26.590501], [-80.114361, 26.590519], [-80.114436, 26.59052], [-80.114631, 26.590522], [-80.11465, 26.590697], [-80.114666, 26.590888], [-80.11468, 26.59106], [-80.114688, 26.591164], [-80.114682, 26.591379]]]}, "properties": {"name": "Atlantis", "median_income": 111750}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-80.171274, 26.409311], [-80.171067, 26.409359], [-80.170907, 26.409359], [-80.161047, 26.40937], [-80.161047, 26.409465], [-80.160383, 26.409453], [-80.152604, 26.40947], [-80.150483, 26.409457], [-80.147963, 26.409456], [-80.146575, 26.409457], [-80.14643, 26.409454], [-80.146314, 26.409452], [-80.146331, 26.41052], [-80.146361, 26.412833], [-80.146362, 26.412876], [-80.146367, 26.413256], [-80.146413, 26.416706], [-80.146415, 26.416818], [-80.141233, 26.416834], [-80.14021, 26.416833], [-80.140135, 26.416833], [-80.140085, 26.416833], [-80.140049, 26.416833], [-80.13996, 26.409835], [-80.139956, 26.409493], [-80.139956, 26.409458], [-80.139846, 26.409458], [-80.138805, 26.409466], [-80.138078, 26.409524], [-80.131671, 26.409569], [-80.131647, 26.409569], [-80.131574, 26.409559], [-80.130722, 26.409531], [-80.130336, 26.409534], [-80.129666, 26.40954], [-80.121841, 26.409602], [-80.12162, 26.409606], [-80.112507, 26.409662], [-80.102483, 26.409726], [-80.099217, 26.409746], [-80.099448, 26.41155], [-80.099493, 26.411794], [-80.099564, 26.412209], [-80.099581, 26.412359], [-80.099614, 26.41263], [-80.099586, 26.413464], [-80.099556, 26.413882], [-80.099495, 26.414293], [-80.099473, 26.414897], [-80.099379, 26.415106], [-80.099353, 26.41535], [-80.099335, 26.415592], [-80.099227, 26.417161], [-80.099381, 26.423363], [-80.099394, 26.423869], [-80.09941, 26.424552], [-80.099078, 26.424551], [-80.093812, 26.424546], [-80.092288, 26.424561], [-80.090721, 26.424563], [-80.090493, 26.424563], [-80.09026, 26.424563], [-80.089844, 26.424564], [-80.089693, 26.424561], [-80.088688, 26.424565], [-80.084847, 26.424555], [-80.081525, 26.424546], [-80.079318, 26.424541], [-80.07926, 26.424527], [-80.079202, 26.424511], [-80.079146, 26.424492], [-80.07909, 26.424472], [-80.079035, 26.424451], [-80.078981, 26.424427], [-80.078927, 26.424401], [-80.078875, 26.424374], [-80.078825, 26.424345], [-80.078775, 26.424314], [-80.078727, 26.424282], [-80.07868, 26.424248], [-80.078635, 26.424212], [-80.078591, 26.424175], [-80.078548, 26.424136], [-80.078508, 26.424096], [-80.077559, 26.423129], [-80.077523, 26.423094], [-80.07748, 26.423055], [-80.077436, 26.423018], [-80.07739, 26.422983], [-80.077342, 26.422949], [-80.077293, 26.422917], [-80.077243, 26.422886], [-80.077192, 26.422858], [-80.077139, 26.422831], [-80.077085, 26.422806], [-80.07703, 26.422784], [-80.076953, 26.422756], [-80.076917, 26.422744], [-80.07686, 26.422727], [-80.076801, 26.422713], [-80.076743, 26.4227], [-80.076683, 26.42269], [-80.076527, 26.422663], [-80.07634, 26.422631], [-80.074061, 26.422243], [-80.073879, 26.422219], [-80.073741, 26.422201], [-80.073271, 26.422071], [-80.072859, 26.421865], [-80.072564, 26.421655], [-80.071898, 26.421119], [-80.071376, 26.420738], [-80.070936, 26.420651], [-80.069211, 26.420645], [-80.066056, 26.420555], [-80.065546, 26.42055], [-80.065651, 26.420382], [-80.06753, 26.415235], [-80.067789, 26.414406], [-80.067954, 26.412055], [-80.06802, 26.411125], [-80.068182, 26.409946], [-80.068308, 26.409038], [-80.068556, 26.407998], [-80.068878, 26.407119], [-80.06893, 26.406626], [-80.06874, 26.405567], [-80.068668, 26.405169], [-80.068476, 26.404359], [-80.068383, 26.403647], [-80.068485, 26.402963], [-80.068593, 26.402626], [-80.068988, 26.401884], [-80.069786, 26.400396], [-80.070201, 26.399579], [-80.070304, 26.39827], [-80.070499, 26.39565], [-80.070544, 26.394988], [-80.070586, 26.394278], [-80.070665, 26.393088], [-80.070764, 26.391053], [-80.070777, 26.390888], [-80.070174, 26.390896], [-80.068483, 26.390915], [-80.066905, 26.390946], [-80.066047, 26.390908], [-80.062092, 26.390958], [-80.064279, 26.360675], [-80.064994, 26.350965], [-80.065014, 26.350773], [-80.065964, 26.335955], [-80.066002, 26.335726], [-80.068469, 26.320956], [-80.069387, 26.320956], [-80.070493, 26.320956], [-80.072145, 26.320956], [-80.073064, 26.320956], [-80.073398, 26.320974], [-80.074402, 26.321031], [-80.074737, 26.32105], [-80.074835, 26.321032], [-80.075264, 26.320956], [-80.075716, 26.320927], [-80.075733, 26.32091], [-80.075788, 26.320915], [-80.076757, 26.32089], [-80.076801, 26.320886], [-80.076948, 26.320889], [-80.077777, 26.320857], [-80.079383, 26.320779], [-80.079562, 26.320957], [-80.079764, 26.320928], [-80.079937, 26.320904], [-80.080522, 26.320814], [-80.080539, 26.320813], [-80.080593, 26.320811], [-80.080612, 26.320811], [-80.081384, 26.32084], [-80.081423, 26.320851], [-80.081677, 26.320862], [-80.081795, 26.320858], [-80.082153, 26.320847], [-80.082272, 26.320844], [-80.082432, 26.320839], [-80.082915, 26.320827], [-80.083076, 26.320823], [-80.083361, 26.320815], [-80.084219, 26.320794], [-80.084505, 26.320788], [-80.08485, 26.320781], [-80.085634, 26.320765], [-80.085888, 26.320761], [-80.086234, 26.320755], [-80.086494, 26.320755], [-80.087274, 26.320755], [-80.087535, 26.320756], [-80.087609, 26.320756], [-80.087831, 26.320756], [-80.087905, 26.320756], [-80.087907, 26.320772], [-80.087994, 26.320854], [-80.088045, 26.320902], [-80.088234, 26.321089], [-80.08828, 26.321148], [-80.088364, 26.321256], [-80.088419, 26.321326], [-80.088424, 26.321338], [-80.088528, 26.321599], [-80.088534, 26.321626], [-80.088544, 26.321671], [-80.088547, 26.321728], [-80.088548, 26.321743], [-80.088621, 26.321827], [-80.088647, 26.321857], [-80.088757, 26.322008], [-80.088776, 26.32204], [-80.088807, 26.322107], [-80.08882, 26.322147], [-80.088861, 26.322268], [-80.088889, 26.322352], [-80.0889, 26.322385], [-80.088923, 26.322493], [-80.088935, 26.322613], [-80.088945, 26.322702], [-80.08895, 26.322746], [-80.088948, 26.322819], [-80.088941, 26.322863], [-80.088921, 26.322999], [-80.088928, 26.323033], [-80.088945, 26.323066], [-80.088971, 26.323134], [-80.089026, 26.32333], [-80.08907, 26.323486], [-80.089068, 26.323523], [-80.089055, 26.323578], [-80.089029, 26.323701], [-80.089028, 26.323857], [-80.089028, 26.323951], [-80.089028, 26.323992], [-80.08904, 26.324137], [-80.089037, 26.324173], [-80.088999, 26.324357], [-80.089134, 26.324693], [-80.089253, 26.324848], [-80.089499, 26.325042], [-80.090095, 26.325336], [-80.090778, 26.325546], [-80.090909, 26.325607], [-80.090954, 26.325635], [-80.091044, 26.325706], [-80.091144, 26.325765], [-80.091254, 26.325809], [-80.091369, 26.325956], [-80.091419, 26.326013], [-80.091447, 26.326039], [-80.09155, 26.326092], [-80.091624, 26.32612], [-80.09165, 26.326148], [-80.091709, 26.326197], [-80.091872, 26.326315], [-80.091929, 26.326352], [-80.091966, 26.326361], [-80.092046, 26.326354], [-80.092244, 26.32636], [-80.092442, 26.326352], [-80.09257, 26.326337], [-80.092661, 26.32632], [-80.0927, 26.326327], [-80.092744, 26.326314], [-80.092774, 26.326304], [-80.092851, 26.326282], [-80.092864, 26.326276], [-80.092893, 26.326263], [-80.092989, 26.32621], [-80.093108, 26.326114], [-80.093135, 26.326092], [-80.093656, 26.325697], [-80.093849, 26.325557], [-80.093874, 26.32554], [-80.093908, 26.325521], [-80.094001, 26.325453], [-80.094057, 26.325402], [-80.094088, 26.32538], [-80.094127, 26.325372], [-80.094178, 26.325356], [-80.09424, 26.325339], [-80.094311, 26.325306], [-80.094442, 26.325263], [-80.094461, 26.325257], [-80.094493, 26.325239], [-80.09452, 26.325214], [-80.094549, 26.325187], [-80.09458, 26.325164], [-80.094646, 26.325124], [-80.094822, 26.32504], [-80.094882, 26.324992], [-80.095327, 26.324513], [-80.09537, 26.324467], [-80.095431, 26.324419], [-80.095456, 26.324394], [-80.095491, 26.324329], [-80.095532, 26.324266], [-80.095633, 26.324154], [-80.095689, 26.32398], [-80.095745, 26.323844], [-80.09581, 26.323635], [-80.095945, 26.323293], [-80.096076, 26.32295], [-80.09613, 26.322853], [-80.09619, 26.322759], [-80.096248, 26.322624], [-80.096342, 26.322463], [-80.096367, 26.322435], [-80.096433, 26.322395], [-80.096504, 26.322362], [-80.096616, 26.322326], [-80.096655, 26.322317], [-80.096853, 26.322318], [-80.096932, 26.322323], [-80.097011, 26.322318], [-80.09709, 26.3223], [-80.097127, 26.322305], [-80.097195, 26.322344], [-80.097217, 26.322352], [-80.097231, 26.322358], [-80.097271, 26.322359], [-80.097349, 26.322372], [-80.09777, 26.322476], [-80.097925, 26.322509], [-80.098155, 26.322566], [-80.098268, 26.322599], [-80.098616, 26.322694], [-80.098823, 26.322834], [-80.098905, 26.323019], [-80.099034, 26.323171], [-80.099141, 26.323468], [-80.099126, 26.323797], [-80.098932, 26.324097], [-80.098535, 26.324692], [-80.098514, 26.324729], [-80.098403, 26.32488], [-80.098429, 26.324949], [-80.098454, 26.325092], [-80.09845, 26.325201], [-80.098433, 26.325309], [-80.09839, 26.325431], [-80.098373, 26.325482], [-80.098359, 26.325554], [-80.09834, 26.325735], [-80.098311, 26.325914], [-80.098311, 26.325951], [-80.098326, 26.326059], [-80.098324, 26.326131], [-80.098331, 26.326203], [-80.098358, 26.326504], [-80.098437, 26.32673], [-80.09856, 26.32697], [-80.098776, 26.327255], [-80.098982, 26.327496], [-80.099241, 26.327637], [-80.099417, 26.327677], [-80.099611, 26.327734], [-80.099791, 26.32777], [-80.099988, 26.32778], [-80.101923, 26.327801], [-80.102331, 26.327809], [-80.10269, 26.327807], [-80.102767, 26.327807], [-80.103362, 26.327821], [-80.103758, 26.327837], [-80.104511, 26.327839], [-80.104828, 26.327851], [-80.104993, 26.327853], [-80.105621, 26.327864], [-80.105761, 26.327863], [-80.106063, 26.32786], [-80.106295, 26.327859], [-80.106731, 26.327863], [-80.10697, 26.327863], [-80.107273, 26.327863], [-80.107632, 26.327863], [-80.108708, 26.327863], [-80.109068, 26.327864], [-80.109079, 26.327864], [-80.109114, 26.327864], [-80.109126, 26.327864], [-80.109434, 26.327864], [-80.11014, 26.327865], [-80.110359, 26.327863], [-80.110668, 26.327862], [-80.110688, 26.327862], [-80.110748, 26.327862], [-80.110769, 26.327862], [-80.111971, 26.327855], [-80.113273, 26.327849], [-80.115309, 26.327851], [-80.115579, 26.327849], [-80.115824, 26.327848], [-80.11634, 26.327852], [-80.116578, 26.327843], [-80.116782, 26.327845], [-80.116909, 26.327846], [-80.117036, 26.327847], [-80.117053, 26.327847], [-80.117337, 26.327841], [-80.117413, 26.32784], [-80.11745, 26.327839], [-80.11892, 26.32781], [-80.118963, 26.327809], [-80.119456, 26.327801], [-80.120125, 26.327791], [-80.120189, 26.32779], [-80.120378, 26.327784], [-80.120442, 26.327783], [-80.121098, 26.327734], [-80.124115, 26.327743], [-80.125237, 26.327751], [-80.126458, 26.327753], [-80.127989, 26.327706], [-80.128034, 26.327704], [-80.128139, 26.327701], [-80.128334, 26.327718], [-80.128337, 26.327854], [-80.128329, 26.328001], [-80.128497, 26.331936], [-80.128504, 26.332378], [-80.128588, 26.337938], [-80.12864, 26.341178], [-80.128683, 26.344094], [-80.128765, 26.350384], [-80.128818, 26.350648], [-80.129271, 26.350649], [-80.134439, 26.350657], [-80.137446, 26.350661], [-80.137602, 26.350659], [-80.137594, 26.351073], [-80.137572, 26.351106], [-80.137553, 26.351302], [-80.137549, 26.351507], [-80.13756, 26.351712], [-80.13756, 26.35182], [-80.137564, 26.351862], [-80.137587, 26.351964], [-80.137598, 26.35206], [-80.137595, 26.352228], [-80.137568, 26.352364], [-80.13757, 26.352499], [-80.137574, 26.352863], [-80.137579, 26.35293], [-80.137487, 26.353396], [-80.137502, 26.354914], [-80.137538, 26.357792], [-80.146717, 26.357641], [-80.14862, 26.35761], [-80.151246, 26.357566], [-80.153605, 26.357523], [-80.153612, 26.357771], [-80.153606, 26.35804], [-80.153585, 26.358307], [-80.153547, 26.358574], [-80.153495, 26.358838], [-80.153449, 26.359014], [-80.153427, 26.3591], [-80.153344, 26.359358], [-80.153217, 26.359686], [-80.153134, 26.359873], [-80.153107, 26.359937], [-80.152983, 26.360183], [-80.152844, 26.360423], [-80.15257, 26.360847], [-80.152367, 26.361124], [-80.152222, 26.361304], [-80.152097, 26.36145], [-80.151886, 26.361676], [-80.151806, 26.361754], [-80.151663, 26.361893], [-80.151621, 26.36193], [-80.15143, 26.362101], [-80.151349, 26.362166], [-80.15352, 26.362651], [-80.153558, 26.364992], [-80.160377, 26.36495], [-80.162169, 26.364938], [-80.163232, 26.364927], [-80.164484, 26.364913], [-80.16616, 26.364895], [-80.16617, 26.365398], [-80.166315, 26.365766], [-80.166434, 26.367299], [-80.166449, 26.368485], [-80.166242, 26.368562], [-80.166091, 26.368588], [-80.166028, 26.368597], [-80.165783, 26.368631], [-80.165492, 26.368657], [-80.165264, 26.368668], [-80.165191, 26.368671], [-80.159827, 26.368693], [-80.158758, 26.368697], [-80.154216, 26.368716], [-80.153773, 26.368718], [-80.153273, 26.368724], [-80.145738, 26.368824], [-80.145753, 26.370738], [-80.145766, 26.372317], [-80.145789, 26.375263], [-80.145808, 26.37772], [-80.145812, 26.378229], [-80.14582, 26.378699], [-80.145841, 26.37897], [-80.145897, 26.37937], [-80.145915, 26.379457], [-80.145942, 26.379583], [-80.145961, 26.379642], [-80.146032, 26.379868], [-80.146145, 26.380207], [-80.146396, 26.380842], [-80.146663, 26.381271], [-80.146872, 26.381678], [-80.147046, 26.382085], [-80.1471, 26.382237], [-80.14721, 26.382547], [-80.147279, 26.382909], [-80.147314, 26.383179], [-80.147316, 26.383208], [-80.147332, 26.383436], [-80.15422, 26.38339], [-80.154304, 26.386955], [-80.154316, 26.38753], [-80.154377, 26.39081], [-80.15467, 26.390809], [-80.156401, 26.390803], [-80.156476, 26.394294], [-80.15661, 26.394294], [-80.15681, 26.394294], [-80.170713, 26.394294], [-80.170869, 26.394292], [-80.17103, 26.39429], [-80.171033, 26.394446], [-80.171101, 26.397804], [-80.171113, 26.398051], [-80.171122, 26.398409], [-80.171184, 26.401256], [-80.171192, 26.401853], [-80.171266, 26.406873], [-80.171254, 26.407168], [-80.171266, 26.408765], [-80.171274, 26.409311]]]}, "properties": {"name": "Boca Raton", "median_income": 102722}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-80.13029, 26.439218], [-80.130048, 26.439234], [-80.129062, 26.439299], [-80.12865, 26.439301], [-80.126254, 26.439316], [-80.126243, 26.43915], [-80.126244, 26.439054], [-80.126245, 26.438957], [-80.12629, 26.438804], [-80.12639, 26.438658], [-80.126564, 26.438524], [-80.126818, 26.438366], [-80.126914, 26.438211], [-80.12695, 26.43799], [-80.126951, 26.437365], [-80.125063, 26.437367], [-80.12506, 26.439052], [-80.125056, 26.439317], [-80.124991, 26.439317], [-80.122325, 26.439243], [-80.122352, 26.442871], [-80.122424, 26.444671], [-80.122441, 26.445885], [-80.122457, 26.446498], [-80.122459, 26.446581], [-80.122544, 26.450668], [-80.122566, 26.451894], [-80.122575, 26.452087], [-80.123353, 26.45208], [-80.123417, 26.45208], [-80.123455, 26.453842], [-80.123517, 26.453843], [-80.124636, 26.45385], [-80.126591, 26.45384], [-80.126592, 26.454261], [-80.126598, 26.456303], [-80.127609, 26.456299], [-80.127609, 26.45638], [-80.127616, 26.457811], [-80.126633, 26.457817], [-80.126587, 26.457817], [-80.126585, 26.45961], [-80.125566, 26.459631], [-80.125562, 26.461471], [-80.125562, 26.461542], [-80.125561, 26.463474], [-80.122731, 26.463531], [-80.122731, 26.463656], [-80.122759, 26.464443], [-80.122759, 26.464556], [-80.122728, 26.464832], [-80.122754, 26.465354], [-80.122749, 26.465513], [-80.123299, 26.4655], [-80.123457, 26.465496], [-80.125468, 26.465441], [-80.125618, 26.465437], [-80.125972, 26.465428], [-80.126581, 26.465414], [-80.12658, 26.466518], [-80.125975, 26.466487], [-80.125795, 26.46649], [-80.12491, 26.466506], [-80.12476, 26.466509], [-80.123944, 26.466524], [-80.123948, 26.466582], [-80.123949, 26.466948], [-80.123946, 26.467345], [-80.124541, 26.467335], [-80.124539, 26.468817], [-80.12454, 26.469125], [-80.124541, 26.469231], [-80.122589, 26.469259], [-80.122586, 26.469316], [-80.122603, 26.469448], [-80.122625, 26.47027], [-80.122647, 26.471587], [-80.12263, 26.472975], [-80.12268, 26.474265], [-80.122683, 26.474749], [-80.122682, 26.474823], [-80.122822, 26.474818], [-80.123895, 26.474806], [-80.123899, 26.475147], [-80.123907, 26.475825], [-80.123914, 26.476081], [-80.122652, 26.476094], [-80.12265, 26.476553], [-80.122639, 26.477109], [-80.122647, 26.477259], [-80.122464, 26.477259], [-80.122372, 26.477259], [-80.122222, 26.477257], [-80.121927, 26.477252], [-80.12153, 26.477246], [-80.121539, 26.477778], [-80.121545, 26.478504], [-80.120529, 26.478493], [-80.119719, 26.478483], [-80.119513, 26.478481], [-80.119531, 26.480315], [-80.120148, 26.480326], [-80.120545, 26.480332], [-80.122403, 26.48036], [-80.122487, 26.48036], [-80.122489, 26.480816], [-80.122505, 26.481752], [-80.122513, 26.482582], [-80.122513, 26.483294], [-80.12252, 26.483665], [-80.122526, 26.48404], [-80.122387, 26.484047], [-80.118887, 26.483973], [-80.118589, 26.483966], [-80.118543, 26.483965], [-80.115474, 26.4839], [-80.115284, 26.483896], [-80.114521, 26.483882], [-80.113565, 26.483852], [-80.113489, 26.483849], [-80.112895, 26.483841], [-80.10853, 26.483738], [-80.106268, 26.483685], [-80.105897, 26.483688], [-80.103996, 26.483705], [-80.103915, 26.483703], [-80.100484, 26.483733], [-80.099193, 26.483745], [-80.098151, 26.483754], [-80.094928, 26.483782], [-80.09394, 26.48379], [-80.090662, 26.483828], [-80.089854, 26.48381], [-80.086131, 26.483806], [-80.085162, 26.483814], [-80.084718, 26.483817], [-80.084554, 26.483819], [-80.08441, 26.483821], [-80.084092, 26.483824], [-80.082618, 26.483835], [-80.081954, 26.48384], [-80.079923, 26.483845], [-80.079532, 26.483842], [-80.079527, 26.485473], [-80.079529, 26.485669], [-80.07953, 26.485745], [-80.079533, 26.485943], [-80.079497, 26.486089], [-80.079425, 26.48619], [-80.079356, 26.486238], [-80.07926, 26.486249], [-80.079232, 26.486252], [-80.079191, 26.486257], [-80.079164, 26.48626], [-80.079098, 26.486267], [-80.079059, 26.486272], [-80.078997, 26.486279], [-80.078914, 26.486288], [-80.078869, 26.486293], [-80.078804, 26.486331], [-80.078704, 26.486387], [-80.078677, 26.486281], [-80.077973, 26.486285], [-80.077605, 26.486288], [-80.077246, 26.486291], [-80.077248, 26.486488], [-80.077249, 26.48665], [-80.077251, 26.486975], [-80.077254, 26.487474], [-80.075424, 26.487484], [-80.075428, 26.48805], [-80.075442, 26.489571], [-80.075449, 26.490355], [-80.075449, 26.49041], [-80.075451, 26.490696], [-80.075452, 26.490846], [-80.075318, 26.490849], [-80.075141, 26.490853], [-80.075113, 26.490854], [-80.074839, 26.49086], [-80.074448, 26.490869], [-80.074367, 26.490871], [-80.074405, 26.491042], [-80.07443, 26.491202], [-80.074454, 26.491354], [-80.074458, 26.49139], [-80.074368, 26.491394], [-80.071347, 26.491429], [-80.071347, 26.491454], [-80.071272, 26.491389], [-80.068872, 26.491417], [-80.066161, 26.491439], [-80.066082, 26.491481], [-80.065986, 26.491482], [-80.065932, 26.491482], [-80.065711, 26.491483], [-80.065554, 26.491484], [-80.065574, 26.49133], [-80.065607, 26.491115], [-80.065633, 26.490944], [-80.065452, 26.490912], [-80.064562, 26.490678], [-80.063778, 26.49046], [-80.063633, 26.490424], [-80.063481, 26.490391], [-80.06325, 26.490325], [-80.063162, 26.487355], [-80.063154, 26.486601], [-80.063059, 26.483938], [-80.063061, 26.483902], [-80.062888, 26.483903], [-80.061372, 26.483908], [-80.061238, 26.483909], [-80.060855, 26.483908], [-80.060621, 26.483905], [-80.060664, 26.483643], [-80.061862, 26.475561], [-80.061898, 26.475396], [-80.061303, 26.475389], [-80.061212, 26.475387], [-80.061167, 26.475387], [-80.061118, 26.475386], [-80.06087, 26.475384], [-80.060813, 26.475384], [-80.060689, 26.475383], [-80.059219, 26.475348], [-80.059219, 26.475373], [-80.05922, 26.475436], [-80.058749, 26.475436], [-80.05875, 26.475665], [-80.056765, 26.475677], [-80.056766, 26.475819], [-80.05665, 26.475815], [-80.056636, 26.475815], [-80.056279, 26.475817], [-80.055862, 26.47582], [-80.055194, 26.475825], [-80.055214, 26.475686], [-80.055233, 26.47554], [-80.055871, 26.470921], [-80.056063, 26.469527], [-80.057139, 26.461697], [-80.057299, 26.460573], [-80.057583, 26.45852], [-80.057783, 26.457067], [-80.05816, 26.454326], [-80.058482, 26.451999], [-80.059634, 26.443407], [-80.059704, 26.443145], [-80.060311, 26.438632], [-80.060744, 26.435632], [-80.061221, 26.432142], [-80.061447, 26.432139], [-80.062255, 26.432126], [-80.063397, 26.432131], [-80.06424, 26.432133], [-80.064574, 26.43212], [-80.064697, 26.43212], [-80.06469, 26.430114], [-80.064764, 26.427118], [-80.064781, 26.426452], [-80.064777, 26.425764], [-80.064774, 26.425197], [-80.064941, 26.423621], [-80.065456, 26.420952], [-80.065546, 26.42055], [-80.066056, 26.420555], [-80.069211, 26.420645], [-80.070936, 26.420651], [-80.071376, 26.420738], [-80.071898, 26.421119], [-80.072564, 26.421655], [-80.072859, 26.421865], [-80.073271, 26.422071], [-80.073741, 26.422201], [-80.073879, 26.422219], [-80.074061, 26.422243], [-80.07634, 26.422631], [-80.076527, 26.422663], [-80.076683, 26.42269], [-80.076743, 26.4227], [-80.076801, 26.422713], [-80.07686, 26.422727], [-80.076917, 26.422744], [-80.076953, 26.422756], [-80.07703, 26.422784], [-80.077085, 26.422806], [-80.077139, 26.422831], [-80.077192, 26.422858], [-80.077243, 26.422886], [-80.077293, 26.422917], [-80.077342, 26.422949], [-80.07739, 26.422983], [-80.077436, 26.423018], [-80.07748, 26.423055], [-80.077523, 26.423094], [-80.077559, 26.423129], [-80.078508, 26.424096], [-80.078548, 26.424136], [-80.078591, 26.424175], [-80.078635, 26.424212], [-80.07868, 26.424248], [-80.078727, 26.424282], [-80.078775, 26.424314], [-80.078825, 26.424345], [-80.078875, 26.424374], [-80.078927, 26.424401], [-80.078981, 26.424427], [-80.079035, 26.424451], [-80.07909, 26.424472], [-80.079146, 26.424492], [-80.079202, 26.424511], [-80.07926, 26.424527], [-80.079318, 26.424541], [-80.081525, 26.424546], [-80.084847, 26.424555], [-80.088688, 26.424565], [-80.089693, 26.424561], [-80.089844, 26.424564], [-80.09026, 26.424563], [-80.090493, 26.424563], [-80.090721, 26.424563], [-80.092288, 26.424561], [-80.093812, 26.424546], [-80.099078, 26.424551], [-80.09941, 26.424552], [-80.105632, 26.424537], [-80.106189, 26.42453], [-80.119084, 26.424382], [-80.120207, 26.424369], [-80.121854, 26.424353], [-80.122054, 26.424344], [-80.12208, 26.425791], [-80.122061, 26.426203], [-80.122102, 26.428039], [-80.122098, 26.428645], [-80.122151, 26.429621], [-80.122174, 26.430343], [-80.122156, 26.430752], [-80.122151, 26.431128], [-80.122191, 26.4322], [-80.122196, 26.432954], [-80.122196, 26.433387], [-80.122254, 26.435091], [-80.122254, 26.43545], [-80.123518, 26.435447], [-80.124324, 26.435373], [-80.124725, 26.435337], [-80.12478, 26.435344], [-80.125126, 26.435345], [-80.125757, 26.435343], [-80.126356, 26.435342], [-80.127589, 26.435339], [-80.128188, 26.435338], [-80.129422, 26.435335], [-80.129722, 26.435334], [-80.129767, 26.435327], [-80.130194, 26.435351], [-80.1302, 26.435606], [-80.130239, 26.437183], [-80.130285, 26.439052], [-80.13029, 26.439218]], [[-80.118313, 26.46163], [-80.114274, 26.461647], [-80.111327, 26.461659], [-80.10785, 26.461673], [-80.106804, 26.461678], [-80.106123, 26.461681], [-80.104021, 26.461689], [-80.104023, 26.46177], [-80.104004, 26.461967], [-80.10397, 26.462299], [-80.103982, 26.462339], [-80.103982, 26.463328], [-80.103982, 26.464416], [-80.103982, 26.464768], [-80.103982, 26.464852], [-80.103982, 26.464914], [-80.104132, 26.464917], [-80.105054, 26.464933], [-80.106163, 26.464953], [-80.10635, 26.46494], [-80.107382, 26.464872], [-80.107377, 26.464237], [-80.107695, 26.464235], [-80.10794, 26.464261], [-80.108079, 26.464276], [-80.108566, 26.464274], [-80.108716, 26.464274], [-80.108869, 26.464274], [-80.10991, 26.464262], [-80.110337, 26.464256], [-80.110487, 26.464254], [-80.110705, 26.464251], [-80.11165, 26.464272], [-80.112641, 26.464278], [-80.112902, 26.464263], [-80.113052, 26.464254], [-80.113429, 26.464234], [-80.113474, 26.464245], [-80.114155, 26.4642], [-80.114277, 26.464201], [-80.114277, 26.46405], [-80.114277, 26.463954], [-80.114699, 26.463952], [-80.1147, 26.464322], [-80.114565, 26.464323], [-80.114375, 26.464324], [-80.114338, 26.464324], [-80.114277, 26.464324], [-80.114277, 26.465094], [-80.114277, 26.465223], [-80.114277, 26.465477], [-80.116424, 26.465504], [-80.118297, 26.465525], [-80.118296, 26.465211], [-80.118296, 26.465077], [-80.118295, 26.464307], [-80.118295, 26.463564], [-80.118294, 26.462802], [-80.118294, 26.462032], [-80.118313, 26.46163]], [[-80.117817, 26.476532], [-80.117355, 26.476531], [-80.117118, 26.476529], [-80.11712, 26.476758], [-80.117139, 26.478464], [-80.117324, 26.478465], [-80.117797, 26.478501], [-80.117814, 26.476787], [-80.117817, 26.476532]], [[-80.117563, 26.482028], [-80.117542, 26.480464], [-80.11754, 26.480329], [-80.117426, 26.480327], [-80.117325, 26.480325], [-80.11639, 26.480309], [-80.114461, 26.480276], [-80.11446, 26.480228], [-80.114459, 26.480126], [-80.114309, 26.480124], [-80.113436, 26.48011], [-80.113447, 26.480911], [-80.114353, 26.480926], [-80.114471, 26.480927], [-80.114473, 26.480989], [-80.114482, 26.481649], [-80.114484, 26.481704], [-80.11449, 26.482059], [-80.115839, 26.482086], [-80.117423, 26.482115], [-80.11751, 26.482105], [-80.117564, 26.482099], [-80.117563, 26.482028]], [[-80.116443, 26.476524], [-80.115947, 26.476521], [-80.115417, 26.476517], [-80.115426, 26.476976], [-80.115432, 26.47732], [-80.115436, 26.477603], [-80.115441, 26.477937], [-80.115454, 26.47846], [-80.115972, 26.478461], [-80.116467, 26.478462], [-80.116443, 26.476524]], [[-80.113447, 26.437639], [-80.113335, 26.432405], [-80.113326, 26.431989], [-80.109713, 26.432035], [-80.109722, 26.432443], [-80.109747, 26.433643], [-80.109813, 26.436752], [-80.109831, 26.437533], [-80.111697, 26.43814], [-80.11347, 26.438732], [-80.113447, 26.437639]]]}, "properties": {"name": "Delray Beach", "median_income": 79393}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-80.082668, 26.676343], [-80.082557, 26.676396], [-80.082287, 26.676556], [-80.081662, 26.676544], [-80.080952, 26.676456], [-80.08048, 26.676382], [-80.079142, 26.676343], [-80.079021, 26.676401], [-80.078739, 26.676391], [-80.077742, 26.676345], [-80.077456, 26.676328], [-80.077071, 26.676304], [-80.076139, 26.676265], [-80.075161, 26.676212], [-80.075077, 26.676208], [-80.075057, 26.676207], [-80.07513, 26.67529], [-80.075157, 26.674933], [-80.075209, 26.674248], [-80.075246, 26.673752], [-80.075271, 26.673433], [-80.075288, 26.673195], [-80.075299, 26.673052], [-80.075332, 26.672614], [-80.075273, 26.672612], [-80.074377, 26.672589], [-80.074297, 26.672528], [-80.071549, 26.672429], [-80.071366, 26.67242], [-80.071215, 26.672413], [-80.07126, 26.671879], [-80.071263, 26.67184], [-80.071358, 26.670712], [-80.071479, 26.669272], [-80.071511, 26.66889], [-80.071646, 26.667289], [-80.07169, 26.66676], [-80.071733, 26.666198], [-80.071758, 26.666013], [-80.071998, 26.663133], [-80.072133, 26.661539], [-80.072164, 26.661644], [-80.072189, 26.661769], [-80.07234, 26.663219], [-80.072452, 26.663766], [-80.072613, 26.664276], [-80.072792, 26.664639], [-80.073607, 26.665616], [-80.073963, 26.66602], [-80.074144, 26.666397], [-80.074348, 26.666999], [-80.074523, 26.667684], [-80.074579, 26.668425], [-80.074644, 26.669064], [-80.074764, 26.669564], [-80.074968, 26.669971], [-80.075598, 26.670675], [-80.077955, 26.672857], [-80.078755, 26.673693], [-80.07982, 26.674638], [-80.080857, 26.67536], [-80.081857, 26.675916], [-80.082871, 26.676248], [-80.082668, 26.676343]]]}, "properties": {"name": "Glen Ridge", "median_income": 124219}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-80.123276, 26.513435], [-80.123078, 26.513459], [-80.117938, 26.513495], [-80.117942, 26.512675], [-80.117938, 26.512413], [-80.117939, 26.508706], [-80.117935, 26.507734], [-80.117936, 26.507316], [-80.117165, 26.50702], [-80.116479, 26.506756], [-80.116477, 26.506628], [-80.116243, 26.506628], [-80.113575, 26.506631], [-80.113039, 26.506635], [-80.110892, 26.506639], [-80.110844, 26.506623], [-80.110748, 26.506599], [-80.1106, 26.506578], [-80.109707, 26.506561], [-80.10939, 26.506569], [-80.107952, 26.506662], [-80.107241, 26.506698], [-80.106609, 26.506714], [-80.104862, 26.506689], [-80.103617, 26.506667], [-80.102887, 26.506655], [-80.102653, 26.506692], [-80.102445, 26.506726], [-80.102367, 26.506738], [-80.102278, 26.506751], [-80.102196, 26.506761], [-80.102174, 26.506764], [-80.102103, 26.506772], [-80.102072, 26.506775], [-80.101967, 26.506785], [-80.101863, 26.506794], [-80.101762, 26.5068], [-80.101701, 26.506803], [-80.101658, 26.506805], [-80.101621, 26.506806], [-80.101615, 26.506657], [-80.101613, 26.506598], [-80.101369, 26.506605], [-80.101124, 26.506613], [-80.101126, 26.506658], [-80.101132, 26.506818], [-80.100453, 26.506839], [-80.09983, 26.506861], [-80.098324, 26.506907], [-80.0969, 26.506953], [-80.096631, 26.506958], [-80.096383, 26.506966], [-80.096273, 26.506971], [-80.096266, 26.506513], [-80.096259, 26.506239], [-80.096258, 26.506158], [-80.096257, 26.506062], [-80.096255, 26.505965], [-80.096217, 26.50282], [-80.096219, 26.502599], [-80.096232, 26.500976], [-80.096194, 26.500977], [-80.096192, 26.50094], [-80.096192, 26.500907], [-80.096187, 26.500842], [-80.096171, 26.499246], [-80.096171, 26.499158], [-80.096171, 26.499135], [-80.096192, 26.499134], [-80.096559, 26.499121], [-80.097537, 26.499086], [-80.097826, 26.499077], [-80.098463, 26.499052], [-80.099788, 26.499006], [-80.101627, 26.498939], [-80.103752, 26.498862], [-80.105374, 26.498803], [-80.106513, 26.498762], [-80.109294, 26.49877], [-80.110606, 26.498774], [-80.112002, 26.498778], [-80.113162, 26.498781], [-80.114308, 26.498785], [-80.114811, 26.498787], [-80.115055, 26.498789], [-80.115408, 26.498789], [-80.115617, 26.499011], [-80.115745, 26.499147], [-80.11585, 26.499272], [-80.115851, 26.499568], [-80.115855, 26.50072], [-80.115857, 26.501519], [-80.115861, 26.502596], [-80.115864, 26.50342], [-80.115866, 26.504182], [-80.115868, 26.504755], [-80.115868, 26.504798], [-80.11587, 26.505328], [-80.115873, 26.506033], [-80.116298, 26.506], [-80.123037, 26.506029], [-80.123139, 26.50603], [-80.123237, 26.506029], [-80.123244, 26.506253], [-80.123269, 26.509251], [-80.123272, 26.511782], [-80.123267, 26.512924], [-80.123276, 26.513374], [-80.123276, 26.513435]]]}, "properties": {"name": "Golf", "median_income": null}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-86.528298, 30.462866], [-86.528209, 30.469262], [-86.528146, 30.473913], [-86.528142, 30.474145], [-86.528136, 30.474407], [-86.528105, 30.476783], [-86.528102, 30.476895], [-86.528069, 30.478314], [-86.527884, 30.485046], [-86.527715, 30.491342], [-86.527689, 30.499492], [-86.527673, 30.503849], [-86.527672, 30.504319], [-86.527672, 30.504525], [-86.52767, 30.504788], [-86.527669, 30.505142], [-86.527667, 30.505884], [-86.527628, 30.507282], [-86.527214, 30.520281], [-86.52722, 30.520379], [-86.527143, 30.534808], [-86.527141, 30.534863], [-86.527141, 30.535105], [-86.527142, 30.535285], [-86.527158, 30.53913], [-86.527203, 30.549479], [-86.527203, 30.549553], [-86.527049, 30.54955], [-86.526912, 30.549548], [-86.52312, 30.549485], [-86.523019, 30.549197], [-86.522911, 30.548999], [-86.522866, 30.548862], [-86.522758, 30.548768], [-86.522784, 30.548636], [-86.522854, 30.548477], [-86.522784, 30.548312], [-86.522835, 30.547948], [-86.522873, 30.547635], [-86.522943, 30.547437], [-86.522835, 30.547195], [-86.522537, 30.546914], [-86.52241, 30.546727], [-86.522219, 30.546568], [-86.522213, 30.546485], [-86.52241, 30.546243], [-86.52241, 30.546216], [-86.522461, 30.546095], [-86.522461, 30.54588], [-86.522601, 30.545368], [-86.522569, 30.544917], [-86.522512, 30.544846], [-86.522271, 30.544741], [-86.52208, 30.544642], [-86.52201, 30.544483], [-86.521921, 30.544252], [-86.52175, 30.544131], [-86.521534, 30.544048], [-86.521438, 30.543938], [-86.521502, 30.543839], [-86.521629, 30.543789], [-86.521737, 30.543762], [-86.521769, 30.543707], [-86.521699, 30.543652], [-86.521534, 30.54363], [-86.521045, 30.543421], [-86.520949, 30.543333], [-86.52088, 30.543157], [-86.520734, 30.542978], [-86.520664, 30.542892], [-86.520587, 30.542848], [-86.520473, 30.542799], [-86.520289, 30.542766], [-86.520073, 30.542799], [-86.519964, 30.542793], [-86.519628, 30.542854], [-86.519456, 30.542815], [-86.519049, 30.54271], [-86.518668, 30.542639], [-86.518382, 30.542545], [-86.518192, 30.542397], [-86.517918, 30.542298], [-86.517798, 30.542242], [-86.517734, 30.542149], [-86.517791, 30.542017], [-86.5179, 30.54189], [-86.517887, 30.541813], [-86.517683, 30.54178], [-86.517531, 30.54172], [-86.517302, 30.541527], [-86.517207, 30.541307], [-86.517099, 30.541247], [-86.516762, 30.54123], [-86.516622, 30.541153], [-86.516515, 30.541032], [-86.516426, 30.540872], [-86.516279, 30.540762], [-86.516095, 30.540674], [-86.515847, 30.540586], [-86.515644, 30.540393], [-86.515657, 30.540168], [-86.515727, 30.539964], [-86.515682, 30.539854], [-86.515562, 30.539849], [-86.515384, 30.539915], [-86.51518, 30.539953], [-86.514901, 30.539871], [-86.51460 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment