tempest-react-sdk 0.53.0 → 0.55.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (475) hide show
  1. package/README.md +27 -6
  2. package/dist/access/Can.cjs +1 -1
  3. package/dist/access/Can.cjs.map +1 -1
  4. package/dist/access/Can.js +3 -3
  5. package/dist/access/Can.js.map +1 -1
  6. package/dist/audio/level-meter.cjs +1 -1
  7. package/dist/audio/level-meter.cjs.map +1 -1
  8. package/dist/audio/level-meter.js +15 -15
  9. package/dist/audio/level-meter.js.map +1 -1
  10. package/dist/audio/noise-floor.cjs +2 -0
  11. package/dist/audio/noise-floor.cjs.map +1 -0
  12. package/dist/audio/noise-floor.js +27 -0
  13. package/dist/audio/noise-floor.js.map +1 -0
  14. package/dist/audio/voice-activity.cjs +2 -0
  15. package/dist/audio/voice-activity.cjs.map +1 -0
  16. package/dist/audio/voice-activity.js +26 -0
  17. package/dist/audio/voice-activity.js.map +1 -0
  18. package/dist/audio/voice-chain-stages.cjs +2 -0
  19. package/dist/audio/voice-chain-stages.cjs.map +1 -0
  20. package/dist/audio/voice-chain-stages.js +82 -0
  21. package/dist/audio/voice-chain-stages.js.map +1 -0
  22. package/dist/audio/voice-chain.cjs +2 -0
  23. package/dist/audio/voice-chain.cjs.map +1 -0
  24. package/dist/audio/voice-chain.js +74 -0
  25. package/dist/audio/voice-chain.js.map +1 -0
  26. package/dist/auth/lazy-with-retry.cjs.map +1 -1
  27. package/dist/auth/lazy-with-retry.js.map +1 -1
  28. package/dist/auth/passkey.cjs.map +1 -1
  29. package/dist/auth/passkey.js.map +1 -1
  30. package/dist/br/BrazilStateCitySelect.cjs +1 -1
  31. package/dist/br/BrazilStateCitySelect.cjs.map +1 -1
  32. package/dist/br/BrazilStateCitySelect.js +36 -28
  33. package/dist/br/BrazilStateCitySelect.js.map +1 -1
  34. package/dist/br/data/br-centroids.cjs +1 -1
  35. package/dist/br/data/br-centroids.cjs.map +1 -1
  36. package/dist/br/data/br-centroids.js +11105 -11045
  37. package/dist/br/data/br-centroids.js.map +1 -1
  38. package/dist/br/data/br-locations.cjs +1 -1
  39. package/dist/br/data/br-locations.cjs.map +1 -1
  40. package/dist/br/data/br-locations.js +5803 -137
  41. package/dist/br/data/br-locations.js.map +1 -1
  42. package/dist/br/data/br-uf-geo.cjs +1 -1
  43. package/dist/br/data/br-uf-geo.cjs.map +1 -1
  44. package/dist/br/data/br-uf-geo.js +5721 -6777
  45. package/dist/br/data/br-uf-geo.js.map +1 -1
  46. package/dist/br/data/mun/AC.cjs +1 -1
  47. package/dist/br/data/mun/AC.cjs.map +1 -1
  48. package/dist/br/data/mun/AC.js +681 -689
  49. package/dist/br/data/mun/AC.js.map +1 -1
  50. package/dist/br/data/mun/AL.cjs +1 -1
  51. package/dist/br/data/mun/AL.cjs.map +1 -1
  52. package/dist/br/data/mun/AL.js +949 -844
  53. package/dist/br/data/mun/AL.js.map +1 -1
  54. package/dist/br/data/mun/AM.cjs +1 -1
  55. package/dist/br/data/mun/AM.cjs.map +1 -1
  56. package/dist/br/data/mun/AM.js +4337 -4218
  57. package/dist/br/data/mun/AM.js.map +1 -1
  58. package/dist/br/data/mun/AP.cjs +1 -1
  59. package/dist/br/data/mun/AP.cjs.map +1 -1
  60. package/dist/br/data/mun/AP.js +786 -780
  61. package/dist/br/data/mun/AP.js.map +1 -1
  62. package/dist/br/data/mun/BA.cjs +1 -1
  63. package/dist/br/data/mun/BA.cjs.map +1 -1
  64. package/dist/br/data/mun/BA.js +6329 -5633
  65. package/dist/br/data/mun/BA.js.map +1 -1
  66. package/dist/br/data/mun/CE.cjs +1 -1
  67. package/dist/br/data/mun/CE.cjs.map +1 -1
  68. package/dist/br/data/mun/CE.js +2544 -2487
  69. package/dist/br/data/mun/CE.js.map +1 -1
  70. package/dist/br/data/mun/DF.cjs +1 -1
  71. package/dist/br/data/mun/DF.cjs.map +1 -1
  72. package/dist/br/data/mun/DF.js +17 -16
  73. package/dist/br/data/mun/DF.js.map +1 -1
  74. package/dist/br/data/mun/ES.cjs +1 -1
  75. package/dist/br/data/mun/ES.cjs.map +1 -1
  76. package/dist/br/data/mun/ES.js +1101 -1070
  77. package/dist/br/data/mun/ES.js.map +1 -1
  78. package/dist/br/data/mun/GO.cjs +1 -1
  79. package/dist/br/data/mun/GO.cjs.map +1 -1
  80. package/dist/br/data/mun/GO.js +4632 -4636
  81. package/dist/br/data/mun/GO.js.map +1 -1
  82. package/dist/br/data/mun/MA.cjs +1 -1
  83. package/dist/br/data/mun/MA.cjs.map +1 -1
  84. package/dist/br/data/mun/MA.js +3603 -3457
  85. package/dist/br/data/mun/MA.js.map +1 -1
  86. package/dist/br/data/mun/MG.cjs +1 -1
  87. package/dist/br/data/mun/MG.cjs.map +1 -1
  88. package/dist/br/data/mun/MG.js +12716 -11739
  89. package/dist/br/data/mun/MG.js.map +1 -1
  90. package/dist/br/data/mun/MS.cjs +1 -1
  91. package/dist/br/data/mun/MS.cjs.map +1 -1
  92. package/dist/br/data/mun/MS.js +2182 -2335
  93. package/dist/br/data/mun/MS.js.map +1 -1
  94. package/dist/br/data/mun/MT.cjs +1 -1
  95. package/dist/br/data/mun/MT.cjs.map +1 -1
  96. package/dist/br/data/mun/MT.js +4808 -4896
  97. package/dist/br/data/mun/MT.js.map +1 -1
  98. package/dist/br/data/mun/PA.cjs +1 -1
  99. package/dist/br/data/mun/PA.cjs.map +1 -1
  100. package/dist/br/data/mun/PA.js +4981 -4901
  101. package/dist/br/data/mun/PA.js.map +1 -1
  102. package/dist/br/data/mun/PB.cjs +1 -1
  103. package/dist/br/data/mun/PB.cjs.map +1 -1
  104. package/dist/br/data/mun/PB.js +2418 -1956
  105. package/dist/br/data/mun/PB.js.map +1 -1
  106. package/dist/br/data/mun/PE.cjs +1 -1
  107. package/dist/br/data/mun/PE.cjs.map +1 -1
  108. package/dist/br/data/mun/PE.js +2164 -1987
  109. package/dist/br/data/mun/PE.js.map +1 -1
  110. package/dist/br/data/mun/PI.cjs +1 -1
  111. package/dist/br/data/mun/PI.cjs.map +1 -1
  112. package/dist/br/data/mun/PI.js +2982 -2844
  113. package/dist/br/data/mun/PI.js.map +1 -1
  114. package/dist/br/data/mun/PR.cjs +1 -1
  115. package/dist/br/data/mun/PR.cjs.map +1 -1
  116. package/dist/br/data/mun/PR.js +5425 -5240
  117. package/dist/br/data/mun/PR.js.map +1 -1
  118. package/dist/br/data/mun/RJ.cjs +1 -1
  119. package/dist/br/data/mun/RJ.cjs.map +1 -1
  120. package/dist/br/data/mun/RJ.js +1395 -1178
  121. package/dist/br/data/mun/RJ.js.map +1 -1
  122. package/dist/br/data/mun/RN.cjs +1 -1
  123. package/dist/br/data/mun/RN.cjs.map +1 -1
  124. package/dist/br/data/mun/RN.js +1608 -1382
  125. package/dist/br/data/mun/RN.js.map +1 -1
  126. package/dist/br/data/mun/RO.cjs +1 -1
  127. package/dist/br/data/mun/RO.cjs.map +1 -1
  128. package/dist/br/data/mun/RO.js +1392 -1470
  129. package/dist/br/data/mun/RO.js.map +1 -1
  130. package/dist/br/data/mun/RR.cjs +1 -1
  131. package/dist/br/data/mun/RR.cjs.map +1 -1
  132. package/dist/br/data/mun/RR.js +795 -778
  133. package/dist/br/data/mun/RR.js.map +1 -1
  134. package/dist/br/data/mun/RS.cjs +1 -1
  135. package/dist/br/data/mun/RS.cjs.map +1 -1
  136. package/dist/br/data/mun/RS.js +7579 -6424
  137. package/dist/br/data/mun/RS.js.map +1 -1
  138. package/dist/br/data/mun/SC.cjs +1 -1
  139. package/dist/br/data/mun/SC.cjs.map +1 -1
  140. package/dist/br/data/mun/SC.js +3979 -3357
  141. package/dist/br/data/mun/SC.js.map +1 -1
  142. package/dist/br/data/mun/SE.cjs +1 -1
  143. package/dist/br/data/mun/SE.cjs.map +1 -1
  144. package/dist/br/data/mun/SE.js +812 -625
  145. package/dist/br/data/mun/SE.js.map +1 -1
  146. package/dist/br/data/mun/SP.cjs +1 -1
  147. package/dist/br/data/mun/SP.cjs.map +1 -1
  148. package/dist/br/data/mun/SP.js +7866 -6803
  149. package/dist/br/data/mun/SP.js.map +1 -1
  150. package/dist/br/data/mun/TO.cjs +1 -1
  151. package/dist/br/data/mun/TO.cjs.map +1 -1
  152. package/dist/br/data/mun/TO.js +2763 -2817
  153. package/dist/br/data/mun/TO.js.map +1 -1
  154. package/dist/br/locations.cjs +1 -1
  155. package/dist/br/locations.cjs.map +1 -1
  156. package/dist/br/locations.js +97 -24
  157. package/dist/br/locations.js.map +1 -1
  158. package/dist/br/scales.cjs +1 -1
  159. package/dist/br/scales.cjs.map +1 -1
  160. package/dist/br/scales.js +8 -4
  161. package/dist/br/scales.js.map +1 -1
  162. package/dist/br/whatsapp.cjs +2 -0
  163. package/dist/br/whatsapp.cjs.map +1 -0
  164. package/dist/br/whatsapp.js +21 -0
  165. package/dist/br/whatsapp.js.map +1 -0
  166. package/dist/br.cjs +1 -1
  167. package/dist/br.cjs.map +1 -1
  168. package/dist/br.d.ts +188 -10
  169. package/dist/br.js +18 -17
  170. package/dist/br.js.map +1 -1
  171. package/dist/components/BottomSheet/BottomSheet.cjs +1 -1
  172. package/dist/components/BottomSheet/BottomSheet.cjs.map +1 -1
  173. package/dist/components/BottomSheet/BottomSheet.js +30 -27
  174. package/dist/components/BottomSheet/BottomSheet.js.map +1 -1
  175. package/dist/components/Command/Command.cjs +1 -1
  176. package/dist/components/Command/Command.cjs.map +1 -1
  177. package/dist/components/Command/Command.js +78 -75
  178. package/dist/components/Command/Command.js.map +1 -1
  179. package/dist/components/Drawer/Drawer.cjs +1 -1
  180. package/dist/components/Drawer/Drawer.cjs.map +1 -1
  181. package/dist/components/Drawer/Drawer.js +42 -39
  182. package/dist/components/Drawer/Drawer.js.map +1 -1
  183. package/dist/components/DropdownMenu/DropdownMenu.cjs +1 -1
  184. package/dist/components/DropdownMenu/DropdownMenu.cjs.map +1 -1
  185. package/dist/components/DropdownMenu/DropdownMenu.js +111 -67
  186. package/dist/components/DropdownMenu/DropdownMenu.js.map +1 -1
  187. package/dist/components/Modal/Modal.cjs +1 -1
  188. package/dist/components/Modal/Modal.cjs.map +1 -1
  189. package/dist/components/Modal/Modal.js +45 -42
  190. package/dist/components/Modal/Modal.js.map +1 -1
  191. package/dist/components/Money/Money.cjs +1 -1
  192. package/dist/components/Money/Money.cjs.map +1 -1
  193. package/dist/components/Money/Money.js +10 -9
  194. package/dist/components/Money/Money.js.map +1 -1
  195. package/dist/components/Pagination/Pagination.cjs +1 -1
  196. package/dist/components/Pagination/Pagination.cjs.map +1 -1
  197. package/dist/components/Pagination/Pagination.js +38 -31
  198. package/dist/components/Pagination/Pagination.js.map +1 -1
  199. package/dist/components/Pagination/Pagination.module.cjs +1 -1
  200. package/dist/components/Pagination/Pagination.module.cjs.map +1 -1
  201. package/dist/components/Pagination/Pagination.module.js +4 -4
  202. package/dist/components/Pagination/Pagination.module.js.map +1 -1
  203. package/dist/components/Portal/Portal.cjs +1 -1
  204. package/dist/components/Portal/Portal.cjs.map +1 -1
  205. package/dist/components/Portal/Portal.js +9 -6
  206. package/dist/components/Portal/Portal.js.map +1 -1
  207. package/dist/components/Portal/portal-host.cjs +2 -0
  208. package/dist/components/Portal/portal-host.cjs.map +1 -0
  209. package/dist/components/Portal/portal-host.js +11 -0
  210. package/dist/components/Portal/portal-host.js.map +1 -0
  211. package/dist/components/Scheduler/Scheduler.cjs +1 -1
  212. package/dist/components/Scheduler/Scheduler.cjs.map +1 -1
  213. package/dist/components/Scheduler/Scheduler.js +83 -82
  214. package/dist/components/Scheduler/Scheduler.js.map +1 -1
  215. package/dist/components/Toast/ToastProvider.cjs +1 -1
  216. package/dist/components/Toast/ToastProvider.cjs.map +1 -1
  217. package/dist/components/Toast/ToastProvider.js +55 -53
  218. package/dist/components/Toast/ToastProvider.js.map +1 -1
  219. package/dist/components/VirtualList/VirtualList.cjs +1 -1
  220. package/dist/components/VirtualList/VirtualList.cjs.map +1 -1
  221. package/dist/components/VirtualList/VirtualList.js +41 -31
  222. package/dist/components/VirtualList/VirtualList.js.map +1 -1
  223. package/dist/components/VirtualTable/VirtualTable.cjs +1 -1
  224. package/dist/components/VirtualTable/VirtualTable.cjs.map +1 -1
  225. package/dist/components/VirtualTable/VirtualTable.js +78 -68
  226. package/dist/components/VirtualTable/VirtualTable.js.map +1 -1
  227. package/dist/forms/masked-inputs.cjs +1 -1
  228. package/dist/forms/masked-inputs.cjs.map +1 -1
  229. package/dist/forms/masked-inputs.js +20 -19
  230. package/dist/forms/masked-inputs.js.map +1 -1
  231. package/dist/hooks/use-fullscreen-element.cjs +2 -0
  232. package/dist/hooks/use-fullscreen-element.cjs.map +1 -0
  233. package/dist/hooks/use-fullscreen-element.js +20 -0
  234. package/dist/hooks/use-fullscreen-element.js.map +1 -0
  235. package/dist/hooks/use-fullscreen.cjs +2 -0
  236. package/dist/hooks/use-fullscreen.cjs.map +1 -0
  237. package/dist/hooks/use-fullscreen.js +66 -0
  238. package/dist/hooks/use-fullscreen.js.map +1 -0
  239. package/dist/hooks/use-push-to-talk.cjs +2 -0
  240. package/dist/hooks/use-push-to-talk.cjs.map +1 -0
  241. package/dist/hooks/use-push-to-talk.js +61 -0
  242. package/dist/hooks/use-push-to-talk.js.map +1 -0
  243. package/dist/http/describe-api-error.cjs.map +1 -1
  244. package/dist/http/describe-api-error.js.map +1 -1
  245. package/dist/http/errors.cjs +1 -1
  246. package/dist/http/errors.cjs.map +1 -1
  247. package/dist/http/errors.js +34 -16
  248. package/dist/http/errors.js.map +1 -1
  249. package/dist/http/parse-response.cjs +2 -2
  250. package/dist/http/parse-response.cjs.map +1 -1
  251. package/dist/http/parse-response.js +9 -8
  252. package/dist/http/parse-response.js.map +1 -1
  253. package/dist/i18n/create-i18n.cjs +1 -1
  254. package/dist/i18n/create-i18n.cjs.map +1 -1
  255. package/dist/i18n/create-i18n.js +28 -27
  256. package/dist/i18n/create-i18n.js.map +1 -1
  257. package/dist/router/AppRouter.cjs +1 -1
  258. package/dist/router/AppRouter.cjs.map +1 -1
  259. package/dist/router/AppRouter.js +28 -21
  260. package/dist/router/AppRouter.js.map +1 -1
  261. package/dist/router/RouteGuard.cjs +1 -1
  262. package/dist/router/RouteGuard.cjs.map +1 -1
  263. package/dist/router/RouteGuard.js +4 -4
  264. package/dist/router/RouteGuard.js.map +1 -1
  265. package/dist/sse/create-event-stream.cjs +1 -1
  266. package/dist/sse/create-event-stream.cjs.map +1 -1
  267. package/dist/sse/create-event-stream.js +34 -38
  268. package/dist/sse/create-event-stream.js.map +1 -1
  269. package/dist/styles/AIChat.css +79 -0
  270. package/dist/styles/Accordion.css +12 -0
  271. package/dist/styles/Alert.css +32 -0
  272. package/dist/styles/AppBar.css +17 -0
  273. package/dist/styles/AppShell.css +8 -0
  274. package/dist/styles/AspectRatio.css +3 -0
  275. package/dist/styles/AudioPlayer.css +13 -0
  276. package/dist/styles/AudioRecorder.css +20 -0
  277. package/dist/styles/Avatar.css +13 -0
  278. package/dist/styles/AvatarGroup.css +18 -0
  279. package/dist/styles/Badge.css +25 -0
  280. package/dist/styles/Banner.css +13 -0
  281. package/dist/styles/BarList.css +10 -0
  282. package/dist/styles/BarcodeScanner.css +21 -0
  283. package/dist/styles/BottomNavigation.css +10 -0
  284. package/dist/styles/BottomSheet.css +11 -0
  285. package/dist/styles/BrazilMap.css +20 -0
  286. package/dist/styles/Breadcrumbs.css +8 -0
  287. package/dist/styles/Button.css +42 -0
  288. package/dist/styles/Calendar.css +16 -0
  289. package/dist/styles/Card.css +15 -0
  290. package/dist/styles/Carousel.css +17 -0
  291. package/dist/styles/Center.css +5 -0
  292. package/dist/styles/Chat.css +35 -0
  293. package/dist/styles/Checkbox.css +11 -0
  294. package/dist/styles/ChipInput.css +13 -0
  295. package/dist/styles/CodeBlock.css +25 -0
  296. package/dist/styles/Collapsible.css +6 -0
  297. package/dist/styles/Combobox.css +18 -0
  298. package/dist/styles/Command.css +20 -0
  299. package/dist/styles/ContextMenu.css +11 -0
  300. package/dist/styles/CopyButton.css +4 -0
  301. package/dist/styles/DataList.css +3 -0
  302. package/dist/styles/DataTable.css +19 -0
  303. package/dist/styles/DateRangePicker.css +22 -0
  304. package/dist/styles/DescriptionList.css +4 -0
  305. package/dist/styles/Divider.css +11 -0
  306. package/dist/styles/Drawer.css +22 -0
  307. package/dist/styles/DropdownMenu.css +16 -0
  308. package/dist/styles/Dropzone.css +7 -0
  309. package/dist/styles/EmptyState.css +6 -0
  310. package/dist/styles/ErrorState.css +6 -0
  311. package/dist/styles/ErrorText.css +2 -0
  312. package/dist/styles/FileUpload.css +17 -0
  313. package/dist/styles/FilterBar.css +19 -0
  314. package/dist/styles/FloatingActionButton.css +23 -0
  315. package/dist/styles/Form.css +21 -0
  316. package/dist/styles/HoverCard.css +11 -0
  317. package/dist/styles/IconPicker.css +6 -0
  318. package/dist/styles/Image.css +2 -0
  319. package/dist/styles/ImageCropper.css +16 -0
  320. package/dist/styles/Input.css +24 -0
  321. package/dist/styles/InstallBanner.css +8 -0
  322. package/dist/styles/Kanban.css +15 -0
  323. package/dist/styles/Kbd.css +5 -0
  324. package/dist/styles/Label.css +3 -0
  325. package/dist/styles/Layout.css +22 -0
  326. package/dist/styles/Lightbox.css +21 -0
  327. package/dist/styles/ListTile.css +14 -0
  328. package/dist/styles/MapLegend.css +9 -0
  329. package/dist/styles/Markdown.css +24 -0
  330. package/dist/styles/Masonry.css +4 -0
  331. package/dist/styles/Menubar.css +17 -0
  332. package/dist/styles/Modal.css +21 -0
  333. package/dist/styles/ModalsManager.css +2 -0
  334. package/dist/styles/MultiSelect.css +21 -0
  335. package/dist/styles/MunicipalitySearch.css +6 -0
  336. package/dist/styles/NProgress.css +2 -0
  337. package/dist/styles/Navbar.css +10 -0
  338. package/dist/styles/NavigationMenu.css +12 -0
  339. package/dist/styles/NavigationRail.css +14 -0
  340. package/dist/styles/NotificationCenter.css +21 -0
  341. package/dist/styles/OfflineIndicator.css +7 -0
  342. package/dist/styles/Page.css +13 -0
  343. package/dist/styles/Pagination.css +12 -0
  344. package/dist/styles/PasswordInput.css +21 -0
  345. package/dist/styles/PinInput.css +13 -0
  346. package/dist/styles/PixQRCode.css +9 -0
  347. package/dist/styles/Popover.css +10 -0
  348. package/dist/styles/Progress.css +11 -0
  349. package/dist/styles/QRCode.css +3 -0
  350. package/dist/styles/Radio.css +14 -0
  351. package/dist/styles/RangeSlider.css +15 -0
  352. package/dist/styles/RatingStars.css +11 -0
  353. package/dist/styles/RefreshIndicator.css +5 -0
  354. package/dist/styles/Resizable.css +13 -0
  355. package/dist/styles/RichTextEditor.css +19 -0
  356. package/dist/styles/SafeArea.css +7 -0
  357. package/dist/styles/Scheduler.css +24 -0
  358. package/dist/styles/ScrollArea.css +7 -0
  359. package/dist/styles/SearchBar.css +11 -0
  360. package/dist/styles/SegmentedControl.css +12 -0
  361. package/dist/styles/Select.css +14 -0
  362. package/dist/styles/Sidebar.css +19 -0
  363. package/dist/styles/SignaturePad.css +6 -0
  364. package/dist/styles/Skeleton.css +7 -0
  365. package/dist/styles/Slider.css +15 -0
  366. package/dist/styles/Spacer.css +4 -0
  367. package/dist/styles/Sparkline.css +4 -0
  368. package/dist/styles/Spinner.css +12 -0
  369. package/dist/styles/Stat.css +12 -0
  370. package/dist/styles/Stepper.css +17 -0
  371. package/dist/styles/StepperInput.css +15 -0
  372. package/dist/styles/Switch.css +11 -0
  373. package/dist/styles/SyncStatusBadge.css +13 -0
  374. package/dist/styles/Table.css +16 -0
  375. package/dist/styles/Tabs.css +14 -0
  376. package/dist/styles/Tag.css +14 -0
  377. package/dist/styles/Textarea.css +13 -0
  378. package/dist/styles/TimePicker.css +14 -0
  379. package/dist/styles/Timeline.css +17 -0
  380. package/dist/styles/Toast.css +21 -0
  381. package/dist/styles/Toggle.css +12 -0
  382. package/dist/styles/ToggleGroup.css +9 -0
  383. package/dist/styles/Tooltip.css +10 -0
  384. package/dist/styles/Tour.css +20 -0
  385. package/dist/styles/TrajectoryMap.css +16 -0
  386. package/dist/styles/Transfer.css +21 -0
  387. package/dist/styles/TreeView.css +17 -0
  388. package/dist/styles/TruncateText.css +2 -0
  389. package/dist/styles/UpdatePrompt.css +10 -0
  390. package/dist/styles/VirtualList.css +5 -0
  391. package/dist/styles/VirtualTable.css +17 -0
  392. package/dist/styles/VisuallyHidden.css +2 -0
  393. package/dist/styles/Wizard.css +4 -0
  394. package/dist/styles/actions.css +104 -0
  395. package/dist/styles/advanced.css +66 -0
  396. package/dist/styles/br.css +41 -0
  397. package/dist/styles/chat.css +113 -0
  398. package/dist/styles/core.css +40 -0
  399. package/dist/styles/data.css +222 -0
  400. package/dist/styles/editor.css +19 -0
  401. package/dist/styles/feedback.css +201 -0
  402. package/dist/styles/forms.css +321 -0
  403. package/dist/styles/geo.css +16 -0
  404. package/dist/styles/icons.css +6 -0
  405. package/dist/styles/identity.css +48 -0
  406. package/dist/styles/layout.css +122 -0
  407. package/dist/styles/media.css +52 -0
  408. package/dist/styles/navigation.css +167 -0
  409. package/dist/styles/overlay.css +73 -0
  410. package/dist/styles/utility.css +39 -0
  411. package/dist/styles.css +1 -1
  412. package/dist/sw/register-service-worker.cjs +1 -1
  413. package/dist/sw/register-service-worker.cjs.map +1 -1
  414. package/dist/sw/register-service-worker.js +21 -17
  415. package/dist/sw/register-service-worker.js.map +1 -1
  416. package/dist/sw.d.ts +17 -1
  417. package/dist/tempest-react-sdk.cjs +1 -1
  418. package/dist/tempest-react-sdk.d.ts +1151 -41
  419. package/dist/tempest-react-sdk.js +295 -286
  420. package/dist/utils/dev-mode.cjs.map +1 -1
  421. package/dist/utils/dev-mode.js.map +1 -1
  422. package/dist/utils/format.cjs +1 -1
  423. package/dist/utils/format.cjs.map +1 -1
  424. package/dist/utils/format.js +22 -14
  425. package/dist/utils/format.js.map +1 -1
  426. package/dist/utils/intl-cache.cjs +2 -0
  427. package/dist/utils/intl-cache.cjs.map +1 -0
  428. package/dist/utils/intl-cache.js +23 -0
  429. package/dist/utils/intl-cache.js.map +1 -0
  430. package/dist/utils/json-frame.cjs +2 -0
  431. package/dist/utils/json-frame.cjs.map +1 -0
  432. package/dist/utils/json-frame.js +30 -0
  433. package/dist/utils/json-frame.js.map +1 -0
  434. package/dist/utils/numbers.cjs +1 -1
  435. package/dist/utils/numbers.cjs.map +1 -1
  436. package/dist/utils/numbers.js +8 -7
  437. package/dist/utils/numbers.js.map +1 -1
  438. package/dist/vision/results.cjs +1 -1
  439. package/dist/vision/results.cjs.map +1 -1
  440. package/dist/vision/results.js +26 -17
  441. package/dist/vision/results.js.map +1 -1
  442. package/dist/vision.d.ts +29 -0
  443. package/dist/vite/tempest-icons.cjs +1 -1
  444. package/dist/vite/tempest-icons.cjs.map +1 -1
  445. package/dist/vite/tempest-icons.js +1 -1
  446. package/dist/vite/tempest-icons.js.map +1 -1
  447. package/dist/webrtc/link-stats.cjs +2 -0
  448. package/dist/webrtc/link-stats.cjs.map +1 -0
  449. package/dist/webrtc/link-stats.js +74 -0
  450. package/dist/webrtc/link-stats.js.map +1 -0
  451. package/dist/webrtc/mesh-quality.cjs +2 -0
  452. package/dist/webrtc/mesh-quality.cjs.map +1 -0
  453. package/dist/webrtc/mesh-quality.js +51 -0
  454. package/dist/webrtc/mesh-quality.js.map +1 -0
  455. package/dist/webrtc/peer-link.cjs +2 -0
  456. package/dist/webrtc/peer-link.cjs.map +1 -0
  457. package/dist/webrtc/peer-link.js +45 -0
  458. package/dist/webrtc/peer-link.js.map +1 -0
  459. package/dist/webrtc/peer-mesh.cjs +2 -0
  460. package/dist/webrtc/peer-mesh.cjs.map +1 -0
  461. package/dist/webrtc/peer-mesh.js +155 -0
  462. package/dist/webrtc/peer-mesh.js.map +1 -0
  463. package/dist/webrtc/use-link-stats.cjs +2 -0
  464. package/dist/webrtc/use-link-stats.cjs.map +1 -0
  465. package/dist/webrtc/use-link-stats.js +22 -0
  466. package/dist/webrtc/use-link-stats.js.map +1 -0
  467. package/dist/ws/create-web-socket.cjs +1 -1
  468. package/dist/ws/create-web-socket.cjs.map +1 -1
  469. package/dist/ws/create-web-socket.js +81 -85
  470. package/dist/ws/create-web-socket.js.map +1 -1
  471. package/dist/ws/use-web-socket.cjs +1 -1
  472. package/dist/ws/use-web-socket.cjs.map +1 -1
  473. package/dist/ws/use-web-socket.js +42 -48
  474. package/dist/ws/use-web-socket.js.map +1 -1
  475. package/package.json +5 -2
@@ -1 +1 @@
1
- {"version":3,"file":"BA.cjs","names":[],"sources":["../../../../src/br/data/mun/BA.json"],"sourcesContent":["{\"type\":\"FeatureCollection\",\"uf\":\"BA\",\"features\":[{\"type\":\"Feature\",\"properties\":{\"id\":\"2900108\",\"name\":\"Abaíra\",\"centroid\":[-41.7282,-13.2868]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.644,-13.186],[-41.59,-13.268],[-41.611,-13.428],[-41.675,-13.352],[-41.708,-13.37],[-41.746,-13.325],[-41.791,-13.373],[-41.792,-13.424],[-41.909,-13.311],[-41.843,-13.207],[-41.782,-13.286],[-41.686,-13.113],[-41.644,-13.186]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2900207\",\"name\":\"Abaré\",\"centroid\":[-39.3295,-8.8342]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.228,-8.71],[-39.169,-8.692],[-39.064,-8.731],[-39.104,-8.829],[-39.271,-8.944],[-39.265,-8.99],[-39.352,-9.157],[-39.55,-8.912],[-39.357,-8.547],[-39.286,-8.563],[-39.228,-8.71]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2900306\",\"name\":\"Acajutiba\",\"centroid\":[-37.9934,-11.6728]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-37.982,-11.592],[-37.931,-11.618],[-37.948,-11.643],[-37.912,-11.681],[-38.024,-11.785],[-38.059,-11.609],[-37.982,-11.592]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2900355\",\"name\":\"Adustina\",\"centroid\":[-38.0434,-10.5604]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.058,-10.435],[-37.914,-10.443],[-37.93,-10.497],[-37.903,-10.552],[-38.049,-10.706],[-38.145,-10.717],[-38.144,-10.457],[-38.058,-10.435]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2900405\",\"name\":\"Água Fria\",\"centroid\":[-38.726,-11.8336]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.717,-11.691],[-38.631,-11.706],[-38.606,-11.961],[-38.823,-11.947],[-38.866,-11.806],[-38.791,-11.723],[-38.717,-11.691]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2900603\",\"name\":\"Aiquara\",\"centroid\":[-39.8944,-14.0988]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.794,-14.067],[-39.919,-14.184],[-39.964,-14.166],[-39.972,-14.06],[-39.926,-14.083],[-39.87,-14.011],[-39.794,-14.067]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2900702\",\"name\":\"Alagoinhas\",\"centroid\":[-38.4024,-12.1134]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.405,-11.926],[-38.364,-11.965],[-38.274,-11.961],[-38.239,-12.005],[-38.284,-12.039],[-38.279,-12.127],[-38.322,-12.172],[-38.305,-12.206],[-38.469,-12.282],[-38.525,-12.269],[-38.602,-12.205],[-38.422,-12.095],[-38.476,-11.947],[-38.405,-11.926]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2900801\",\"name\":\"Alcobaça\",\"centroid\":[-39.4072,-17.4729]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.433,-17.282],[-39.191,-17.446],[-39.195,-17.579],[-39.137,-17.684],[-39.245,-17.643],[-39.441,-17.655],[-39.492,-17.569],[-39.603,-17.556],[-39.633,-17.31],[-39.5,-17.266],[-39.433,-17.282]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2900900\",\"name\":\"Almadina\",\"centroid\":[-39.6633,-14.7088]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.719,-14.602],[-39.57,-14.723],[-39.587,-14.808],[-39.758,-14.712],[-39.719,-14.602]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901007\",\"name\":\"Amargosa\",\"centroid\":[-39.6358,-13.0373]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.575,-12.959],[-39.469,-13.118],[-39.511,-13.114],[-39.548,-13.153],[-39.598,-13.097],[-39.716,-13.093],[-39.819,-13.02],[-39.806,-12.978],[-39.748,-13.003],[-39.717,-12.972],[-39.689,-12.997],[-39.632,-12.919],[-39.575,-12.959]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901106\",\"name\":\"Amélia Rodrigues\",\"centroid\":[-38.7115,-12.4171]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.638,-12.476],[-38.742,-12.473],[-38.797,-12.367],[-38.639,-12.372],[-38.665,-12.441],[-38.638,-12.476]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901155\",\"name\":\"América Dourada\",\"centroid\":[-41.5288,-11.4092]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.386,-11.368],[-41.403,-11.445],[-41.619,-11.615],[-41.719,-11.425],[-41.365,-11.183],[-41.386,-11.368]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901205\",\"name\":\"Anagé\",\"centroid\":[-40.9225,-14.5892]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.642,-14.57],[-40.611,-14.674],[-40.96,-14.666],[-40.964,-14.789],[-41.176,-14.848],[-41.164,-14.755],[-41.23,-14.687],[-41.183,-14.614],[-41.133,-14.608],[-41.069,-14.463],[-41.093,-14.441],[-40.693,-14.376],[-40.642,-14.57]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901304\",\"name\":\"Andaraí\",\"centroid\":[-41.1968,-12.7652]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.973,-12.486],[-40.972,-12.767],[-41.288,-12.761],[-41.233,-12.858],[-41.105,-13.291],[-41.141,-13.297],[-41.206,-13.185],[-41.28,-13.153],[-41.254,-13.1],[-41.302,-13.049],[-41.451,-12.674],[-41.371,-12.659],[-41.336,-12.693],[-41.345,-12.565],[-41.259,-12.552],[-41.206,-12.505],[-40.974,-12.451],[-40.973,-12.486]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901353\",\"name\":\"Andorinha\",\"centroid\":[-39.8932,-10.293]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.806,-9.939],[-39.736,-10.398],[-39.836,-10.435],[-39.947,-10.55],[-40.027,-10.453],[-40.018,-10.399],[-40.078,-10.267],[-39.949,-10.144],[-39.874,-10.145],[-39.806,-9.939]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901403\",\"name\":\"Angical\",\"centroid\":[-44.6353,-11.9984]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.654,-11.753],[-44.346,-12.055],[-44.342,-12.103],[-44.443,-12.093],[-44.499,-12.221],[-44.579,-12.154],[-44.71,-12.141],[-44.935,-12.03],[-44.82,-11.882],[-44.754,-11.866],[-44.654,-11.753]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901502\",\"name\":\"Anguera\",\"centroid\":[-39.1895,-12.1856]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.123,-12.199],[-39.08,-12.226],[-39.151,-12.263],[-39.264,-12.2],[-39.228,-12.079],[-39.177,-12.118],[-39.189,-12.173],[-39.123,-12.199]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901601\",\"name\":\"Antas\",\"centroid\":[-38.286,-10.4055]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.188,-10.421],[-38.144,-10.457],[-38.18,-10.48],[-38.412,-10.465],[-38.372,-10.401],[-38.395,-10.386],[-38.341,-10.374],[-38.339,-10.331],[-38.416,-10.308],[-38.262,-10.31],[-38.188,-10.421]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901700\",\"name\":\"Antônio Cardoso\",\"centroid\":[-39.1463,-12.3791]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.139,-12.278],[-39.053,-12.41],[-39.091,-12.495],[-39.146,-12.484],[-39.164,-12.426],[-39.242,-12.364],[-39.245,-12.304],[-39.139,-12.278]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901809\",\"name\":\"Antônio Gonçalves\",\"centroid\":[-40.3688,-10.5969]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.235,-10.521],[-40.167,-10.608],[-40.347,-10.597],[-40.391,-10.557],[-40.407,-10.634],[-40.478,-10.69],[-40.559,-10.674],[-40.451,-10.564],[-40.235,-10.521]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901908\",\"name\":\"Aporá\",\"centroid\":[-38.1972,-11.7239]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.214,-11.609],[-38.155,-11.633],[-38.15,-11.607],[-38.061,-11.599],[-38.051,-11.667],[-38.145,-11.763],[-38.194,-11.89],[-38.298,-11.87],[-38.313,-11.837],[-38.266,-11.714],[-38.296,-11.575],[-38.214,-11.609]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901957\",\"name\":\"Apuarema\",\"centroid\":[-39.7339,-13.8281]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.724,-13.748],[-39.691,-13.772],[-39.699,-13.848],[-39.67,-13.859],[-39.701,-13.908],[-39.742,-13.912],[-39.803,-13.783],[-39.724,-13.748]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902054\",\"name\":\"Araças\",\"centroid\":[-38.2157,-12.1783]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.215,-12.009],[-38.202,-12.106],[-38.174,-12.143],[-38.092,-12.145],[-38.078,-12.238],[-38.04,-12.248],[-38.274,-12.277],[-38.38,-12.235],[-38.305,-12.206],[-38.322,-12.172],[-38.279,-12.127],[-38.284,-12.039],[-38.215,-12.009]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902005\",\"name\":\"Aracatu\",\"centroid\":[-41.3793,-14.3669]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.335,-14.094],[-41.389,-14.263],[-41.073,-14.384],[-41.096,-14.449],[-41.129,-14.444],[-41.132,-14.491],[-41.185,-14.482],[-41.205,-14.52],[-41.248,-14.515],[-41.253,-14.487],[-41.398,-14.558],[-41.634,-14.509],[-41.536,-14.497],[-41.563,-14.457],[-41.567,-14.251],[-41.513,-14.171],[-41.426,-14.109],[-41.335,-14.094]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902104\",\"name\":\"Araci\",\"centroid\":[-39.0757,-11.2108]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.269,-10.987],[-38.949,-11.048],[-38.872,-11.345],[-38.786,-11.355],[-38.981,-11.423],[-39.053,-11.398],[-39.141,-11.494],[-39.172,-11.281],[-39.241,-11.213],[-39.311,-11.065],[-39.269,-10.987]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902203\",\"name\":\"Aramari\",\"centroid\":[-38.5229,-12.0509]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.527,-11.938],[-38.476,-11.947],[-38.422,-12.095],[-38.59,-12.196],[-38.575,-12.085],[-38.617,-11.973],[-38.527,-11.938]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902252\",\"name\":\"Arataca\",\"centroid\":[-39.4197,-15.236]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.31,-15.183],[-39.3,-15.212],[-39.35,-15.221],[-39.367,-15.277],[-39.337,-15.337],[-39.4,-15.348],[-39.443,-15.311],[-39.48,-15.349],[-39.5,-15.29],[-39.573,-15.28],[-39.554,-15.221],[-39.491,-15.254],[-39.399,-15.087],[-39.31,-15.183]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902302\",\"name\":\"Aratuípe\",\"centroid\":[-39.0684,-13.0816]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.092,-13.04],[-38.967,-13.044],[-38.958,-13.087],[-39.093,-13.144],[-39.136,-13.091],[-39.195,-13.103],[-39.193,-13.073],[-39.092,-13.04]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902401\",\"name\":\"Aurelino Leal\",\"centroid\":[-39.4761,-14.3641]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.624,-14.278],[-39.599,-14.309],[-39.558,-14.3],[-39.553,-14.345],[-39.503,-14.351],[-39.368,-14.279],[-39.345,-14.314],[-39.291,-14.312],[-39.333,-14.382],[-39.323,-14.461],[-39.696,-14.369],[-39.659,-14.319],[-39.677,-14.292],[-39.624,-14.278]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902500\",\"name\":\"Baianópolis\",\"centroid\":[-44.4457,-12.664]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.531,-12.308],[-44.302,-12.305],[-44.331,-12.362],[-44.271,-12.639],[-44.144,-12.795],[-44.182,-12.875],[-44.254,-12.881],[-44.279,-12.958],[-44.256,-12.981],[-44.33,-13.048],[-44.35,-13.113],[-44.577,-12.98],[-44.625,-12.571],[-44.674,-12.563],[-44.729,-12.496],[-44.745,-12.413],[-44.548,-12.292],[-44.564,-12.227],[-44.518,-12.201],[-44.499,-12.221],[-44.531,-12.308]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902609\",\"name\":\"Baixa Grande\",\"centroid\":[-40.1535,-11.9612]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.049,-11.845],[-40.004,-11.937],[-39.957,-11.958],[-40.032,-12.145],[-40.028,-12.111],[-40.222,-12.098],[-40.328,-11.993],[-40.274,-11.908],[-40.353,-11.854],[-40.32,-11.802],[-40.049,-11.845]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902658\",\"name\":\"Banzaê\",\"centroid\":[-38.6313,-10.6251]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.568,-10.55],[-38.548,-10.561],[-38.582,-10.685],[-38.652,-10.707],[-38.737,-10.601],[-38.568,-10.55]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902708\",\"name\":\"Barra\",\"centroid\":[-43.3644,-11.0043]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.75,-10.787],[-42.95,-10.862],[-43.094,-11.026],[-43.199,-11.246],[-43.172,-11.318],[-43.235,-11.401],[-43.295,-11.576],[-43.372,-11.619],[-43.351,-11.778],[-43.579,-11.818],[-43.645,-11.735],[-43.698,-11.751],[-43.922,-11.087],[-44.024,-10.951],[-43.962,-10.932],[-43.889,-10.854],[-43.843,-10.849],[-43.786,-10.908],[-43.742,-10.878],[-43.71,-10.9],[-43.38,-10.715],[-43.384,-10.236],[-43.267,-10.224],[-42.631,-10.6],[-42.75,-10.787]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902807\",\"name\":\"Barra da Estiva\",\"centroid\":[-41.146,-13.6416]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.007,-13.584],[-40.795,-13.759],[-40.777,-13.835],[-40.878,-13.843],[-40.928,-13.889],[-40.991,-13.791],[-41.043,-13.768],[-41.018,-13.672],[-41.041,-13.615],[-41.08,-13.613],[-41.157,-13.677],[-41.298,-13.683],[-41.294,-13.709],[-41.444,-13.662],[-41.483,-13.544],[-41.476,-13.52],[-41.235,-13.459],[-41.007,-13.584]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902906\",\"name\":\"Barra do Choça\",\"centroid\":[-40.5872,-14.9151]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.67,-15.072],[-40.703,-15.076],[-40.712,-15.046],[-40.67,-14.828],[-40.572,-14.711],[-40.437,-14.912],[-40.564,-15.059],[-40.67,-15.072]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903003\",\"name\":\"Barra do Mendes\",\"centroid\":[-42.113,-11.9771]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.005,-11.985],[-41.964,-12.056],[-41.983,-12.044],[-41.966,-12.22],[-41.989,-12.232],[-41.967,-12.269],[-42.056,-12.221],[-42.089,-12.328],[-42.164,-12.238],[-42.078,-12.246],[-42.246,-12.046],[-42.244,-11.949],[-42.172,-12.002],[-42.189,-11.902],[-42.36,-11.714],[-41.966,-11.761],[-42.049,-11.819],[-41.996,-11.906],[-42.005,-11.985]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903102\",\"name\":\"Barra do Rocha\",\"centroid\":[-39.598,-14.0771]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.596,-13.88],[-39.556,-13.894],[-39.575,-14.216],[-39.651,-14.218],[-39.654,-14.101],[-39.608,-14.111],[-39.584,-14.027],[-39.629,-13.964],[-39.596,-13.945],[-39.596,-13.88]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903201\",\"name\":\"Barreiras\",\"centroid\":[-45.524,-12.0174]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-46.256,-11.621],[-46.187,-11.655],[-46.067,-11.619],[-45.86,-11.646],[-45.637,-11.79],[-45.279,-11.741],[-45.164,-11.853],[-45.094,-11.855],[-45.022,-11.905],[-44.966,-12.001],[-44.852,-12.09],[-44.579,-12.154],[-45.019,-12.319],[-45.136,-12.322],[-45.233,-12.429],[-45.446,-12.367],[-45.765,-12.416],[-45.661,-11.915],[-45.777,-11.866],[-45.823,-11.886],[-45.945,-11.863],[-46.149,-12.031],[-46.381,-12.053],[-46.395,-12.026],[-46.325,-11.958],[-46.175,-11.91],[-46.181,-11.885],[-46.318,-11.898],[-46.374,-11.868],[-46.322,-11.77],[-46.373,-11.751],[-46.294,-11.692],[-46.311,-11.627],[-46.256,-11.621]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903235\",\"name\":\"Barro Alto\",\"centroid\":[-41.8338,-11.8529]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.861,-11.71],[-41.751,-11.879],[-41.698,-11.894],[-41.666,-11.963],[-41.692,-11.982],[-42.038,-11.813],[-41.944,-11.806],[-41.861,-11.71]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903300\",\"name\":\"Barro Preto\",\"centroid\":[-39.4231,-14.7613]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.359,-14.715],[-39.355,-14.758],[-39.398,-14.802],[-39.484,-14.81],[-39.51,-14.733],[-39.449,-14.765],[-39.43,-14.716],[-39.385,-14.718],[-39.369,-14.688],[-39.359,-14.715]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903276\",\"name\":\"Barrocas\",\"centroid\":[-39.0982,-11.5405]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.068,-11.609],[-39.158,-11.633],[-39.158,-11.532],[-39.053,-11.398],[-39.065,-11.488],[-39.028,-11.552],[-39.068,-11.609]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903409\",\"name\":\"Belmonte\",\"centroid\":[-39.1826,-15.9347]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.561,-15.802],[-39.485,-15.838],[-39.399,-15.794],[-39.346,-15.85],[-39.27,-15.843],[-39.214,-15.789],[-38.9,-15.765],[-38.856,-15.86],[-38.948,-16.092],[-39.188,-16.052],[-39.348,-16.121],[-39.497,-16.058],[-39.464,-15.948],[-39.561,-15.802]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903508\",\"name\":\"Belo Campo\",\"centroid\":[-41.2156,-14.9755]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.209,-14.717],[-41.16,-14.771],[-41.177,-14.845],[-41.148,-15.013],[-41.088,-15.075],[-41.273,-15.188],[-41.361,-15.134],[-41.281,-15.116],[-41.301,-15.031],[-41.219,-15.024],[-41.282,-14.75],[-41.242,-14.722],[-41.223,-14.746],[-41.209,-14.717]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903607\",\"name\":\"Biritinga\",\"centroid\":[-38.7927,-11.5588]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.694,-11.681],[-38.753,-11.694],[-38.831,-11.774],[-38.864,-11.382],[-38.785,-11.354],[-38.694,-11.681]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903706\",\"name\":\"Boa Nova\",\"centroid\":[-40.2327,-14.3572]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.171,-14.248],[-40.086,-14.249],[-40.038,-14.437],[-40.096,-14.521],[-40.213,-14.451],[-40.506,-14.359],[-40.488,-14.318],[-40.361,-14.257],[-40.244,-14.254],[-40.199,-14.328],[-40.215,-14.265],[-40.18,-14.224],[-40.171,-14.248]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903805\",\"name\":\"Boa Vista do Tupim\",\"centroid\":[-40.6435,-12.7789]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.685,-12.446],[-40.574,-12.441],[-40.473,-12.502],[-40.356,-12.791],[-40.384,-12.865],[-40.464,-12.952],[-40.507,-12.945],[-40.575,-13.002],[-40.758,-13.043],[-40.879,-13],[-40.945,-13.036],[-40.972,-12.767],[-40.707,-12.769],[-40.711,-12.446],[-40.685,-12.446]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903904\",\"name\":\"Bom Jesus da Lapa\",\"centroid\":[-43.2878,-13.2842]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.25,-12.875],[-43.073,-13.065],[-42.923,-13.141],[-42.912,-13.357],[-43.116,-13.324],[-43.129,-13.427],[-43.241,-13.609],[-43.471,-13.857],[-43.545,-13.794],[-43.442,-13.557],[-43.431,-13.422],[-43.462,-13.325],[-43.43,-13.254],[-43.682,-13.282],[-43.683,-13.169],[-43.633,-13.184],[-43.61,-13.152],[-43.464,-13.132],[-43.452,-13.039],[-43.408,-13],[-43.404,-12.882],[-43.361,-12.864],[-43.342,-12.81],[-43.25,-12.875]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903953\",\"name\":\"Bom Jesus da Serra\",\"centroid\":[-40.5734,-14.3782]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.389,-14.43],[-40.41,-14.47],[-40.51,-14.44],[-40.671,-14.458],[-40.717,-14.24],[-40.385,-14.409],[-40.389,-14.43]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904001\",\"name\":\"Boninal\",\"centroid\":[-41.7997,-12.7908]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.637,-12.784],[-41.629,-12.865],[-41.695,-13.022],[-41.802,-12.811],[-42.016,-12.854],[-41.999,-12.666],[-41.604,-12.712],[-41.637,-12.784]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904050\",\"name\":\"Bonito\",\"centroid\":[-41.3263,-11.9727]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.275,-12.149],[-41.354,-12.169],[-41.368,-12.084],[-41.455,-11.971],[-41.393,-11.771],[-41.222,-11.889],[-41.203,-12.005],[-41.253,-12.029],[-41.225,-12.124],[-41.275,-12.149]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904100\",\"name\":\"Boquira\",\"centroid\":[-42.7199,-12.7472]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.637,-12.585],[-42.581,-12.691],[-42.529,-12.691],[-42.495,-12.739],[-42.53,-12.823],[-42.501,-12.869],[-42.83,-12.95],[-42.934,-12.93],[-42.858,-12.872],[-42.886,-12.847],[-42.885,-12.595],[-42.639,-12.5],[-42.637,-12.585]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904209\",\"name\":\"Botuporã\",\"centroid\":[-42.5345,-13.3248]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.406,-13.392],[-42.547,-13.459],[-42.677,-13.374],[-42.69,-13.286],[-42.444,-13.184],[-42.395,-13.262],[-42.428,-13.28],[-42.406,-13.392]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904308\",\"name\":\"Brejões\",\"centroid\":[-39.8531,-13.0738]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.899,-12.934],[-39.806,-12.978],[-39.819,-13.02],[-39.698,-13.088],[-39.763,-13.135],[-39.742,-13.19],[-39.8,-13.149],[-39.815,-13.194],[-39.927,-13.162],[-39.968,-13.037],[-39.899,-12.934]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904407\",\"name\":\"Brejolândia\",\"centroid\":[-43.7927,-12.5097]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.925,-12.246],[-43.735,-12.285],[-43.709,-12.368],[-43.319,-12.527],[-43.537,-12.637],[-43.981,-12.748],[-43.948,-12.677],[-44.129,-12.681],[-44.071,-12.606],[-44.115,-12.483],[-44.049,-12.453],[-43.985,-12.292],[-43.925,-12.246]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904506\",\"name\":\"Brotas de Macaúbas\",\"centroid\":[-42.4518,-12.0879]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.747,-11.731],[-42.784,-11.813],[-42.696,-11.867],[-42.462,-11.966],[-42.245,-11.949],[-42.246,-12.046],[-42.078,-12.246],[-42.164,-12.238],[-42.124,-12.282],[-42.271,-12.337],[-42.249,-12.39],[-42.269,-12.413],[-42.329,-12.382],[-42.377,-12.235],[-42.56,-12.257],[-42.625,-12.079],[-42.813,-11.941],[-42.86,-11.796],[-42.747,-11.731]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904605\",\"name\":\"Brumado\",\"centroid\":[-41.6852,-14.173]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.502,-13.925],[-41.44,-14.023],[-41.319,-14.084],[-41.426,-14.109],[-41.513,-14.171],[-41.567,-14.251],[-41.563,-14.457],[-41.536,-14.497],[-41.638,-14.51],[-41.714,-14.475],[-41.763,-14.256],[-41.988,-14.224],[-42,-14.073],[-41.9,-14.054],[-41.836,-13.974],[-41.661,-14.002],[-41.502,-13.925]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904704\",\"name\":\"Buerarema\",\"centroid\":[-39.2809,-14.9961]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.221,-14.912],[-39.202,-15.008],[-39.266,-15.066],[-39.33,-15.075],[-39.329,-15.016],[-39.413,-15.033],[-39.367,-15.02],[-39.33,-14.933],[-39.24,-14.938],[-39.221,-14.912]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904753\",\"name\":\"Buritirama\",\"centroid\":[-43.6845,-10.5707]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.373,-10.275],[-43.38,-10.715],[-43.73,-10.906],[-43.742,-10.878],[-43.786,-10.908],[-43.843,-10.849],[-43.901,-10.856],[-43.943,-10.713],[-44.072,-10.581],[-44.023,-10.408],[-43.928,-10.434],[-43.884,-10.344],[-43.649,-10.342],[-43.584,-10.288],[-43.506,-10.297],[-43.459,-10.243],[-43.384,-10.236],[-43.373,-10.275]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904803\",\"name\":\"Caatiba\",\"centroid\":[-40.3454,-15.0059]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.329,-14.951],[-40.299,-14.96],[-40.3,-14.918],[-40.108,-14.963],[-40.149,-14.978],[-40.135,-15.044],[-40.159,-15.009],[-40.321,-15.097],[-40.564,-15.059],[-40.437,-14.912],[-40.329,-14.951]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904852\",\"name\":\"Cabaceiras do Paraguaçu\",\"centroid\":[-39.1972,-12.5671]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.075,-12.5],[-39.057,-12.54],[-39.199,-12.588],[-39.177,-12.629],[-39.241,-12.659],[-39.316,-12.547],[-39.075,-12.5]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904902\",\"name\":\"Cachoeira\",\"centroid\":[-38.888,-12.6402]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.837,-12.554],[-38.797,-12.566],[-38.795,-12.626],[-38.848,-12.688],[-38.818,-12.775],[-38.846,-12.838],[-39.013,-12.566],[-38.879,-12.509],[-38.837,-12.554]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2905008\",\"name\":\"Caculé\",\"centroid\":[-42.291,-14.4793]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.424,-14.325],[-42.171,-14.409],[-42.161,-14.637],[-42.248,-14.609],[-42.375,-14.639],[-42.336,-14.562],[-42.371,-14.459],[-42.393,-14.42],[-42.503,-14.399],[-42.424,-14.325]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2905107\",\"name\":\"Caém\",\"centroid\":[-40.2904,-11.1496]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.992,-11.166],[-40.075,-11.196],[-40.256,-11.18],[-40.345,-11.227],[-40.469,-11.205],[-40.433,-11.056],[-39.992,-11.166]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2905156\",\"name\":\"Caetanos\",\"centroid\":[-40.9126,-14.3153]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.005,-14.164],[-40.767,-14.256],[-40.716,-14.242],[-40.693,-14.376],[-41.093,-14.441],[-41.069,-14.398],[-41.108,-14.367],[-41.092,-14.288],[-41.028,-14.248],[-41.047,-14.227],[-41.014,-14.222],[-41.005,-14.164]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2905206\",\"name\":\"Caetité\",\"centroid\":[-42.4962,-13.9784]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.566,-13.638],[-42.52,-13.675],[-42.421,-13.667],[-42.374,-13.701],[-42.353,-13.676],[-42.33,-13.775],[-42.153,-13.859],[-42.415,-13.913],[-42.346,-14.197],[-42.503,-14.399],[-42.619,-14.296],[-42.581,-14.209],[-42.601,-14.156],[-42.772,-14.083],[-42.8,-14.037],[-42.763,-14.047],[-42.514,-13.918],[-42.704,-13.64],[-42.575,-13.602],[-42.566,-13.638]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2905305\",\"name\":\"Cafarnaum\",\"centroid\":[-41.4839,-11.7371]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.552,-11.559],[-41.33,-11.683],[-41.306,-11.831],[-41.393,-11.771],[-41.42,-11.868],[-41.616,-11.885],[-41.592,-11.613],[-41.552,-11.559]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2905404\",\"name\":\"Cairu\",\"centroid\":[-38.9771,-13.5119]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.975,-13.389],[-38.906,-13.377],[-38.888,-13.444],[-38.932,-13.525],[-38.889,-13.62],[-38.915,-13.673],[-38.965,-13.677],[-39.005,-13.574],[-39.095,-13.564],[-39.038,-13.388],[-38.975,-13.389]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2905503\",\"name\":\"Caldeirão Grande\",\"centroid\":[-40.2209,-11.0404]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.233,-10.928],[-39.991,-11.161],[-40.421,-11.059],[-40.373,-11.059],[-40.342,-10.939],[-40.233,-10.928]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2905602\",\"name\":\"Camacan\",\"centroid\":[-39.5213,-15.4432]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.616,-15.27],[-39.5,-15.29],[-39.466,-15.4],[-39.431,-15.383],[-39.381,-15.425],[-39.363,-15.47],[-39.435,-15.49],[-39.41,-15.566],[-39.488,-15.557],[-39.521,-15.614],[-39.589,-15.6],[-39.622,-15.459],[-39.59,-15.377],[-39.651,-15.274],[-39.616,-15.27]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2905701\",\"name\":\"Camaçari\",\"centroid\":[-38.2104,-12.6628]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.173,-12.467],[-38.114,-12.509],[-38.069,-12.466],[-38.071,-12.534],[-38.032,-12.596],[-38.278,-12.876],[-38.328,-12.834],[-38.378,-12.675],[-38.337,-12.63],[-38.238,-12.649],[-38.179,-12.595],[-38.134,-12.6],[-38.169,-12.54],[-38.215,-12.566],[-38.249,-12.496],[-38.244,-12.468],[-38.173,-12.467]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2905800\",\"name\":\"Camamu\",\"centroid\":[-39.1775,-14.0168]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.118,-13.886],[-39.066,-13.917],[-38.986,-13.896],[-38.987,-14.08],[-39.346,-14.148],[-39.348,-14.049],[-39.413,-14.009],[-39.386,-13.963],[-39.31,-13.969],[-39.296,-13.933],[-39.204,-13.936],[-39.118,-13.886]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2905909\",\"name\":\"Campo Alegre de Lourdes\",\"centroid\":[-43.1709,-9.5518]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.285,-9.42],[-43.214,-9.399],[-43.191,-9.42],[-43.119,-9.371],[-43.057,-9.419],[-42.987,-9.401],[-42.946,-9.518],[-42.876,-9.561],[-42.837,-9.55],[-42.804,-9.622],[-42.765,-9.616],[-42.712,-9.53],[-42.689,-9.565],[-42.73,-9.686],[-42.77,-9.737],[-43.373,-9.724],[-43.493,-9.503],[-43.543,-9.478],[-43.543,-9.308],[-43.438,-9.266],[-43.285,-9.42]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906006\",\"name\":\"Campo Formoso\",\"centroid\":[-40.7223,-10.2508]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.317,-9.907],[-40.334,-10.025],[-40.411,-10.106],[-40.373,-10.14],[-40.36,-10.11],[-40.289,-10.135],[-40.241,-10.214],[-40.248,-10.504],[-40.451,-10.564],[-40.559,-10.674],[-40.933,-10.603],[-40.872,-10.502],[-40.942,-10.509],[-41.02,-10.431],[-41.107,-10.466],[-41.251,-10.428],[-41.279,-10.342],[-41.145,-10.221],[-41.171,-10.196],[-41.159,-10.115],[-41.193,-10.082],[-41.169,-10.02],[-41.252,-9.979],[-41.236,-9.925],[-41.215,-9.958],[-41.11,-9.91],[-41.099,-9.946],[-41.007,-9.907],[-41.014,-9.939],[-40.97,-9.945],[-40.643,-9.885],[-40.317,-9.907]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906105\",\"name\":\"Canápolis\",\"centroid\":[-44.2076,-13.0933]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.115,-13.146],[-44.14,-13.205],[-44.225,-13.202],[-44.288,-13.128],[-44.35,-13.113],[-44.289,-13],[-44.207,-12.988],[-44.077,-13.06],[-44.115,-13.146]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906204\",\"name\":\"Canarana\",\"centroid\":[-41.6974,-11.7543]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.643,-11.608],[-41.592,-11.613],[-41.604,-11.777],[-41.616,-11.885],[-41.653,-11.888],[-41.676,-11.944],[-41.861,-11.71],[-41.643,-11.608]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906303\",\"name\":\"Canavieiras\",\"centroid\":[-39.114,-15.6505]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.951,-15.474],[-38.9,-15.765],[-39.214,-15.789],[-39.27,-15.843],[-39.357,-15.85],[-39.386,-15.823],[-39.324,-15.661],[-39.209,-15.594],[-39.141,-15.593],[-39.209,-15.502],[-39.045,-15.459],[-39.01,-15.382],[-38.974,-15.386],[-38.951,-15.474]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906402\",\"name\":\"Candeal\",\"centroid\":[-39.1901,-11.8691]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.175,-11.981],[-39.297,-11.991],[-39.28,-11.83],[-39.24,-11.774],[-39.065,-11.759],[-39.084,-11.859],[-39.175,-11.981]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906501\",\"name\":\"Candeias\",\"centroid\":[-38.4856,-12.6724]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.473,-12.607],[-38.405,-12.595],[-38.394,-12.618],[-38.463,-12.792],[-38.555,-12.709],[-38.581,-12.63],[-38.487,-12.587],[-38.473,-12.607]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906600\",\"name\":\"Candiba\",\"centroid\":[-42.8314,-14.4051]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.687,-14.391],[-42.74,-14.459],[-42.816,-14.435],[-42.835,-14.559],[-42.97,-14.392],[-42.88,-14.325],[-42.779,-14.309],[-42.687,-14.391]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906709\",\"name\":\"Cândido Sales\",\"centroid\":[-41.3292,-15.3229]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.094,-15.101],[-41.185,-15.312],[-41.137,-15.355],[-41.14,-15.402],[-41.031,-15.484],[-41.145,-15.545],[-41.205,-15.491],[-41.258,-15.514],[-41.362,-15.494],[-41.759,-15.138],[-41.395,-15.253],[-41.421,-15.124],[-41.273,-15.188],[-41.094,-15.101]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906808\",\"name\":\"Cansanção\",\"centroid\":[-39.4681,-10.7387]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.271,-10.693],[-39.211,-10.998],[-39.312,-10.989],[-39.377,-10.949],[-39.377,-10.766],[-39.685,-10.777],[-39.765,-10.514],[-39.271,-10.693]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906824\",\"name\":\"Canudos\",\"centroid\":[-38.984,-10.0706]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.061,-9.689],[-38.984,-9.768],[-38.878,-9.967],[-38.612,-10.208],[-38.436,-10.321],[-38.853,-10.279],[-39.06,-10.352],[-39.203,-10.237],[-39.262,-10.249],[-39.263,-10.086],[-39.202,-9.973],[-39.198,-9.701],[-39.152,-9.695],[-39.11,-9.642],[-39.061,-9.689]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906857\",\"name\":\"Capela do Alto Alegre\",\"centroid\":[-39.8106,-11.6981]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.891,-11.486],[-39.842,-11.584],[-39.728,-11.623],[-39.685,-11.785],[-39.733,-11.893],[-39.912,-11.734],[-39.925,-11.499],[-39.891,-11.486]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906873\",\"name\":\"Capim Grosso\",\"centroid\":[-39.982,-11.3204]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.992,-11.166],[-39.966,-11.23],[-39.865,-11.314],[-39.926,-11.38],[-39.912,-11.417],[-40.07,-11.437],[-40.028,-11.222],[-40.05,-11.185],[-39.992,-11.166]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906899\",\"name\":\"Caraíbas\",\"centroid\":[-41.2756,-14.6229]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.109,-14.442],[-41.069,-14.463],[-41.133,-14.608],[-41.188,-14.62],[-41.23,-14.687],[-41.223,-14.746],[-41.242,-14.722],[-41.282,-14.75],[-41.269,-14.798],[-41.33,-14.775],[-41.33,-14.809],[-41.377,-14.827],[-41.454,-14.791],[-41.346,-14.699],[-41.39,-14.677],[-41.406,-14.642],[-41.37,-14.633],[-41.434,-14.551],[-41.253,-14.487],[-41.248,-14.515],[-41.205,-14.52],[-41.185,-14.482],[-41.132,-14.491],[-41.139,-14.456],[-41.109,-14.442]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906907\",\"name\":\"Caravelas\",\"centroid\":[-39.6922,-17.6572]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.219,-17.419],[-40.038,-17.478],[-39.934,-17.461],[-39.768,-17.626],[-39.598,-17.556],[-39.492,-17.569],[-39.441,-17.655],[-39.245,-17.643],[-39.135,-17.688],[-39.292,-17.86],[-39.447,-17.858],[-39.759,-17.748],[-39.855,-17.763],[-39.901,-17.687],[-40.03,-17.629],[-40.12,-17.64],[-40.234,-17.551],[-40.256,-17.408],[-40.219,-17.419]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2907004\",\"name\":\"Cardeal da Silva\",\"centroid\":[-37.9327,-12.0354]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-37.941,-11.936],[-37.831,-11.994],[-37.924,-12.149],[-38.023,-12.08],[-37.968,-11.938],[-37.941,-11.936]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2907103\",\"name\":\"Carinhanha\",\"centroid\":[-43.8557,-13.9962]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.722,-14.25],[-43.783,-14.339],[-43.892,-14.293],[-43.942,-14.305],[-43.986,-14.267],[-44.049,-14.284],[-44.065,-14.138],[-44.029,-14.092],[-44.087,-14.033],[-43.98,-13.667],[-43.594,-13.778],[-43.722,-14.25]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2907202\",\"name\":\"Casa Nova\",\"centroid\":[-41.3367,-9.2374]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.358,-8.707],[-41.281,-8.736],[-41.225,-8.704],[-41.113,-8.703],[-41.124,-8.752],[-41.036,-8.785],[-41.021,-8.843],[-40.921,-8.835],[-40.851,-8.952],[-40.821,-9.079],[-40.667,-9.159],[-40.687,-9.278],[-40.755,-9.313],[-40.745,-9.404],[-40.776,-9.454],[-40.867,-9.4],[-41.119,-9.406],[-41.134,-9.498],[-41.311,-9.67],[-41.565,-9.678],[-41.687,-9.769],[-41.881,-9.715],[-41.903,-9.698],[-41.859,-9.237],[-41.735,-9.094],[-41.723,-9.013],[-41.605,-8.957],[-41.544,-8.96],[-41.487,-8.843],[-41.358,-8.707]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2907301\",\"name\":\"Castro Alves\",\"centroid\":[-39.3675,-12.7498]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.305,-12.564],[-39.234,-12.671],[-39.276,-12.738],[-39.215,-12.82],[-39.284,-12.842],[-39.364,-12.799],[-39.324,-12.867],[-39.336,-12.923],[-39.453,-12.913],[-39.505,-12.81],[-39.484,-12.723],[-39.435,-12.675],[-39.442,-12.619],[-39.305,-12.564]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2907400\",\"name\":\"Catolândia\",\"centroid\":[-44.7102,-12.2862]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.579,-12.154],[-44.518,-12.201],[-44.564,-12.227],[-44.543,-12.287],[-44.739,-12.409],[-44.79,-12.41],[-44.927,-12.29],[-44.579,-12.154]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2907509\",\"name\":\"Catu\",\"centroid\":[-38.4153,-12.3322]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.38,-12.235],[-38.274,-12.277],[-38.284,-12.341],[-38.315,-12.336],[-38.388,-12.429],[-38.54,-12.404],[-38.525,-12.269],[-38.469,-12.282],[-38.38,-12.235]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2907558\",\"name\":\"Caturama\",\"centroid\":[-42.3119,-13.2326]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.37,-13.059],[-42.299,-13.135],[-42.243,-13.107],[-42.202,-13.126],[-42.158,-13.226],[-42.215,-13.292],[-42.292,-13.313],[-42.264,-13.367],[-42.406,-13.392],[-42.428,-13.28],[-42.395,-13.262],[-42.444,-13.184],[-42.402,-13.163],[-42.37,-13.059]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2907608\",\"name\":\"Central\",\"centroid\":[-42.1036,-11.1518]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.908,-11.177],[-41.965,-11.248],[-42.107,-11.221],[-42.239,-11.261],[-42.256,-11.143],[-42.145,-11.023],[-42.089,-11.017],[-41.982,-11.141],[-41.908,-11.177]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2907707\",\"name\":\"Chorrochó\",\"centroid\":[-39.1639,-9.2482]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.99,-9.549],[-39.125,-9.595],[-39.118,-9.643],[-39.144,-9.654],[-39.287,-9.632],[-39.315,-9.603],[-39.282,-9.391],[-39.349,-9.329],[-39.373,-9.224],[-39.265,-8.99],[-39.271,-8.944],[-39.104,-8.829],[-39.064,-8.731],[-38.954,-8.804],[-39.111,-9.061],[-39.066,-9.132],[-39.08,-9.225],[-38.955,-9.453],[-38.99,-9.549]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2907806\",\"name\":\"Cícero Dantas\",\"centroid\":[-38.423,-10.5485]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.418,-10.461],[-38.22,-10.477],[-38.294,-10.543],[-38.245,-10.709],[-38.318,-10.648],[-38.404,-10.635],[-38.418,-10.679],[-38.458,-10.661],[-38.482,-10.607],[-38.577,-10.54],[-38.737,-10.601],[-38.575,-10.479],[-38.553,-10.507],[-38.547,-10.454],[-38.419,-10.44],[-38.418,-10.461]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2907905\",\"name\":\"Cipó\",\"centroid\":[-38.5079,-11.1156]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.493,-11.083],[-38.436,-11.119],[-38.444,-11.169],[-38.589,-11.145],[-38.559,-11.127],[-38.558,-11.054],[-38.506,-11.053],[-38.493,-11.083]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2908002\",\"name\":\"Coaraci\",\"centroid\":[-39.5919,-14.6454]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.551,-14.561],[-39.51,-14.547],[-39.53,-14.807],[-39.589,-14.801],[-39.57,-14.723],[-39.717,-14.604],[-39.728,-14.56],[-39.551,-14.561]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2908101\",\"name\":\"Cocos\",\"centroid\":[-45.2227,-14.4974]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.72,-13.876],[-44.689,-13.924],[-44.365,-14.089],[-44.4,-14.163],[-44.489,-14.21],[-44.483,-14.278],[-44.412,-14.281],[-44.833,-14.499],[-44.843,-14.58],[-45.04,-14.68],[-45.082,-14.748],[-45.205,-14.744],[-45.455,-14.953],[-45.567,-14.945],[-45.721,-15.112],[-45.826,-15.117],[-45.873,-15.158],[-45.953,-15.139],[-46.077,-15.264],[-46.119,-15.192],[-46.047,-15.163],[-45.966,-14.965],[-46.052,-14.831],[-45.965,-14.81],[-45.375,-14.257],[-45.193,-14.127],[-45.108,-14.119],[-45.073,-14.074],[-44.924,-14.014],[-44.904,-13.926],[-44.807,-13.829],[-44.72,-13.876]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2908200\",\"name\":\"Conceição da Feira\",\"centroid\":[-38.9988,-12.5068]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.969,-12.477],[-38.879,-12.509],[-39.007,-12.568],[-39.091,-12.495],[-39.052,-12.447],[-38.969,-12.477]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2908309\",\"name\":\"Conceição do Almeida\",\"centroid\":[-39.2359,-12.8539]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.139,-12.831],[-39.223,-12.897],[-39.221,-12.942],[-39.316,-12.945],[-39.33,-12.974],[-39.324,-12.867],[-39.364,-12.799],[-39.284,-12.842],[-39.215,-12.82],[-39.198,-12.763],[-39.144,-12.739],[-39.118,-12.797],[-39.139,-12.831]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2908408\",\"name\":\"Conceição do Coité\",\"centroid\":[-39.2683,-11.5261]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.156,-11.68],[-39.234,-11.764],[-39.537,-11.562],[-39.353,-11.526],[-39.241,-11.213],[-39.172,-11.281],[-39.141,-11.494],[-39.156,-11.68]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2908507\",\"name\":\"Conceição do Jacuípe\",\"centroid\":[-38.7423,-12.3343]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.74,-12.282],[-38.639,-12.372],[-38.848,-12.349],[-38.74,-12.282]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2908606\",\"name\":\"Conde\",\"centroid\":[-37.6811,-11.8236]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-37.742,-11.63],[-37.531,-11.702],[-37.541,-11.772],[-37.515,-11.742],[-37.686,-12.093],[-37.766,-11.961],[-37.768,-11.858],[-37.859,-11.775],[-37.784,-11.722],[-37.742,-11.63]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2908705\",\"name\":\"Condeúba\",\"centroid\":[-42.0465,-14.9262]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.881,-14.692],[-41.884,-14.83],[-41.831,-14.892],[-41.929,-14.912],[-41.99,-15.073],[-42.042,-15.115],[-42.031,-15.166],[-42.091,-15.186],[-42.173,-15.085],[-42.283,-15.117],[-42.277,-15.053],[-42.227,-15.045],[-42.158,-14.814],[-42.058,-14.849],[-42.059,-14.719],[-41.967,-14.717],[-41.869,-14.609],[-41.881,-14.692]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2908804\",\"name\":\"Contendas do Sincorá\",\"centroid\":[-41.0922,-13.8199]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.041,-13.615],[-41.018,-13.672],[-41.043,-13.768],[-40.991,-13.791],[-40.911,-13.913],[-40.95,-13.907],[-40.984,-13.978],[-41.098,-14.004],[-41.16,-13.967],[-41.222,-13.814],[-41.217,-13.7],[-41.249,-13.718],[-41.282,-13.686],[-41.157,-13.677],[-41.08,-13.613],[-41.041,-13.615]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2908903\",\"name\":\"Coração de Maria\",\"centroid\":[-38.7787,-12.2157]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.763,-12.118],[-38.752,-12.165],[-38.658,-12.193],[-38.703,-12.251],[-38.689,-12.303],[-38.745,-12.281],[-38.811,-12.337],[-38.881,-12.134],[-38.763,-12.118]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2909000\",\"name\":\"Cordeiros\",\"centroid\":[-41.8964,-15.0416]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.883,-14.889],[-41.795,-14.924],[-41.772,-15.074],[-41.932,-15.174],[-42.031,-15.166],[-42.042,-15.115],[-41.99,-15.073],[-41.965,-14.97],[-41.883,-14.889]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2909109\",\"name\":\"Coribe\",\"centroid\":[-44.3963,-13.7823]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.225,-13.428],[-44.037,-13.694],[-44.159,-13.789],[-44.238,-13.925],[-44.293,-13.945],[-44.365,-14.089],[-44.689,-13.924],[-44.795,-13.826],[-44.799,-13.8],[-44.677,-13.729],[-44.294,-13.562],[-44.225,-13.428]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2909208\",\"name\":\"Coronel João Sá\",\"centroid\":[-37.9494,-10.2712]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-37.898,-10.165],[-37.743,-10.337],[-37.839,-10.379],[-37.849,-10.443],[-37.908,-10.449],[-37.935,-10.395],[-38.038,-10.377],[-38.065,-10.234],[-38.15,-10.213],[-38.085,-10.101],[-37.898,-10.165]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2909307\",\"name\":\"Correntina\",\"centroid\":[-45.4083,-13.4779]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.784,-12.994],[-44.597,-13.209],[-44.546,-13.349],[-44.329,-13.409],[-44.49,-13.428],[-44.509,-13.543],[-46.216,-13.979],[-46.268,-13.943],[-46.233,-13.845],[-46.282,-13.796],[-46.224,-13.765],[-46.266,-13.74],[-46.235,-13.708],[-46.261,-13.689],[-46.162,-13.59],[-46.238,-13.554],[-46.206,-13.465],[-46.243,-13.43],[-46.214,-13.4],[-46.048,-13.309],[-45.936,-13.302],[-45.608,-13.185],[-45.205,-13.128],[-44.784,-12.994]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2909406\",\"name\":\"Cotegipe\",\"centroid\":[-44.3263,-11.7037]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.914,-11.351],[-43.839,-11.357],[-43.87,-11.444],[-43.957,-11.445],[-43.99,-11.507],[-44.036,-11.509],[-44.039,-11.555],[-44.091,-11.564],[-44.093,-11.614],[-44.119,-11.585],[-44.17,-11.651],[-44.102,-11.848],[-44.053,-11.888],[-44.049,-11.992],[-44.224,-12.12],[-44.342,-12.103],[-44.346,-12.055],[-44.657,-11.749],[-44.655,-11.409],[-44.532,-11.419],[-44.418,-11.363],[-44.337,-11.493],[-44.122,-11.42],[-44.031,-11.444],[-43.979,-11.376],[-43.914,-11.351]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2909505\",\"name\":\"Cravolândia\",\"centroid\":[-39.7965,-13.4321]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.784,-13.404],[-39.747,-13.41],[-39.752,-13.474],[-39.695,-13.513],[-39.791,-13.53],[-39.791,-13.459],[-39.9,-13.39],[-39.82,-13.343],[-39.76,-13.399],[-39.784,-13.404]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2909604\",\"name\":\"Crisópolis\",\"centroid\":[-38.1706,-11.5055]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.212,-11.351],[-38.1,-11.427],[-38.058,-11.525],[-37.983,-11.596],[-38.15,-11.607],[-38.155,-11.633],[-38.296,-11.575],[-38.263,-11.383],[-38.212,-11.351]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2909703\",\"name\":\"Cristópolis\",\"centroid\":[-44.2574,-12.1938]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.084,-12.061],[-44.047,-12.079],[-44.08,-12.156],[-43.962,-12.189],[-43.951,-12.235],[-44.049,-12.272],[-44.087,-12.244],[-44.231,-12.259],[-44.294,-12.305],[-44.535,-12.303],[-44.443,-12.093],[-44.252,-12.128],[-44.162,-12.06],[-44.084,-12.061]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2909802\",\"name\":\"Cruz das Almas\",\"centroid\":[-39.1177,-12.6894]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.144,-12.64],[-39.044,-12.648],[-39.057,-12.735],[-39.139,-12.756],[-39.21,-12.645],[-39.144,-12.64]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2909901\",\"name\":\"Curaçá\",\"centroid\":[-39.6405,-9.2635]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.369,-8.555],[-39.55,-8.912],[-39.352,-9.157],[-39.373,-9.224],[-39.354,-9.315],[-39.282,-9.391],[-39.315,-9.603],[-39.637,-9.719],[-39.795,-9.939],[-39.908,-9.798],[-39.862,-9.209],[-39.912,-9.113],[-39.97,-9.119],[-39.979,-9.055],[-39.873,-8.934],[-39.893,-8.828],[-39.676,-8.788],[-39.692,-8.664],[-39.61,-8.657],[-39.407,-8.538],[-39.369,-8.555]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910008\",\"name\":\"Dário Meira\",\"centroid\":[-39.982,-14.4057]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.08,-14.241],[-40.051,-14.286],[-40.005,-14.266],[-39.949,-14.362],[-39.824,-14.383],[-39.837,-14.442],[-39.899,-14.434],[-40.032,-14.539],[-40.096,-14.521],[-40.038,-14.437],[-40.08,-14.241]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910057\",\"name\":\"Dias d'Ávila\",\"centroid\":[-38.2861,-12.6021]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.353,-12.536],[-38.35,-12.57],[-38.282,-12.608],[-38.178,-12.54],[-38.134,-12.6],[-38.179,-12.595],[-38.238,-12.649],[-38.337,-12.63],[-38.378,-12.675],[-38.401,-12.633],[-38.369,-12.585],[-38.407,-12.55],[-38.353,-12.536]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910107\",\"name\":\"Dom Basílio\",\"centroid\":[-41.7106,-13.8574]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.747,-13.664],[-41.565,-13.905],[-41.559,-13.946],[-41.661,-14.002],[-41.857,-13.88],[-41.85,-13.821],[-41.785,-13.76],[-41.747,-13.664]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910206\",\"name\":\"Dom Macedo Costa\",\"centroid\":[-39.1737,-12.9181]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.123,-12.94],[-39.152,-12.98],[-39.221,-12.942],[-39.223,-12.897],[-39.161,-12.848],[-39.123,-12.94]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910305\",\"name\":\"Elísio Medrado\",\"centroid\":[-39.5412,-12.9326]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.464,-12.875],[-39.473,-12.983],[-39.532,-13.021],[-39.679,-12.887],[-39.575,-12.897],[-39.474,-12.851],[-39.464,-12.875]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910404\",\"name\":\"Encruzilhada\",\"centroid\":[-40.9872,-15.5838]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.855,-15.318],[-40.811,-15.368],[-40.797,-15.477],[-40.749,-15.479],[-40.762,-15.57],[-40.639,-15.521],[-40.628,-15.617],[-40.519,-15.686],[-40.647,-15.709],[-40.707,-15.666],[-40.767,-15.714],[-40.816,-15.647],[-40.881,-15.694],[-40.963,-15.648],[-41.004,-15.711],[-41.077,-15.719],[-41.144,-15.771],[-41.215,-15.737],[-41.331,-15.744],[-41.362,-15.494],[-41.258,-15.514],[-41.205,-15.491],[-41.173,-15.536],[-41.098,-15.529],[-41.035,-15.473],[-40.957,-15.466],[-40.927,-15.422],[-40.932,-15.336],[-40.882,-15.293],[-40.855,-15.318]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910503\",\"name\":\"Entre Rios\",\"centroid\":[-38.0409,-12.0719]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.15,-11.799],[-38.009,-11.858],[-37.951,-11.934],[-38.023,-12.08],[-37.94,-12.147],[-37.952,-12.199],[-37.907,-12.222],[-37.805,-12.189],[-37.762,-12.217],[-37.895,-12.404],[-37.894,-12.381],[-37.971,-12.37],[-37.941,-12.282],[-38.018,-12.217],[-38.035,-12.163],[-38.174,-12.143],[-38.211,-12.073],[-38.204,-12.012],[-38.238,-12.013],[-38.274,-11.961],[-38.184,-11.888],[-38.15,-11.799]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2900504\",\"name\":\"Érico Cardoso\",\"centroid\":[-42.0578,-13.4163]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.108,-13.282],[-42.098,-13.331],[-41.909,-13.311],[-41.966,-13.527],[-42.022,-13.563],[-42.021,-13.63],[-42.211,-13.386],[-42.171,-13.366],[-42.181,-13.229],[-42.108,-13.282]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910602\",\"name\":\"Esplanada\",\"centroid\":[-37.8831,-11.9318]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.032,-11.749],[-38.024,-11.785],[-37.912,-11.681],[-37.865,-11.684],[-37.813,-11.737],[-37.859,-11.775],[-37.768,-11.858],[-37.766,-11.961],[-37.721,-12.018],[-37.733,-12.049],[-37.687,-12.078],[-37.762,-12.217],[-37.805,-12.189],[-37.907,-12.222],[-37.952,-12.199],[-37.831,-11.994],[-37.926,-11.958],[-38.02,-11.851],[-38.156,-11.801],[-38.051,-11.667],[-38.032,-11.749]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910701\",\"name\":\"Euclides da Cunha\",\"centroid\":[-38.8757,-10.459]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.137,-10.293],[-39.06,-10.352],[-38.853,-10.279],[-38.436,-10.321],[-38.557,-10.461],[-38.553,-10.507],[-38.575,-10.479],[-38.737,-10.601],[-39.27,-10.677],[-39.132,-10.462],[-39.185,-10.256],[-39.137,-10.293]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910727\",\"name\":\"Eunápolis\",\"centroid\":[-39.5991,-16.2831]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.402,-16.097],[-39.478,-16.372],[-39.576,-16.471],[-39.689,-16.505],[-39.694,-16.541],[-39.741,-16.501],[-39.714,-16.43],[-39.67,-16.412],[-39.67,-16.329],[-39.79,-16.324],[-39.863,-16.252],[-39.529,-16.123],[-39.479,-16.051],[-39.402,-16.097]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910750\",\"name\":\"Fátima\",\"centroid\":[-38.2051,-10.5907]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.144,-10.457],[-38.145,-10.717],[-38.245,-10.709],[-38.294,-10.543],[-38.22,-10.477],[-38.144,-10.457]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910776\",\"name\":\"Feira da Mata\",\"centroid\":[-44.2005,-14.0539]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.988,-13.664],[-44.087,-14.033],[-44.029,-14.092],[-44.065,-14.138],[-44.049,-14.284],[-44.112,-14.258],[-44.135,-14.282],[-44.215,-14.233],[-44.247,-14.26],[-44.316,-14.24],[-44.389,-14.28],[-44.483,-14.278],[-44.489,-14.21],[-44.385,-14.143],[-44.293,-13.945],[-44.201,-13.883],[-44.159,-13.789],[-43.988,-13.664]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910800\",\"name\":\"Feira de Santana\",\"centroid\":[-39.0318,-12.1908]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.177,-11.995],[-39.14,-11.992],[-39.114,-12.06],[-39.06,-12.059],[-39.056,-12.006],[-39.033,-12.061],[-38.999,-12.063],[-38.963,-12.018],[-38.899,-12.009],[-38.883,-12.158],[-38.811,-12.337],[-38.848,-12.349],[-38.83,-12.403],[-38.908,-12.385],[-38.957,-12.301],[-39.024,-12.353],[-39.01,-12.392],[-39.038,-12.418],[-39.148,-12.27],[-39.245,-12.304],[-39.275,-12.185],[-39.151,-12.263],[-39.08,-12.226],[-39.189,-12.173],[-39.177,-12.118],[-39.297,-11.991],[-39.177,-11.995]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910859\",\"name\":\"Filadélfia\",\"centroid\":[-40.1461,-10.721]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.167,-10.608],[-40.143,-10.637],[-40.016,-10.622],[-40.064,-10.859],[-40.168,-10.857],[-40.272,-10.698],[-40.29,-10.61],[-40.167,-10.608]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910909\",\"name\":\"Firmino Alves\",\"centroid\":[-39.9102,-14.9228]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.904,-14.813],[-39.877,-14.814],[-39.864,-14.976],[-39.884,-15.013],[-39.895,-14.981],[-39.904,-15.026],[-39.978,-14.955],[-39.904,-14.813]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911006\",\"name\":\"Floresta Azul\",\"centroid\":[-39.7344,-14.8269]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.705,-14.743],[-39.657,-14.769],[-39.639,-14.925],[-39.774,-14.907],[-39.851,-14.809],[-39.789,-14.731],[-39.76,-14.761],[-39.749,-14.718],[-39.705,-14.743]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911105\",\"name\":\"Formosa do Rio Preto\",\"centroid\":[-45.7584,-11.0201]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-45.567,-10.139],[-45.567,-10.201],[-45.43,-10.36],[-45.396,-10.445],[-45.447,-10.507],[-45.447,-10.556],[-45.358,-10.732],[-45.272,-10.773],[-45.248,-10.822],[-45.073,-10.84],[-44.974,-10.891],[-44.958,-11.07],[-45.007,-11.126],[-44.977,-11.187],[-44.976,-11.354],[-45.883,-11.529],[-46.078,-11.624],[-46.202,-11.602],[-46.313,-11.539],[-46.479,-11.516],[-46.522,-11.479],[-46.549,-11.38],[-46.601,-11.347],[-46.609,-11.255],[-46.472,-11.191],[-46.399,-10.994],[-46.283,-10.906],[-46.284,-10.832],[-46.229,-10.798],[-46.251,-10.757],[-46.192,-10.719],[-46.211,-10.649],[-46.064,-10.602],[-46.025,-10.542],[-45.83,-10.438],[-45.827,-10.368],[-45.743,-10.346],[-45.697,-10.263],[-45.699,-10.166],[-45.723,-10.155],[-45.605,-10.108],[-45.567,-10.139]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911204\",\"name\":\"Gandu\",\"centroid\":[-39.473,-13.7841]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.439,-13.718],[-39.362,-13.73],[-39.427,-13.803],[-39.448,-13.892],[-39.549,-13.825],[-39.525,-13.799],[-39.564,-13.755],[-39.556,-13.728],[-39.439,-13.718]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911253\",\"name\":\"Gavião\",\"centroid\":[-39.7415,-11.5051]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.713,-11.397],[-39.665,-11.418],[-39.617,-11.508],[-39.71,-11.577],[-39.842,-11.584],[-39.891,-11.486],[-39.819,-11.504],[-39.713,-11.397]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911303\",\"name\":\"Gentio do Ouro\",\"centroid\":[-42.597,-11.4103]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.754,-11.009],[-42.675,-11.013],[-42.613,-11.087],[-42.491,-11.042],[-42.516,-11.133],[-42.432,-11.28],[-42.339,-11.276],[-42.296,-11.339],[-42.299,-11.403],[-42.362,-11.48],[-42.326,-11.588],[-42.37,-11.762],[-42.445,-11.757],[-42.472,-11.726],[-42.488,-11.776],[-42.595,-11.708],[-42.747,-11.731],[-42.913,-11.277],[-42.813,-11.311],[-42.839,-11.156],[-42.771,-11.101],[-42.79,-11.059],[-42.754,-11.009]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911402\",\"name\":\"Glória\",\"centroid\":[-38.4316,-9.1954]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.53,-8.958],[-38.415,-9.038],[-38.32,-8.99],[-38.289,-9.04],[-38.326,-9.078],[-38.319,-9.138],[-38.209,-9.358],[-38.438,-9.413],[-38.512,-9.359],[-38.64,-9.109],[-38.53,-8.958]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911501\",\"name\":\"Gongogi\",\"centroid\":[-39.5777,-14.2835]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.666,-14.215],[-39.575,-14.216],[-39.575,-14.251],[-39.439,-14.31],[-39.463,-14.342],[-39.553,-14.345],[-39.558,-14.3],[-39.599,-14.309],[-39.639,-14.266],[-39.677,-14.292],[-39.659,-14.319],[-39.696,-14.369],[-39.664,-14.184],[-39.666,-14.215]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911600\",\"name\":\"Governador Mangabeira\",\"centroid\":[-39.0723,-12.5864]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.052,-12.629],[-39.177,-12.588],[-39.057,-12.54],[-38.985,-12.594],[-39.052,-12.629]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911659\",\"name\":\"Guajeru\",\"centroid\":[-42.0223,-14.5801]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.91,-14.524],[-41.892,-14.498],[-41.869,-14.609],[-41.967,-14.717],[-42.059,-14.719],[-42.049,-14.648],[-42.161,-14.637],[-42.156,-14.481],[-42.07,-14.446],[-41.91,-14.524]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911709\",\"name\":\"Guanambi\",\"centroid\":[-42.8277,-14.2023]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.945,-13.96],[-42.813,-14.019],[-42.772,-14.083],[-42.601,-14.156],[-42.592,-14.272],[-42.666,-14.303],[-42.687,-14.391],[-42.779,-14.309],[-42.88,-14.325],[-42.97,-14.392],[-43.07,-14.322],[-42.963,-14.182],[-42.945,-13.96]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911808\",\"name\":\"Guaratinga\",\"centroid\":[-39.9221,-16.5415]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.874,-16.249],[-39.79,-16.324],[-39.67,-16.329],[-39.67,-16.412],[-39.714,-16.43],[-39.741,-16.501],[-39.649,-16.572],[-39.672,-16.76],[-39.699,-16.73],[-39.77,-16.731],[-39.786,-16.763],[-39.846,-16.761],[-39.89,-16.725],[-39.97,-16.729],[-39.965,-16.696],[-40.061,-16.717],[-40.09,-16.682],[-40.127,-16.679],[-40.155,-16.717],[-40.159,-16.693],[-40.254,-16.714],[-40.274,-16.672],[-40.311,-16.695],[-40.275,-16.574],[-40.159,-16.58],[-40.171,-16.524],[-40.099,-16.423],[-40.065,-16.457],[-39.991,-16.313],[-39.966,-16.327],[-39.874,-16.249]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911857\",\"name\":\"Heliópolis\",\"centroid\":[-38.3057,-10.7509]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.303,-10.832],[-38.377,-10.874],[-38.37,-10.64],[-38.199,-10.711],[-38.218,-10.782],[-38.303,-10.832]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911907\",\"name\":\"Iaçu\",\"centroid\":[-40.1056,-12.8134]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.852,-12.513],[-39.789,-12.559],[-39.798,-12.704],[-39.871,-12.859],[-40.026,-12.981],[-40.145,-12.982],[-40.17,-13.024],[-40.412,-13.095],[-40.488,-12.945],[-40.427,-12.922],[-40.344,-12.769],[-40.308,-12.748],[-40.217,-12.767],[-40.181,-12.698],[-40.118,-12.685],[-40.04,-12.561],[-39.852,-12.513]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2912004\",\"name\":\"Ibiassucê\",\"centroid\":[-42.2942,-14.2773]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.325,-14.17],[-42.245,-14.19],[-42.186,-14.263],[-42.231,-14.377],[-42.424,-14.325],[-42.325,-14.17]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2912103\",\"name\":\"Ibicaraí\",\"centroid\":[-39.5711,-14.854]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.596,-14.803],[-39.484,-14.81],[-39.472,-14.892],[-39.639,-14.925],[-39.657,-14.769],[-39.596,-14.803]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2912202\",\"name\":\"Ibicoara\",\"centroid\":[-41.3454,-13.3841]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.307,-13.316],[-41.16,-13.273],[-41.105,-13.291],[-41.16,-13.401],[-41.229,-13.425],[-41.235,-13.459],[-41.476,-13.52],[-41.508,-13.445],[-41.6,-13.474],[-41.611,-13.428],[-41.446,-13.383],[-41.454,-13.262],[-41.399,-13.225],[-41.383,-13.271],[-41.307,-13.316]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2912301\",\"name\":\"Ibicuí\",\"centroid\":[-39.8603,-14.6342]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.781,-14.348],[-39.696,-14.369],[-39.749,-14.75],[-39.789,-14.731],[-39.875,-14.815],[-39.911,-14.812],[-39.97,-14.956],[-40.037,-14.958],[-40.013,-14.788],[-40.039,-14.72],[-39.994,-14.671],[-39.9,-14.669],[-39.872,-14.589],[-39.963,-14.483],[-39.899,-14.434],[-39.837,-14.442],[-39.833,-14.395],[-39.781,-14.348]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2912400\",\"name\":\"Ibipeba\",\"centroid\":[-42.1796,-11.5731]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.229,-11.283],[-42.159,-11.408],[-42.164,-11.478],[-42.08,-11.555],[-42.044,-11.55],[-41.903,-11.756],[-41.944,-11.806],[-42.038,-11.813],[-41.966,-11.761],[-42.361,-11.714],[-42.326,-11.588],[-42.362,-11.48],[-42.296,-11.382],[-42.337,-11.295],[-42.25,-11.25],[-42.229,-11.283]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2912509\",\"name\":\"Ibipitanga\",\"centroid\":[-42.3602,-12.8591]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.439,-12.691],[-42.265,-12.727],[-42.193,-12.964],[-42.258,-12.983],[-42.289,-13.034],[-42.375,-13.049],[-42.413,-13.026],[-42.417,-12.971],[-42.53,-12.823],[-42.495,-12.768],[-42.517,-12.711],[-42.439,-12.691]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2912608\",\"name\":\"Ibiquera\",\"centroid\":[-40.8407,-12.6084]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.709,-12.666],[-40.707,-12.769],[-40.972,-12.767],[-40.974,-12.451],[-40.711,-12.446],[-40.709,-12.666]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2912707\",\"name\":\"Ibirapitanga\",\"centroid\":[-39.4279,-14.0626]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.448,-13.892],[-39.353,-13.902],[-39.413,-14.009],[-39.33,-14.089],[-39.346,-14.148],[-39.444,-14.203],[-39.444,-14.241],[-39.488,-14.24],[-39.515,-14.219],[-39.47,-14.11],[-39.486,-13.88],[-39.448,-13.892]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2912806\",\"name\":\"Ibirapuã\",\"centroid\":[-40.0191,-17.7428]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.144,-17.623],[-39.934,-17.671],[-39.855,-17.763],[-39.793,-17.744],[-39.713,-17.773],[-39.888,-17.848],[-39.992,-17.828],[-40.049,-17.856],[-40.231,-17.728],[-40.253,-17.671],[-40.144,-17.623]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2912905\",\"name\":\"Ibirataia\",\"centroid\":[-39.6415,-13.9726]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.665,-13.873],[-39.592,-13.871],[-39.596,-13.945],[-39.629,-13.964],[-39.584,-14.027],[-39.614,-14.117],[-39.667,-14.078],[-39.639,-14.016],[-39.709,-13.979],[-39.696,-13.888],[-39.665,-13.873]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2913002\",\"name\":\"Ibitiara\",\"centroid\":[-42.283,-12.577]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.175,-12.383],[-42.085,-12.411],[-42.015,-12.502],[-41.995,-12.585],[-42.03,-12.611],[-42.019,-12.724],[-42.265,-12.727],[-42.45,-12.687],[-42.503,-12.716],[-42.581,-12.691],[-42.627,-12.627],[-42.639,-12.5],[-42.484,-12.541],[-42.369,-12.483],[-42.353,-12.417],[-42.175,-12.383]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2913101\",\"name\":\"Ibititá\",\"centroid\":[-41.9192,-11.577]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.757,-11.668],[-41.855,-11.699],[-41.903,-11.756],[-42.044,-11.55],[-41.978,-11.368],[-41.757,-11.668]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2913200\",\"name\":\"Ibotirama\",\"centroid\":[-43.2008,-12.0379]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.286,-11.574],[-43.282,-11.655],[-43.242,-11.658],[-43.179,-11.908],[-42.931,-12.332],[-43.058,-12.349],[-43.225,-12.326],[-43.253,-12.388],[-43.284,-12.345],[-43.263,-12.221],[-43.226,-12.187],[-43.283,-12.134],[-43.359,-11.968],[-43.315,-11.843],[-43.385,-11.672],[-43.361,-11.598],[-43.288,-11.55],[-43.286,-11.574]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2913309\",\"name\":\"Ichu\",\"centroid\":[-39.1529,-11.7276]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.134,-11.665],[-39.065,-11.759],[-39.241,-11.774],[-39.203,-11.707],[-39.154,-11.685],[-39.158,-11.633],[-39.134,-11.665]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2913408\",\"name\":\"Igaporã\",\"centroid\":[-42.6944,-13.8683]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.733,-13.64],[-42.704,-13.635],[-42.514,-13.918],[-42.763,-14.047],[-42.951,-13.957],[-42.804,-13.968],[-42.725,-13.747],[-42.779,-13.703],[-42.771,-13.655],[-42.733,-13.64]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2913457\",\"name\":\"Igrapiúna\",\"centroid\":[-39.1713,-13.8602]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.073,-13.76],[-39.029,-13.839],[-38.969,-13.842],[-38.963,-13.885],[-39.047,-13.918],[-39.146,-13.888],[-39.204,-13.936],[-39.296,-13.933],[-39.31,-13.969],[-39.381,-13.96],[-39.324,-13.841],[-39.181,-13.8],[-39.13,-13.726],[-39.073,-13.76]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2913507\",\"name\":\"Iguaí\",\"centroid\":[-40.067,-14.6286]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.166,-14.482],[-40.032,-14.539],[-39.963,-14.483],[-39.872,-14.589],[-39.911,-14.677],[-40.022,-14.687],[-40.044,-14.738],[-40.023,-14.809],[-40.206,-14.74],[-40.228,-14.65],[-40.166,-14.482]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2913606\",\"name\":\"Ilhéus\",\"centroid\":[-39.1971,-14.7423]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.323,-14.461],[-39.337,-14.542],[-39.355,-14.503],[-39.365,-14.521],[-39.357,-14.63],[-39.246,-14.592],[-39.271,-14.533],[-39.035,-14.501],[-39.065,-14.705],[-39.053,-14.778],[-39.026,-14.771],[-38.997,-15.093],[-39.043,-15.117],[-39.178,-15.051],[-39.248,-15.054],[-39.202,-15.008],[-39.287,-14.692],[-39.45,-14.613],[-39.51,-14.547],[-39.549,-14.561],[-39.49,-14.42],[-39.323,-14.461]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2913705\",\"name\":\"Inhambupe\",\"centroid\":[-38.417,-11.788]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.275,-11.734],[-38.313,-11.837],[-38.298,-11.87],[-38.184,-11.888],[-38.274,-11.961],[-38.364,-11.965],[-38.405,-11.926],[-38.597,-11.953],[-38.631,-11.706],[-38.543,-11.753],[-38.434,-11.729],[-38.446,-11.573],[-38.409,-11.528],[-38.296,-11.575],[-38.275,-11.734]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2913804\",\"name\":\"Ipecaetá\",\"centroid\":[-39.3269,-12.3]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.242,-12.333],[-39.23,-12.385],[-39.381,-12.411],[-39.391,-12.354],[-39.438,-12.32],[-39.397,-12.276],[-39.424,-12.228],[-39.33,-12.183],[-39.288,-12.196],[-39.232,-12.281],[-39.242,-12.333]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2913903\",\"name\":\"Ipiaú\",\"centroid\":[-39.7252,-14.057]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.668,-14.059],[-39.664,-14.183],[-39.831,-14.082],[-39.794,-14.067],[-39.793,-14.011],[-39.71,-13.914],[-39.709,-13.979],[-39.639,-14.016],[-39.668,-14.059]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2914000\",\"name\":\"Ipirá\",\"centroid\":[-39.7862,-12.1979]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.665,-11.934],[-39.601,-12.05],[-39.533,-12.026],[-39.397,-12.276],[-39.802,-12.407],[-39.929,-12.52],[-40.034,-12.362],[-40.115,-12.33],[-40.139,-12.248],[-40.039,-12.157],[-39.959,-11.975],[-39.903,-11.992],[-39.781,-11.905],[-39.665,-11.934]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2914109\",\"name\":\"Ipupiara\",\"centroid\":[-42.474,-11.8412]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.664,-11.709],[-42.595,-11.708],[-42.488,-11.776],[-42.472,-11.726],[-42.445,-11.757],[-42.37,-11.762],[-42.361,-11.714],[-42.189,-11.902],[-42.172,-12.002],[-42.245,-11.949],[-42.462,-11.966],[-42.784,-11.813],[-42.747,-11.731],[-42.664,-11.709]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2914208\",\"name\":\"Irajuba\",\"centroid\":[-40.0451,-13.216]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.095,-13.118],[-40.057,-13.113],[-39.916,-13.237],[-39.981,-13.325],[-40.12,-13.275],[-40.157,-13.113],[-40.095,-13.118]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2914307\",\"name\":\"Iramaia\",\"centroid\":[-40.9082,-13.498]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.861,-13.319],[-40.798,-13.335],[-40.697,-13.507],[-40.684,-13.584],[-40.728,-13.752],[-40.655,-13.839],[-40.679,-13.85],[-40.777,-13.835],[-40.795,-13.759],[-41.038,-13.557],[-41.235,-13.459],[-41.229,-13.425],[-41.16,-13.401],[-41.105,-13.291],[-40.921,-13.227],[-40.861,-13.319]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2914406\",\"name\":\"Iraquara\",\"centroid\":[-41.5809,-12.2445]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.44,-12.109],[-41.354,-12.169],[-41.441,-12.283],[-41.433,-12.408],[-41.533,-12.355],[-41.725,-12.389],[-41.762,-12.283],[-41.742,-12.237],[-41.784,-12.16],[-41.838,-12.131],[-41.606,-12.142],[-41.44,-12.109]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2914505\",\"name\":\"Irará\",\"centroid\":[-38.7529,-12.0462]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.724,-12.016],[-38.7,-12.053],[-38.656,-12.053],[-38.735,-12.171],[-38.763,-12.118],[-38.841,-12.123],[-38.796,-12.02],[-38.823,-11.947],[-38.684,-11.947],[-38.724,-12.016]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2914604\",\"name\":\"Irecê\",\"centroid\":[-41.8458,-11.3131]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.75,-11.236],[-41.751,-11.407],[-41.841,-11.361],[-41.978,-11.368],[-41.939,-11.261],[-41.75,-11.236]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2914653\",\"name\":\"Itabela\",\"centroid\":[-39.5557,-16.6703]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.576,-16.471],[-39.337,-16.784],[-39.453,-16.75],[-39.512,-16.877],[-39.511,-16.841],[-39.622,-16.834],[-39.677,-16.731],[-39.649,-16.572],[-39.698,-16.548],[-39.693,-16.513],[-39.606,-16.459],[-39.576,-16.471]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2914703\",\"name\":\"Itaberaba\",\"centroid\":[-40.2604,-12.4949]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.358,-12.252],[-40.211,-12.283],[-40.169,-12.354],[-40.094,-12.325],[-40.059,-12.343],[-39.928,-12.522],[-39.951,-12.558],[-40.04,-12.561],[-40.118,-12.685],[-40.181,-12.698],[-40.217,-12.767],[-40.308,-12.748],[-40.352,-12.792],[-40.473,-12.502],[-40.574,-12.441],[-40.478,-12.308],[-40.358,-12.252]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2914802\",\"name\":\"Itabuna\",\"centroid\":[-39.3348,-14.8487]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.282,-14.702],[-39.224,-14.927],[-39.33,-14.933],[-39.367,-15.02],[-39.413,-15.033],[-39.355,-14.866],[-39.466,-14.849],[-39.472,-14.872],[-39.484,-14.81],[-39.403,-14.805],[-39.352,-14.728],[-39.282,-14.702]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2914901\",\"name\":\"Itacaré\",\"centroid\":[-39.1605,-14.3629]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.991,-14.221],[-39.016,-14.419],[-39.044,-14.4],[-39.133,-14.489],[-39.323,-14.458],[-39.333,-14.382],[-39.271,-14.306],[-39.284,-14.275],[-39.044,-14.252],[-38.991,-14.221]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2915007\",\"name\":\"Itaeté\",\"centroid\":[-41.0205,-13.0848]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.057,-12.922],[-40.984,-12.91],[-40.994,-12.973],[-40.969,-12.963],[-40.954,-13.029],[-40.921,-13.045],[-40.879,-13],[-40.746,-13.037],[-40.929,-13.231],[-41.105,-13.291],[-41.231,-12.912],[-41.057,-12.922]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2915106\",\"name\":\"Itagi\",\"centroid\":[-40.0253,-14.1506]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.96,-14.151],[-40.016,-14.289],[-40.051,-14.286],[-40.067,-14.243],[-40.096,-14.264],[-40.045,-13.992],[-39.972,-14.06],[-39.96,-14.151]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2915205\",\"name\":\"Itagibá\",\"centroid\":[-39.8296,-14.2518]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.749,-14.135],[-39.664,-14.183],[-39.696,-14.369],[-39.781,-14.348],[-39.864,-14.387],[-39.949,-14.362],[-40.002,-14.27],[-39.976,-14.162],[-39.919,-14.184],[-39.885,-14.128],[-39.86,-14.145],[-39.812,-14.102],[-39.749,-14.135]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2915304\",\"name\":\"Itagimirim\",\"centroid\":[-39.7454,-16.1033]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.749,-15.972],[-39.592,-16.044],[-39.557,-16.032],[-39.492,-16.083],[-39.529,-16.123],[-39.808,-16.239],[-39.888,-16.244],[-39.916,-16.283],[-39.936,-16.245],[-39.856,-16.113],[-39.935,-16.023],[-39.843,-15.977],[-39.749,-15.972]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2915353\",\"name\":\"Itaguaçu da Bahia\",\"centroid\":[-42.2293,-10.7746]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.975,-10.685],[-41.89,-10.825],[-41.897,-10.891],[-42.005,-11.022],[-42.145,-11.023],[-42.256,-11.143],[-42.24,-11.26],[-42.432,-11.28],[-42.516,-11.133],[-42.491,-11.042],[-42.522,-10.904],[-42.342,-10.725],[-42.324,-10.616],[-42.358,-10.512],[-42.313,-10.444],[-42.396,-10.314],[-42.365,-10.265],[-42.414,-10.172],[-42.159,-10.257],[-42.091,-10.382],[-42.087,-10.48],[-41.975,-10.685]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2915403\",\"name\":\"Itaju do Colônia\",\"centroid\":[-39.7332,-15.1501]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.701,-14.932],[-39.57,-15.04],[-39.573,-15.28],[-39.69,-15.298],[-39.684,-15.334],[-39.739,-15.386],[-39.847,-15.311],[-39.912,-15.038],[-39.895,-14.981],[-39.871,-15.015],[-39.817,-14.969],[-39.727,-14.984],[-39.69,-14.971],[-39.701,-14.932]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2915502\",\"name\":\"Itajuípe\",\"centroid\":[-39.4472,-14.6771]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.352,-14.661],[-39.287,-14.692],[-39.34,-14.729],[-39.369,-14.688],[-39.385,-14.718],[-39.43,-14.716],[-39.449,-14.765],[-39.51,-14.733],[-39.484,-14.81],[-39.53,-14.807],[-39.51,-14.547],[-39.352,-14.661]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2915601\",\"name\":\"Itamaraju\",\"centroid\":[-39.7649,-17.0051]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.751,-16.747],[-39.667,-16.745],[-39.599,-16.845],[-39.511,-16.841],[-39.447,-17.039],[-39.466,-17.095],[-39.858,-17.242],[-39.982,-17.187],[-40.066,-17.103],[-40.08,-17.027],[-40.051,-16.948],[-40.006,-16.935],[-39.994,-16.871],[-39.955,-16.848],[-39.917,-16.876],[-39.842,-16.834],[-39.767,-16.867],[-39.784,-16.742],[-39.751,-16.747]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2915700\",\"name\":\"Itamari\",\"centroid\":[-39.6597,-13.7701]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.647,-13.81],[-39.67,-13.859],[-39.699,-13.848],[-39.7,-13.764],[-39.662,-13.695],[-39.597,-13.719],[-39.647,-13.81]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2915809\",\"name\":\"Itambé\",\"centroid\":[-40.488,-15.1611]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.155,-15.045],[-40.11,-15.055],[-40.095,-15.105],[-40.133,-15.224],[-40.276,-15.194],[-40.429,-15.319],[-40.495,-15.277],[-40.636,-15.28],[-40.627,-15.251],[-40.652,-15.275],[-40.676,-15.239],[-40.79,-15.247],[-40.817,-15.285],[-40.847,-15.269],[-40.847,-15.078],[-40.463,-15.059],[-40.321,-15.097],[-40.159,-15.009],[-40.155,-15.045]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2915908\",\"name\":\"Itanagra\",\"centroid\":[-38.0513,-12.3115]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.018,-12.217],[-37.941,-12.282],[-37.948,-12.353],[-38.085,-12.445],[-38.152,-12.36],[-38.138,-12.291],[-38.174,-12.261],[-38.04,-12.248],[-38.078,-12.238],[-38.078,-12.163],[-38.035,-12.163],[-38.018,-12.217]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2916005\",\"name\":\"Itanhém\",\"centroid\":[-40.3775,-17.1207]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.449,-16.892],[-40.407,-16.898],[-40.418,-16.926],[-40.352,-16.987],[-40.225,-17.022],[-40.162,-17.108],[-40.118,-17.099],[-40.151,-17.135],[-40.13,-17.246],[-40.21,-17.225],[-40.327,-17.329],[-40.382,-17.266],[-40.562,-17.272],[-40.57,-17.062],[-40.491,-16.884],[-40.449,-16.892]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2916104\",\"name\":\"Itaparica\",\"centroid\":[-38.6597,-12.8898]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.616,-12.931],[-38.726,-12.927],[-38.697,-12.814],[-38.562,-12.92],[-38.616,-12.931]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2916203\",\"name\":\"Itapé\",\"centroid\":[-39.5048,-14.9515]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.403,-14.857],[-39.355,-14.866],[-39.393,-14.972],[-39.447,-15.034],[-39.522,-15.06],[-39.701,-14.932],[-39.584,-14.898],[-39.497,-14.912],[-39.466,-14.849],[-39.403,-14.857]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2916302\",\"name\":\"Itapebi\",\"centroid\":[-39.6628,-15.9065]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.628,-15.75],[-39.571,-15.776],[-39.471,-15.926],[-39.463,-15.998],[-39.496,-16.066],[-39.749,-15.972],[-39.843,-15.977],[-39.949,-15.897],[-39.95,-15.869],[-39.834,-15.884],[-39.791,-15.816],[-39.628,-15.75]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2916401\",\"name\":\"Itapetinga\",\"centroid\":[-40.0498,-15.3051]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.068,-15.121],[-39.895,-15.101],[-39.775,-15.559],[-39.885,-15.523],[-39.916,-15.465],[-39.945,-15.466],[-39.935,-15.439],[-40.036,-15.433],[-40.044,-15.388],[-40.092,-15.399],[-40.103,-15.361],[-40.161,-15.362],[-40.153,-15.408],[-40.165,-15.383],[-40.211,-15.428],[-40.254,-15.401],[-40.317,-15.425],[-40.35,-15.379],[-40.371,-15.276],[-40.276,-15.194],[-40.133,-15.224],[-40.095,-15.105],[-40.068,-15.121]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2916500\",\"name\":\"Itapicuru\",\"centroid\":[-38.1956,-11.1891]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.215,-10.923],[-38.129,-11.018],[-38.101,-11.015],[-38.061,-11.172],[-37.974,-11.195],[-38.015,-11.285],[-37.99,-11.341],[-38.08,-11.465],[-38.179,-11.364],[-38.373,-11.264],[-38.443,-11.175],[-38.433,-11.115],[-38.322,-11.072],[-38.236,-10.881],[-38.215,-10.923]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2916609\",\"name\":\"Itapitanga\",\"centroid\":[-39.6189,-14.4728]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.51,-14.478],[-39.549,-14.561],[-39.734,-14.555],[-39.696,-14.369],[-39.487,-14.418],[-39.51,-14.478]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2916708\",\"name\":\"Itaquara\",\"centroid\":[-39.8955,-13.4518]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.786,-13.472],[-39.817,-13.578],[-39.863,-13.557],[-39.897,-13.479],[-40.003,-13.46],[-39.981,-13.325],[-39.786,-13.472]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2916807\",\"name\":\"Itarantim\",\"centroid\":[-40.0379,-15.6897]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.15,-15.36],[-40.103,-15.361],[-40.092,-15.399],[-40.044,-15.388],[-40.036,-15.433],[-39.935,-15.439],[-39.945,-15.466],[-39.916,-15.465],[-39.885,-15.523],[-39.775,-15.559],[-39.809,-15.586],[-39.857,-15.571],[-39.918,-15.665],[-40.023,-15.713],[-39.957,-15.728],[-39.913,-15.79],[-39.91,-15.871],[-39.95,-15.869],[-39.949,-15.897],[-39.851,-15.964],[-39.867,-15.997],[-40.004,-16.001],[-40.066,-15.96],[-40.085,-15.897],[-40.175,-15.904],[-40.166,-15.868],[-40.236,-15.803],[-40.221,-15.714],[-40.134,-15.598],[-40.131,-15.502],[-40.199,-15.442],[-40.144,-15.393],[-40.15,-15.36]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2916856\",\"name\":\"Itatim\",\"centroid\":[-39.7406,-12.7305]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.757,-12.561],[-39.639,-12.576],[-39.671,-12.634],[-39.652,-12.717],[-39.679,-12.884],[-39.871,-12.859],[-39.798,-12.704],[-39.789,-12.559],[-39.757,-12.561]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2916906\",\"name\":\"Itiruçu\",\"centroid\":[-40.1526,-13.4774]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.109,-13.334],[-40.108,-13.436],[-40.072,-13.496],[-40.115,-13.528],[-40.117,-13.673],[-40.233,-13.466],[-40.209,-13.43],[-40.234,-13.403],[-40.109,-13.334]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2917003\",\"name\":\"Itiúba\",\"centroid\":[-39.8472,-10.7289]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.666,-10.838],[-39.625,-10.889],[-39.678,-10.983],[-40.064,-10.859],[-40.016,-10.622],[-39.836,-10.435],[-39.736,-10.398],[-39.771,-10.55],[-39.744,-10.64],[-39.696,-10.675],[-39.71,-10.72],[-39.666,-10.838]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2917102\",\"name\":\"Itororó\",\"centroid\":[-40.0025,-15.0463]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.978,-14.955],[-39.904,-15.026],[-39.891,-15.096],[-39.96,-15.125],[-40.082,-15.116],[-40.135,-15.002],[-40.094,-15.039],[-40.045,-14.953],[-39.978,-14.955]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2917201\",\"name\":\"Ituaçu\",\"centroid\":[-41.3842,-13.839]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.363,-13.688],[-41.294,-13.709],[-41.286,-13.681],[-41.249,-13.718],[-41.217,-13.7],[-41.222,-13.814],[-41.194,-13.87],[-41.278,-13.918],[-41.294,-14.092],[-41.464,-14.001],[-41.53,-13.781],[-41.577,-13.753],[-41.608,-13.66],[-41.363,-13.688]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2917300\",\"name\":\"Ituberá\",\"centroid\":[-39.1371,-13.7485]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.018,-13.708],[-38.984,-13.693],[-38.977,-13.848],[-39.029,-13.839],[-39.13,-13.726],[-39.181,-13.8],[-39.324,-13.841],[-39.27,-13.701],[-39.116,-13.654],[-39.018,-13.708]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2917334\",\"name\":\"Iuiú\",\"centroid\":[-43.5617,-14.5082]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.459,-14.606],[-43.531,-14.815],[-43.58,-14.75],[-43.719,-14.729],[-43.73,-14.667],[-43.671,-14.494],[-43.719,-14.4],[-43.697,-14.349],[-43.595,-14.285],[-43.43,-14.271],[-43.375,-14.362],[-43.459,-14.606]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2917359\",\"name\":\"Jaborandi\",\"centroid\":[-45.4366,-14.0428]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.331,-13.396],[-44.225,-13.428],[-44.287,-13.557],[-44.799,-13.8],[-44.904,-13.926],[-44.924,-14.014],[-45.073,-14.074],[-45.108,-14.119],[-45.193,-14.127],[-45.375,-14.257],[-45.965,-14.81],[-46.012,-14.822],[-46.001,-14.711],[-46.029,-14.683],[-45.989,-14.659],[-45.977,-14.538],[-46.017,-14.42],[-45.935,-14.415],[-45.907,-14.353],[-45.996,-14.257],[-46.061,-14.232],[-46.061,-14.194],[-46.098,-14.202],[-46.118,-14.16],[-46.265,-14.098],[-46.225,-14.069],[-46.248,-14.056],[-46.21,-14.019],[-46.216,-13.979],[-44.509,-13.543],[-44.49,-13.428],[-44.331,-13.396]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2917409\",\"name\":\"Jacaraci\",\"centroid\":[-42.3061,-14.7713]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.053,-14.678],[-42.058,-14.849],[-42.153,-14.809],[-42.346,-14.869],[-42.4,-14.954],[-42.462,-14.959],[-42.486,-14.883],[-42.625,-14.945],[-42.528,-14.765],[-42.486,-14.737],[-42.439,-14.76],[-42.38,-14.712],[-42.375,-14.639],[-42.248,-14.609],[-42.049,-14.648],[-42.053,-14.678]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2917508\",\"name\":\"Jacobina\",\"centroid\":[-40.5556,-11.1403]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.452,-11.102],[-40.469,-11.205],[-40.345,-11.227],[-40.256,-11.18],[-40.134,-11.178],[-40.05,-11.185],[-40.028,-11.222],[-40.168,-11.336],[-40.393,-11.382],[-40.466,-11.33],[-40.497,-11.346],[-40.583,-11.308],[-40.689,-11.213],[-40.725,-11.247],[-40.933,-11.021],[-40.877,-10.902],[-40.932,-10.78],[-40.832,-10.78],[-40.821,-10.837],[-40.721,-10.947],[-40.446,-11.065],[-40.452,-11.102]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2917607\",\"name\":\"Jaguaquara\",\"centroid\":[-39.9592,-13.5461]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.95,-13.483],[-39.897,-13.479],[-39.863,-13.557],[-39.792,-13.581],[-39.727,-13.728],[-39.742,-13.755],[-39.803,-13.783],[-39.84,-13.751],[-39.856,-13.641],[-39.913,-13.683],[-40.004,-13.635],[-40.088,-13.641],[-40.098,-13.671],[-40.122,-13.558],[-40.072,-13.496],[-40.108,-13.436],[-40.12,-13.275],[-39.981,-13.325],[-40.003,-13.46],[-39.95,-13.483]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2917706\",\"name\":\"Jaguarari\",\"centroid\":[-40.0888,-10.0441]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.856,-9.863],[-39.795,-9.939],[-39.874,-10.145],[-39.949,-10.144],[-40.168,-10.358],[-40.21,-10.324],[-40.243,-10.362],[-40.237,-10.23],[-40.282,-10.142],[-40.36,-10.11],[-40.373,-10.14],[-40.411,-10.106],[-40.334,-10.025],[-40.317,-9.907],[-39.908,-9.798],[-39.856,-9.863]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2917805\",\"name\":\"Jaguaripe\",\"centroid\":[-38.9764,-13.1156]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.826,-12.916],[-38.753,-12.965],[-38.803,-13.06],[-38.796,-13.137],[-38.909,-13.212],[-39.071,-13.259],[-39.29,-13.175],[-39.287,-13.128],[-39.009,-13.127],[-38.958,-13.087],[-38.961,-12.999],[-38.912,-12.976],[-38.917,-12.929],[-38.837,-12.954],[-38.826,-12.916]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2917904\",\"name\":\"Jandaíra\",\"centroid\":[-37.5959,-11.597]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-37.387,-11.504],[-37.537,-11.772],[-37.531,-11.702],[-37.672,-11.671],[-37.714,-11.633],[-37.753,-11.657],[-37.842,-11.559],[-37.795,-11.518],[-37.673,-11.568],[-37.651,-11.518],[-37.52,-11.548],[-37.341,-11.442],[-37.387,-11.504]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918001\",\"name\":\"Jequié\",\"centroid\":[-40.1577,-13.8746]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.063,-13.636],[-39.913,-13.683],[-39.85,-13.644],[-39.847,-13.744],[-39.806,-13.763],[-39.742,-13.912],[-39.701,-13.908],[-39.755,-13.988],[-39.916,-13.819],[-39.99,-13.885],[-40.012,-13.909],[-39.901,-14.041],[-39.926,-14.083],[-40.045,-13.992],[-40.094,-14.267],[-40.115,-14.229],[-40.13,-14.253],[-40.188,-14.235],[-40.175,-14.134],[-40.222,-14.105],[-40.211,-14.039],[-40.318,-14.006],[-40.394,-14.061],[-40.513,-13.948],[-40.504,-13.884],[-40.44,-13.866],[-40.538,-13.729],[-40.479,-13.691],[-40.098,-13.671],[-40.063,-13.636]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918100\",\"name\":\"Jeremoabo\",\"centroid\":[-38.548,-9.9391]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.844,-9.626],[-38.357,-9.721],[-38.245,-9.849],[-38.19,-9.867],[-38.085,-10.101],[-38.15,-10.213],[-38.143,-10.193],[-38.192,-10.18],[-38.259,-10.248],[-38.373,-10.261],[-38.436,-10.321],[-38.612,-10.208],[-38.878,-9.967],[-39.045,-9.688],[-39.13,-9.638],[-38.844,-9.626]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918209\",\"name\":\"Jiquiriçá\",\"centroid\":[-39.5841,-13.3234]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.531,-13.172],[-39.507,-13.178],[-39.564,-13.214],[-39.532,-13.274],[-39.555,-13.411],[-39.627,-13.482],[-39.631,-13.264],[-39.586,-13.252],[-39.597,-13.194],[-39.531,-13.172]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918308\",\"name\":\"Jitaúna\",\"centroid\":[-39.8871,-13.9404]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.874,-13.864],[-39.755,-13.988],[-39.793,-14.011],[-39.8,-14.059],[-39.843,-14.017],[-39.907,-14.025],[-40.012,-13.909],[-39.916,-13.819],[-39.874,-13.864]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918357\",\"name\":\"João Dourado\",\"centroid\":[-41.5717,-11.225]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.668,-11.397],[-41.719,-11.425],[-41.751,-11.407],[-41.747,-11.218],[-41.653,-11.186],[-41.435,-11.013],[-41.365,-11.183],[-41.668,-11.397]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918407\",\"name\":\"Juazeiro\",\"centroid\":[-40.273,-9.5431]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.134,-9.109],[-40.065,-9.063],[-39.979,-9.055],[-39.97,-9.119],[-39.912,-9.113],[-39.862,-9.209],[-39.908,-9.798],[-40.317,-9.907],[-40.643,-9.885],[-40.804,-9.915],[-40.815,-9.879],[-40.742,-9.718],[-40.77,-9.569],[-40.732,-9.459],[-40.623,-9.482],[-40.529,-9.413],[-40.467,-9.42],[-40.421,-9.352],[-40.356,-9.377],[-40.27,-9.079],[-40.231,-9.054],[-40.134,-9.109]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918456\",\"name\":\"Jucuruçu\",\"centroid\":[-40.1037,-16.8477]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.266,-16.689],[-40.245,-16.715],[-40.159,-16.693],[-40.138,-16.714],[-40.127,-16.679],[-40.061,-16.717],[-39.965,-16.696],[-39.97,-16.729],[-39.797,-16.752],[-39.767,-16.867],[-39.842,-16.834],[-39.917,-16.876],[-39.955,-16.848],[-39.994,-16.871],[-40.006,-16.935],[-40.051,-16.948],[-40.069,-17.075],[-40.152,-17.079],[-40.233,-16.972],[-40.404,-16.928],[-40.371,-16.874],[-40.327,-16.909],[-40.252,-16.86],[-40.269,-16.795],[-40.345,-16.787],[-40.307,-16.696],[-40.266,-16.689]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918506\",\"name\":\"Jussara\",\"centroid\":[-41.86,-10.9627]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.782,-10.989],[-41.908,-11.177],[-41.982,-11.141],[-42.089,-11.017],[-42.005,-11.022],[-41.77,-10.738],[-41.66,-10.806],[-41.782,-10.989]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918555\",\"name\":\"Jussari\",\"centroid\":[-39.4974,-15.1273]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.581,-15.019],[-39.522,-15.06],[-39.419,-15.012],[-39.388,-15.087],[-39.491,-15.254],[-39.554,-15.221],[-39.573,-15.28],[-39.581,-15.019]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918605\",\"name\":\"Jussiape\",\"centroid\":[-41.6021,-13.5227]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.725,-13.357],[-41.675,-13.352],[-41.596,-13.48],[-41.505,-13.448],[-41.472,-13.623],[-41.434,-13.667],[-41.608,-13.66],[-41.619,-13.544],[-41.705,-13.583],[-41.746,-13.325],[-41.725,-13.357]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918704\",\"name\":\"Lafaiete Coutinho\",\"centroid\":[-40.2849,-13.6327]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.154,-13.636],[-40.117,-13.673],[-40.537,-13.707],[-40.23,-13.546],[-40.205,-13.484],[-40.154,-13.636]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918753\",\"name\":\"Lagoa Real\",\"centroid\":[-42.233,-14.0372]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.043,-14.11],[-41.981,-14.186],[-42.183,-14.148],[-42.234,-14.199],[-42.325,-14.17],[-42.346,-14.194],[-42.415,-13.913],[-42.153,-13.859],[-42.131,-13.99],[-42.043,-14.11]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918803\",\"name\":\"Laje\",\"centroid\":[-39.3482,-13.161]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.246,-13.094],[-39.201,-13.079],[-39.188,-13.109],[-39.17,-13.083],[-39.119,-13.114],[-39.287,-13.128],[-39.28,-13.189],[-39.204,-13.197],[-39.17,-13.234],[-39.223,-13.242],[-39.21,-13.295],[-39.315,-13.207],[-39.339,-13.254],[-39.422,-13.243],[-39.446,-13.187],[-39.488,-13.207],[-39.548,-13.153],[-39.511,-13.114],[-39.26,-13.063],[-39.246,-13.094]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918902\",\"name\":\"Lajedão\",\"centroid\":[-40.3142,-17.5548]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.256,-17.408],[-40.238,-17.546],[-40.12,-17.64],[-40.234,-17.649],[-40.236,-17.735],[-40.28,-17.722],[-40.347,-17.613],[-40.354,-17.644],[-40.372,-17.612],[-40.396,-17.625],[-40.412,-17.567],[-40.445,-17.578],[-40.489,-17.519],[-40.483,-17.488],[-40.356,-17.451],[-40.328,-17.398],[-40.256,-17.408]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919009\",\"name\":\"Lajedinho\",\"centroid\":[-40.9699,-12.3822]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.761,-12.378],[-40.685,-12.446],[-40.974,-12.451],[-41.207,-12.505],[-41.148,-12.406],[-41.158,-12.369],[-41.061,-12.285],[-41.075,-12.242],[-40.833,-12.314],[-40.761,-12.378]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919058\",\"name\":\"Lajedo do Tabocal\",\"centroid\":[-40.2757,-13.4583]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.251,-13.282],[-40.11,-13.345],[-40.224,-13.381],[-40.209,-13.43],[-40.234,-13.462],[-40.205,-13.484],[-40.23,-13.546],[-40.445,-13.661],[-40.314,-13.458],[-40.285,-13.316],[-40.251,-13.282]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919108\",\"name\":\"Lamarão\",\"centroid\":[-38.9506,-11.804]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.849,-11.795],[-38.915,-11.897],[-38.951,-11.825],[-38.997,-11.806],[-39.077,-11.828],[-39.064,-11.76],[-38.831,-11.773],[-38.849,-11.795]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919157\",\"name\":\"Lapão\",\"centroid\":[-41.7865,-11.5012]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.693,-11.479],[-41.622,-11.611],[-41.757,-11.668],[-41.978,-11.368],[-41.841,-11.361],[-41.719,-11.425],[-41.693,-11.479]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919207\",\"name\":\"Lauro de Freitas\",\"centroid\":[-38.3341,-12.8562]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.351,-12.808],[-38.279,-12.869],[-38.295,-12.896],[-38.358,-12.891],[-38.381,-12.809],[-38.351,-12.808]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919306\",\"name\":\"Lençóis\",\"centroid\":[-41.3333,-12.4162]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.186,-12.372],[-41.145,-12.394],[-41.216,-12.529],[-41.345,-12.565],[-41.336,-12.693],[-41.371,-12.659],[-41.435,-12.68],[-41.473,-12.656],[-41.476,-12.509],[-41.424,-12.382],[-41.441,-12.283],[-41.354,-12.169],[-41.275,-12.149],[-41.186,-12.372]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919405\",\"name\":\"Licínio de Almeida\",\"centroid\":[-42.4647,-14.5882]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.341,-14.576],[-42.38,-14.712],[-42.439,-14.76],[-42.49,-14.738],[-42.567,-14.815],[-42.548,-14.616],[-42.574,-14.612],[-42.582,-14.55],[-42.503,-14.399],[-42.393,-14.42],[-42.341,-14.576]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919504\",\"name\":\"Livramento de Nossa Senhora\",\"centroid\":[-42.0111,-13.8077]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.945,-13.542],[-41.819,-13.613],[-41.796,-13.598],[-41.747,-13.664],[-41.862,-13.861],[-41.719,-13.977],[-41.836,-13.974],[-41.9,-14.054],[-42,-14.073],[-41.981,-14.186],[-42.131,-13.99],[-42.149,-13.864],[-42.33,-13.775],[-42.353,-13.676],[-42.317,-13.647],[-42.27,-13.67],[-42.23,-13.648],[-42.101,-13.663],[-42.053,-13.701],[-42.022,-13.563],[-41.97,-13.527],[-41.945,-13.542]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919553\",\"name\":\"Luís Eduardo Magalhães\",\"centroid\":[-46.0151,-12.1966]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-45.902,-11.876],[-45.777,-11.866],[-45.661,-11.915],[-45.765,-12.416],[-45.849,-12.411],[-46.097,-12.556],[-46.256,-12.547],[-46.16,-12.528],[-46.153,-12.483],[-46.254,-12.494],[-46.256,-12.424],[-46.301,-12.415],[-46.285,-12.379],[-46.352,-12.337],[-46.323,-12.303],[-46.374,-12.289],[-46.381,-12.053],[-46.149,-12.031],[-45.945,-11.863],[-45.902,-11.876]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919603\",\"name\":\"Macajuba\",\"centroid\":[-40.2645,-12.1276]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.256,-12.062],[-40.222,-12.098],[-40.028,-12.111],[-40.032,-12.145],[-40.145,-12.252],[-40.173,-12.22],[-40.303,-12.221],[-40.456,-12.126],[-40.46,-12.042],[-40.385,-12.029],[-40.331,-11.978],[-40.256,-12.062]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919702\",\"name\":\"Macarani\",\"centroid\":[-40.3847,-15.5537]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.379,-15.315],[-40.353,-15.315],[-40.317,-15.425],[-40.254,-15.401],[-40.207,-15.427],[-40.165,-15.383],[-40.199,-15.442],[-40.135,-15.514],[-40.279,-15.626],[-40.289,-15.707],[-40.563,-15.802],[-40.696,-15.671],[-40.647,-15.709],[-40.519,-15.686],[-40.481,-15.609],[-40.498,-15.416],[-40.471,-15.301],[-40.429,-15.319],[-40.371,-15.276],[-40.379,-15.315]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919801\",\"name\":\"Macaúbas\",\"centroid\":[-42.7066,-13.1804]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.448,-12.927],[-42.413,-13.026],[-42.37,-13.059],[-42.402,-13.163],[-42.68,-13.267],[-42.677,-13.374],[-42.629,-13.405],[-42.71,-13.503],[-42.704,-13.635],[-42.77,-13.661],[-42.9,-13.473],[-42.903,-13.159],[-42.982,-12.962],[-42.934,-12.93],[-42.83,-12.95],[-42.501,-12.869],[-42.448,-12.927]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919900\",\"name\":\"Macururé\",\"centroid\":[-38.9129,-9.2845]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.8,-9.537],[-38.844,-9.626],[-39.13,-9.638],[-39.125,-9.595],[-39.076,-9.568],[-39.004,-9.571],[-38.955,-9.453],[-39.08,-9.225],[-39.066,-9.132],[-39.111,-9.061],[-38.982,-8.871],[-38.68,-9.297],[-38.8,-9.537]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919926\",\"name\":\"Madre de Deus\",\"centroid\":[-38.6223,-12.737]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.622,-12.75],[-38.645,-12.727],[-38.6,-12.734],[-38.622,-12.75]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919959\",\"name\":\"Maetinga\",\"centroid\":[-41.5136,-14.6587]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.37,-14.633],[-41.406,-14.642],[-41.346,-14.699],[-41.568,-14.855],[-41.567,-14.767],[-41.624,-14.733],[-41.596,-14.7],[-41.661,-14.551],[-41.634,-14.509],[-41.435,-14.551],[-41.37,-14.633]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2920007\",\"name\":\"Maiquinique\",\"centroid\":[-40.268,-15.6958]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.144,-15.515],[-40.134,-15.598],[-40.221,-15.714],[-40.236,-15.803],[-40.425,-15.805],[-40.451,-15.759],[-40.283,-15.702],[-40.279,-15.626],[-40.144,-15.515]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2920106\",\"name\":\"Mairi\",\"centroid\":[-40.1759,-11.725]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.227,-11.565],[-40.2,-11.637],[-40.131,-11.634],[-40.024,-11.705],[-39.92,-11.688],[-39.912,-11.734],[-40.049,-11.845],[-40.32,-11.802],[-40.351,-11.834],[-40.371,-11.616],[-40.338,-11.588],[-40.241,-11.612],[-40.227,-11.565]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2920205\",\"name\":\"Malhada\",\"centroid\":[-43.6511,-14.2158]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.475,-13.626],[-43.499,-13.734],[-43.545,-13.794],[-43.471,-13.857],[-43.566,-14.045],[-43.43,-14.271],[-43.595,-14.285],[-43.697,-14.349],[-43.719,-14.4],[-43.671,-14.494],[-43.727,-14.698],[-43.859,-14.674],[-43.885,-14.635],[-43.874,-14.524],[-43.702,-14.219],[-43.617,-13.844],[-43.549,-13.718],[-43.555,-13.649],[-43.448,-13.532],[-43.475,-13.626]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2920304\",\"name\":\"Malhada de Pedras\",\"centroid\":[-41.8323,-14.3461]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.966,-14.236],[-41.763,-14.256],[-41.715,-14.473],[-41.857,-14.454],[-41.988,-14.224],[-41.966,-14.236]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2920403\",\"name\":\"Manoel Vitorino\",\"centroid\":[-40.5668,-14.0451]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.73,-13.827],[-40.531,-13.866],[-40.505,-13.89],[-40.513,-13.948],[-40.394,-14.061],[-40.318,-14.006],[-40.211,-14.039],[-40.222,-14.105],[-40.175,-14.134],[-40.181,-14.224],[-40.215,-14.265],[-40.196,-14.326],[-40.244,-14.254],[-40.385,-14.264],[-40.697,-14.135],[-40.979,-13.978],[-40.983,-13.947],[-40.95,-13.907],[-40.911,-13.913],[-40.937,-13.896],[-40.882,-13.845],[-40.73,-13.827]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2920452\",\"name\":\"Mansidão\",\"centroid\":[-44.1042,-11.1215]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.002,-10.637],[-43.943,-10.713],[-43.901,-10.856],[-43.948,-10.921],[-44.024,-10.951],[-43.922,-11.087],[-43.832,-11.35],[-43.921,-11.346],[-44.031,-11.444],[-44.122,-11.42],[-44.34,-11.493],[-44.418,-11.363],[-44.496,-11.403],[-44.245,-11.13],[-44.145,-10.922],[-44.138,-10.835],[-44.108,-10.808],[-44.178,-10.631],[-44.131,-10.634],[-44.072,-10.581],[-44.002,-10.637]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2920502\",\"name\":\"Maracás\",\"centroid\":[-40.5553,-13.4979]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.4,-13.589],[-40.445,-13.661],[-40.537,-13.707],[-40.479,-13.691],[-40.538,-13.729],[-40.44,-13.866],[-40.518,-13.891],[-40.7,-13.804],[-40.725,-13.699],[-40.687,-13.548],[-40.778,-13.379],[-40.722,-13.268],[-40.622,-13.188],[-40.512,-13.176],[-40.408,-13.307],[-40.276,-13.344],[-40.4,-13.589]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2920601\",\"name\":\"Maragogipe\",\"centroid\":[-38.9357,-12.8224]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.962,-12.694],[-38.889,-12.749],[-38.838,-12.846],[-38.801,-12.834],[-38.829,-12.951],[-38.917,-12.929],[-38.987,-12.84],[-39.045,-12.837],[-39.038,-12.913],[-39.069,-12.871],[-39.044,-12.736],[-38.962,-12.694]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2920700\",\"name\":\"Maraú\",\"centroid\":[-39.155,-14.1595]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.956,-14.078],[-38.997,-14.235],[-39.028,-14.247],[-39.319,-14.278],[-39.444,-14.241],[-39.444,-14.203],[-39.346,-14.148],[-38.987,-14.08],[-38.995,-13.912],[-38.951,-13.872],[-38.928,-13.937],[-38.956,-14.078]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2920809\",\"name\":\"Marcionílio Souza\",\"centroid\":[-40.6675,-13.1436]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.488,-12.948],[-40.382,-13.142],[-40.622,-13.188],[-40.722,-13.268],[-40.778,-13.379],[-40.798,-13.335],[-40.861,-13.319],[-40.929,-13.231],[-40.746,-13.037],[-40.546,-12.993],[-40.488,-12.948]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2920908\",\"name\":\"Mascote\",\"centroid\":[-39.4244,-15.6581]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.365,-15.482],[-39.278,-15.557],[-39.262,-15.633],[-39.348,-15.687],[-39.391,-15.799],[-39.439,-15.793],[-39.485,-15.838],[-39.572,-15.789],[-39.537,-15.627],[-39.488,-15.557],[-39.41,-15.566],[-39.433,-15.487],[-39.365,-15.482]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2921005\",\"name\":\"Mata de São João\",\"centroid\":[-38.1536,-12.4762]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.12,-12.389],[-38.085,-12.445],[-37.971,-12.37],[-37.891,-12.391],[-38.033,-12.595],[-38.071,-12.534],[-38.069,-12.466],[-38.114,-12.509],[-38.196,-12.452],[-38.244,-12.468],[-38.215,-12.566],[-38.275,-12.609],[-38.38,-12.537],[-38.386,-12.481],[-38.31,-12.413],[-38.188,-12.411],[-38.144,-12.371],[-38.12,-12.389]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2921054\",\"name\":\"Matina\",\"centroid\":[-42.9236,-13.8467]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.965,-13.724],[-42.844,-13.766],[-42.725,-13.747],[-42.811,-13.976],[-43.029,-13.917],[-43.104,-13.931],[-43.133,-13.887],[-43.126,-13.831],[-43.08,-13.839],[-43.009,-13.733],[-42.965,-13.724]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2921104\",\"name\":\"Medeiros Neto\",\"centroid\":[-40.2852,-17.3648]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.209,-17.226],[-40.069,-17.262],[-39.934,-17.461],[-40.038,-17.478],[-40.2,-17.44],[-40.269,-17.391],[-40.471,-17.494],[-40.623,-17.406],[-40.598,-17.389],[-40.609,-17.326],[-40.547,-17.283],[-40.382,-17.266],[-40.327,-17.329],[-40.209,-17.226]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2921203\",\"name\":\"Miguel Calmon\",\"centroid\":[-40.6103,-11.418]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.553,-11.318],[-40.466,-11.33],[-40.308,-11.43],[-40.385,-11.504],[-40.37,-11.616],[-40.467,-11.603],[-40.523,-11.63],[-40.524,-11.575],[-40.721,-11.54],[-40.945,-11.286],[-40.725,-11.247],[-40.689,-11.213],[-40.553,-11.318]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2921302\",\"name\":\"Milagres\",\"centroid\":[-39.7708,-12.9253]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.632,-12.919],[-39.689,-12.997],[-39.717,-12.972],[-39.748,-13.003],[-39.886,-12.943],[-39.904,-12.901],[-39.871,-12.859],[-39.679,-12.884],[-39.632,-12.919]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2921401\",\"name\":\"Mirangaba\",\"centroid\":[-40.7456,-10.7843]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.486,-10.929],[-40.446,-11.065],[-40.721,-10.947],[-40.821,-10.837],[-40.832,-10.78],[-41.195,-10.783],[-41.207,-10.744],[-41.19,-10.703],[-40.933,-10.603],[-40.478,-10.69],[-40.449,-10.857],[-40.486,-10.929]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2921450\",\"name\":\"Mirante\",\"centroid\":[-40.7538,-14.1743]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.904,-14.02],[-40.385,-14.272],[-40.488,-14.318],[-40.506,-14.359],[-40.717,-14.24],[-40.767,-14.256],[-41.041,-14.158],[-40.979,-13.978],[-40.904,-14.02]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2921500\",\"name\":\"Monte Santo\",\"centroid\":[-39.4766,-10.3624]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.806,-9.939],[-39.703,-10.056],[-39.627,-10.095],[-39.434,-10.132],[-39.262,-10.249],[-39.224,-10.226],[-39.185,-10.256],[-39.132,-10.462],[-39.27,-10.677],[-39.765,-10.514],[-39.736,-10.334],[-39.806,-9.939]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2921609\",\"name\":\"Morpará\",\"centroid\":[-43.0247,-11.7751]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.011,-11.623],[-42.747,-11.731],[-42.86,-11.796],[-42.813,-11.941],[-42.903,-12.037],[-43.214,-11.81],[-43.242,-11.658],[-43.282,-11.655],[-43.288,-11.55],[-43.011,-11.623]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2921708\",\"name\":\"Morro do Chapéu\",\"centroid\":[-41.1476,-11.4761]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.645,-10.805],[-41.61,-10.853],[-41.509,-10.892],[-41.444,-10.802],[-41.233,-10.957],[-41.238,-10.984],[-41.297,-10.994],[-41.312,-11.039],[-41.281,-11.143],[-41.142,-11.143],[-40.964,-11.267],[-40.703,-11.548],[-40.847,-11.774],[-40.977,-11.888],[-40.897,-11.99],[-41.098,-11.954],[-41.222,-11.889],[-41.306,-11.831],[-41.33,-11.683],[-41.552,-11.559],[-41.403,-11.445],[-41.357,-11.227],[-41.43,-10.986],[-41.552,-10.956],[-41.568,-10.903],[-41.658,-10.837],[-41.645,-10.805]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2921807\",\"name\":\"Mortugaba\",\"centroid\":[-42.3326,-14.9645]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.183,-14.899],[-42.227,-15.045],[-42.289,-15.074],[-42.283,-15.117],[-42.443,-15.061],[-42.436,-15.022],[-42.584,-14.937],[-42.486,-14.883],[-42.462,-14.959],[-42.4,-14.954],[-42.346,-14.869],[-42.158,-14.814],[-42.183,-14.899]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2921906\",\"name\":\"Mucugê\",\"centroid\":[-41.4765,-13.0585]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.451,-12.674],[-41.302,-13.049],[-41.254,-13.1],[-41.28,-13.153],[-41.206,-13.185],[-41.16,-13.273],[-41.291,-13.322],[-41.383,-13.271],[-41.399,-13.225],[-41.454,-13.262],[-41.446,-13.383],[-41.605,-13.425],[-41.59,-13.268],[-41.686,-13.113],[-41.695,-13.022],[-41.604,-12.712],[-41.451,-12.674]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922003\",\"name\":\"Mucuri\",\"centroid\":[-39.8532,-18.0628]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.2,-17.736],[-40.08,-17.827],[-40.063,-17.952],[-40.006,-17.991],[-39.508,-17.977],[-39.492,-17.998],[-39.549,-18.095],[-39.582,-18.083],[-39.551,-18.1],[-39.669,-18.349],[-40.264,-17.933],[-40.174,-17.851],[-40.218,-17.795],[-40.224,-17.734],[-40.2,-17.736]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922052\",\"name\":\"Mulungu do Morro\",\"centroid\":[-41.5185,-11.9904]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.356,-12.167],[-41.692,-11.982],[-41.653,-11.888],[-41.42,-11.868],[-41.455,-11.971],[-41.368,-12.084],[-41.356,-12.167]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922102\",\"name\":\"Mundo Novo\",\"centroid\":[-40.56,-11.9522]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.367,-11.661],[-40.353,-11.854],[-40.274,-11.908],[-40.385,-12.029],[-40.46,-12.042],[-40.447,-12.105],[-40.874,-12.123],[-40.897,-11.99],[-40.877,-11.973],[-40.785,-11.952],[-40.73,-12],[-40.578,-11.897],[-40.698,-11.798],[-40.485,-11.824],[-40.434,-11.747],[-40.45,-11.701],[-40.375,-11.616],[-40.367,-11.661]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922201\",\"name\":\"Muniz Ferreira\",\"centroid\":[-39.0923,-13.0015]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.038,-12.957],[-39.061,-13.048],[-39.139,-13.056],[-39.153,-12.991],[-39.109,-12.995],[-39.105,-12.933],[-39.038,-12.957]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922250\",\"name\":\"Muquém de São Francisco\",\"centroid\":[-43.5147,-12.1582]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.656,-11.732],[-43.579,-11.818],[-43.34,-11.779],[-43.314,-11.873],[-43.359,-11.968],[-43.283,-12.134],[-43.226,-12.187],[-43.285,-12.313],[-43.19,-12.604],[-43.215,-12.689],[-43.243,-12.584],[-43.319,-12.527],[-43.709,-12.368],[-43.735,-12.285],[-43.942,-12.237],[-43.824,-12.149],[-43.844,-12.087],[-43.778,-12.05],[-43.785,-12.023],[-43.689,-11.903],[-43.643,-11.898],[-43.698,-11.751],[-43.656,-11.732]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922300\",\"name\":\"Muritiba\",\"centroid\":[-39.0711,-12.6219]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.063,-12.626],[-38.985,-12.594],[-38.963,-12.632],[-39.127,-12.645],[-39.199,-12.588],[-39.063,-12.626]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922409\",\"name\":\"Mutuípe\",\"centroid\":[-39.5032,-13.3065]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.501,-13.202],[-39.446,-13.187],[-39.429,-13.295],[-39.489,-13.336],[-39.464,-13.369],[-39.491,-13.417],[-39.602,-13.475],[-39.555,-13.411],[-39.532,-13.274],[-39.564,-13.214],[-39.51,-13.183],[-39.501,-13.202]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922508\",\"name\":\"Nazaré\",\"centroid\":[-38.9941,-12.95]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.949,-12.896],[-38.909,-12.954],[-38.961,-12.999],[-38.958,-13.062],[-39.061,-13.048],[-39.027,-12.98],[-39.065,-12.917],[-39.038,-12.913],[-39.045,-12.837],[-38.978,-12.844],[-38.949,-12.896]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922607\",\"name\":\"Nilo Peçanha\",\"centroid\":[-39.1643,-13.6553]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.064,-13.567],[-39.005,-13.574],[-38.98,-13.611],[-38.965,-13.687],[-38.988,-13.715],[-38.984,-13.693],[-39.003,-13.716],[-39.116,-13.654],[-39.362,-13.73],[-39.471,-13.689],[-39.391,-13.646],[-39.264,-13.692],[-39.245,-13.638],[-39.215,-13.655],[-39.064,-13.567]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922656\",\"name\":\"Nordestina\",\"centroid\":[-39.4555,-10.8783]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.377,-10.766],[-39.377,-10.949],[-39.327,-10.978],[-39.417,-11.02],[-39.517,-10.946],[-39.589,-10.784],[-39.377,-10.766]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922706\",\"name\":\"Nova Canaã\",\"centroid\":[-40.1853,-14.8419]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.206,-14.712],[-40.198,-14.748],[-40.023,-14.809],[-40.037,-14.932],[-40.094,-15.039],[-40.149,-14.982],[-40.109,-14.957],[-40.3,-14.918],[-40.347,-14.828],[-40.315,-14.788],[-40.333,-14.713],[-40.298,-14.713],[-40.29,-14.656],[-40.22,-14.674],[-40.206,-14.712]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922730\",\"name\":\"Nova Fátima\",\"centroid\":[-39.6435,-11.6197]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.606,-11.517],[-39.537,-11.562],[-39.558,-11.675],[-39.697,-11.729],[-39.765,-11.591],[-39.606,-11.517]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922755\",\"name\":\"Nova Ibiá\",\"centroid\":[-39.5813,-13.8148]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.525,-13.846],[-39.486,-13.88],[-39.532,-13.871],[-39.548,-13.899],[-39.607,-13.859],[-39.665,-13.873],[-39.597,-13.719],[-39.556,-13.728],[-39.525,-13.846]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922805\",\"name\":\"Nova Itarana\",\"centroid\":[-40.0244,-13.0516]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.905,-12.934],[-39.968,-13.037],[-39.895,-13.189],[-39.971,-13.187],[-40.057,-13.113],[-40.157,-13.113],[-40.17,-13.024],[-40.145,-12.982],[-40.026,-12.981],[-39.901,-12.875],[-39.905,-12.934]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922854\",\"name\":\"Nova Redenção\",\"centroid\":[-41.1137,-12.8311]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.145,-12.762],[-40.972,-12.767],[-40.981,-12.978],[-40.984,-12.91],[-41.222,-12.898],[-41.288,-12.761],[-41.145,-12.762]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922904\",\"name\":\"Nova Soure\",\"centroid\":[-38.555,-11.3091]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.507,-11.159],[-38.448,-11.155],[-38.374,-11.254],[-38.466,-11.469],[-38.497,-11.491],[-38.785,-11.354],[-38.589,-11.145],[-38.507,-11.159]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923001\",\"name\":\"Nova Viçosa\",\"centroid\":[-39.7128,-17.9006]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.707,-17.773],[-39.523,-17.812],[-39.447,-17.858],[-39.266,-17.843],[-39.264,-17.864],[-39.398,-17.917],[-39.492,-17.998],[-40.006,-17.991],[-40.063,-17.952],[-40.068,-17.849],[-39.992,-17.828],[-39.888,-17.848],[-39.707,-17.773]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923035\",\"name\":\"Novo Horizonte\",\"centroid\":[-42.1302,-12.8444]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.089,-12.726],[-42.019,-12.724],[-42.012,-12.857],[-42.094,-13.001],[-42.146,-13.016],[-42.211,-12.934],[-42.265,-12.727],[-42.089,-12.726]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923050\",\"name\":\"Novo Triunfo\",\"centroid\":[-38.433,-10.3834]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.514,-10.45],[-38.547,-10.454],[-38.436,-10.309],[-38.339,-10.331],[-38.341,-10.374],[-38.395,-10.386],[-38.372,-10.401],[-38.419,-10.44],[-38.514,-10.45]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923100\",\"name\":\"Olindina\",\"centroid\":[-38.3559,-11.4217]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.373,-11.264],[-38.212,-11.351],[-38.263,-11.383],[-38.296,-11.575],[-38.497,-11.491],[-38.373,-11.264]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923209\",\"name\":\"Oliveira dos Brejinhos\",\"centroid\":[-42.7337,-12.2651]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.921,-12.024],[-42.903,-12.037],[-42.813,-11.941],[-42.728,-11.979],[-42.625,-12.079],[-42.56,-12.257],[-42.377,-12.235],[-42.313,-12.407],[-42.353,-12.417],[-42.369,-12.483],[-42.484,-12.541],[-42.639,-12.5],[-42.777,-12.553],[-42.9,-12.543],[-42.953,-12.468],[-42.901,-12.419],[-42.93,-12.31],[-42.966,-12.31],[-42.975,-12.241],[-43.192,-11.845],[-42.921,-12.024]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923308\",\"name\":\"Ouriçangas\",\"centroid\":[-38.6624,-12.0023]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.59,-12.037],[-38.7,-12.053],[-38.724,-12.028],[-38.71,-11.96],[-38.633,-11.944],[-38.59,-12.037]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923357\",\"name\":\"Ourolândia\",\"centroid\":[-41.1296,-10.8587]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.935,-11.009],[-41.126,-11],[-41.444,-10.802],[-41.302,-10.747],[-41.29,-10.666],[-41.21,-10.664],[-41.195,-10.783],[-40.932,-10.78],[-40.877,-10.902],[-40.935,-11.009]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923407\",\"name\":\"Palmas de Monte Alto\",\"centroid\":[-43.2433,-14.1644]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.428,-13.906],[-43.374,-13.977],[-43.258,-13.996],[-43.131,-13.984],[-43.104,-13.931],[-43.02,-13.92],[-42.951,-13.957],[-42.937,-14.102],[-42.963,-14.182],[-43.138,-14.42],[-43.425,-14.506],[-43.375,-14.362],[-43.566,-14.045],[-43.471,-13.857],[-43.428,-13.906]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923506\",\"name\":\"Palmeiras\",\"centroid\":[-41.5576,-12.5467]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.533,-12.355],[-41.441,-12.413],[-41.478,-12.531],[-41.479,-12.646],[-41.451,-12.674],[-41.605,-12.711],[-41.704,-12.591],[-41.663,-12.552],[-41.677,-12.524],[-41.605,-12.5],[-41.588,-12.396],[-41.533,-12.355]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923605\",\"name\":\"Paramirim\",\"centroid\":[-42.2562,-13.5105]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.186,-13.291],[-42.171,-13.366],[-42.211,-13.386],[-42.157,-13.482],[-42.043,-13.583],[-42.053,-13.701],[-42.101,-13.663],[-42.23,-13.648],[-42.349,-13.666],[-42.362,-13.597],[-42.453,-13.544],[-42.438,-13.49],[-42.468,-13.417],[-42.269,-13.37],[-42.292,-13.313],[-42.19,-13.269],[-42.186,-13.291]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923704\",\"name\":\"Paratinga\",\"centroid\":[-43.0646,-12.6857]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.213,-12.327],[-43.058,-12.349],[-42.925,-12.332],[-42.901,-12.419],[-42.95,-12.485],[-42.9,-12.543],[-42.777,-12.553],[-42.885,-12.595],[-42.886,-12.847],[-42.858,-12.872],[-42.982,-12.962],[-42.908,-13.178],[-42.971,-13.095],[-43.073,-13.065],[-43.22,-12.889],[-43.342,-12.81],[-43.194,-12.665],[-43.207,-12.541],[-43.26,-12.424],[-43.213,-12.327]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923803\",\"name\":\"Paripiranga\",\"centroid\":[-37.9054,-10.622]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-37.877,-10.441],[-37.813,-10.508],[-37.84,-10.549],[-37.814,-10.691],[-37.985,-10.759],[-38.042,-10.7],[-37.915,-10.576],[-37.93,-10.497],[-37.877,-10.441]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923902\",\"name\":\"Pau Brasil\",\"centroid\":[-39.697,-15.4551]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.632,-15.301],[-39.59,-15.377],[-39.622,-15.459],[-39.589,-15.6],[-39.633,-15.62],[-39.654,-15.592],[-39.688,-15.637],[-39.718,-15.558],[-39.773,-15.566],[-39.847,-15.311],[-39.739,-15.386],[-39.684,-15.334],[-39.69,-15.298],[-39.651,-15.274],[-39.632,-15.301]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924009\",\"name\":\"Paulo Afonso\",\"centroid\":[-38.2962,-9.535]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.451,-9.404],[-38.218,-9.353],[-38.205,-9.416],[-38.079,-9.44],[-37.998,-9.499],[-38.026,-9.574],[-38.122,-9.62],[-38.156,-9.678],[-38.279,-9.654],[-38.357,-9.721],[-38.51,-9.691],[-38.512,-9.359],[-38.451,-9.404]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924058\",\"name\":\"Pé de Serra\",\"centroid\":[-39.6071,-11.8637]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.535,-11.811],[-39.477,-11.862],[-39.601,-12.05],[-39.643,-11.95],[-39.736,-11.885],[-39.685,-11.785],[-39.697,-11.729],[-39.538,-11.747],[-39.535,-11.811]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924108\",\"name\":\"Pedrão\",\"centroid\":[-38.6429,-12.1241]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.579,-12.144],[-38.591,-12.196],[-38.624,-12.155],[-38.658,-12.193],[-38.735,-12.171],[-38.656,-12.053],[-38.585,-12.053],[-38.579,-12.144]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924207\",\"name\":\"Pedro Alexandre\",\"centroid\":[-37.961,-10.0515]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-37.957,-9.971],[-37.833,-9.998],[-37.735,-10.332],[-37.914,-10.148],[-38.085,-10.101],[-38.19,-9.867],[-37.991,-9.902],[-37.957,-9.971]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924306\",\"name\":\"Piatã\",\"centroid\":[-41.877,-13.0345]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.687,-13.113],[-41.782,-13.286],[-41.843,-13.207],[-41.907,-13.282],[-41.964,-13.165],[-42.075,-13.075],[-42.094,-13.001],[-42.012,-12.857],[-41.802,-12.811],[-41.688,-13.033],[-41.687,-13.113]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924405\",\"name\":\"Pilão Arcado\",\"centroid\":[-43.1127,-10.0098]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.607,-9.755],[-42.228,-10.032],[-42.285,-10.06],[-42.36,-10.039],[-42.411,-10.087],[-42.436,-10.14],[-42.405,-10.256],[-42.449,-10.296],[-42.462,-10.381],[-42.569,-10.47],[-42.631,-10.6],[-43.267,-10.224],[-43.459,-10.243],[-43.506,-10.297],[-43.584,-10.288],[-43.649,-10.342],[-43.884,-10.344],[-43.784,-10.191],[-43.762,-10.075],[-43.693,-10.077],[-43.669,-10.03],[-43.709,-9.913],[-43.653,-9.839],[-43.785,-9.762],[-43.849,-9.548],[-43.769,-9.442],[-43.689,-9.419],[-43.572,-9.316],[-43.543,-9.308],[-43.543,-9.478],[-43.493,-9.503],[-43.373,-9.724],[-42.607,-9.755]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924504\",\"name\":\"Pindaí\",\"centroid\":[-42.6745,-14.4753]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.648,-14.293],[-42.503,-14.399],[-42.563,-14.542],[-42.627,-14.54],[-42.656,-14.585],[-42.729,-14.593],[-42.797,-14.656],[-42.835,-14.559],[-42.816,-14.435],[-42.74,-14.459],[-42.648,-14.293]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924603\",\"name\":\"Pindobaçu\",\"centroid\":[-40.3431,-10.7169]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.276,-10.628],[-40.272,-10.698],[-40.208,-10.79],[-40.216,-10.837],[-40.259,-10.853],[-40.286,-10.814],[-40.338,-10.829],[-40.446,-10.752],[-40.477,-10.762],[-40.478,-10.69],[-40.407,-10.634],[-40.391,-10.557],[-40.276,-10.628]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924652\",\"name\":\"Pintadas\",\"centroid\":[-39.9063,-11.8706]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.81,-11.825],[-39.72,-11.905],[-39.781,-11.905],[-39.903,-11.992],[-39.943,-11.993],[-40.047,-11.872],[-40.049,-11.845],[-39.912,-11.734],[-39.81,-11.825]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924678\",\"name\":\"Piraí do Norte\",\"centroid\":[-39.359,-13.8067]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.27,-13.701],[-39.344,-13.899],[-39.448,-13.892],[-39.379,-13.73],[-39.27,-13.701]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924702\",\"name\":\"Piripá\",\"centroid\":[-41.7138,-14.9937]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.75,-14.866],[-41.606,-14.963],[-41.595,-15.022],[-41.76,-15.137],[-41.8,-15.101],[-41.766,-15.054],[-41.795,-14.924],[-41.831,-14.892],[-41.75,-14.866]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924801\",\"name\":\"Piritiba\",\"centroid\":[-40.6133,-11.6913]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.678,-11.551],[-40.524,-11.575],[-40.523,-11.63],[-40.467,-11.603],[-40.371,-11.616],[-40.45,-11.701],[-40.434,-11.747],[-40.485,-11.824],[-40.847,-11.774],[-40.728,-11.567],[-40.678,-11.551]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924900\",\"name\":\"Planaltino\",\"centroid\":[-40.2835,-13.1969]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.135,-13.213],[-40.104,-13.333],[-40.177,-13.335],[-40.251,-13.282],[-40.276,-13.344],[-40.408,-13.307],[-40.512,-13.176],[-40.382,-13.142],[-40.412,-13.095],[-40.17,-13.024],[-40.135,-13.213]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925006\",\"name\":\"Planalto\",\"centroid\":[-40.4687,-14.7122]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.325,-14.879],[-40.299,-14.96],[-40.434,-14.919],[-40.528,-14.753],[-40.614,-14.67],[-40.675,-14.448],[-40.333,-14.679],[-40.315,-14.788],[-40.347,-14.828],[-40.325,-14.879]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925105\",\"name\":\"Poções\",\"centroid\":[-40.3573,-14.5371]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.213,-14.451],[-40.166,-14.482],[-40.22,-14.674],[-40.29,-14.656],[-40.305,-14.719],[-40.481,-14.563],[-40.659,-14.463],[-40.51,-14.44],[-40.41,-14.47],[-40.385,-14.409],[-40.213,-14.451]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925204\",\"name\":\"Pojuca\",\"centroid\":[-38.2404,-12.3511]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.147,-12.283],[-38.144,-12.371],[-38.178,-12.407],[-38.388,-12.429],[-38.315,-12.336],[-38.284,-12.341],[-38.274,-12.277],[-38.174,-12.261],[-38.147,-12.283]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925253\",\"name\":\"Ponto Novo\",\"centroid\":[-40.1185,-10.9586]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.201,-10.816],[-40.168,-10.857],[-40.064,-10.859],[-39.991,-11.161],[-40.233,-10.928],[-40.279,-10.938],[-40.201,-10.816]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925303\",\"name\":\"Porto Seguro\",\"centroid\":[-39.2919,-16.6192]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.006,-16.34],[-39.058,-16.427],[-39.107,-16.709],[-39.141,-16.756],[-39.142,-16.867],[-39.112,-16.895],[-39.166,-16.929],[-39.292,-16.888],[-39.439,-16.905],[-39.461,-16.953],[-39.512,-16.877],[-39.47,-16.764],[-39.416,-16.746],[-39.337,-16.784],[-39.576,-16.471],[-39.494,-16.387],[-39.257,-16.367],[-39.188,-16.395],[-39.006,-16.34]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925402\",\"name\":\"Potiraguá\",\"centroid\":[-39.7623,-15.7051]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.732,-15.556],[-39.688,-15.637],[-39.654,-15.592],[-39.633,-15.62],[-39.584,-15.593],[-39.525,-15.615],[-39.545,-15.741],[-39.571,-15.776],[-39.673,-15.751],[-39.882,-15.893],[-39.922,-15.852],[-39.913,-15.79],[-39.949,-15.736],[-40.023,-15.713],[-39.918,-15.665],[-39.857,-15.571],[-39.809,-15.586],[-39.732,-15.556]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925501\",\"name\":\"Prado\",\"centroid\":[-39.3505,-17.1366]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.309,-16.888],[-39.166,-16.929],[-39.112,-16.895],[-39.152,-16.942],[-39.213,-17.168],[-39.191,-17.446],[-39.433,-17.282],[-39.5,-17.266],[-39.633,-17.31],[-39.57,-17.133],[-39.455,-17.072],[-39.462,-16.918],[-39.309,-16.888]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925600\",\"name\":\"Presidente Dutra\",\"centroid\":[-41.9933,-11.2926]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.908,-11.177],[-41.99,-11.401],[-42.048,-11.31],[-42.052,-11.235],[-41.965,-11.248],[-41.908,-11.177]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925709\",\"name\":\"Presidente Jânio Quadros\",\"centroid\":[-41.7473,-14.6823]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.666,-14.486],[-41.638,-14.51],[-41.657,-14.599],[-41.596,-14.7],[-41.624,-14.733],[-41.567,-14.767],[-41.568,-14.855],[-41.655,-14.916],[-41.744,-14.866],[-41.831,-14.892],[-41.894,-14.789],[-41.862,-14.559],[-41.931,-14.419],[-41.666,-14.486]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925758\",\"name\":\"Presidente Tancredo Neves\",\"centroid\":[-39.4197,-13.4445]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.41,-13.327],[-39.295,-13.383],[-39.369,-13.596],[-39.376,-13.533],[-39.442,-13.511],[-39.494,-13.532],[-39.578,-13.478],[-39.41,-13.327]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925808\",\"name\":\"Queimadas\",\"centroid\":[-39.7644,-11.0541]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.551,-10.845],[-39.517,-10.946],[-39.415,-11.035],[-39.836,-11.305],[-39.865,-11.314],[-39.966,-11.23],[-40.064,-10.859],[-39.678,-10.983],[-39.625,-10.889],[-39.685,-10.777],[-39.587,-10.778],[-39.551,-10.845]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925907\",\"name\":\"Quijingue\",\"centroid\":[-39.053,-10.7711]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.706,-10.619],[-38.653,-10.706],[-38.826,-10.643],[-38.84,-10.729],[-38.975,-10.785],[-39.115,-11.018],[-39.211,-10.998],[-39.27,-10.677],[-38.737,-10.601],[-38.706,-10.619]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925931\",\"name\":\"Quixabeira\",\"centroid\":[-40.113,-11.3915]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.028,-11.222],[-40.08,-11.528],[-40.177,-11.519],[-40.188,-11.339],[-40.028,-11.222]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925956\",\"name\":\"Rafael Jambeiro\",\"centroid\":[-39.5864,-12.4674]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.421,-12.338],[-39.376,-12.398],[-39.394,-12.504],[-39.316,-12.547],[-39.415,-12.615],[-39.561,-12.552],[-39.623,-12.598],[-39.652,-12.56],[-39.928,-12.522],[-39.802,-12.407],[-39.432,-12.306],[-39.421,-12.338]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2926004\",\"name\":\"Remanso\",\"centroid\":[-42.2563,-9.6014]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.859,-9.237],[-41.903,-9.698],[-42.044,-9.673],[-42.103,-9.864],[-42.228,-10.032],[-42.626,-9.741],[-42.77,-9.737],[-42.691,-9.545],[-42.621,-9.541],[-42.586,-9.496],[-42.491,-9.493],[-42.489,-9.462],[-42.44,-9.456],[-42.312,-9.316],[-42.022,-9.249],[-41.918,-9.278],[-41.859,-9.237]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2926103\",\"name\":\"Retirolândia\",\"centroid\":[-39.4029,-11.4836]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.308,-11.42],[-39.353,-11.526],[-39.537,-11.562],[-39.451,-11.453],[-39.402,-11.451],[-39.283,-11.363],[-39.308,-11.42]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2926202\",\"name\":\"Riachão das Neves\",\"centroid\":[-45.1824,-11.627]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.917,-11.35],[-44.873,-11.347],[-44.792,-11.418],[-44.655,-11.409],[-44.657,-11.749],[-44.729,-11.846],[-44.83,-11.892],[-44.906,-12.012],[-44.966,-12.001],[-45.022,-11.905],[-45.094,-11.855],[-45.164,-11.853],[-45.279,-11.741],[-45.637,-11.79],[-45.86,-11.646],[-46.067,-11.619],[-45.883,-11.529],[-44.917,-11.35]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2926301\",\"name\":\"Riachão do Jacuípe\",\"centroid\":[-39.4267,-11.821]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.234,-11.764],[-39.28,-11.83],[-39.297,-11.991],[-39.601,-12.05],[-39.477,-11.862],[-39.534,-11.832],[-39.538,-11.747],[-39.624,-11.717],[-39.558,-11.675],[-39.537,-11.562],[-39.234,-11.764]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2926400\",\"name\":\"Riacho de Santana\",\"centroid\":[-43.1058,-13.6795]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.779,-13.703],[-42.725,-13.747],[-42.844,-13.766],[-43.009,-13.733],[-43.08,-13.839],[-43.138,-13.843],[-43.104,-13.931],[-43.131,-13.984],[-43.37,-13.979],[-43.471,-13.857],[-43.241,-13.609],[-43.129,-13.427],[-43.116,-13.324],[-42.915,-13.363],[-42.9,-13.473],[-42.77,-13.661],[-42.779,-13.703]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2926509\",\"name\":\"Ribeira do Amparo\",\"centroid\":[-38.3844,-10.9724]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.245,-10.823],[-38.236,-10.881],[-38.322,-11.072],[-38.436,-11.119],[-38.506,-11.053],[-38.558,-11.054],[-38.53,-10.96],[-38.233,-10.793],[-38.245,-10.823]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2926608\",\"name\":\"Ribeira do Pombal\",\"centroid\":[-38.494,-10.7663]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.424,-10.673],[-38.404,-10.635],[-38.37,-10.64],[-38.377,-10.874],[-38.53,-10.96],[-38.652,-10.707],[-38.582,-10.685],[-38.548,-10.561],[-38.424,-10.673]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2926657\",\"name\":\"Ribeirão do Largo\",\"centroid\":[-40.6367,-15.4251]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.763,-15.243],[-40.676,-15.239],[-40.652,-15.275],[-40.633,-15.25],[-40.636,-15.28],[-40.591,-15.263],[-40.471,-15.301],[-40.498,-15.416],[-40.481,-15.609],[-40.512,-15.677],[-40.628,-15.617],[-40.639,-15.521],[-40.762,-15.57],[-40.749,-15.479],[-40.797,-15.477],[-40.811,-15.368],[-40.855,-15.318],[-40.763,-15.243]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2926707\",\"name\":\"Rio de Contas\",\"centroid\":[-41.7405,-13.5862]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.821,-13.402],[-41.792,-13.424],[-41.791,-13.373],[-41.746,-13.325],[-41.705,-13.583],[-41.614,-13.546],[-41.6,-13.709],[-41.53,-13.781],[-41.492,-13.913],[-41.559,-13.946],[-41.579,-13.866],[-41.706,-13.69],[-41.796,-13.598],[-41.819,-13.613],[-41.966,-13.527],[-41.909,-13.311],[-41.821,-13.402]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2926806\",\"name\":\"Rio do Antônio\",\"centroid\":[-42.0638,-14.3293]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.18,-14.149],[-41.981,-14.186],[-41.988,-14.224],[-41.857,-14.454],[-41.931,-14.419],[-41.896,-14.531],[-42.07,-14.446],[-42.156,-14.481],[-42.171,-14.409],[-42.231,-14.377],[-42.186,-14.263],[-42.234,-14.199],[-42.18,-14.149]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2926905\",\"name\":\"Rio do Pires\",\"centroid\":[-42.1169,-13.151]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.192,-12.966],[-42.146,-13.016],[-42.094,-13.001],[-42.075,-13.075],[-41.964,-13.165],[-41.902,-13.31],[-42.098,-13.331],[-42.202,-13.126],[-42.243,-13.107],[-42.299,-13.135],[-42.381,-13.049],[-42.289,-13.034],[-42.252,-12.978],[-42.192,-12.966]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2927002\",\"name\":\"Rio Real\",\"centroid\":[-37.9184,-11.5405]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-37.978,-11.365],[-37.945,-11.423],[-37.929,-11.401],[-37.9,-11.437],[-37.868,-11.426],[-37.863,-11.467],[-37.809,-11.496],[-37.842,-11.559],[-37.75,-11.659],[-37.792,-11.73],[-37.837,-11.734],[-37.865,-11.684],[-37.936,-11.668],[-37.931,-11.618],[-38.058,-11.525],[-38.079,-11.441],[-37.99,-11.341],[-37.978,-11.365]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2927101\",\"name\":\"Rodelas\",\"centroid\":[-38.6923,-9.2214]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.804,-8.789],[-38.706,-8.862],[-38.69,-8.945],[-38.64,-8.987],[-38.572,-8.832],[-38.469,-8.865],[-38.64,-9.109],[-38.512,-9.359],[-38.51,-9.691],[-38.844,-9.626],[-38.68,-9.297],[-38.985,-8.865],[-38.954,-8.804],[-38.804,-8.789]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2927200\",\"name\":\"Ruy Barbosa\",\"centroid\":[-40.6624,-12.2435]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.94,-12.137],[-40.46,-12.101],[-40.406,-12.179],[-40.271,-12.227],[-40.173,-12.22],[-40.112,-12.331],[-40.169,-12.354],[-40.211,-12.283],[-40.358,-12.252],[-40.478,-12.308],[-40.585,-12.45],[-40.685,-12.446],[-40.833,-12.314],[-41.075,-12.242],[-41.119,-12.112],[-40.94,-12.137]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2927309\",\"name\":\"Salinas da Margarida\",\"centroid\":[-38.7579,-12.8759]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.707,-12.869],[-38.753,-12.965],[-38.82,-12.905],[-38.801,-12.834],[-38.7,-12.798],[-38.707,-12.869]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2927408\",\"name\":\"Salvador\",\"centroid\":[-38.519,-12.8683]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.635,-12.752],[-38.524,-12.739],[-38.431,-12.856],[-38.403,-12.87],[-38.381,-12.821],[-38.356,-12.83],[-38.358,-12.891],[-38.295,-12.896],[-38.472,-13.012],[-38.583,-12.999],[-38.562,-12.92],[-38.697,-12.814],[-38.688,-12.725],[-38.637,-12.725],[-38.635,-12.752]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2927507\",\"name\":\"Santa Bárbara\",\"centroid\":[-38.9829,-11.9355]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.978,-11.814],[-38.934,-11.837],[-38.899,-12.009],[-39.033,-12.061],[-39.059,-11.976],[-39.012,-11.891],[-39.076,-11.828],[-38.978,-11.814]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2927606\",\"name\":\"Santa Brígida\",\"centroid\":[-38.1404,-9.7533]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.039,-9.583],[-37.988,-9.647],[-38.043,-9.712],[-38.028,-9.776],[-37.966,-9.816],[-37.991,-9.902],[-38.245,-9.849],[-38.357,-9.721],[-38.279,-9.654],[-38.156,-9.678],[-38.122,-9.62],[-38.039,-9.583]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2927705\",\"name\":\"Santa Cruz Cabrália\",\"centroid\":[-39.2137,-16.2302]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.156,-16.057],[-38.948,-16.092],[-38.949,-16.156],[-39.021,-16.26],[-39.006,-16.34],[-39.188,-16.395],[-39.257,-16.367],[-39.49,-16.396],[-39.402,-16.097],[-39.348,-16.121],[-39.156,-16.057]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2927804\",\"name\":\"Santa Cruz da Vitória\",\"centroid\":[-39.8133,-14.914]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.839,-14.81],[-39.69,-14.971],[-39.775,-14.99],[-39.817,-14.969],[-39.884,-15.013],[-39.868,-14.789],[-39.837,-14.779],[-39.839,-14.81]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2927903\",\"name\":\"Santa Inês\",\"centroid\":[-39.8621,-13.2877]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.818,-13.222],[-39.763,-13.247],[-39.76,-13.399],[-39.82,-13.343],[-39.9,-13.39],[-39.981,-13.325],[-39.914,-13.249],[-39.971,-13.187],[-39.837,-13.189],[-39.818,-13.222]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2928059\",\"name\":\"Santa Luzia\",\"centroid\":[-39.2428,-15.442]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.438,-15.312],[-39.4,-15.348],[-39.325,-15.329],[-39.01,-15.382],[-39.021,-15.438],[-39.209,-15.502],[-39.141,-15.593],[-39.262,-15.633],[-39.274,-15.564],[-39.359,-15.492],[-39.381,-15.425],[-39.431,-15.383],[-39.466,-15.4],[-39.474,-15.351],[-39.438,-15.312]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2928109\",\"name\":\"Santa Maria da Vitória\",\"centroid\":[-44.3869,-13.2225]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.601,-12.96],[-44.288,-13.128],[-44.225,-13.202],[-44.057,-13.233],[-44.008,-13.314],[-44.225,-13.428],[-44.514,-13.372],[-44.557,-13.332],[-44.597,-13.209],[-44.714,-13.073],[-44.601,-12.96]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2928406\",\"name\":\"Santa Rita de Cássia\",\"centroid\":[-44.5567,-11.0079]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.283,-10.607],[-44.178,-10.631],[-44.108,-10.808],[-44.258,-11.147],[-44.516,-11.415],[-44.706,-11.398],[-44.771,-11.422],[-44.873,-11.347],[-44.976,-11.354],[-44.977,-11.187],[-45.007,-11.126],[-44.958,-11.07],[-44.974,-10.891],[-44.931,-10.928],[-44.863,-10.885],[-44.844,-10.9],[-44.788,-10.808],[-44.666,-10.758],[-44.666,-10.682],[-44.577,-10.626],[-44.504,-10.65],[-44.333,-10.548],[-44.283,-10.607]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2928505\",\"name\":\"Santa Teresinha\",\"centroid\":[-39.5679,-12.7271]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.518,-12.587],[-39.44,-12.614],[-39.435,-12.675],[-39.484,-12.723],[-39.505,-12.81],[-39.474,-12.851],[-39.575,-12.897],[-39.679,-12.884],[-39.652,-12.717],[-39.669,-12.626],[-39.575,-12.55],[-39.518,-12.587]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2928000\",\"name\":\"Santaluz\",\"centroid\":[-39.4982,-11.2253]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.343,-10.976],[-39.27,-11.005],[-39.311,-11.065],[-39.241,-11.213],[-39.283,-11.363],[-39.479,-11.299],[-39.765,-11.429],[-39.865,-11.314],[-39.665,-11.213],[-39.343,-10.976]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2928208\",\"name\":\"Santana\",\"centroid\":[-43.9501,-13.066]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.022,-12.872],[-43.826,-12.986],[-43.717,-12.931],[-43.586,-12.926],[-43.746,-13.055],[-43.646,-13.138],[-43.641,-13.184],[-43.697,-13.171],[-43.866,-13.264],[-43.881,-13.302],[-43.956,-13.319],[-44.008,-13.314],[-44.057,-13.233],[-44.117,-13.23],[-44.14,-13.205],[-44.077,-13.06],[-44.279,-12.958],[-44.242,-12.871],[-44.182,-12.875],[-44.17,-12.812],[-44.022,-12.872]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2928307\",\"name\":\"Santanópolis\",\"centroid\":[-38.8603,-11.9735]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.799,-12.012],[-38.866,-12.144],[-38.915,-11.897],[-38.868,-11.812],[-38.799,-12.012]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2928604\",\"name\":\"Santo Amaro\",\"centroid\":[-38.7627,-12.5572]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.721,-12.481],[-38.634,-12.479],[-38.653,-12.552],[-38.688,-12.55],[-38.719,-12.612],[-38.688,-12.725],[-38.839,-12.726],[-38.795,-12.573],[-38.877,-12.509],[-38.835,-12.493],[-38.839,-12.369],[-38.797,-12.367],[-38.721,-12.481]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2928703\",\"name\":\"Santo Antônio de Jesus\",\"centroid\":[-39.2327,-13.0089]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.27,-12.952],[-39.178,-12.947],[-39.104,-12.981],[-39.153,-12.991],[-39.142,-13.045],[-39.246,-13.094],[-39.335,-13.02],[-39.316,-12.945],[-39.27,-12.952]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2928802\",\"name\":\"Santo Estêvão\",\"centroid\":[-39.2711,-12.4659]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.261,-12.372],[-39.195,-12.388],[-39.127,-12.498],[-39.205,-12.514],[-39.223,-12.545],[-39.371,-12.536],[-39.394,-12.504],[-39.381,-12.411],[-39.314,-12.412],[-39.261,-12.372]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2928901\",\"name\":\"São Desidério\",\"centroid\":[-45.4838,-12.7989]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.927,-12.29],[-44.79,-12.41],[-44.739,-12.409],[-44.714,-12.519],[-44.625,-12.571],[-44.577,-12.98],[-44.619,-12.961],[-44.617,-12.991],[-44.713,-13.072],[-44.784,-12.994],[-44.825,-12.995],[-45.205,-13.128],[-45.608,-13.185],[-45.936,-13.302],[-46.048,-13.309],[-46.063,-13.261],[-46.266,-13.348],[-46.315,-13.304],[-46.298,-13.255],[-46.331,-13.249],[-46.291,-13.143],[-46.322,-13.098],[-46.273,-13.015],[-46.113,-12.933],[-46.139,-12.909],[-46.304,-12.949],[-46.262,-12.831],[-46.264,-12.717],[-46.293,-12.692],[-46.256,-12.655],[-46.29,-12.633],[-46.261,-12.549],[-46.097,-12.556],[-45.849,-12.411],[-45.596,-12.401],[-45.511,-12.366],[-45.405,-12.369],[-45.233,-12.429],[-45.136,-12.322],[-45.096,-12.337],[-44.927,-12.29]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2928950\",\"name\":\"São Domingos\",\"centroid\":[-39.5783,-11.4605]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.498,-11.513],[-39.537,-11.562],[-39.598,-11.53],[-39.69,-11.402],[-39.591,-11.372],[-39.489,-11.455],[-39.498,-11.513]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929107\",\"name\":\"São Felipe\",\"centroid\":[-39.097,-12.8463]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.029,-12.733],[-39.075,-12.84],[-39.042,-12.949],[-39.105,-12.933],[-39.118,-12.97],[-39.161,-12.848],[-39.119,-12.816],[-39.142,-12.763],[-39.029,-12.733]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929008\",\"name\":\"São Félix\",\"centroid\":[-38.9955,-12.6734]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.959,-12.619],[-38.94,-12.697],[-39.043,-12.724],[-39.043,-12.644],[-38.963,-12.632],[-38.983,-12.596],[-38.959,-12.619]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929057\",\"name\":\"São Félix do Coribe\",\"centroid\":[-44.0374,-13.4667]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.86,-13.293],[-43.902,-13.417],[-43.947,-13.453],[-43.934,-13.505],[-43.989,-13.575],[-43.98,-13.667],[-44.037,-13.694],[-44.225,-13.428],[-44.195,-13.394],[-44.069,-13.365],[-44.032,-13.317],[-43.881,-13.302],[-43.857,-13.262],[-43.86,-13.293]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929206\",\"name\":\"São Francisco do Conde\",\"centroid\":[-38.6328,-12.6516]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.648,-12.567],[-38.621,-12.552],[-38.555,-12.652],[-38.535,-12.737],[-38.688,-12.725],[-38.719,-12.612],[-38.688,-12.55],[-38.648,-12.567]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929255\",\"name\":\"São Gabriel\",\"centroid\":[-41.6824,-11.0562]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.539,-10.967],[-41.438,-10.979],[-41.435,-11.013],[-41.658,-11.189],[-41.939,-11.261],[-41.663,-10.812],[-41.539,-10.967]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929305\",\"name\":\"São Gonçalo dos Campos\",\"centroid\":[-38.9409,-12.416]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.934,-12.339],[-38.908,-12.385],[-38.838,-12.408],[-38.841,-12.513],[-39.052,-12.447],[-38.994,-12.31],[-38.957,-12.301],[-38.934,-12.339]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929354\",\"name\":\"São José da Vitória\",\"centroid\":[-39.369,-15.0561]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.352,-15.101],[-39.386,-15.096],[-39.413,-15.033],[-39.329,-15.016],[-39.352,-15.101]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929370\",\"name\":\"São José do Jacuípe\",\"centroid\":[-39.9069,-11.4385]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.861,-11.318],[-39.763,-11.433],[-39.771,-11.465],[-39.819,-11.504],[-39.936,-11.478],[-40.08,-11.528],[-40.07,-11.437],[-39.912,-11.417],[-39.926,-11.38],[-39.861,-11.318]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929404\",\"name\":\"São Miguel das Matas\",\"centroid\":[-39.4375,-13.0471]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.441,-12.992],[-39.342,-13.061],[-39.26,-13.063],[-39.475,-13.116],[-39.532,-13.021],[-39.463,-12.952],[-39.441,-12.992]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929503\",\"name\":\"São Sebastião do Passé\",\"centroid\":[-38.4977,-12.5137]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.49,-12.411],[-38.332,-12.44],[-38.386,-12.481],[-38.369,-12.515],[-38.407,-12.55],[-38.373,-12.598],[-38.467,-12.609],[-38.487,-12.587],[-38.581,-12.63],[-38.621,-12.552],[-38.648,-12.567],[-38.634,-12.479],[-38.612,-12.498],[-38.563,-12.422],[-38.49,-12.411]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929602\",\"name\":\"Sapeaçu\",\"centroid\":[-39.2141,-12.7293]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.21,-12.645],[-39.144,-12.739],[-39.198,-12.763],[-39.215,-12.82],[-39.276,-12.738],[-39.21,-12.645]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929701\",\"name\":\"Sátiro Dias\",\"centroid\":[-38.5946,-11.5731]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.785,-11.354],[-38.409,-11.528],[-38.446,-11.573],[-38.434,-11.729],[-38.543,-11.753],[-38.69,-11.694],[-38.785,-11.354]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929750\",\"name\":\"Saubara\",\"centroid\":[-38.7683,-12.7722]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.84,-12.718],[-38.69,-12.729],[-38.7,-12.798],[-38.838,-12.846],[-38.818,-12.775],[-38.84,-12.718]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929800\",\"name\":\"Saúde\",\"centroid\":[-40.3852,-10.9074]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.446,-10.752],[-40.338,-10.829],[-40.289,-10.814],[-40.239,-10.849],[-40.279,-10.938],[-40.342,-10.939],[-40.373,-11.059],[-40.446,-11.065],[-40.491,-10.914],[-40.449,-10.857],[-40.469,-10.764],[-40.446,-10.752]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929909\",\"name\":\"Seabra\",\"centroid\":[-41.8805,-12.4229]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.899,-12.109],[-41.784,-12.16],[-41.742,-12.237],[-41.762,-12.283],[-41.725,-12.389],[-41.54,-12.357],[-41.588,-12.396],[-41.605,-12.5],[-41.677,-12.524],[-41.663,-12.552],[-41.704,-12.591],[-41.605,-12.711],[-41.999,-12.666],[-42.016,-12.854],[-42.03,-12.611],[-41.995,-12.585],[-42.028,-12.475],[-42.107,-12.399],[-42.249,-12.39],[-42.271,-12.337],[-42.124,-12.278],[-42.089,-12.328],[-42.056,-12.221],[-41.967,-12.269],[-41.983,-12.044],[-41.899,-12.109]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930006\",\"name\":\"Sebastião Laranjeiras\",\"centroid\":[-43.1293,-14.5739]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.83,-14.571],[-42.797,-14.656],[-42.852,-14.766],[-42.905,-14.761],[-42.938,-14.708],[-43.083,-14.698],[-43.198,-14.649],[-43.434,-14.723],[-43.469,-14.787],[-43.531,-14.815],[-43.425,-14.506],[-43.138,-14.42],[-43.07,-14.322],[-42.931,-14.421],[-42.83,-14.571]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930105\",\"name\":\"Senhor do Bonfim\",\"centroid\":[-40.1148,-10.4757]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.049,-10.352],[-40.009,-10.489],[-39.947,-10.55],[-40.016,-10.622],[-40.143,-10.637],[-40.248,-10.504],[-40.243,-10.362],[-40.21,-10.324],[-40.168,-10.358],[-40.078,-10.267],[-40.049,-10.352]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930204\",\"name\":\"Sento Sé\",\"centroid\":[-41.6455,-10.1356]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.981,-9.387],[-40.932,-9.399],[-41.051,-9.907],[-41.099,-9.946],[-41.11,-9.91],[-41.18,-9.957],[-41.236,-9.925],[-41.255,-9.946],[-41.252,-9.979],[-41.169,-10.02],[-41.193,-10.082],[-41.159,-10.115],[-41.155,-10.247],[-41.464,-10.46],[-41.382,-10.52],[-41.397,-10.571],[-41.474,-10.632],[-41.504,-10.617],[-41.472,-10.725],[-41.507,-10.787],[-41.444,-10.802],[-41.509,-10.892],[-41.77,-10.738],[-41.897,-10.891],[-41.89,-10.825],[-42.066,-10.528],[-42.091,-10.382],[-42.159,-10.257],[-42.414,-10.172],[-42.43,-10.115],[-42.36,-10.039],[-42.241,-10.05],[-42.103,-9.864],[-42.044,-9.673],[-41.687,-9.769],[-41.565,-9.678],[-41.311,-9.67],[-41.134,-9.498],[-41.119,-9.406],[-40.981,-9.387]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930154\",\"name\":\"Serra do Ramalho\",\"centroid\":[-43.7027,-13.4874]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.683,-13.169],[-43.682,-13.282],[-43.43,-13.254],[-43.462,-13.325],[-43.431,-13.422],[-43.448,-13.532],[-43.543,-13.621],[-43.549,-13.718],[-43.594,-13.778],[-43.98,-13.667],[-43.991,-13.599],[-43.857,-13.262],[-43.683,-13.169]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930303\",\"name\":\"Serra Dourada\",\"centroid\":[-43.802,-12.813]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.537,-12.637],[-43.586,-12.926],[-43.717,-12.931],[-43.826,-12.986],[-44.151,-12.81],[-44.179,-12.741],[-44.08,-12.769],[-43.537,-12.637]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930402\",\"name\":\"Serra Preta\",\"centroid\":[-39.3733,-12.097]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.276,-12.174],[-39.424,-12.228],[-39.533,-12.026],[-39.297,-11.991],[-39.228,-12.079],[-39.276,-12.174]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930501\",\"name\":\"Serrinha\",\"centroid\":[-38.9684,-11.6621]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.886,-11.524],[-38.861,-11.542],[-38.831,-11.774],[-39.064,-11.76],[-39.158,-11.633],[-39.073,-11.615],[-39.028,-11.552],[-38.968,-11.562],[-38.886,-11.524]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930600\",\"name\":\"Serrolândia\",\"centroid\":[-40.253,-11.4326]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.176,-11.326],[-40.204,-11.407],[-40.198,-11.493],[-40.167,-11.522],[-40.232,-11.573],[-40.308,-11.43],[-40.393,-11.382],[-40.176,-11.326]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930709\",\"name\":\"Simões Filho\",\"centroid\":[-38.4019,-12.7671]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.332,-12.796],[-38.381,-12.809],[-38.403,-12.87],[-38.466,-12.827],[-38.414,-12.66],[-38.373,-12.681],[-38.332,-12.796]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930758\",\"name\":\"Sítio do Mato\",\"centroid\":[-43.4691,-12.8444]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.465,-13.071],[-43.464,-13.132],[-43.61,-13.152],[-43.641,-13.184],[-43.646,-13.138],[-43.746,-13.055],[-43.586,-12.926],[-43.537,-12.637],[-43.319,-12.527],[-43.243,-12.584],[-43.231,-12.691],[-43.404,-12.882],[-43.408,-13],[-43.465,-13.071]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930766\",\"name\":\"Sítio do Quinto\",\"centroid\":[-38.1536,-10.3309]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.192,-10.18],[-38.093,-10.245],[-38.065,-10.234],[-38.038,-10.377],[-37.935,-10.395],[-37.906,-10.434],[-38.144,-10.457],[-38.237,-10.381],[-38.262,-10.31],[-38.436,-10.309],[-38.373,-10.261],[-38.259,-10.248],[-38.192,-10.18]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930774\",\"name\":\"Sobradinho\",\"centroid\":[-40.8849,-9.684]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.932,-9.399],[-40.713,-9.45],[-40.77,-9.569],[-40.742,-9.718],[-40.815,-9.879],[-40.804,-9.915],[-40.97,-9.945],[-41.014,-9.939],[-41.007,-9.907],[-41.062,-9.922],[-40.932,-9.399]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930808\",\"name\":\"Souto Soares\",\"centroid\":[-41.7947,-12.0206]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.62,-12.018],[-41.453,-12.099],[-41.606,-12.142],[-41.861,-12.108],[-41.872,-12.13],[-41.983,-12.044],[-41.964,-12.056],[-42.02,-11.942],[-41.996,-11.906],[-42.049,-11.819],[-41.62,-12.018]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930907\",\"name\":\"Tabocas do Brejo Velho\",\"centroid\":[-44.1535,-12.4813]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.957,-12.264],[-44.049,-12.453],[-44.115,-12.483],[-44.071,-12.606],[-44.129,-12.681],[-43.948,-12.677],[-43.981,-12.748],[-44.08,-12.769],[-44.179,-12.741],[-44.271,-12.639],[-44.331,-12.362],[-44.231,-12.259],[-44.087,-12.244],[-44.049,-12.272],[-43.942,-12.237],[-43.957,-12.264]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2931004\",\"name\":\"Tanhaçu\",\"centroid\":[-41.1817,-14.1343]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.196,-13.859],[-41.136,-13.99],[-40.979,-13.978],[-41.04,-14.142],[-41.005,-14.164],[-41.009,-14.212],[-41.092,-14.288],[-41.108,-14.367],[-41.389,-14.263],[-41.335,-14.094],[-41.28,-14.075],[-41.278,-13.918],[-41.196,-13.859]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2931053\",\"name\":\"Tanque Novo\",\"centroid\":[-42.5471,-13.5518]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.547,-13.454],[-42.468,-13.417],[-42.438,-13.49],[-42.453,-13.544],[-42.362,-13.597],[-42.363,-13.696],[-42.421,-13.667],[-42.52,-13.675],[-42.575,-13.602],[-42.704,-13.64],[-42.724,-13.602],[-42.702,-13.49],[-42.626,-13.402],[-42.547,-13.454]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2931103\",\"name\":\"Tanquinho\",\"centroid\":[-39.0896,-11.9522]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.014,-11.912],[-39.059,-11.976],[-39.06,-12.059],[-39.114,-12.06],[-39.14,-11.992],[-39.177,-11.995],[-39.077,-11.828],[-39.014,-11.912]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2931202\",\"name\":\"Taperoá\",\"centroid\":[-39.2169,-13.5781]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.142,-13.474],[-39.07,-13.487],[-39.086,-13.6],[-39.179,-13.617],[-39.215,-13.655],[-39.245,-13.638],[-39.264,-13.692],[-39.355,-13.669],[-39.344,-13.539],[-39.271,-13.542],[-39.142,-13.474]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2931301\",\"name\":\"Tapiramutá\",\"centroid\":[-40.7832,-11.8852]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.626,-11.927],[-40.73,-12],[-40.785,-11.952],[-40.897,-11.99],[-40.977,-11.888],[-40.847,-11.774],[-40.698,-11.798],[-40.613,-11.853],[-40.578,-11.897],[-40.626,-11.927]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2931350\",\"name\":\"Teixeira de Freitas\",\"centroid\":[-39.7935,-17.4232]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.007,-17.233],[-39.939,-17.271],[-39.941,-17.349],[-39.889,-17.364],[-39.839,-17.331],[-39.836,-17.26],[-39.633,-17.31],[-39.603,-17.556],[-39.768,-17.626],[-39.934,-17.475],[-39.94,-17.42],[-40.068,-17.289],[-40.069,-17.262],[-40.007,-17.233]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2931400\",\"name\":\"Teodoro Sampaio\",\"centroid\":[-38.6141,-12.2584]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.525,-12.269],[-38.532,-12.342],[-38.618,-12.283],[-38.642,-12.364],[-38.703,-12.251],[-38.624,-12.155],[-38.525,-12.269]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2931509\",\"name\":\"Teofilândia\",\"centroid\":[-38.9546,-11.4779]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.864,-11.382],[-38.852,-11.606],[-38.886,-11.524],[-38.968,-11.562],[-39.028,-11.552],[-39.065,-11.488],[-39.053,-11.398],[-38.981,-11.423],[-38.864,-11.382]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2931608\",\"name\":\"Teolândia\",\"centroid\":[-39.4933,-13.5568]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.587,-13.47],[-39.494,-13.532],[-39.442,-13.511],[-39.376,-13.533],[-39.383,-13.587],[-39.349,-13.573],[-39.355,-13.669],[-39.428,-13.594],[-39.472,-13.615],[-39.668,-13.537],[-39.587,-13.47]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2931707\",\"name\":\"Terra Nova\",\"centroid\":[-38.599,-12.3898]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.54,-12.404],[-38.612,-12.498],[-38.665,-12.441],[-38.618,-12.283],[-38.53,-12.343],[-38.54,-12.404]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2931806\",\"name\":\"Tremedal\",\"centroid\":[-41.4602,-15.0071]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.33,-14.775],[-41.263,-14.809],[-41.263,-14.912],[-41.219,-15.024],[-41.301,-15.031],[-41.274,-15.092],[-41.315,-15.136],[-41.421,-15.124],[-41.395,-15.253],[-41.76,-15.137],[-41.595,-15.022],[-41.655,-14.916],[-41.463,-14.782],[-41.377,-14.827],[-41.33,-14.809],[-41.33,-14.775]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2931905\",\"name\":\"Tucano\",\"centroid\":[-38.785,-10.9869]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.632,-10.75],[-38.53,-10.96],[-38.559,-11.127],[-38.785,-11.354],[-38.858,-11.353],[-38.945,-11.052],[-39.115,-11.018],[-38.975,-10.785],[-38.84,-10.729],[-38.826,-10.643],[-38.653,-10.706],[-38.632,-10.75]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2932002\",\"name\":\"Uauá\",\"centroid\":[-39.4419,-9.8939]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.287,-9.632],[-39.133,-9.649],[-39.152,-9.695],[-39.198,-9.701],[-39.202,-9.973],[-39.263,-10.086],[-39.262,-10.249],[-39.434,-10.132],[-39.703,-10.056],[-39.795,-9.939],[-39.637,-9.719],[-39.315,-9.603],[-39.287,-9.632]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2932101\",\"name\":\"Ubaíra\",\"centroid\":[-39.6846,-13.2791]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.598,-13.097],[-39.537,-13.17],[-39.597,-13.194],[-39.586,-13.252],[-39.631,-13.264],[-39.627,-13.482],[-39.668,-13.537],[-39.752,-13.474],[-39.747,-13.41],[-39.784,-13.404],[-39.752,-13.393],[-39.763,-13.247],[-39.837,-13.189],[-39.808,-13.192],[-39.8,-13.149],[-39.742,-13.19],[-39.763,-13.135],[-39.733,-13.096],[-39.598,-13.097]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2932200\",\"name\":\"Ubaitaba\",\"centroid\":[-39.4401,-14.2677]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.502,-14.231],[-39.265,-14.291],[-39.345,-14.314],[-39.368,-14.279],[-39.408,-14.31],[-39.575,-14.251],[-39.546,-14.209],[-39.502,-14.231]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2932309\",\"name\":\"Ubatã\",\"centroid\":[-39.5236,-14.0481]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.523,-13.882],[-39.486,-13.88],[-39.47,-14.11],[-39.515,-14.219],[-39.546,-14.209],[-39.565,-14.24],[-39.57,-13.924],[-39.523,-13.882]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2932408\",\"name\":\"Uibaí\",\"centroid\":[-42.1021,-11.3771]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.107,-11.221],[-42.052,-11.235],[-42.048,-11.31],[-41.99,-11.401],[-42.044,-11.55],[-42.08,-11.555],[-42.164,-11.478],[-42.18,-11.347],[-42.239,-11.261],[-42.107,-11.221]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2932457\",\"name\":\"Umburanas\",\"centroid\":[-41.2323,-10.5708]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.279,-10.342],[-41.225,-10.453],[-41.182,-10.431],[-41.107,-10.466],[-41.02,-10.431],[-40.942,-10.509],[-40.872,-10.502],[-40.882,-10.533],[-40.933,-10.603],[-41.19,-10.703],[-41.21,-10.664],[-41.29,-10.666],[-41.302,-10.747],[-41.444,-10.802],[-41.507,-10.787],[-41.472,-10.725],[-41.504,-10.617],[-41.474,-10.632],[-41.397,-10.571],[-41.382,-10.52],[-41.464,-10.46],[-41.377,-10.416],[-41.36,-10.37],[-41.279,-10.342]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2932507\",\"name\":\"Una\",\"centroid\":[-39.164,-15.2212]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.21,-15.045],[-39.064,-15.12],[-39,-15.084],[-38.974,-15.386],[-39.274,-15.35],[-39.359,-15.304],[-39.35,-15.221],[-39.298,-15.204],[-39.359,-15.103],[-39.319,-15.065],[-39.21,-15.045]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2932606\",\"name\":\"Urandi\",\"centroid\":[-42.6816,-14.735]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.57,-14.53],[-42.582,-14.588],[-42.548,-14.616],[-42.581,-14.762],[-42.554,-14.836],[-42.625,-14.945],[-42.872,-14.764],[-42.764,-14.612],[-42.57,-14.53]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2932705\",\"name\":\"Uruçuca\",\"centroid\":[-39.2192,-14.5136]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.044,-14.4],[-39.016,-14.419],[-39.035,-14.501],[-39.271,-14.533],[-39.246,-14.592],[-39.357,-14.63],[-39.365,-14.521],[-39.355,-14.503],[-39.337,-14.542],[-39.323,-14.458],[-39.133,-14.489],[-39.044,-14.4]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2932804\",\"name\":\"Utinga\",\"centroid\":[-41.065,-12.0419]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.886,-12.053],[-40.874,-12.123],[-40.918,-12.149],[-41.119,-12.112],[-41.229,-12.138],[-41.218,-12.084],[-41.253,-12.029],[-41.203,-12.005],[-41.222,-11.889],[-41.098,-11.954],[-40.897,-11.99],[-40.886,-12.053]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2932903\",\"name\":\"Valença\",\"centroid\":[-39.194,-13.3565]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.293,-13.238],[-39.21,-13.295],[-39.223,-13.242],[-39.143,-13.224],[-39.071,-13.259],[-39.007,-13.226],[-38.991,-13.253],[-38.931,-13.207],[-38.966,-13.289],[-38.949,-13.386],[-39.038,-13.388],[-39.07,-13.487],[-39.158,-13.477],[-39.181,-13.513],[-39.344,-13.539],[-39.369,-13.596],[-39.297,-13.375],[-39.415,-13.326],[-39.45,-13.372],[-39.489,-13.336],[-39.453,-13.291],[-39.433,-13.303],[-39.439,-13.237],[-39.339,-13.254],[-39.322,-13.207],[-39.293,-13.238]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2933000\",\"name\":\"Valente\",\"centroid\":[-39.4572,-11.3845]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.384,-11.438],[-39.477,-11.485],[-39.619,-11.367],[-39.479,-11.299],[-39.283,-11.363],[-39.384,-11.438]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2933059\",\"name\":\"Várzea da Roça\",\"centroid\":[-40.0442,-11.5966]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.925,-11.499],[-39.92,-11.688],[-39.957,-11.713],[-40.024,-11.705],[-40.131,-11.634],[-40.2,-11.637],[-40.227,-11.565],[-40.164,-11.515],[-40.095,-11.539],[-39.936,-11.478],[-39.925,-11.499]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2933109\",\"name\":\"Várzea do Poço\",\"centroid\":[-40.3125,-11.5357]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.227,-11.581],[-40.241,-11.612],[-40.338,-11.588],[-40.37,-11.616],[-40.385,-11.504],[-40.308,-11.43],[-40.227,-11.581]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2933158\",\"name\":\"Várzea Nova\",\"centroid\":[-41.029,-11.1214]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.233,-10.957],[-41.102,-11.007],[-40.917,-11.023],[-40.725,-11.247],[-40.945,-11.286],[-41.142,-11.143],[-41.281,-11.143],[-41.312,-11.039],[-41.297,-10.994],[-41.238,-10.984],[-41.233,-10.957]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2933174\",\"name\":\"Varzedo\",\"centroid\":[-39.3779,-12.9791]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.453,-12.913],[-39.336,-12.923],[-39.312,-13.007],[-39.335,-13.02],[-39.284,-13.058],[-39.342,-13.061],[-39.441,-12.992],[-39.465,-12.892],[-39.453,-12.913]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2933208\",\"name\":\"Vera Cruz\",\"centroid\":[-38.7162,-13.0104]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.63,-12.929],[-38.615,-12.983],[-38.799,-13.136],[-38.803,-13.06],[-38.726,-12.927],[-38.63,-12.929]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2933257\",\"name\":\"Vereda\",\"centroid\":[-39.9526,-17.1925]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.322,-16.949],[-40.212,-16.985],[-40.152,-17.079],[-40.089,-17.062],[-39.982,-17.187],[-39.899,-17.231],[-39.858,-17.242],[-39.568,-17.151],[-39.62,-17.224],[-39.633,-17.31],[-39.836,-17.26],[-39.839,-17.331],[-39.889,-17.364],[-39.941,-17.349],[-39.939,-17.271],[-40.007,-17.233],[-40.075,-17.275],[-40.13,-17.246],[-40.151,-17.135],[-40.118,-17.099],[-40.162,-17.108],[-40.225,-17.022],[-40.392,-16.96],[-40.407,-16.898],[-40.397,-16.943],[-40.322,-16.949]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2933307\",\"name\":\"Vitória da Conquista\",\"centroid\":[-40.9245,-15.0178]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.698,-15.069],[-40.847,-15.078],[-40.847,-15.269],[-40.816,-15.297],[-40.882,-15.293],[-40.932,-15.336],[-40.927,-15.422],[-40.957,-15.466],[-41.042,-15.474],[-41.14,-15.402],[-41.137,-15.355],[-41.185,-15.312],[-41.087,-15.056],[-41.148,-15.013],[-41.176,-14.848],[-40.964,-14.789],[-40.96,-14.666],[-40.611,-14.674],[-40.572,-14.711],[-40.67,-14.828],[-40.698,-15.069]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2933406\",\"name\":\"Wagner\",\"centroid\":[-41.1647,-12.2342]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.158,-12.369],[-41.2,-12.36],[-41.275,-12.149],[-41.119,-12.112],[-41.061,-12.285],[-41.158,-12.369]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2933455\",\"name\":\"Wanderley\",\"centroid\":[-43.9126,-11.8048]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.805,-11.444],[-43.643,-11.898],[-43.689,-11.903],[-43.785,-12.023],[-43.778,-12.05],[-43.844,-12.087],[-43.824,-12.149],[-43.942,-12.237],[-43.972,-12.227],[-43.962,-12.189],[-44.08,-12.156],[-44.047,-12.079],[-44.113,-12.05],[-44.049,-11.992],[-44.048,-11.91],[-44.102,-11.848],[-44.17,-11.651],[-44.119,-11.585],[-44.093,-11.614],[-44.091,-11.564],[-44.039,-11.555],[-44.036,-11.509],[-43.99,-11.507],[-43.957,-11.445],[-43.87,-11.444],[-43.832,-11.35],[-43.805,-11.444]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2933505\",\"name\":\"Wenceslau Guimarães\",\"centroid\":[-39.6273,-13.6305]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.727,-13.504],[-39.472,-13.615],[-39.428,-13.594],[-39.394,-13.655],[-39.469,-13.669],[-39.458,-13.715],[-39.556,-13.728],[-39.662,-13.695],[-39.717,-13.773],[-39.778,-13.599],[-39.817,-13.578],[-39.791,-13.53],[-39.727,-13.504]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2933604\",\"name\":\"Xique-Xique\",\"centroid\":[-42.7903,-11.0318]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.363,-10.771],[-42.522,-10.904],[-42.491,-11.042],[-42.613,-11.087],[-42.675,-11.013],[-42.761,-11.002],[-42.755,-11.041],[-42.79,-11.059],[-42.771,-11.101],[-42.839,-11.156],[-42.813,-11.311],[-42.913,-11.277],[-42.747,-11.731],[-42.892,-11.657],[-43.286,-11.546],[-43.172,-11.318],[-43.199,-11.246],[-43.094,-11.026],[-42.95,-10.862],[-42.75,-10.787],[-42.569,-10.47],[-42.452,-10.363],[-42.449,-10.296],[-42.405,-10.256],[-42.414,-10.172],[-42.365,-10.265],[-42.396,-10.314],[-42.313,-10.444],[-42.358,-10.512],[-42.322,-10.66],[-42.363,-10.771]]]}}]}"],"mappings":""}
1
+ {"version":3,"file":"BA.cjs","names":[],"sources":["../../../../src/br/data/mun/BA.json"],"sourcesContent":["{\"type\":\"FeatureCollection\",\"uf\":\"BA\",\"features\":[{\"type\":\"Feature\",\"properties\":{\"id\":\"2900108\",\"name\":\"Abaíra\",\"centroid\":[-41.7417,-13.2941]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.909,-13.311],[-41.792,-13.424],[-41.791,-13.373],[-41.747,-13.325],[-41.708,-13.369],[-41.672,-13.353],[-41.605,-13.425],[-41.593,-13.252],[-41.654,-13.168],[-41.788,-13.28],[-41.864,-13.193],[-41.919,-13.249],[-41.909,-13.311]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2900207\",\"name\":\"Abaré\",\"centroid\":[-39.3138,-8.8336]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.065,-8.732],[-39.167,-8.693],[-39.228,-8.71],[-39.275,-8.577],[-39.36,-8.547],[-39.492,-8.836],[-39.408,-9.133],[-39.343,-9.155],[-39.264,-8.987],[-39.271,-8.944],[-39.105,-8.846],[-39.065,-8.732]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2900306\",\"name\":\"Acajutiba\",\"centroid\":[-37.9979,-11.6656]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.066,-11.689],[-38.047,-11.68],[-38.011,-11.769],[-37.912,-11.681],[-37.948,-11.645],[-37.932,-11.616],[-38.048,-11.588],[-38.082,-11.61],[-38.049,-11.649],[-38.066,-11.689]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2900355\",\"name\":\"Adustina\",\"centroid\":[-38.0431,-10.564]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.042,-10.701],[-37.918,-10.584],[-37.919,-10.439],[-38.15,-10.457],[-38.145,-10.718],[-38.042,-10.701]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2900405\",\"name\":\"Água Fria\",\"centroid\":[-38.7059,-11.8267]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.597,-11.953],[-38.558,-11.738],[-38.647,-11.691],[-38.747,-11.693],[-38.865,-11.8],[-38.825,-11.948],[-38.597,-11.953]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2900603\",\"name\":\"Aiquara\",\"centroid\":[-39.8808,-14.0914]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.812,-14.102],[-39.827,-14.073],[-39.794,-14.066],[-39.843,-14.018],[-39.876,-14.012],[-39.943,-14.086],[-39.95,-14.152],[-39.92,-14.183],[-39.889,-14.139],[-39.86,-14.146],[-39.812,-14.102]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2900702\",\"name\":\"Alagoinhas\",\"centroid\":[-38.4025,-12.1129]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.475,-11.949],[-38.434,-12.049],[-38.444,-12.104],[-38.491,-12.127],[-38.49,-12.161],[-38.587,-12.194],[-38.527,-12.275],[-38.469,-12.285],[-38.378,-12.219],[-38.323,-12.222],[-38.305,-12.13],[-38.278,-12.129],[-38.273,-11.963],[-38.361,-11.969],[-38.404,-11.928],[-38.475,-11.949]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2900801\",\"name\":\"Alcobaça\",\"centroid\":[-39.4112,-17.4709]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.605,-17.558],[-39.49,-17.57],[-39.441,-17.659],[-39.25,-17.637],[-39.137,-17.685],[-39.192,-17.591],[-39.192,-17.446],[-39.468,-17.268],[-39.559,-17.258],[-39.562,-17.286],[-39.61,-17.279],[-39.632,-17.313],[-39.605,-17.558]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2900900\",\"name\":\"Almadina\",\"centroid\":[-39.6639,-14.7016]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.658,-14.77],[-39.584,-14.784],[-39.57,-14.721],[-39.62,-14.662],[-39.719,-14.602],[-39.758,-14.712],[-39.658,-14.77]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901007\",\"name\":\"Amargosa\",\"centroid\":[-39.6231,-13.0452]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.703,-13.112],[-39.598,-13.097],[-39.575,-13.153],[-39.469,-13.117],[-39.623,-12.913],[-39.689,-13],[-39.711,-12.976],[-39.747,-13.013],[-39.801,-12.984],[-39.703,-13.112]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901106\",\"name\":\"Amélia Rodrigues\",\"centroid\":[-38.7198,-12.4231]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.795,-12.37],[-38.811,-12.394],[-38.742,-12.473],[-38.656,-12.484],[-38.644,-12.513],[-38.638,-12.477],[-38.676,-12.414],[-38.656,-12.373],[-38.795,-12.37]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901155\",\"name\":\"América Dourada\",\"centroid\":[-41.5265,-11.4098]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.557,-11.559],[-41.404,-11.446],[-41.365,-11.184],[-41.422,-11.243],[-41.521,-11.273],[-41.64,-11.395],[-41.7,-11.411],[-41.694,-11.479],[-41.623,-11.558],[-41.623,-11.611],[-41.574,-11.603],[-41.557,-11.559]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901205\",\"name\":\"Anagé\",\"centroid\":[-40.9264,-14.5901]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.66,-14.463],[-40.743,-14.386],[-40.707,-14.363],[-41.094,-14.442],[-41.069,-14.466],[-41.131,-14.605],[-41.182,-14.614],[-41.23,-14.686],[-41.166,-14.75],[-41.172,-14.854],[-40.964,-14.789],[-40.959,-14.674],[-40.615,-14.671],[-40.678,-14.476],[-40.66,-14.463]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901304\",\"name\":\"Andaraí\",\"centroid\":[-41.2161,-12.7379]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.439,-12.711],[-41.3,-13.056],[-41.252,-13.121],[-41.18,-13.128],[-41.151,-13.107],[-41.259,-12.802],[-41.229,-12.82],[-41.15,-12.745],[-41.149,-12.711],[-41.047,-12.689],[-40.964,-12.493],[-40.981,-12.46],[-41.084,-12.466],[-41.198,-12.498],[-41.263,-12.553],[-41.327,-12.556],[-41.344,-12.705],[-41.439,-12.711]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901353\",\"name\":\"Andorinha\",\"centroid\":[-39.8728,-10.2806]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.752,-10.439],[-39.714,-10.319],[-39.744,-10.243],[-39.729,-10.116],[-39.761,-9.982],[-39.807,-9.94],[-39.868,-10.132],[-39.986,-10.179],[-40.057,-10.275],[-40.027,-10.318],[-40.058,-10.323],[-40.011,-10.485],[-39.933,-10.563],[-39.923,-10.495],[-39.802,-10.458],[-39.8,-10.422],[-39.752,-10.439]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901403\",\"name\":\"Angical\",\"centroid\":[-44.656,-11.9977]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.345,-12.103],[-44.662,-11.748],[-44.68,-11.8],[-44.764,-11.872],[-44.82,-11.882],[-44.935,-12.029],[-44.882,-12.051],[-44.841,-12.146],[-44.798,-12.105],[-44.736,-12.111],[-44.697,-12.173],[-44.618,-12.141],[-44.466,-12.144],[-44.444,-12.093],[-44.345,-12.103]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901502\",\"name\":\"Anguera\",\"centroid\":[-39.1927,-12.1847]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.286,-12.178],[-39.151,-12.264],[-39.077,-12.232],[-39.117,-12.191],[-39.187,-12.182],[-39.177,-12.118],[-39.218,-12.095],[-39.262,-12.122],[-39.286,-12.178]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901601\",\"name\":\"Antas\",\"centroid\":[-38.2943,-10.406]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.417,-10.442],[-38.412,-10.465],[-38.367,-10.476],[-38.249,-10.46],[-38.187,-10.482],[-38.15,-10.457],[-38.237,-10.381],[-38.253,-10.314],[-38.419,-10.308],[-38.34,-10.331],[-38.341,-10.374],[-38.388,-10.388],[-38.373,-10.402],[-38.417,-10.442]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901700\",\"name\":\"Antônio Cardoso\",\"centroid\":[-39.1435,-12.3806]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.229,-12.386],[-39.195,-12.387],[-39.127,-12.498],[-39.089,-12.496],[-39.053,-12.447],[-39.071,-12.36],[-39.11,-12.345],[-39.149,-12.27],[-39.237,-12.29],[-39.229,-12.386]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901809\",\"name\":\"Antônio Gonçalves\",\"centroid\":[-40.3662,-10.6028]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.161,-10.617],[-40.27,-10.501],[-40.458,-10.579],[-40.546,-10.662],[-40.549,-10.7],[-40.507,-10.713],[-40.406,-10.66],[-40.394,-10.59],[-40.221,-10.611],[-40.184,-10.653],[-40.161,-10.617]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901908\",\"name\":\"Aporá\",\"centroid\":[-38.1954,-11.7269]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.066,-11.689],[-38.049,-11.649],[-38.082,-11.61],[-38.302,-11.636],[-38.265,-11.71],[-38.297,-11.77],[-38.295,-11.866],[-38.192,-11.887],[-38.2,-11.792],[-38.142,-11.803],[-38.144,-11.764],[-38.066,-11.689]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2901957\",\"name\":\"Apuarema\",\"centroid\":[-39.7522,-13.8169]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.85,-13.711],[-39.846,-13.745],[-39.813,-13.765],[-39.813,-13.803],[-39.768,-13.825],[-39.784,-13.849],[-39.747,-13.867],[-39.745,-13.909],[-39.705,-13.909],[-39.68,-13.871],[-39.702,-13.864],[-39.689,-13.808],[-39.702,-13.785],[-39.728,-13.771],[-39.77,-13.785],[-39.786,-13.747],[-39.85,-13.711]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902054\",\"name\":\"Araçás\",\"centroid\":[-38.2154,-12.1702]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.082,-12.158],[-38.198,-12.111],[-38.199,-12.018],[-38.239,-12.015],[-38.283,-12.04],[-38.278,-12.129],[-38.305,-12.13],[-38.323,-12.222],[-38.356,-12.23],[-38.273,-12.278],[-38.086,-12.243],[-38.082,-12.158]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902005\",\"name\":\"Aracatu\",\"centroid\":[-41.3802,-14.3716]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.434,-14.551],[-41.4,-14.559],[-41.329,-14.503],[-41.251,-14.489],[-41.21,-14.521],[-41.183,-14.48],[-41.129,-14.489],[-41.139,-14.457],[-41.068,-14.395],[-41.295,-14.279],[-41.403,-14.261],[-41.381,-14.102],[-41.493,-14.148],[-41.563,-14.246],[-41.563,-14.457],[-41.534,-14.499],[-41.638,-14.509],[-41.434,-14.551]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902104\",\"name\":\"Araci\",\"centroid\":[-39.0659,-11.2122]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.774,-11.356],[-38.872,-11.346],[-38.949,-11.049],[-39.278,-10.987],[-39.309,-11.08],[-39.26,-11.069],[-39.242,-11.229],[-39.22,-11.267],[-39.13,-11.3],[-39.141,-11.493],[-39.054,-11.399],[-38.98,-11.423],[-38.865,-11.382],[-38.823,-11.414],[-38.774,-11.356]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902203\",\"name\":\"Aramari\",\"centroid\":[-38.5265,-12.0509]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.475,-11.949],[-38.521,-11.936],[-38.57,-11.961],[-38.631,-11.933],[-38.576,-12.087],[-38.587,-12.194],[-38.49,-12.161],[-38.491,-12.127],[-38.444,-12.104],[-38.434,-12.049],[-38.475,-11.949]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902252\",\"name\":\"Arataca\",\"centroid\":[-39.4142,-15.2383]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.481,-15.342],[-39.44,-15.31],[-39.396,-15.349],[-39.327,-15.332],[-39.34,-15.303],[-39.298,-15.204],[-39.33,-15.113],[-39.452,-15.147],[-39.489,-15.246],[-39.571,-15.232],[-39.579,-15.304],[-39.5,-15.291],[-39.481,-15.342]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902302\",\"name\":\"Aratuípe\",\"centroid\":[-39.0645,-13.0811]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.957,-13.062],[-38.965,-13.046],[-39.109,-13.038],[-39.127,-13.065],[-39.153,-13.041],[-39.175,-13.082],[-39.202,-13.078],[-39.189,-13.109],[-39.17,-13.084],[-39.134,-13.091],[-39.09,-13.144],[-39.035,-13.118],[-39.009,-13.128],[-39.008,-13.101],[-38.956,-13.09],[-38.957,-13.062]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902401\",\"name\":\"Aurelino Leal\",\"centroid\":[-39.4772,-14.363]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.49,-14.42],[-39.323,-14.46],[-39.334,-14.387],[-39.291,-14.312],[-39.347,-14.313],[-39.367,-14.278],[-39.503,-14.351],[-39.556,-14.345],[-39.552,-14.306],[-39.6,-14.311],[-39.639,-14.267],[-39.675,-14.291],[-39.659,-14.319],[-39.697,-14.37],[-39.526,-14.412],[-39.476,-14.396],[-39.49,-14.42]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902500\",\"name\":\"Baianópolis\",\"centroid\":[-44.4368,-12.6584]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.551,-12.943],[-44.342,-13.118],[-44.241,-12.953],[-44.242,-12.889],[-44.168,-12.86],[-44.152,-12.776],[-44.265,-12.634],[-44.233,-12.571],[-44.315,-12.523],[-44.313,-12.307],[-44.532,-12.308],[-44.501,-12.222],[-44.553,-12.296],[-44.674,-12.33],[-44.74,-12.417],[-44.716,-12.518],[-44.625,-12.572],[-44.551,-12.943]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902609\",\"name\":\"Baixa Grande\",\"centroid\":[-40.1524,-11.9647]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.334,-11.977],[-40.223,-12.097],[-40.07,-12.104],[-40.038,-12.153],[-40.029,-12.055],[-39.971,-12.055],[-39.955,-11.962],[-40.003,-11.937],[-40.054,-11.841],[-40.162,-11.849],[-40.297,-11.81],[-40.357,-11.83],[-40.326,-11.886],[-40.275,-11.908],[-40.334,-11.977]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902658\",\"name\":\"Banzaê\",\"centroid\":[-38.6537,-10.6164]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.547,-10.564],[-38.571,-10.528],[-38.613,-10.546],[-38.67,-10.482],[-38.701,-10.506],[-38.705,-10.565],[-38.786,-10.632],[-38.74,-10.647],[-38.733,-10.718],[-38.632,-10.717],[-38.575,-10.688],[-38.547,-10.564]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902708\",\"name\":\"Barra\",\"centroid\":[-43.3655,-11.028]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.264,-11.483],[-43.173,-11.321],[-43.196,-11.223],[-43.095,-11.026],[-42.921,-10.848],[-42.863,-10.81],[-42.769,-10.81],[-42.661,-10.588],[-42.619,-10.569],[-43.279,-10.237],[-43.385,-10.24],[-43.388,-10.858],[-43.759,-10.909],[-43.856,-10.848],[-44.025,-10.956],[-43.915,-11.105],[-43.632,-11.931],[-43.511,-11.931],[-43.461,-11.807],[-43.38,-11.786],[-43.391,-11.734],[-43.348,-11.736],[-43.382,-11.689],[-43.379,-11.628],[-43.342,-11.581],[-43.291,-11.574],[-43.264,-11.483]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902807\",\"name\":\"Barra da Estiva\",\"centroid\":[-41.0964,-13.649]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.432,-13.668],[-41.298,-13.703],[-41.285,-13.682],[-41.249,-13.718],[-41.053,-13.609],[-41.019,-13.672],[-41.043,-13.767],[-40.991,-13.792],[-40.946,-13.88],[-40.906,-13.886],[-40.879,-13.844],[-40.715,-13.841],[-40.858,-13.582],[-40.955,-13.546],[-41.038,-13.556],[-41.22,-13.47],[-41.224,-13.518],[-41.256,-13.47],[-41.487,-13.524],[-41.472,-13.622],[-41.432,-13.668]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2902906\",\"name\":\"Barra do Choça\",\"centroid\":[-40.5811,-14.9158]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.551,-15.037],[-40.434,-14.919],[-40.409,-14.853],[-40.526,-14.756],[-40.684,-14.838],[-40.74,-15.001],[-40.706,-15.015],[-40.702,-15.076],[-40.551,-15.037]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903003\",\"name\":\"Barra do Mendes\",\"centroid\":[-42.1119,-11.9442]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.245,-11.948],[-42.088,-12.187],[-42.089,-12.291],[-42.04,-12.291],[-42.056,-12.22],[-41.985,-12.291],[-41.983,-12.125],[-41.945,-12.079],[-41.979,-12.021],[-41.944,-12.013],[-41.993,-11.965],[-42.026,-11.85],[-41.967,-11.762],[-42.037,-11.728],[-42.36,-11.714],[-42.302,-11.783],[-42.245,-11.948]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903102\",\"name\":\"Barra do Rocha\",\"centroid\":[-39.5879,-14.1066]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.546,-13.96],[-39.556,-13.932],[-39.58,-13.95],[-39.564,-13.98],[-39.608,-14.057],[-39.586,-14.079],[-39.653,-14.132],[-39.667,-14.214],[-39.576,-14.216],[-39.527,-14.052],[-39.546,-13.96]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903201\",\"name\":\"Barreiras\",\"centroid\":[-45.5444,-12.0117]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.58,-12.155],[-44.697,-12.173],[-44.717,-12.125],[-44.788,-12.103],[-44.841,-12.146],[-44.864,-12.074],[-44.966,-12],[-45.023,-11.905],[-45.094,-11.857],[-45.166,-11.853],[-45.281,-11.741],[-45.638,-11.79],[-45.86,-11.646],[-46.068,-11.619],[-46.199,-11.648],[-46.244,-11.605],[-46.385,-11.627],[-46.308,-11.687],[-46.377,-11.749],[-46.329,-11.773],[-46.38,-11.867],[-46.307,-11.914],[-46.18,-11.907],[-46.316,-11.942],[-46.478,-12.043],[-46.148,-12.033],[-45.946,-11.864],[-45.767,-11.869],[-45.679,-11.903],[-45.752,-12.412],[-45.487,-12.365],[-45.227,-12.426],[-45.133,-12.322],[-44.927,-12.293],[-44.58,-12.155]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903235\",\"name\":\"Barro Alto\",\"centroid\":[-41.8324,-11.8533]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.022,-11.815],[-41.681,-11.991],[-41.68,-11.922],[-41.765,-11.863],[-41.861,-11.71],[-41.943,-11.805],[-42.022,-11.815]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903300\",\"name\":\"Barro Preto\",\"centroid\":[-39.4451,-14.7785]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.554,-14.778],[-39.553,-14.797],[-39.483,-14.82],[-39.477,-14.851],[-39.405,-14.837],[-39.343,-14.724],[-39.407,-14.704],[-39.458,-14.766],[-39.517,-14.733],[-39.554,-14.778]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903276\",\"name\":\"Barrocas\",\"centroid\":[-39.0949,-11.5404]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.021,-11.551],[-39.066,-11.488],[-39.049,-11.444],[-39.074,-11.421],[-39.158,-11.529],[-39.145,-11.567],[-39.158,-11.633],[-39.073,-11.616],[-39.021,-11.551]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903409\",\"name\":\"Belmonte\",\"centroid\":[-39.1777,-15.9386]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.894,-15.767],[-39.106,-15.787],[-39.11,-15.825],[-39.238,-15.797],[-39.287,-15.844],[-39.346,-15.85],[-39.399,-15.794],[-39.484,-15.839],[-39.573,-15.795],[-39.496,-15.875],[-39.476,-15.987],[-39.387,-16.05],[-39.433,-16.077],[-39.372,-16.123],[-39.279,-16.132],[-39.151,-16.052],[-38.948,-16.092],[-38.853,-15.849],[-38.894,-15.767]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903508\",\"name\":\"Belo Campo\",\"centroid\":[-41.2045,-14.9953]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.333,-15.127],[-41.273,-15.189],[-41.191,-15.21],[-41.094,-15.114],[-41.088,-15.042],[-41.176,-14.834],[-41.166,-14.75],[-41.216,-14.713],[-41.28,-14.764],[-41.264,-14.913],[-41.219,-14.998],[-41.302,-15.024],[-41.289,-15.068],[-41.333,-15.127]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903607\",\"name\":\"Biritinga\",\"centroid\":[-38.7914,-11.5888]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.674,-11.693],[-38.782,-11.365],[-38.861,-11.484],[-38.873,-11.714],[-38.828,-11.776],[-38.765,-11.702],[-38.674,-11.693]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903706\",\"name\":\"Boa Nova\",\"centroid\":[-40.2289,-14.3579]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.399,-14.394],[-40.212,-14.451],[-40.105,-14.521],[-40.038,-14.436],[-40.113,-14.228],[-40.353,-14.275],[-40.357,-14.306],[-40.388,-14.266],[-40.505,-14.338],[-40.399,-14.394]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903805\",\"name\":\"Boa Vista do Tupim\",\"centroid\":[-40.6684,-12.7681]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.359,-12.792],[-40.46,-12.599],[-40.471,-12.509],[-40.575,-12.438],[-40.781,-12.451],[-40.758,-12.665],[-40.851,-12.749],[-40.94,-12.753],[-41.02,-12.915],[-40.982,-12.914],[-40.994,-12.972],[-40.959,-12.977],[-40.945,-13.038],[-40.877,-13.004],[-40.751,-13.043],[-40.464,-12.95],[-40.359,-12.792]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903904\",\"name\":\"Bom Jesus da Lapa\",\"centroid\":[-43.2968,-13.2785]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.44,-13.876],[-43.129,-13.428],[-43.117,-13.324],[-42.96,-13.334],[-42.947,-13.29],[-42.913,-13.295],[-42.924,-13.142],[-43.074,-13.065],[-43.287,-12.841],[-43.206,-12.693],[-43.254,-12.704],[-43.34,-12.804],[-43.351,-12.862],[-43.395,-12.873],[-43.406,-12.998],[-43.46,-13.063],[-43.452,-13.147],[-43.517,-13.129],[-43.706,-13.188],[-43.705,-13.29],[-43.432,-13.259],[-43.463,-13.332],[-43.431,-13.429],[-43.443,-13.561],[-43.545,-13.793],[-43.44,-13.876]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2903953\",\"name\":\"Bom Jesus da Serra\",\"centroid\":[-40.5765,-14.3904]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.66,-14.463],[-40.414,-14.457],[-40.393,-14.407],[-40.541,-14.317],[-40.635,-14.299],[-40.677,-14.33],[-40.7,-14.299],[-40.735,-14.338],[-40.696,-14.361],[-40.743,-14.386],[-40.66,-14.463]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904001\",\"name\":\"Boninal\",\"centroid\":[-41.8025,-12.7736]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.019,-12.856],[-41.895,-12.804],[-41.798,-12.809],[-41.7,-12.995],[-41.64,-12.898],[-41.605,-12.711],[-41.649,-12.68],[-42.028,-12.658],[-42.019,-12.856]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904050\",\"name\":\"Bonito\",\"centroid\":[-41.3241,-11.9666]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.229,-12.137],[-41.231,-12.04],[-41.19,-11.961],[-41.254,-11.903],[-41.248,-11.816],[-41.393,-11.772],[-41.456,-11.97],[-41.368,-12.083],[-41.355,-12.168],[-41.229,-12.137]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904100\",\"name\":\"Boquira\",\"centroid\":[-42.7285,-12.7372]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.933,-12.932],[-42.826,-12.95],[-42.72,-12.885],[-42.5,-12.868],[-42.53,-12.823],[-42.502,-12.739],[-42.627,-12.627],[-42.639,-12.501],[-42.825,-12.57],[-42.889,-12.542],[-42.891,-12.889],[-42.933,-12.932]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904209\",\"name\":\"Botuporã\",\"centroid\":[-42.5359,-13.3259]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.406,-13.402],[-42.444,-13.185],[-42.502,-13.183],[-42.523,-13.22],[-42.682,-13.269],[-42.68,-13.326],[-42.653,-13.335],[-42.676,-13.378],[-42.549,-13.46],[-42.406,-13.402]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904308\",\"name\":\"Brejões\",\"centroid\":[-39.8462,-13.0794]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.923,-13.162],[-39.831,-13.206],[-39.748,-13.192],[-39.758,-13.131],[-39.697,-13.126],[-39.807,-12.978],[-39.9,-12.934],[-39.968,-13.039],[-39.923,-13.162]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904407\",\"name\":\"Brejolândia\",\"centroid\":[-43.8242,-12.4963]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.536,-12.637],[-43.444,-12.551],[-43.553,-12.507],[-43.705,-12.384],[-43.685,-12.319],[-43.795,-12.248],[-43.958,-12.238],[-44.023,-12.415],[-44.117,-12.486],[-44.074,-12.544],[-44.068,-12.697],[-43.976,-12.669],[-43.945,-12.705],[-43.536,-12.637]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904506\",\"name\":\"Brotas de Macaúbas\",\"centroid\":[-42.4422,-12.0917]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.813,-11.941],[-42.757,-11.985],[-42.777,-12.034],[-42.72,-12.115],[-42.669,-12.062],[-42.623,-12.087],[-42.561,-12.258],[-42.378,-12.234],[-42.322,-12.395],[-42.362,-12.42],[-42.333,-12.476],[-42.306,-12.404],[-42.25,-12.403],[-42.27,-12.311],[-42.089,-12.291],[-42.088,-12.187],[-42.245,-11.948],[-42.461,-11.966],[-42.7,-11.876],[-42.772,-11.809],[-42.748,-11.731],[-42.861,-11.794],[-42.813,-11.941]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904605\",\"name\":\"Brumado\",\"centroid\":[-41.6901,-14.1667]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.694,-14.476],[-41.638,-14.509],[-41.534,-14.499],[-41.563,-14.457],[-41.563,-14.246],[-41.493,-14.148],[-41.318,-14.085],[-41.459,-14.005],[-41.494,-13.916],[-41.66,-14.001],[-41.83,-13.974],[-41.9,-14.054],[-42.087,-14.057],[-42.016,-14.119],[-41.968,-14.234],[-41.764,-14.256],[-41.694,-14.476]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904704\",\"name\":\"Buerarema\",\"centroid\":[-39.2729,-14.992]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.163,-15.053],[-39.201,-15.006],[-39.211,-14.909],[-39.24,-14.938],[-39.307,-14.916],[-39.364,-14.967],[-39.366,-15.033],[-39.307,-15.021],[-39.282,-15.081],[-39.236,-15.048],[-39.163,-15.053]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904753\",\"name\":\"Buritirama\",\"centroid\":[-43.6723,-10.5898]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.901,-10.857],[-43.842,-10.85],[-43.759,-10.909],[-43.388,-10.858],[-43.385,-10.24],[-43.584,-10.248],[-43.656,-10.311],[-43.661,-10.374],[-43.722,-10.355],[-43.771,-10.393],[-43.916,-10.393],[-43.937,-10.436],[-44.028,-10.412],[-44.081,-10.599],[-43.951,-10.702],[-43.901,-10.857]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904803\",\"name\":\"Caatiba\",\"centroid\":[-40.363,-14.9973]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.551,-15.037],[-40.424,-15.038],[-40.405,-15.094],[-40.345,-15.107],[-40.264,-15.073],[-40.245,-15.022],[-40.139,-15.008],[-40.3,-14.96],[-40.309,-14.89],[-40.364,-14.912],[-40.409,-14.853],[-40.434,-14.919],[-40.551,-15.037]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904852\",\"name\":\"Cabaceiras do Paraguaçu\",\"centroid\":[-39.1907,-12.5655]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.179,-12.588],[-39.058,-12.54],[-39.074,-12.502],[-39.206,-12.513],[-39.227,-12.546],[-39.319,-12.547],[-39.232,-12.655],[-39.177,-12.63],[-39.179,-12.588]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2904902\",\"name\":\"Cachoeira\",\"centroid\":[-38.8887,-12.6445]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.996,-12.588],[-38.846,-12.839],[-38.803,-12.595],[-38.892,-12.516],[-39,-12.563],[-38.996,-12.588]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2905008\",\"name\":\"Caculé\",\"centroid\":[-42.2851,-14.4833]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.151,-14.489],[-42.173,-14.408],[-42.231,-14.378],[-42.376,-14.392],[-42.461,-14.352],[-42.524,-14.41],[-42.393,-14.426],[-42.351,-14.472],[-42.326,-14.546],[-42.355,-14.577],[-42.313,-14.631],[-42.157,-14.597],[-42.178,-14.514],[-42.151,-14.489]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2905107\",\"name\":\"Caém\",\"centroid\":[-40.2954,-11.1475]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.99,-11.163],[-40.482,-11.049],[-40.452,-11.19],[-40.412,-11.217],[-40.345,-11.229],[-40.224,-11.183],[-40.076,-11.196],[-39.99,-11.163]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2905156\",\"name\":\"Caetanos\",\"centroid\":[-40.9265,-14.3153]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.094,-14.442],[-40.696,-14.361],[-40.735,-14.338],[-40.7,-14.299],[-41.004,-14.165],[-41.012,-14.22],[-41.047,-14.229],[-41.026,-14.247],[-41.092,-14.287],[-41.108,-14.367],[-41.068,-14.395],[-41.094,-14.442]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2905206\",\"name\":\"Caetité\",\"centroid\":[-42.477,-13.9477]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.152,-13.861],[-42.339,-13.769],[-42.221,-13.7],[-42.132,-13.697],[-42.257,-13.608],[-42.358,-13.626],[-42.352,-13.691],[-42.378,-13.7],[-42.414,-13.668],[-42.518,-13.677],[-42.577,-13.597],[-42.672,-13.627],[-42.72,-13.563],[-42.689,-13.68],[-42.511,-13.921],[-42.8,-14.037],[-42.772,-14.083],[-42.714,-14.103],[-42.697,-14.078],[-42.676,-14.117],[-42.602,-14.14],[-42.582,-14.218],[-42.62,-14.296],[-42.524,-14.41],[-42.347,-14.195],[-42.376,-13.99],[-42.359,-13.91],[-42.272,-13.888],[-42.221,-13.909],[-42.152,-13.861]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2905305\",\"name\":\"Cafarnaum\",\"centroid\":[-41.5044,-11.7297]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.622,-11.832],[-41.421,-11.868],[-41.368,-11.694],[-41.557,-11.559],[-41.593,-11.608],[-41.622,-11.832]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2905404\",\"name\":\"Cairu\",\"centroid\":[-38.9831,-13.508]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.968,-13.672],[-38.893,-13.656],[-38.933,-13.563],[-38.892,-13.451],[-38.918,-13.377],[-38.946,-13.399],[-39.014,-13.374],[-39.042,-13.388],[-39.093,-13.537],[-39.058,-13.581],[-39.002,-13.578],[-38.968,-13.672]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2905503\",\"name\":\"Caldeirão Grande\",\"centroid\":[-40.2199,-11.0393]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.389,-11.062],[-39.99,-11.163],[-40.248,-10.911],[-40.348,-10.965],[-40.389,-11.062]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2905602\",\"name\":\"Camacan\",\"centroid\":[-39.5176,-15.4497]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.481,-15.342],[-39.5,-15.291],[-39.567,-15.311],[-39.594,-15.273],[-39.643,-15.279],[-39.579,-15.408],[-39.605,-15.495],[-39.548,-15.525],[-39.619,-15.553],[-39.59,-15.6],[-39.52,-15.612],[-39.477,-15.551],[-39.465,-15.579],[-39.409,-15.566],[-39.435,-15.488],[-39.42,-15.464],[-39.364,-15.472],[-39.425,-15.39],[-39.466,-15.402],[-39.481,-15.342]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2905701\",\"name\":\"Camaçari\",\"centroid\":[-38.2011,-12.662]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.332,-12.812],[-38.269,-12.876],[-38.048,-12.636],[-38.03,-12.597],[-38.073,-12.469],[-38.123,-12.508],[-38.194,-12.453],[-38.245,-12.472],[-38.215,-12.567],[-38.178,-12.541],[-38.132,-12.602],[-38.176,-12.597],[-38.219,-12.643],[-38.35,-12.639],[-38.376,-12.677],[-38.332,-12.812]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2905800\",\"name\":\"Camamu\",\"centroid\":[-39.1666,-14.0128]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.346,-14.148],[-38.993,-14.082],[-39.001,-13.927],[-38.952,-13.872],[-38.968,-13.849],[-39.043,-13.918],[-39.144,-13.889],[-39.232,-13.937],[-39.329,-13.942],[-39.358,-14.032],[-39.33,-14.089],[-39.346,-14.148]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2905909\",\"name\":\"Campo Alegre de Lourdes\",\"centroid\":[-43.1553,-9.5662]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.606,-9.352],[-43.493,-9.457],[-43.377,-9.732],[-43.183,-9.725],[-42.917,-9.827],[-42.73,-9.686],[-42.688,-9.563],[-42.72,-9.531],[-42.77,-9.619],[-42.816,-9.622],[-42.837,-9.55],[-42.877,-9.562],[-42.944,-9.521],[-42.972,-9.408],[-43.058,-9.415],[-43.122,-9.373],[-43.194,-9.421],[-43.219,-9.401],[-43.274,-9.424],[-43.459,-9.261],[-43.606,-9.352]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906006\",\"name\":\"Campo Formoso\",\"centroid\":[-40.7283,-10.2519]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.546,-10.662],[-40.458,-10.579],[-40.285,-10.525],[-40.234,-10.463],[-40.247,-10.206],[-40.299,-10.128],[-40.351,-10.113],[-40.377,-10.139],[-40.416,-10.113],[-40.328,-10.014],[-40.316,-9.908],[-40.412,-9.973],[-40.503,-9.971],[-40.643,-9.887],[-40.818,-9.87],[-40.822,-9.837],[-40.892,-9.914],[-40.944,-9.914],[-40.944,-9.883],[-41.084,-9.946],[-41.113,-9.906],[-41.185,-9.956],[-41.236,-9.926],[-41.256,-9.974],[-41.167,-10.023],[-41.193,-10.066],[-41.144,-10.223],[-41.278,-10.347],[-41.251,-10.428],[-41.107,-10.467],[-41.02,-10.431],[-40.967,-10.451],[-40.941,-10.51],[-40.872,-10.501],[-40.935,-10.605],[-40.763,-10.592],[-40.747,-10.634],[-40.596,-10.684],[-40.546,-10.662]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906105\",\"name\":\"Canápolis\",\"centroid\":[-44.2058,-13.0986]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.342,-13.118],[-44.286,-13.129],[-44.23,-13.201],[-44.152,-13.196],[-44.106,-13.229],[-44.098,-13.075],[-44.202,-12.989],[-44.189,-12.975],[-44.284,-12.997],[-44.342,-13.118]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906204\",\"name\":\"Canarana\",\"centroid\":[-41.7073,-11.7525]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.861,-11.71],[-41.765,-11.863],[-41.68,-11.922],[-41.622,-11.832],[-41.593,-11.614],[-41.67,-11.618],[-41.861,-11.71]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906303\",\"name\":\"Canavieiras\",\"centroid\":[-39.1064,-15.6525]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.894,-15.767],[-38.973,-15.386],[-38.998,-15.373],[-39.044,-15.458],[-39.202,-15.513],[-39.164,-15.544],[-39.16,-15.603],[-39.202,-15.592],[-39.298,-15.643],[-39.368,-15.725],[-39.318,-15.825],[-39.356,-15.85],[-39.287,-15.844],[-39.238,-15.797],[-39.11,-15.825],[-39.106,-15.787],[-38.894,-15.767]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906402\",\"name\":\"Candeal\",\"centroid\":[-39.1914,-11.8732]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.175,-11.981],[-39.097,-11.886],[-39.061,-11.77],[-39.24,-11.774],[-39.276,-11.824],[-39.276,-11.893],[-39.308,-11.94],[-39.297,-11.991],[-39.175,-11.981]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906501\",\"name\":\"Candeias\",\"centroid\":[-38.4808,-12.6785]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.561,-12.63],[-38.539,-12.628],[-38.56,-12.689],[-38.535,-12.739],[-38.508,-12.748],[-38.491,-12.791],[-38.462,-12.791],[-38.393,-12.609],[-38.49,-12.592],[-38.561,-12.63]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906600\",\"name\":\"Candiba\",\"centroid\":[-42.8305,-14.4023]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.955,-14.396],[-42.835,-14.562],[-42.752,-14.412],[-42.709,-14.389],[-42.713,-14.325],[-42.751,-14.296],[-42.881,-14.322],[-42.941,-14.355],[-42.955,-14.396]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906709\",\"name\":\"Cândido Sales\",\"centroid\":[-41.2693,-15.3506]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.362,-15.495],[-41.257,-15.515],[-41.203,-15.494],[-41.149,-15.539],[-41.032,-15.483],[-41.14,-15.402],[-41.164,-15.2],[-41.273,-15.189],[-41.34,-15.12],[-41.413,-15.165],[-41.385,-15.278],[-41.457,-15.379],[-41.362,-15.495]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906808\",\"name\":\"Cansanção\",\"centroid\":[-39.4653,-10.7339]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.586,-10.777],[-39.501,-10.787],[-39.438,-10.749],[-39.444,-10.77],[-39.37,-10.765],[-39.378,-10.947],[-39.307,-10.99],[-39.211,-10.998],[-39.27,-10.678],[-39.368,-10.655],[-39.483,-10.568],[-39.554,-10.582],[-39.768,-10.539],[-39.748,-10.636],[-39.698,-10.671],[-39.682,-10.786],[-39.586,-10.777]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906824\",\"name\":\"Canudos\",\"centroid\":[-38.9954,-10.0052]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.582,-10.282],[-38.576,-10.225],[-38.732,-10.168],[-38.713,-10.127],[-38.805,-10.011],[-38.919,-9.96],[-38.932,-9.874],[-38.861,-9.824],[-38.865,-9.781],[-38.786,-9.747],[-38.785,-9.647],[-39.11,-9.626],[-39.143,-9.653],[-39.212,-9.646],[-39.235,-9.72],[-39.202,-9.972],[-39.263,-10.087],[-39.267,-10.193],[-39.236,-10.194],[-39.077,-10.38],[-38.882,-10.27],[-38.581,-10.305],[-38.582,-10.282]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906857\",\"name\":\"Capela do Alto Alegre\",\"centroid\":[-39.8264,-11.6702]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.909,-11.721],[-39.841,-11.755],[-39.811,-11.825],[-39.713,-11.824],[-39.681,-11.781],[-39.717,-11.627],[-39.77,-11.588],[-39.865,-11.581],[-39.898,-11.556],[-39.898,-11.491],[-39.944,-11.479],[-39.969,-11.491],[-39.962,-11.623],[-39.909,-11.721]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906873\",\"name\":\"Capim Grosso\",\"centroid\":[-39.9946,-11.3114]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.07,-11.434],[-39.983,-11.45],[-39.914,-11.416],[-39.911,-11.363],[-39.862,-11.313],[-39.955,-11.249],[-39.963,-11.15],[-40.076,-11.196],[-40.145,-11.182],[-40.11,-11.246],[-40.028,-11.223],[-40.022,-11.276],[-40.075,-11.355],[-40.07,-11.434]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906899\",\"name\":\"Caraíbas\",\"centroid\":[-41.2849,-14.6229]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.269,-14.798],[-41.28,-14.754],[-41.245,-14.722],[-41.221,-14.739],[-41.23,-14.686],[-41.182,-14.614],[-41.131,-14.605],[-41.076,-14.45],[-41.132,-14.449],[-41.129,-14.489],[-41.183,-14.48],[-41.21,-14.521],[-41.251,-14.489],[-41.434,-14.551],[-41.447,-14.595],[-41.388,-14.681],[-41.394,-14.768],[-41.463,-14.783],[-41.382,-14.825],[-41.309,-14.783],[-41.269,-14.798]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2906907\",\"name\":\"Caravelas\",\"centroid\":[-39.6926,-17.6568]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.712,-17.774],[-39.524,-17.812],[-39.448,-17.859],[-39.293,-17.861],[-39.137,-17.685],[-39.25,-17.637],[-39.441,-17.659],[-39.49,-17.57],[-39.598,-17.558],[-39.768,-17.627],[-39.936,-17.465],[-40.032,-17.479],[-40.257,-17.409],[-40.238,-17.546],[-40.12,-17.64],[-40.031,-17.629],[-39.901,-17.688],[-39.856,-17.764],[-39.794,-17.744],[-39.712,-17.774]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2907004\",\"name\":\"Cardeal da Silva\",\"centroid\":[-37.9395,-12.04]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-37.935,-12.14],[-37.888,-12.157],[-37.865,-12.014],[-37.87,-11.972],[-37.951,-11.934],[-37.979,-11.94],[-38.015,-12.008],[-38.023,-12.081],[-37.935,-12.14]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2907103\",\"name\":\"Carinhanha\",\"centroid\":[-43.8453,-14.0185]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.783,-14.339],[-43.697,-14.21],[-43.587,-13.806],[-43.814,-13.708],[-43.968,-13.835],[-44.029,-13.793],[-44.013,-13.854],[-44.032,-13.889],[-44.062,-13.87],[-44.037,-13.904],[-44.066,-13.945],[-44.094,-13.915],[-44.111,-13.953],[-44.029,-14.093],[-44.066,-14.139],[-44.046,-14.284],[-43.997,-14.266],[-43.783,-14.339]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2907202\",\"name\":\"Casa Nova\",\"centroid\":[-41.3382,-9.2424]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.767,-9.445],[-40.738,-9.353],[-40.756,-9.315],[-40.687,-9.278],[-40.667,-9.159],[-40.821,-9.08],[-40.921,-8.835],[-41.021,-8.844],[-41.036,-8.786],[-41.125,-8.753],[-41.112,-8.705],[-41.295,-8.736],[-41.374,-8.705],[-41.546,-8.962],[-41.606,-8.957],[-41.724,-9.014],[-41.735,-9.095],[-41.855,-9.241],[-41.903,-9.704],[-41.693,-9.77],[-41.559,-9.676],[-41.379,-9.694],[-41.247,-9.647],[-41.205,-9.613],[-41.117,-9.404],[-40.863,-9.394],[-40.767,-9.445]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2907301\",\"name\":\"Castro Alves\",\"centroid\":[-39.3611,-12.7302]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.476,-12.854],[-39.351,-12.902],[-39.343,-12.829],[-39.267,-12.845],[-39.226,-12.81],[-39.273,-12.744],[-39.232,-12.655],[-39.319,-12.547],[-39.44,-12.615],[-39.435,-12.676],[-39.502,-12.765],[-39.476,-12.854]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2907400\",\"name\":\"Catolândia\",\"centroid\":[-44.6982,-12.2722]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.738,-12.409],[-44.674,-12.33],[-44.543,-12.288],[-44.466,-12.144],[-44.656,-12.17],[-44.927,-12.293],[-44.837,-12.39],[-44.738,-12.409]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2907509\",\"name\":\"Catu\",\"centroid\":[-38.4119,-12.3284]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.356,-12.23],[-38.378,-12.219],[-38.469,-12.285],[-38.527,-12.275],[-38.526,-12.416],[-38.387,-12.431],[-38.39,-12.403],[-38.314,-12.338],[-38.283,-12.342],[-38.273,-12.278],[-38.356,-12.23]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2907558\",\"name\":\"Caturama\",\"centroid\":[-42.3184,-13.234]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.158,-13.227],[-42.205,-13.124],[-42.248,-13.108],[-42.297,-13.136],[-42.37,-13.06],[-42.444,-13.185],[-42.406,-13.402],[-42.266,-13.37],[-42.252,-13.283],[-42.215,-13.292],[-42.158,-13.227]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2907608\",\"name\":\"Central\",\"centroid\":[-42.1106,-11.1484]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.926,-11.182],[-42.089,-11.022],[-42.145,-11.023],[-42.258,-11.142],[-42.24,-11.261],[-42.022,-11.209],[-41.942,-11.228],[-41.926,-11.182]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2907707\",\"name\":\"Chorrochó\",\"centroid\":[-39.1882,-9.2734]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.065,-8.732],[-39.105,-8.846],[-39.271,-8.944],[-39.279,-9.029],[-39.363,-9.179],[-39.357,-9.287],[-39.447,-9.501],[-39.36,-9.616],[-39.331,-9.594],[-39.281,-9.635],[-39.163,-9.638],[-39.071,-9.564],[-39.004,-9.571],[-38.957,-9.464],[-39.079,-9.224],[-39.065,-9.13],[-39.111,-9.061],[-38.952,-8.805],[-39.065,-8.732]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2907806\",\"name\":\"Cícero Dantas\",\"centroid\":[-38.4519,-10.5092]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.547,-10.564],[-38.494,-10.607],[-38.3,-10.652],[-38.246,-10.71],[-38.288,-10.568],[-38.22,-10.477],[-38.485,-10.448],[-38.503,-10.377],[-38.579,-10.333],[-38.652,-10.373],[-38.622,-10.439],[-38.656,-10.485],[-38.613,-10.546],[-38.571,-10.528],[-38.547,-10.564]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2907905\",\"name\":\"Cipó\",\"centroid\":[-38.5224,-11.1097]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.617,-11.162],[-38.482,-11.163],[-38.46,-11.149],[-38.445,-11.17],[-38.434,-11.126],[-38.544,-11.024],[-38.589,-11.019],[-38.556,-11.076],[-38.559,-11.127],[-38.611,-11.137],[-38.617,-11.162]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2908002\",\"name\":\"Coaraci\",\"centroid\":[-39.5982,-14.6275]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.533,-14.742],[-39.511,-14.548],[-39.729,-14.561],[-39.719,-14.602],[-39.57,-14.721],[-39.584,-14.784],[-39.533,-14.742]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2908101\",\"name\":\"Cocos\",\"centroid\":[-45.2205,-14.4932]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.412,-14.282],[-44.468,-14.217],[-44.426,-14.082],[-44.38,-14.044],[-44.468,-14.032],[-44.659,-13.894],[-44.807,-13.829],[-44.904,-13.925],[-44.928,-14.016],[-45.076,-14.076],[-45.107,-14.119],[-45.192,-14.127],[-45.375,-14.257],[-45.996,-14.823],[-46.038,-14.875],[-45.972,-14.949],[-45.975,-15.037],[-46.054,-15.172],[-46.121,-15.197],[-46.097,-15.243],[-46.058,-15.263],[-46.029,-15.202],[-45.984,-15.196],[-45.939,-15.136],[-45.872,-15.159],[-45.812,-15.113],[-45.722,-15.112],[-45.568,-14.946],[-45.455,-14.949],[-45.206,-14.745],[-45.083,-14.749],[-45.04,-14.681],[-44.851,-14.578],[-44.833,-14.5],[-44.412,-14.282]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2908200\",\"name\":\"Conceição da Feira\",\"centroid\":[-38.9997,-12.5078]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.877,-12.511],[-38.913,-12.48],[-38.925,-12.494],[-39.008,-12.472],[-39.033,-12.44],[-39.067,-12.453],[-39.089,-12.496],[-39.058,-12.54],[-39.007,-12.569],[-38.877,-12.511]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2908309\",\"name\":\"Conceição do Almeida\",\"centroid\":[-39.2461,-12.8582]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.145,-12.741],[-39.192,-12.754],[-39.267,-12.845],[-39.343,-12.829],[-39.356,-12.919],[-39.326,-12.977],[-39.302,-12.942],[-39.23,-12.945],[-39.215,-12.871],[-39.119,-12.817],[-39.145,-12.741]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2908408\",\"name\":\"Conceição do Coité\",\"centroid\":[-39.2494,-11.5299]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.158,-11.633],[-39.12,-11.373],[-39.13,-11.3],[-39.18,-11.27],[-39.234,-11.335],[-39.273,-11.337],[-39.268,-11.378],[-39.346,-11.506],[-39.486,-11.601],[-39.363,-11.647],[-39.234,-11.762],[-39.155,-11.687],[-39.158,-11.633]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2908507\",\"name\":\"Conceição do Jacuípe\",\"centroid\":[-38.7441,-12.3377]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.795,-12.37],[-38.656,-12.373],[-38.69,-12.303],[-38.711,-12.312],[-38.723,-12.285],[-38.745,-12.281],[-38.792,-12.313],[-38.8,-12.337],[-38.849,-12.35],[-38.834,-12.368],[-38.795,-12.37]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2908606\",\"name\":\"Conde\",\"centroid\":[-37.6796,-11.8257]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-37.513,-11.741],[-37.541,-11.772],[-37.534,-11.7],[-37.741,-11.629],[-37.739,-11.723],[-37.778,-11.707],[-37.865,-11.76],[-37.743,-11.893],[-37.763,-11.965],[-37.686,-12.099],[-37.513,-11.741]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2908705\",\"name\":\"Condeúba\",\"centroid\":[-42.0507,-14.9208]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.048,-15.171],[-42.07,-15.141],[-41.986,-15.067],[-41.927,-14.913],[-41.806,-14.871],[-41.829,-14.794],[-41.925,-14.74],[-41.927,-14.704],[-42.004,-14.683],[-41.998,-14.66],[-42.05,-14.672],[-42.068,-14.717],[-42.061,-14.85],[-42.101,-14.819],[-42.176,-14.822],[-42.239,-14.942],[-42.209,-15.023],[-42.293,-15.088],[-42.266,-15.125],[-42.173,-15.086],[-42.096,-15.182],[-42.048,-15.171]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2908804\",\"name\":\"Contendas do Sincorá\",\"centroid\":[-41.0923,-13.838]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.216,-13.91],[-41.121,-14.035],[-40.981,-14.032],[-41.002,-14.009],[-40.981,-13.944],[-40.91,-13.907],[-40.991,-13.792],[-41.043,-13.767],[-41.019,-13.672],[-41.04,-13.616],[-41.082,-13.613],[-41.232,-13.714],[-41.216,-13.91]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2908903\",\"name\":\"Coração de Maria\",\"centroid\":[-38.7802,-12.2102]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.733,-12.155],[-38.752,-12.165],[-38.763,-12.119],[-38.793,-12.108],[-38.875,-12.097],[-38.892,-12.117],[-38.842,-12.243],[-38.849,-12.29],[-38.812,-12.338],[-38.745,-12.281],[-38.69,-12.303],[-38.658,-12.193],[-38.733,-12.155]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2909000\",\"name\":\"Cordeiros\",\"centroid\":[-41.9084,-15.0423]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.048,-15.171],[-41.932,-15.175],[-41.873,-15.117],[-41.816,-15.108],[-41.826,-15.045],[-41.79,-15.04],[-41.835,-15.007],[-41.787,-14.989],[-41.794,-14.925],[-41.853,-14.889],[-41.927,-14.913],[-41.986,-15.067],[-42.07,-15.141],[-42.048,-15.171]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2909109\",\"name\":\"Coribe\",\"centroid\":[-44.3813,-13.8146]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.795,-13.826],[-44.468,-14.032],[-44.353,-14.048],[-44.277,-14.031],[-44.195,-13.926],[-44.107,-13.985],[-44.094,-13.915],[-44.061,-13.941],[-44.037,-13.904],[-44.062,-13.87],[-44.032,-13.889],[-44.004,-13.83],[-44.18,-13.684],[-44.261,-13.51],[-44.327,-13.581],[-44.572,-13.674],[-44.782,-13.787],[-44.795,-13.826]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2909208\",\"name\":\"Coronel João Sá\",\"centroid\":[-37.9361,-10.2822]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.107,-10.216],[-38.095,-10.245],[-38.065,-10.236],[-38.038,-10.378],[-37.936,-10.395],[-37.909,-10.449],[-37.848,-10.444],[-37.839,-10.381],[-37.743,-10.338],[-37.793,-10.247],[-38.018,-10.123],[-38.09,-10.148],[-38.107,-10.216]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2909307\",\"name\":\"Correntina\",\"centroid\":[-45.4008,-13.4693]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.331,-13.397],[-44.545,-13.35],[-44.584,-13.229],[-44.787,-12.99],[-45.216,-13.13],[-45.609,-13.185],[-45.932,-13.296],[-46.233,-13.482],[-46.246,-13.578],[-46.163,-13.604],[-46.256,-13.684],[-46.223,-13.765],[-46.278,-13.791],[-46.274,-13.829],[-46.233,-13.849],[-46.264,-13.947],[-46.212,-14.01],[-46.009,-13.936],[-45.674,-13.739],[-45.568,-13.768],[-45.337,-13.721],[-45.241,-13.745],[-45.122,-13.669],[-44.892,-13.671],[-44.667,-13.537],[-44.507,-13.519],[-44.483,-13.423],[-44.331,-13.397]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2909406\",\"name\":\"Cotegipe\",\"centroid\":[-44.3285,-11.713]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.114,-12.046],[-44.05,-11.989],[-44.009,-11.828],[-44.059,-11.763],[-44.149,-11.737],[-44.156,-11.611],[-44.093,-11.614],[-44.093,-11.572],[-44.039,-11.555],[-44.036,-11.509],[-43.989,-11.505],[-43.958,-11.446],[-43.87,-11.443],[-43.837,-11.353],[-43.975,-11.375],[-44.03,-11.443],[-44.121,-11.419],[-44.163,-11.454],[-44.345,-11.49],[-44.417,-11.364],[-44.531,-11.419],[-44.685,-11.408],[-44.685,-11.66],[-44.642,-11.709],[-44.662,-11.748],[-44.345,-12.103],[-44.251,-12.128],[-44.114,-12.046]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2909505\",\"name\":\"Cravolândia\",\"centroid\":[-39.7861,-13.4273]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.877,-13.391],[-39.846,-13.439],[-39.788,-13.464],[-39.773,-13.518],[-39.695,-13.512],[-39.729,-13.489],[-39.716,-13.427],[-39.742,-13.413],[-39.753,-13.37],[-39.779,-13.375],[-39.813,-13.337],[-39.877,-13.391]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2909604\",\"name\":\"Crisópolis\",\"centroid\":[-38.1635,-11.5194]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.08,-11.465],[-38.178,-11.366],[-38.231,-11.364],[-38.302,-11.636],[-37.98,-11.595],[-38.08,-11.465]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2909703\",\"name\":\"Cristópolis\",\"centroid\":[-44.254,-12.1959]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.345,-12.103],[-44.444,-12.093],[-44.532,-12.308],[-44.292,-12.305],[-44.234,-12.262],[-44.05,-12.273],[-43.958,-12.238],[-43.965,-12.182],[-44.081,-12.154],[-44.048,-12.076],[-44.114,-12.046],[-44.251,-12.128],[-44.345,-12.103]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2909802\",\"name\":\"Cruz das Almas\",\"centroid\":[-39.1176,-12.6805]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.044,-12.649],[-39.177,-12.63],[-39.212,-12.649],[-39.145,-12.72],[-39.145,-12.741],[-39.05,-12.723],[-39.044,-12.649]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2909901\",\"name\":\"Curaçá\",\"centroid\":[-39.6487,-9.2179]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.646,-8.66],[-39.692,-8.664],[-39.673,-8.785],[-39.893,-8.829],[-39.874,-8.937],[-39.986,-9.077],[-39.969,-9.12],[-39.912,-9.112],[-39.866,-9.205],[-39.902,-9.735],[-39.796,-9.844],[-39.663,-9.751],[-39.644,-9.707],[-39.36,-9.616],[-39.447,-9.501],[-39.357,-9.287],[-39.351,-9.157],[-39.408,-9.133],[-39.492,-8.836],[-39.357,-8.547],[-39.416,-8.542],[-39.646,-8.66]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910008\",\"name\":\"Dário Meira\",\"centroid\":[-39.9839,-14.4017]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.824,-14.383],[-39.948,-14.363],[-40.005,-14.266],[-40.054,-14.283],[-40.068,-14.246],[-40.099,-14.303],[-40.069,-14.315],[-40.038,-14.436],[-40.091,-14.531],[-40.008,-14.529],[-39.902,-14.436],[-39.837,-14.443],[-39.824,-14.383]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910057\",\"name\":\"Dias d'Ávila\",\"centroid\":[-38.2796,-12.6022]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.376,-12.677],[-38.314,-12.623],[-38.219,-12.643],[-38.176,-12.597],[-38.132,-12.602],[-38.138,-12.577],[-38.178,-12.541],[-38.279,-12.611],[-38.346,-12.574],[-38.355,-12.536],[-38.397,-12.546],[-38.367,-12.59],[-38.4,-12.652],[-38.376,-12.677]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910107\",\"name\":\"Dom Basílio\",\"centroid\":[-41.7125,-13.8599]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.768,-13.983],[-41.66,-14.001],[-41.559,-13.944],[-41.58,-13.864],[-41.749,-13.661],[-41.751,-13.702],[-41.799,-13.761],[-41.844,-13.765],[-41.864,-13.826],[-41.812,-13.87],[-41.824,-13.903],[-41.768,-13.983]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910206\",\"name\":\"Dom Macedo Costa\",\"centroid\":[-39.1721,-12.9123]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.224,-12.94],[-39.18,-12.947],[-39.155,-12.966],[-39.12,-12.963],[-39.137,-12.906],[-39.131,-12.885],[-39.162,-12.849],[-39.185,-12.873],[-39.215,-12.871],[-39.216,-12.907],[-39.229,-12.914],[-39.224,-12.94]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910305\",\"name\":\"Elísio Medrado\",\"centroid\":[-39.5273,-12.9365]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.623,-12.913],[-39.532,-13.022],[-39.482,-12.994],[-39.46,-12.951],[-39.476,-12.854],[-39.59,-12.905],[-39.604,-12.893],[-39.623,-12.913]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910404\",\"name\":\"Encruzilhada\",\"centroid\":[-41.0015,-15.5934]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.512,-15.677],[-40.65,-15.616],[-40.739,-15.533],[-40.749,-15.479],[-40.852,-15.437],[-40.893,-15.362],[-40.886,-15.298],[-40.941,-15.359],[-40.936,-15.444],[-41.034,-15.473],[-41.097,-15.529],[-41.174,-15.536],[-41.203,-15.494],[-41.257,-15.515],[-41.362,-15.495],[-41.331,-15.745],[-41.215,-15.737],[-41.142,-15.772],[-41.079,-15.72],[-41.006,-15.714],[-40.963,-15.648],[-40.882,-15.694],[-40.817,-15.648],[-40.768,-15.714],[-40.707,-15.666],[-40.647,-15.709],[-40.512,-15.677]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910503\",\"name\":\"Entre Rios\",\"centroid\":[-38.0463,-12.0667]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.082,-12.158],[-38.061,-12.135],[-38.017,-12.218],[-37.922,-12.264],[-37.913,-12.309],[-37.971,-12.37],[-37.895,-12.38],[-37.893,-12.408],[-37.761,-12.22],[-37.797,-12.189],[-37.905,-12.223],[-37.954,-12.202],[-37.935,-12.14],[-38.023,-12.081],[-38.015,-12.008],[-37.951,-11.934],[-38.026,-11.848],[-38.1,-11.843],[-38.181,-11.783],[-38.185,-11.902],[-38.273,-11.963],[-38.283,-12.04],[-38.199,-12.018],[-38.198,-12.111],[-38.082,-12.158]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2900504\",\"name\":\"Érico Cardoso\",\"centroid\":[-42.0667,-13.404]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.193,-13.27],[-42.174,-13.366],[-42.213,-13.413],[-42.175,-13.425],[-42.163,-13.473],[-42.019,-13.624],[-42.022,-13.563],[-41.951,-13.498],[-41.948,-13.343],[-41.909,-13.311],[-42.033,-13.294],[-42.158,-13.227],[-42.193,-13.27]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910602\",\"name\":\"Esplanada\",\"centroid\":[-37.8844,-11.9311]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-37.951,-11.934],[-37.87,-11.972],[-37.865,-12.014],[-37.888,-12.157],[-37.941,-12.143],[-37.954,-12.202],[-37.905,-12.223],[-37.797,-12.189],[-37.77,-12.239],[-37.686,-12.099],[-37.763,-11.965],[-37.743,-11.893],[-37.864,-11.77],[-37.813,-11.737],[-37.865,-11.684],[-37.923,-11.677],[-38.011,-11.769],[-38.047,-11.68],[-38.144,-11.764],[-38.142,-11.803],[-38.1,-11.843],[-38.026,-11.848],[-37.951,-11.934]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910701\",\"name\":\"Euclides da Cunha\",\"centroid\":[-38.9161,-10.4638]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.775,-10.626],[-38.705,-10.565],[-38.701,-10.506],[-38.633,-10.467],[-38.652,-10.373],[-38.579,-10.333],[-38.581,-10.305],[-38.882,-10.27],[-39.077,-10.38],[-39.185,-10.256],[-39.143,-10.409],[-39.19,-10.427],[-39.152,-10.451],[-39.156,-10.556],[-39.231,-10.609],[-39.259,-10.678],[-39.038,-10.631],[-38.95,-10.655],[-38.939,-10.623],[-38.779,-10.604],[-38.775,-10.626]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910727\",\"name\":\"Eunápolis\",\"centroid\":[-39.6037,-16.3013]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.469,-16.094],[-39.864,-16.253],[-39.76,-16.384],[-39.755,-16.452],[-39.721,-16.441],[-39.741,-16.503],[-39.698,-16.548],[-39.698,-16.513],[-39.608,-16.461],[-39.519,-16.495],[-39.457,-16.392],[-39.439,-16.283],[-39.386,-16.275],[-39.421,-16.233],[-39.405,-16.09],[-39.469,-16.094]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910750\",\"name\":\"Fátima\",\"centroid\":[-38.202,-10.5935]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.205,-10.711],[-38.145,-10.718],[-38.13,-10.579],[-38.15,-10.457],[-38.22,-10.477],[-38.284,-10.538],[-38.268,-10.675],[-38.246,-10.71],[-38.205,-10.711]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910776\",\"name\":\"Feira da Mata\",\"centroid\":[-44.2345,-14.1303]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.296,-14.253],[-44.217,-14.233],[-44.132,-14.282],[-44.107,-14.259],[-44.046,-14.284],[-44.066,-14.139],[-44.029,-14.093],[-44.078,-13.995],[-44.195,-13.926],[-44.277,-14.031],[-44.38,-14.044],[-44.426,-14.082],[-44.468,-14.217],[-44.412,-14.282],[-44.296,-14.253]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910800\",\"name\":\"Feira de Santana\",\"centroid\":[-39.0285,-12.1913]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.812,-12.338],[-38.884,-12.156],[-38.879,-12.074],[-38.921,-12.016],[-38.964,-12.019],[-38.989,-12.059],[-39.063,-12.026],[-39.056,-12.063],[-39.092,-12.07],[-39.178,-12.029],[-39.175,-11.981],[-39.297,-11.991],[-39.177,-12.118],[-39.187,-12.182],[-39.117,-12.191],[-39.077,-12.232],[-39.151,-12.264],[-39.286,-12.178],[-39.237,-12.29],[-39.149,-12.27],[-39.038,-12.418],[-38.996,-12.311],[-38.956,-12.301],[-38.908,-12.386],[-38.838,-12.409],[-38.849,-12.35],[-38.812,-12.338]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910859\",\"name\":\"Filadélfia\",\"centroid\":[-40.1386,-10.7265]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.204,-10.818],[-40.157,-10.858],[-40.058,-10.858],[-40,-10.625],[-40.143,-10.638],[-40.161,-10.617],[-40.184,-10.653],[-40.221,-10.611],[-40.281,-10.621],[-40.282,-10.673],[-40.204,-10.818]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2910909\",\"name\":\"Firmino Alves\",\"centroid\":[-39.9102,-14.9259]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.91,-15.033],[-39.863,-14.978],[-39.875,-14.818],[-39.906,-14.811],[-39.977,-14.959],[-39.91,-15.033]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911006\",\"name\":\"Floresta Azul\",\"centroid\":[-39.7185,-14.8382]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.753,-14.717],[-39.753,-14.742],[-39.785,-14.73],[-39.8,-14.874],[-39.77,-14.91],[-39.737,-14.912],[-39.717,-14.973],[-39.689,-14.953],[-39.699,-14.934],[-39.638,-14.917],[-39.637,-14.849],[-39.658,-14.77],[-39.753,-14.717]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911105\",\"name\":\"Formosa do Rio Preto\",\"centroid\":[-45.7443,-11.0126]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.945,-10.919],[-45.073,-10.84],[-45.246,-10.822],[-45.269,-10.776],[-45.358,-10.732],[-45.446,-10.562],[-45.446,-10.505],[-45.396,-10.445],[-45.603,-10.108],[-45.724,-10.155],[-45.699,-10.259],[-45.727,-10.313],[-45.798,-10.323],[-45.821,-10.458],[-46.15,-10.636],[-46.206,-10.798],[-46.261,-10.812],[-46.267,-10.935],[-46.342,-10.939],[-46.552,-11.263],[-46.577,-11.361],[-46.532,-11.377],[-46.524,-11.464],[-46.439,-11.521],[-46.35,-11.506],[-46.113,-11.606],[-46.109,-11.56],[-46.005,-11.564],[-45.659,-11.437],[-45.632,-11.494],[-45.381,-11.384],[-45.23,-11.423],[-45.059,-11.401],[-44.951,-11.293],[-44.942,-11.201],[-45.008,-11.122],[-44.959,-11.07],[-44.98,-10.969],[-44.945,-10.919]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911204\",\"name\":\"Gandu\",\"centroid\":[-39.4834,-13.79]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.554,-13.727],[-39.565,-13.755],[-39.53,-13.804],[-39.556,-13.838],[-39.538,-13.862],[-39.448,-13.892],[-39.439,-13.802],[-39.38,-13.714],[-39.554,-13.727]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911253\",\"name\":\"Gavião\",\"centroid\":[-39.7535,-11.5064]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.758,-11.421],[-39.819,-11.504],[-39.891,-11.484],[-39.898,-11.556],[-39.818,-11.592],[-39.733,-11.588],[-39.619,-11.505],[-39.672,-11.411],[-39.717,-11.395],[-39.758,-11.421]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911303\",\"name\":\"Gentio do Ouro\",\"centroid\":[-42.6063,-11.4147]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.36,-11.714],[-42.33,-11.571],[-42.362,-11.481],[-42.3,-11.404],[-42.314,-11.305],[-42.433,-11.281],[-42.517,-11.129],[-42.516,-11.011],[-42.62,-11.088],[-42.671,-11.015],[-42.755,-11.002],[-42.754,-11.039],[-42.791,-11.058],[-42.766,-11.092],[-42.839,-11.159],[-42.822,-11.308],[-42.913,-11.277],[-42.837,-11.527],[-42.864,-11.599],[-42.748,-11.731],[-42.599,-11.709],[-42.488,-11.775],[-42.472,-11.725],[-42.419,-11.765],[-42.369,-11.761],[-42.36,-11.714]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911402\",\"name\":\"Glória\",\"centroid\":[-38.446,-9.2285]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.514,-8.96],[-38.584,-9.037],[-38.608,-9.257],[-38.564,-9.259],[-38.57,-9.413],[-38.624,-9.459],[-38.64,-9.53],[-38.493,-9.49],[-38.509,-9.354],[-38.441,-9.413],[-38.215,-9.353],[-38.319,-9.141],[-38.303,-9.014],[-38.34,-8.99],[-38.418,-9.038],[-38.514,-8.96]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911501\",\"name\":\"Gongogi\",\"centroid\":[-39.5804,-14.2828]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.697,-14.37],[-39.659,-14.319],[-39.675,-14.291],[-39.639,-14.267],[-39.6,-14.311],[-39.552,-14.306],[-39.549,-14.347],[-39.464,-14.339],[-39.443,-14.304],[-39.576,-14.252],[-39.576,-14.216],[-39.667,-14.214],[-39.666,-14.184],[-39.697,-14.37]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911600\",\"name\":\"Governador Mangabeira\",\"centroid\":[-39.0657,-12.584]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.179,-12.588],[-39.108,-12.592],[-39.058,-12.635],[-38.99,-12.595],[-39.026,-12.552],[-39.058,-12.54],[-39.179,-12.588]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911659\",\"name\":\"Guajeru\",\"centroid\":[-41.9825,-14.5602]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.053,-14.691],[-41.998,-14.66],[-42.004,-14.683],[-41.901,-14.739],[-41.845,-14.576],[-41.873,-14.562],[-41.809,-14.533],[-41.793,-14.468],[-41.932,-14.419],[-42.151,-14.489],[-42.178,-14.514],[-42.157,-14.597],[-42.053,-14.691]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911709\",\"name\":\"Guanambi\",\"centroid\":[-42.8206,-14.2044]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.62,-14.296],[-42.582,-14.218],[-42.602,-14.14],[-42.676,-14.117],[-42.697,-14.078],[-42.714,-14.103],[-42.772,-14.083],[-42.813,-14.019],[-42.918,-13.983],[-42.971,-14.185],[-43.07,-14.322],[-42.955,-14.396],[-42.926,-14.341],[-42.751,-14.296],[-42.713,-14.325],[-42.709,-14.389],[-42.62,-14.296]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911808\",\"name\":\"Guaratinga\",\"centroid\":[-39.9366,-16.5535]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.307,-16.697],[-40.279,-16.675],[-40.254,-16.715],[-40.167,-16.695],[-40.156,-16.717],[-40.083,-16.677],[-40.055,-16.718],[-39.964,-16.698],[-39.968,-16.73],[-39.891,-16.726],[-39.844,-16.762],[-39.697,-16.729],[-39.661,-16.781],[-39.677,-16.675],[-39.648,-16.572],[-39.736,-16.514],[-39.721,-16.441],[-39.755,-16.452],[-39.779,-16.354],[-39.889,-16.244],[-39.903,-16.285],[-39.97,-16.328],[-39.99,-16.312],[-40.066,-16.457],[-40.1,-16.424],[-40.17,-16.525],[-40.158,-16.579],[-40.276,-16.573],[-40.307,-16.697]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911857\",\"name\":\"Heliópolis\",\"centroid\":[-38.3109,-10.75]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.238,-10.8],[-38.206,-10.709],[-38.246,-10.71],[-38.3,-10.652],[-38.371,-10.636],[-38.377,-10.876],[-38.238,-10.8]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2911907\",\"name\":\"Iaçu\",\"centroid\":[-40.1134,-12.8152]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.926,-12.522],[-39.951,-12.557],[-40.048,-12.565],[-40.06,-12.617],[-40.12,-12.688],[-40.181,-12.698],[-40.217,-12.766],[-40.295,-12.746],[-40.344,-12.769],[-40.425,-12.921],[-40.489,-12.949],[-40.416,-13.088],[-40.339,-13.081],[-40.321,-13.04],[-40.199,-13.049],[-40.144,-12.982],[-40.033,-12.985],[-39.9,-12.875],[-39.928,-12.817],[-39.894,-12.753],[-39.856,-12.796],[-39.797,-12.705],[-39.787,-12.615],[-39.804,-12.537],[-39.926,-12.522]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2912004\",\"name\":\"Ibiassucê\",\"centroid\":[-42.3064,-14.2963]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.229,-14.199],[-42.344,-14.184],[-42.463,-14.364],[-42.376,-14.392],[-42.194,-14.375],[-42.204,-14.315],[-42.172,-14.246],[-42.229,-14.199]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2912103\",\"name\":\"Ibicaraí\",\"centroid\":[-39.5675,-14.8492]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.477,-14.851],[-39.483,-14.82],[-39.553,-14.797],[-39.554,-14.778],[-39.617,-14.789],[-39.658,-14.77],[-39.626,-14.928],[-39.603,-14.904],[-39.561,-14.919],[-39.521,-14.894],[-39.496,-14.909],[-39.471,-14.891],[-39.477,-14.851]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2912202\",\"name\":\"Ibicoara\",\"centroid\":[-41.3318,-13.3802]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.487,-13.524],[-41.237,-13.461],[-41.233,-13.429],[-41.161,-13.403],[-41.106,-13.294],[-41.143,-13.299],[-41.185,-13.23],[-41.291,-13.322],[-41.383,-13.271],[-41.399,-13.225],[-41.446,-13.251],[-41.446,-13.384],[-41.547,-13.426],[-41.487,-13.524]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2912301\",\"name\":\"Ibicuí\",\"centroid\":[-39.8605,-14.6377]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.977,-14.959],[-39.913,-14.815],[-39.875,-14.818],[-39.785,-14.73],[-39.753,-14.742],[-39.697,-14.37],[-39.79,-14.351],[-39.837,-14.443],[-39.902,-14.436],[-39.96,-14.472],[-39.873,-14.591],[-39.9,-14.67],[-39.957,-14.673],[-40.033,-14.742],[-40.015,-14.787],[-40.045,-14.95],[-39.977,-14.959]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2912400\",\"name\":\"Ibipeba\",\"centroid\":[-42.1811,-11.5651]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.36,-11.714],[-42.037,-11.728],[-41.967,-11.762],[-41.948,-11.806],[-41.911,-11.76],[-41.934,-11.667],[-42.044,-11.552],[-42.067,-11.588],[-42.089,-11.521],[-42.164,-11.48],[-42.16,-11.405],[-42.24,-11.261],[-42.335,-11.294],[-42.296,-11.382],[-42.362,-11.481],[-42.33,-11.571],[-42.36,-11.714]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2912509\",\"name\":\"Ibipitanga\",\"centroid\":[-42.3616,-12.8558]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.5,-12.868],[-42.381,-13.048],[-42.287,-13.031],[-42.258,-12.982],[-42.168,-12.96],[-42.212,-12.922],[-42.268,-12.72],[-42.297,-12.704],[-42.449,-12.687],[-42.517,-12.712],[-42.496,-12.769],[-42.53,-12.823],[-42.5,-12.868]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2912608\",\"name\":\"Ibiquera\",\"centroid\":[-40.883,-12.6021]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.967,-12.793],[-40.921,-12.741],[-40.851,-12.749],[-40.758,-12.665],[-40.781,-12.451],[-40.981,-12.46],[-40.964,-12.493],[-41.007,-12.621],[-40.967,-12.793]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2912707\",\"name\":\"Ibirapitanga\",\"centroid\":[-39.4362,-14.0566]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.444,-14.242],[-39.444,-14.2],[-39.372,-14.175],[-39.33,-14.089],[-39.404,-14.024],[-39.376,-13.915],[-39.469,-13.876],[-39.529,-13.915],[-39.488,-13.935],[-39.505,-14.041],[-39.471,-14.107],[-39.516,-14.221],[-39.444,-14.242]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2912806\",\"name\":\"Ibirapuã\",\"centroid\":[-40.0114,-17.7426]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.224,-17.734],[-40.053,-17.856],[-39.992,-17.829],[-39.889,-17.849],[-39.712,-17.774],[-39.794,-17.744],[-39.856,-17.764],[-39.901,-17.688],[-40.031,-17.629],[-40.2,-17.636],[-40.224,-17.734]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2912905\",\"name\":\"Ibirataia\",\"centroid\":[-39.6248,-13.9727]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.529,-13.915],[-39.621,-13.857],[-39.694,-13.892],[-39.707,-13.966],[-39.664,-14.007],[-39.68,-14.052],[-39.653,-14.132],[-39.586,-14.079],[-39.608,-14.057],[-39.564,-13.98],[-39.57,-13.935],[-39.541,-13.962],[-39.51,-13.951],[-39.529,-13.915]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2913002\",\"name\":\"Ibitiara\",\"centroid\":[-42.284,-12.576]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.028,-12.658],[-42.03,-12.619],[-41.984,-12.601],[-42.015,-12.505],[-42.104,-12.396],[-42.208,-12.377],[-42.306,-12.404],[-42.333,-12.476],[-42.37,-12.458],[-42.496,-12.545],[-42.639,-12.501],[-42.656,-12.519],[-42.627,-12.627],[-42.579,-12.691],[-42.517,-12.712],[-42.449,-12.687],[-42.265,-12.727],[-42.018,-12.72],[-42.028,-12.658]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2913101\",\"name\":\"Ibititá\",\"centroid\":[-41.9158,-11.5761]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.044,-11.552],[-41.929,-11.673],[-41.911,-11.76],[-41.855,-11.7],[-41.776,-11.683],[-41.943,-11.381],[-42.044,-11.552]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2913200\",\"name\":\"Ibotirama\",\"centroid\":[-43.204,-12.0347]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.137,-12.02],[-43.193,-11.812],[-43.227,-11.782],[-43.226,-11.677],[-43.28,-11.65],[-43.284,-11.561],[-43.342,-11.581],[-43.386,-11.672],[-43.313,-11.867],[-43.359,-11.963],[-43.282,-12.136],[-43.228,-12.178],[-43.288,-12.306],[-43.253,-12.381],[-43.106,-12.31],[-43.063,-12.348],[-42.972,-12.332],[-42.978,-12.195],[-43.056,-12.155],[-43.059,-12.095],[-43.143,-12.045],[-43.137,-12.02]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2913309\",\"name\":\"Ichu\",\"centroid\":[-39.1538,-11.7331]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.061,-11.77],[-39.155,-11.646],[-39.155,-11.687],[-39.209,-11.713],[-39.234,-11.762],[-39.253,-11.753],[-39.229,-11.786],[-39.218,-11.768],[-39.061,-11.77]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2913408\",\"name\":\"Igaporã\",\"centroid\":[-42.7021,-13.8573]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.8,-14.037],[-42.511,-13.921],[-42.705,-13.633],[-42.771,-13.656],[-42.808,-13.974],[-42.952,-13.957],[-42.8,-14.037]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2913457\",\"name\":\"Igrapiúna\",\"centroid\":[-39.2069,-13.872]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.972,-13.842],[-39.037,-13.832],[-39.125,-13.718],[-39.182,-13.8],[-39.255,-13.814],[-39.261,-13.841],[-39.356,-13.836],[-39.399,-13.909],[-39.376,-13.915],[-39.404,-14.024],[-39.355,-14.046],[-39.329,-13.942],[-39.232,-13.937],[-39.144,-13.889],[-39.043,-13.918],[-38.972,-13.842]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2913507\",\"name\":\"Iguaí\",\"centroid\":[-40.0634,-14.6321]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.221,-14.673],[-40.201,-14.748],[-40.112,-14.787],[-40.089,-14.769],[-40.025,-14.819],[-40.033,-14.742],[-39.957,-14.673],[-39.9,-14.67],[-39.873,-14.591],[-39.963,-14.483],[-40.055,-14.539],[-40.166,-14.479],[-40.221,-14.673]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2913606\",\"name\":\"Ilhéus\",\"centroid\":[-39.1913,-14.7501]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.163,-15.053],[-39.132,-15.036],[-39.06,-15.111],[-38.996,-15.085],[-39.028,-14.783],[-39.062,-14.747],[-39.042,-14.498],[-39.145,-14.53],[-39.194,-14.61],[-39.272,-14.638],[-39.354,-14.624],[-39.358,-14.579],[-39.401,-14.556],[-39.364,-14.45],[-39.49,-14.42],[-39.551,-14.562],[-39.511,-14.548],[-39.45,-14.613],[-39.291,-14.693],[-39.247,-14.758],[-39.241,-14.858],[-39.204,-14.853],[-39.221,-14.947],[-39.163,-15.053]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2913705\",\"name\":\"Inhambupe\",\"centroid\":[-38.4051,-11.8068]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.475,-11.949],[-38.404,-11.928],[-38.361,-11.969],[-38.273,-11.963],[-38.185,-11.902],[-38.295,-11.866],[-38.297,-11.77],[-38.265,-11.71],[-38.301,-11.626],[-38.398,-11.557],[-38.442,-11.606],[-38.435,-11.725],[-38.562,-11.774],[-38.605,-11.905],[-38.597,-11.953],[-38.475,-11.949]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2913804\",\"name\":\"Ipecaetá\",\"centroid\":[-39.3237,-12.3065]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.229,-12.386],[-39.236,-12.273],[-39.293,-12.187],[-39.345,-12.186],[-39.436,-12.325],[-39.397,-12.349],[-39.373,-12.436],[-39.264,-12.374],[-39.229,-12.386]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2913903\",\"name\":\"Ipiaú\",\"centroid\":[-39.7267,-14.0562]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.812,-14.102],[-39.664,-14.185],[-39.664,-14.007],[-39.71,-13.942],[-39.694,-13.892],[-39.794,-14.011],[-39.794,-14.066],[-39.831,-14.084],[-39.812,-14.102]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2914000\",\"name\":\"Ipirá\",\"centroid\":[-39.7757,-12.2097]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.431,-12.328],[-39.398,-12.276],[-39.522,-12.037],[-39.594,-12.061],[-39.646,-11.948],[-39.719,-11.905],[-39.792,-11.904],[-39.905,-12.029],[-39.96,-11.975],[-39.971,-12.055],[-40.029,-12.055],[-40.036,-12.176],[-40.141,-12.246],[-40.112,-12.329],[-40.043,-12.356],[-39.926,-12.522],[-39.781,-12.425],[-39.626,-12.404],[-39.537,-12.341],[-39.431,-12.328]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2914109\",\"name\":\"Ipupiara\",\"centroid\":[-42.5022,-11.838]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.748,-11.731],[-42.772,-11.809],[-42.7,-11.876],[-42.461,-11.966],[-42.245,-11.948],[-42.302,-11.783],[-42.36,-11.714],[-42.369,-11.761],[-42.419,-11.765],[-42.472,-11.725],[-42.488,-11.775],[-42.599,-11.709],[-42.748,-11.731]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2914208\",\"name\":\"Irajuba\",\"centroid\":[-40.0566,-13.2309]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.151,-13.337],[-40.061,-13.343],[-40.041,-13.307],[-39.982,-13.326],[-39.922,-13.277],[-39.916,-13.239],[-40.054,-13.114],[-40.152,-13.107],[-40.151,-13.337]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2914307\",\"name\":\"Iramaia\",\"centroid\":[-40.9211,-13.4646]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.256,-13.47],[-41.23,-13.519],[-41.22,-13.47],[-41.038,-13.556],[-40.955,-13.546],[-40.858,-13.582],[-40.715,-13.841],[-40.656,-13.839],[-40.728,-13.751],[-40.684,-13.581],[-40.727,-13.432],[-40.801,-13.334],[-40.862,-13.318],[-40.918,-13.23],[-41.089,-13.256],[-41.161,-13.403],[-41.233,-13.429],[-41.256,-13.47]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2914406\",\"name\":\"Iraquara\",\"centroid\":[-41.5802,-12.2403]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.81,-12.153],[-41.743,-12.237],[-41.765,-12.273],[-41.729,-12.369],[-41.525,-12.357],[-41.441,-12.413],[-41.442,-12.283],[-41.355,-12.168],[-41.469,-12.108],[-41.81,-12.153]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2914505\",\"name\":\"Irará\",\"centroid\":[-38.7544,-12.0479]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.842,-12.103],[-38.763,-12.119],[-38.752,-12.165],[-38.7,-12.139],[-38.658,-12.053],[-38.701,-12.053],[-38.724,-12.013],[-38.71,-11.961],[-38.68,-11.946],[-38.825,-11.948],[-38.806,-12.023],[-38.842,-12.103]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2914604\",\"name\":\"Irecê\",\"centroid\":[-41.8405,-11.3135]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.943,-11.381],[-41.773,-11.365],[-41.784,-11.384],[-41.746,-11.392],[-41.73,-11.228],[-41.876,-11.269],[-41.942,-11.228],[-41.927,-11.28],[-41.971,-11.344],[-41.943,-11.381]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2914653\",\"name\":\"Itabela\",\"centroid\":[-39.5529,-16.6602]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.661,-16.781],[-39.613,-16.814],[-39.623,-16.835],[-39.513,-16.841],[-39.505,-16.872],[-39.458,-16.752],[-39.337,-16.785],[-39.483,-16.611],[-39.42,-16.554],[-39.6,-16.46],[-39.698,-16.513],[-39.698,-16.548],[-39.648,-16.572],[-39.677,-16.675],[-39.661,-16.781]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2914703\",\"name\":\"Itaberaba\",\"centroid\":[-40.2619,-12.4996]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.926,-12.522],[-40.061,-12.341],[-40.108,-12.326],[-40.168,-12.353],[-40.212,-12.282],[-40.306,-12.258],[-40.435,-12.278],[-40.575,-12.438],[-40.471,-12.509],[-40.46,-12.599],[-40.359,-12.792],[-40.309,-12.748],[-40.217,-12.766],[-40.181,-12.698],[-40.12,-12.688],[-40.06,-12.617],[-40.048,-12.565],[-39.951,-12.557],[-39.926,-12.522]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2914802\",\"name\":\"Itabuna\",\"centroid\":[-39.3104,-14.851]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.211,-14.909],[-39.204,-14.853],[-39.241,-14.858],[-39.247,-14.758],[-39.297,-14.692],[-39.401,-14.822],[-39.359,-14.876],[-39.417,-15.027],[-39.367,-15.02],[-39.364,-14.967],[-39.307,-14.916],[-39.24,-14.938],[-39.211,-14.909]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2914901\",\"name\":\"Itacaré\",\"centroid\":[-39.1558,-14.3635]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.018,-14.418],[-38.989,-14.217],[-39.161,-14.275],[-39.223,-14.264],[-39.334,-14.387],[-39.323,-14.46],[-39.132,-14.489],[-39.05,-14.406],[-39.018,-14.418]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2915007\",\"name\":\"Itaeté\",\"centroid\":[-41.0394,-13.09]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.751,-13.043],[-40.877,-13.004],[-40.945,-13.038],[-40.959,-12.977],[-40.994,-12.972],[-40.982,-12.914],[-41.051,-12.924],[-41.108,-12.888],[-41.233,-12.912],[-41.151,-13.107],[-41.245,-13.114],[-41.283,-13.149],[-41.199,-13.192],[-41.143,-13.299],[-41.106,-13.294],[-41.089,-13.256],[-40.918,-13.23],[-40.751,-13.043]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2915106\",\"name\":\"Itagi\",\"centroid\":[-40.0233,-14.1585]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.937,-14.079],[-39.991,-14.05],[-40.058,-14.068],[-40.113,-14.17],[-40.083,-14.207],[-40.099,-14.277],[-40.068,-14.246],[-40.054,-14.283],[-40.014,-14.288],[-39.974,-14.163],[-39.936,-14.174],[-39.937,-14.079]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2915205\",\"name\":\"Itagibá\",\"centroid\":[-39.8281,-14.2518]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.697,-14.37],[-39.664,-14.185],[-39.7,-14.153],[-39.812,-14.102],[-39.92,-14.183],[-39.974,-14.163],[-40.005,-14.266],[-39.948,-14.363],[-39.872,-14.386],[-39.79,-14.351],[-39.697,-14.37]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2915304\",\"name\":\"Itagimirim\",\"centroid\":[-39.7502,-16.1024]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.864,-16.253],[-39.468,-16.087],[-39.75,-15.972],[-39.915,-16],[-39.936,-16.024],[-39.857,-16.114],[-39.936,-16.248],[-39.918,-16.284],[-39.864,-16.253]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2915353\",\"name\":\"Itaguaçu da Bahia\",\"centroid\":[-42.2397,-10.7678]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.24,-11.261],[-42.258,-11.142],[-42.145,-11.023],[-42.076,-11.03],[-42.089,-10.933],[-41.822,-10.698],[-41.916,-10.643],[-42.006,-10.64],[-42.16,-10.258],[-42.406,-10.185],[-42.367,-10.268],[-42.399,-10.312],[-42.313,-10.444],[-42.358,-10.512],[-42.323,-10.659],[-42.364,-10.771],[-42.423,-10.774],[-42.523,-10.904],[-42.54,-11.002],[-42.516,-11.011],[-42.509,-11.149],[-42.433,-11.281],[-42.24,-11.261]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2915403\",\"name\":\"Itaju do Colônia\",\"centroid\":[-39.7357,-15.149]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.895,-15.102],[-39.848,-15.311],[-39.788,-15.375],[-39.741,-15.386],[-39.685,-15.337],[-39.69,-15.303],[-39.59,-15.271],[-39.572,-15.035],[-39.66,-14.948],[-39.699,-14.934],[-39.699,-14.977],[-39.812,-14.971],[-39.888,-15.014],[-39.912,-15.043],[-39.895,-15.102]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2915502\",\"name\":\"Itajuípe\",\"centroid\":[-39.4452,-14.6764]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.291,-14.693],[-39.45,-14.613],[-39.511,-14.548],[-39.533,-14.742],[-39.449,-14.766],[-39.407,-14.704],[-39.34,-14.729],[-39.291,-14.693]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2915601\",\"name\":\"Itamaraju\",\"centroid\":[-39.764,-17.0064]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.58,-17.183],[-39.57,-17.134],[-39.485,-17.131],[-39.489,-16.99],[-39.469,-16.952],[-39.437,-16.981],[-39.441,-16.894],[-39.488,-16.928],[-39.525,-16.867],[-39.506,-16.846],[-39.623,-16.835],[-39.613,-16.814],[-39.697,-16.729],[-39.768,-16.734],[-39.767,-16.869],[-39.866,-16.839],[-39.916,-16.874],[-39.956,-16.849],[-39.993,-16.871],[-40.006,-16.937],[-40.051,-16.95],[-40.075,-17.09],[-39.957,-17.208],[-39.836,-17.242],[-39.691,-17.175],[-39.603,-17.157],[-39.58,-17.183]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2915700\",\"name\":\"Itamari\",\"centroid\":[-39.666,-13.7691]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.741,-13.776],[-39.702,-13.785],[-39.689,-13.808],[-39.702,-13.864],[-39.68,-13.871],[-39.598,-13.719],[-39.657,-13.694],[-39.741,-13.776]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2915809\",\"name\":\"Itambé\",\"centroid\":[-40.463,-15.1592]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.817,-15.285],[-40.79,-15.247],[-40.677,-15.239],[-40.647,-15.274],[-40.632,-15.25],[-40.636,-15.28],[-40.505,-15.277],[-40.425,-15.317],[-40.262,-15.176],[-40.132,-15.224],[-40.099,-15.08],[-40.19,-15.005],[-40.345,-15.107],[-40.405,-15.094],[-40.424,-15.038],[-40.466,-15.031],[-40.702,-15.076],[-40.82,-15.203],[-40.848,-15.269],[-40.817,-15.285]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2915908\",\"name\":\"Itanagra\",\"centroid\":[-38.0412,-12.3188]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.143,-12.372],[-38.041,-12.462],[-37.951,-12.403],[-37.971,-12.37],[-37.913,-12.309],[-37.922,-12.264],[-38.017,-12.218],[-38.061,-12.135],[-38.077,-12.239],[-38.174,-12.261],[-38.139,-12.29],[-38.163,-12.328],[-38.143,-12.372]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2916005\",\"name\":\"Itanhém\",\"centroid\":[-40.3803,-17.1092]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.132,-17.247],[-40.126,-17.187],[-40.153,-17.169],[-40.129,-17.099],[-40.161,-17.108],[-40.258,-17.004],[-40.394,-16.961],[-40.408,-16.899],[-40.492,-16.887],[-40.572,-17.066],[-40.562,-17.273],[-40.197,-17.23],[-40.132,-17.247]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2916104\",\"name\":\"Itaparica\",\"centroid\":[-38.6562,-12.8921]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.723,-12.924],[-38.628,-12.941],[-38.561,-12.933],[-38.589,-12.893],[-38.675,-12.845],[-38.699,-12.801],[-38.721,-12.847],[-38.703,-12.884],[-38.723,-12.924]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2916203\",\"name\":\"Itapé\",\"centroid\":[-39.4987,-14.9517]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.419,-15.012],[-39.359,-14.876],[-39.405,-14.837],[-39.477,-14.851],[-39.496,-14.909],[-39.603,-14.904],[-39.678,-14.939],[-39.597,-14.991],[-39.556,-15.077],[-39.419,-15.012]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2916302\",\"name\":\"Itapebi\",\"centroid\":[-39.6583,-15.9135]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.843,-15.977],[-39.616,-16.007],[-39.486,-16.06],[-39.469,-16.094],[-39.387,-16.05],[-39.476,-15.987],[-39.496,-15.875],[-39.571,-15.804],[-39.552,-15.784],[-39.622,-15.773],[-39.632,-15.744],[-39.788,-15.812],[-39.836,-15.884],[-39.951,-15.872],[-39.908,-15.947],[-39.843,-15.977]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2916401\",\"name\":\"Itapetinga\",\"centroid\":[-40.0547,-15.2998]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.371,-15.277],[-40.314,-15.426],[-40.252,-15.402],[-40.208,-15.428],[-40.163,-15.384],[-40.153,-15.407],[-40.16,-15.362],[-40.107,-15.36],[-40.092,-15.399],[-40.046,-15.388],[-40.032,-15.437],[-39.931,-15.439],[-39.944,-15.467],[-39.841,-15.536],[-39.842,-15.482],[-39.766,-15.367],[-39.848,-15.311],[-39.904,-15.097],[-39.962,-15.126],[-40.094,-15.105],[-40.132,-15.224],[-40.262,-15.176],[-40.371,-15.277]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2916500\",\"name\":\"Itapicuru\",\"centroid\":[-38.1942,-11.1944]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.212,-11.351],[-38.08,-11.465],[-37.988,-11.332],[-38.006,-11.286],[-37.978,-11.205],[-38.066,-11.159],[-38.102,-11.017],[-38.246,-10.921],[-38.322,-11.072],[-38.438,-11.118],[-38.445,-11.17],[-38.373,-11.264],[-38.212,-11.351]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2916609\",\"name\":\"Itapitanga\",\"centroid\":[-39.6184,-14.47]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.49,-14.42],[-39.476,-14.396],[-39.526,-14.412],[-39.536,-14.393],[-39.697,-14.37],[-39.735,-14.556],[-39.551,-14.562],[-39.49,-14.42]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2916708\",\"name\":\"Itaquara\",\"centroid\":[-39.9002,-13.4476]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.982,-13.326],[-40.006,-13.473],[-39.814,-13.564],[-39.772,-13.483],[-39.955,-13.317],[-39.982,-13.326]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2916807\",\"name\":\"Itarantim\",\"centroid\":[-40.0497,-15.6994]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.127,-15.907],[-40.085,-15.897],[-40.066,-15.959],[-40.004,-16.002],[-39.843,-15.977],[-39.949,-15.895],[-39.91,-15.854],[-39.936,-15.682],[-39.889,-15.635],[-39.97,-15.549],[-39.931,-15.439],[-40.032,-15.437],[-40.046,-15.388],[-40.092,-15.399],[-40.107,-15.36],[-40.16,-15.362],[-40.145,-15.396],[-40.193,-15.433],[-40.189,-15.474],[-40.136,-15.513],[-40.134,-15.597],[-40.174,-15.631],[-40.177,-15.726],[-40.242,-15.783],[-40.207,-15.854],[-40.166,-15.868],[-40.175,-15.904],[-40.127,-15.907]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2916856\",\"name\":\"Itatim\",\"centroid\":[-39.734,-12.7121]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.856,-12.796],[-39.679,-12.887],[-39.674,-12.755],[-39.634,-12.74],[-39.671,-12.635],[-39.641,-12.568],[-39.792,-12.558],[-39.797,-12.705],[-39.856,-12.796]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2916906\",\"name\":\"Itiruçu\",\"centroid\":[-40.1542,-13.4844]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.235,-13.534],[-40.19,-13.539],[-40.148,-13.639],[-40.097,-13.669],[-40.122,-13.527],[-40.072,-13.495],[-40.151,-13.337],[-40.215,-13.359],[-40.201,-13.385],[-40.232,-13.408],[-40.198,-13.489],[-40.235,-13.534]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2917003\",\"name\":\"Itiúba\",\"centroid\":[-39.8485,-10.732]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.019,-10.884],[-39.923,-10.918],[-39.87,-10.903],[-39.762,-10.962],[-39.628,-10.915],[-39.709,-10.72],[-39.698,-10.671],[-39.744,-10.643],[-39.772,-10.554],[-39.752,-10.433],[-39.8,-10.422],[-39.802,-10.458],[-39.923,-10.495],[-39.921,-10.558],[-39.948,-10.55],[-40.018,-10.621],[-39.995,-10.632],[-40.058,-10.858],[-40.019,-10.884]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2917102\",\"name\":\"Itororó\",\"centroid\":[-40.0058,-15.0484]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.094,-15.105],[-39.962,-15.126],[-39.892,-15.098],[-39.896,-15.053],[-39.977,-14.959],[-39.994,-14.973],[-40.048,-14.95],[-40.09,-15.037],[-40.139,-15.008],[-40.094,-15.105]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2917201\",\"name\":\"Ituaçu\",\"centroid\":[-41.3909,-13.8362]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.216,-13.91],[-41.242,-13.739],[-41.222,-13.694],[-41.249,-13.718],[-41.285,-13.682],[-41.298,-13.703],[-41.424,-13.662],[-41.608,-13.66],[-41.439,-14.024],[-41.294,-14.092],[-41.279,-13.92],[-41.244,-13.893],[-41.216,-13.91]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2917300\",\"name\":\"Ituberá\",\"centroid\":[-39.1438,-13.7499]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.318,-13.829],[-39.261,-13.841],[-39.255,-13.814],[-39.182,-13.8],[-39.125,-13.718],[-39.037,-13.832],[-38.98,-13.847],[-38.988,-13.698],[-39.059,-13.705],[-39.133,-13.651],[-39.199,-13.669],[-39.318,-13.77],[-39.318,-13.829]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2917334\",\"name\":\"Iuiu\",\"centroid\":[-43.5414,-14.4651]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.712,-14.715],[-43.579,-14.753],[-43.531,-14.816],[-43.374,-14.362],[-43.456,-14.166],[-43.57,-14.182],[-43.575,-14.284],[-43.697,-14.349],[-43.717,-14.391],[-43.633,-14.572],[-43.657,-14.671],[-43.712,-14.715]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2917359\",\"name\":\"Jaborandi\",\"centroid\":[-45.434,-14.0298]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.331,-13.397],[-44.483,-13.423],[-44.507,-13.519],[-44.667,-13.537],[-44.892,-13.671],[-45.122,-13.669],[-45.241,-13.745],[-45.337,-13.721],[-45.568,-13.768],[-45.674,-13.739],[-46.009,-13.936],[-46.212,-14.01],[-46.224,-14.098],[-46.187,-14.153],[-46.116,-14.162],[-46.102,-14.208],[-46.061,-14.195],[-46.05,-14.244],[-45.995,-14.256],[-45.907,-14.355],[-45.932,-14.409],[-46.004,-14.425],[-46.019,-14.472],[-45.975,-14.539],[-45.992,-14.662],[-46.028,-14.681],[-45.997,-14.741],[-46.039,-14.875],[-45.375,-14.257],[-45.192,-14.127],[-45.107,-14.119],[-45.076,-14.076],[-44.928,-14.016],[-44.904,-13.925],[-44.799,-13.8],[-44.285,-13.556],[-44.225,-13.428],[-44.331,-13.397]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2917409\",\"name\":\"Jacaraci\",\"centroid\":[-42.3239,-14.7829]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.479,-15.014],[-42.466,-14.957],[-42.381,-14.948],[-42.346,-14.869],[-42.129,-14.813],[-42.061,-14.85],[-42.059,-14.68],[-42.157,-14.597],[-42.363,-14.633],[-42.423,-14.75],[-42.484,-14.737],[-42.529,-14.765],[-42.624,-14.933],[-42.599,-14.924],[-42.479,-15.014]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2917508\",\"name\":\"Jacobina\",\"centroid\":[-40.5735,-11.1314]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.726,-11.246],[-40.686,-11.212],[-40.467,-11.389],[-40.442,-11.358],[-40.394,-11.384],[-40.318,-11.334],[-40.165,-11.336],[-40.084,-11.252],[-40.145,-11.182],[-40.345,-11.229],[-40.412,-11.217],[-40.452,-11.19],[-40.482,-11.049],[-40.688,-10.942],[-40.716,-10.952],[-40.708,-10.917],[-40.82,-10.805],[-40.93,-10.775],[-40.878,-10.896],[-40.916,-11.023],[-40.801,-11.113],[-40.726,-11.246]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2917607\",\"name\":\"Jaguaquara\",\"centroid\":[-39.9534,-13.5591]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.097,-13.669],[-40.087,-13.64],[-40.006,-13.634],[-39.903,-13.697],[-39.852,-13.656],[-39.847,-13.723],[-39.77,-13.785],[-39.714,-13.735],[-39.804,-13.567],[-40.006,-13.473],[-39.982,-13.326],[-40.015,-13.308],[-40.061,-13.343],[-40.151,-13.337],[-40.072,-13.495],[-40.122,-13.527],[-40.097,-13.669]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2917706\",\"name\":\"Jaguarari\",\"centroid\":[-40.0724,-10.0489]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.058,-10.323],[-40.027,-10.318],[-40.057,-10.275],[-39.986,-10.179],[-39.868,-10.132],[-39.812,-9.944],[-39.75,-9.954],[-39.748,-9.881],[-39.838,-9.828],[-39.898,-9.741],[-39.919,-9.791],[-40.286,-9.946],[-40.316,-9.908],[-40.328,-10.014],[-40.414,-10.099],[-40.377,-10.139],[-40.351,-10.113],[-40.281,-10.142],[-40.231,-10.371],[-40.21,-10.324],[-40.171,-10.358],[-40.136,-10.324],[-40.124,-10.344],[-40.058,-10.323]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2917805\",\"name\":\"Jaguaripe\",\"centroid\":[-38.982,-13.1209]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.914,-12.932],[-38.883,-12.997],[-38.929,-13.01],[-38.956,-13.09],[-39.008,-13.101],[-39.009,-13.128],[-39.09,-13.144],[-39.123,-13.108],[-39.214,-13.109],[-39.303,-13.164],[-39.102,-13.258],[-38.908,-13.213],[-38.797,-13.137],[-38.801,-13.062],[-38.752,-12.967],[-38.811,-12.918],[-38.831,-12.955],[-38.914,-12.932]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2917904\",\"name\":\"Jandaíra\",\"centroid\":[-37.587,-11.5978]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-37.747,-11.663],[-37.748,-11.634],[-37.714,-11.633],[-37.672,-11.671],[-37.534,-11.7],[-37.536,-11.772],[-37.341,-11.442],[-37.52,-11.549],[-37.632,-11.518],[-37.673,-11.569],[-37.8,-11.521],[-37.827,-11.585],[-37.747,-11.663]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918001\",\"name\":\"Jequié\",\"centroid\":[-40.1462,-13.8755]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.9,-14.027],[-39.975,-13.943],[-39.94,-13.894],[-39.87,-13.891],[-39.831,-13.853],[-39.827,-13.924],[-39.773,-13.95],[-39.761,-13.992],[-39.705,-13.909],[-39.741,-13.913],[-39.747,-13.867],[-39.779,-13.861],[-39.768,-13.825],[-39.846,-13.745],[-39.852,-13.656],[-39.903,-13.697],[-40.006,-13.634],[-40.065,-13.636],[-40.141,-13.699],[-40.363,-13.696],[-40.45,-13.725],[-40.474,-13.678],[-40.538,-13.729],[-40.519,-13.789],[-40.44,-13.865],[-40.505,-13.887],[-40.517,-13.941],[-40.349,-14.033],[-40.319,-14.006],[-40.209,-14.042],[-40.221,-14.096],[-40.175,-14.135],[-40.187,-14.219],[-40.163,-14.253],[-40.113,-14.228],[-40.098,-14.267],[-40.083,-14.207],[-40.113,-14.17],[-40.058,-14.068],[-39.991,-14.05],[-39.928,-14.082],[-39.9,-14.027]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918100\",\"name\":\"Jeremoabo\",\"centroid\":[-38.4984,-9.984]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.116,-9.922],[-38.205,-9.909],[-38.443,-9.699],[-38.488,-9.713],[-38.785,-9.647],[-38.786,-9.747],[-38.865,-9.781],[-38.861,-9.824],[-38.932,-9.874],[-38.919,-9.96],[-38.805,-10.011],[-38.713,-10.127],[-38.732,-10.168],[-38.576,-10.225],[-38.582,-10.282],[-38.485,-10.322],[-38.36,-10.269],[-38.31,-10.28],[-38.192,-10.18],[-38.107,-10.216],[-38.08,-10.087],[-38.1,-9.968],[-38.14,-9.941],[-38.116,-9.922]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918209\",\"name\":\"Jiquiriçá\",\"centroid\":[-39.586,-13.3265]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.539,-13.176],[-39.608,-13.19],[-39.592,-13.251],[-39.649,-13.448],[-39.624,-13.482],[-39.59,-13.426],[-39.556,-13.418],[-39.539,-13.176]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918308\",\"name\":\"Jitaúna\",\"centroid\":[-39.8659,-13.9587]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.9,-14.027],[-39.843,-14.018],[-39.8,-14.06],[-39.794,-14.011],[-39.761,-13.992],[-39.773,-13.95],[-39.827,-13.924],[-39.845,-13.848],[-39.87,-13.891],[-39.94,-13.894],[-39.975,-13.943],[-39.9,-14.027]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918357\",\"name\":\"João Dourado\",\"centroid\":[-41.5694,-11.2189]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.7,-11.411],[-41.64,-11.395],[-41.521,-11.273],[-41.422,-11.243],[-41.365,-11.184],[-41.435,-11.007],[-41.74,-11.223],[-41.752,-11.414],[-41.7,-11.411]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918407\",\"name\":\"Juazeiro\",\"centroid\":[-40.2716,-9.5578]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.814,-9.871],[-40.643,-9.887],[-40.503,-9.971],[-40.412,-9.973],[-40.323,-9.908],[-40.286,-9.946],[-39.903,-9.782],[-39.861,-9.231],[-39.912,-9.112],[-39.969,-9.12],[-39.978,-9.055],[-40.066,-9.063],[-40.13,-9.11],[-40.248,-9.058],[-40.356,-9.377],[-40.431,-9.357],[-40.468,-9.421],[-40.532,-9.415],[-40.556,-9.458],[-40.623,-9.483],[-40.723,-9.452],[-40.77,-9.569],[-40.74,-9.714],[-40.755,-9.799],[-40.814,-9.871]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918456\",\"name\":\"Jucuruçu\",\"centroid\":[-40.0983,-16.8471]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.077,-17.082],[-40.051,-16.95],[-40.006,-16.937],[-39.993,-16.871],[-39.944,-16.848],[-39.916,-16.874],[-39.866,-16.839],[-39.767,-16.869],[-39.768,-16.734],[-39.844,-16.762],[-39.891,-16.726],[-39.968,-16.73],[-39.964,-16.698],[-40.055,-16.718],[-40.091,-16.677],[-40.156,-16.717],[-40.167,-16.695],[-40.254,-16.715],[-40.279,-16.675],[-40.307,-16.697],[-40.336,-16.788],[-40.269,-16.796],[-40.252,-16.858],[-40.282,-16.901],[-40.401,-16.89],[-40.397,-16.943],[-40.23,-16.973],[-40.156,-17.077],[-40.077,-17.082]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918506\",\"name\":\"Jussara\",\"centroid\":[-41.8769,-10.9194]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.076,-11.03],[-41.926,-11.182],[-41.753,-10.94],[-41.645,-10.913],[-41.672,-10.869],[-41.694,-10.889],[-41.663,-10.811],[-41.739,-10.708],[-41.822,-10.698],[-42.089,-10.933],[-42.076,-11.03]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918555\",\"name\":\"Jussari\",\"centroid\":[-39.4951,-15.1309]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.419,-15.012],[-39.52,-15.076],[-39.535,-15.057],[-39.556,-15.077],[-39.57,-15.047],[-39.579,-15.288],[-39.571,-15.232],[-39.489,-15.246],[-39.46,-15.155],[-39.406,-15.133],[-39.392,-15.079],[-39.419,-15.012]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918605\",\"name\":\"Jussiape\",\"centroid\":[-41.6009,-13.5086]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.747,-13.325],[-41.772,-13.433],[-41.713,-13.458],[-41.647,-13.572],[-41.616,-13.544],[-41.608,-13.66],[-41.432,-13.668],[-41.472,-13.622],[-41.511,-13.449],[-41.551,-13.41],[-41.617,-13.427],[-41.672,-13.353],[-41.708,-13.369],[-41.747,-13.325]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918704\",\"name\":\"Lafaiete Coutinho\",\"centroid\":[-40.2922,-13.6372]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.097,-13.669],[-40.148,-13.639],[-40.19,-13.539],[-40.254,-13.518],[-40.37,-13.613],[-40.44,-13.584],[-40.422,-13.627],[-40.5,-13.653],[-40.45,-13.725],[-40.363,-13.696],[-40.214,-13.714],[-40.097,-13.669]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918753\",\"name\":\"Lagoa Real\",\"centroid\":[-42.2231,-14.0516]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.087,-14.057],[-42.152,-13.928],[-42.152,-13.861],[-42.221,-13.909],[-42.272,-13.888],[-42.359,-13.91],[-42.376,-13.99],[-42.347,-14.195],[-41.994,-14.167],[-42.087,-14.057]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918803\",\"name\":\"Laje\",\"centroid\":[-39.3435,-13.1664]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.438,-13.237],[-39.347,-13.251],[-39.338,-13.2],[-39.212,-13.293],[-39.219,-13.24],[-39.171,-13.233],[-39.207,-13.197],[-39.255,-13.203],[-39.296,-13.143],[-39.123,-13.101],[-39.17,-13.084],[-39.189,-13.109],[-39.202,-13.078],[-39.246,-13.095],[-39.276,-13.07],[-39.375,-13.111],[-39.538,-13.124],[-39.539,-13.176],[-39.447,-13.186],[-39.438,-13.237]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2918902\",\"name\":\"Lajedão\",\"centroid\":[-40.3118,-17.558]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.483,-17.488],[-40.459,-17.57],[-40.414,-17.574],[-40.397,-17.626],[-40.344,-17.616],[-40.273,-17.727],[-40.217,-17.716],[-40.2,-17.636],[-40.12,-17.64],[-40.238,-17.546],[-40.257,-17.409],[-40.34,-17.406],[-40.353,-17.45],[-40.483,-17.488]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919009\",\"name\":\"Lajedinho\",\"centroid\":[-40.9646,-12.38]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.687,-12.448],[-40.876,-12.265],[-41.061,-12.265],[-41.159,-12.386],[-41.207,-12.505],[-41.084,-12.466],[-40.687,-12.448]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919058\",\"name\":\"Lajedo do Tabocal\",\"centroid\":[-40.2841,-13.4536]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.235,-13.534],[-40.198,-13.489],[-40.232,-13.408],[-40.201,-13.385],[-40.215,-13.359],[-40.151,-13.337],[-40.25,-13.282],[-40.285,-13.316],[-40.327,-13.481],[-40.44,-13.584],[-40.37,-13.613],[-40.254,-13.518],[-40.235,-13.534]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919108\",\"name\":\"Lamarão\",\"centroid\":[-38.9098,-11.7853]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.978,-11.816],[-38.935,-11.838],[-38.915,-11.899],[-38.834,-11.773],[-38.872,-11.699],[-38.986,-11.753],[-38.978,-11.816]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919157\",\"name\":\"Lapão\",\"centroid\":[-41.7724,-11.512]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.943,-11.381],[-41.776,-11.683],[-41.623,-11.611],[-41.623,-11.558],[-41.694,-11.479],[-41.7,-11.411],[-41.752,-11.414],[-41.773,-11.365],[-41.943,-11.381]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919207\",\"name\":\"Lauro de Freitas\",\"centroid\":[-38.3268,-12.8636]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.374,-12.824],[-38.353,-12.839],[-38.355,-12.895],[-38.304,-12.911],[-38.277,-12.874],[-38.289,-12.871],[-38.289,-12.857],[-38.314,-12.849],[-38.332,-12.812],[-38.353,-12.811],[-38.374,-12.824]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919306\",\"name\":\"Lençóis\",\"centroid\":[-41.3384,-12.4256]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.159,-12.386],[-41.2,-12.358],[-41.275,-12.149],[-41.4,-12.2],[-41.442,-12.283],[-41.443,-12.469],[-41.485,-12.489],[-41.445,-12.623],[-41.479,-12.652],[-41.439,-12.711],[-41.344,-12.705],[-41.324,-12.671],[-41.345,-12.566],[-41.216,-12.53],[-41.159,-12.386]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919405\",\"name\":\"Licínio de Almeida\",\"centroid\":[-42.4677,-14.5854]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.337,-14.62],[-42.355,-14.577],[-42.326,-14.546],[-42.393,-14.426],[-42.548,-14.409],[-42.586,-14.485],[-42.562,-14.531],[-42.583,-14.591],[-42.552,-14.616],[-42.567,-14.816],[-42.534,-14.813],[-42.491,-14.739],[-42.423,-14.75],[-42.337,-14.62]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919504\",\"name\":\"Livramento de Nossa Senhora\",\"centroid\":[-41.9919,-13.8085]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.768,-13.983],[-41.824,-13.903],[-41.812,-13.87],[-41.864,-13.826],[-41.844,-13.765],[-41.799,-13.761],[-41.751,-13.702],[-41.749,-13.661],[-41.907,-13.548],[-42.001,-13.54],[-42.07,-13.715],[-42.221,-13.7],[-42.339,-13.769],[-42.152,-13.861],[-42.152,-13.928],[-42.087,-14.057],[-41.9,-14.054],[-41.83,-13.974],[-41.768,-13.983]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919553\",\"name\":\"Luís Eduardo Magalhães\",\"centroid\":[-46.0254,-12.1994]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-45.765,-12.411],[-45.679,-11.903],[-45.767,-11.869],[-45.946,-11.864],[-46.148,-12.033],[-46.389,-12.049],[-46.385,-12.294],[-46.349,-12.299],[-46.37,-12.348],[-46.29,-12.377],[-46.34,-12.452],[-46.317,-12.464],[-46.28,-12.422],[-46.272,-12.513],[-46.153,-12.506],[-46.113,-12.531],[-45.765,-12.411]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919603\",\"name\":\"Macajuba\",\"centroid\":[-40.2636,-12.1275]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.456,-12.111],[-40.386,-12.19],[-40.201,-12.216],[-40.146,-12.251],[-40.033,-12.171],[-40.07,-12.104],[-40.223,-12.097],[-40.334,-11.977],[-40.385,-12.028],[-40.455,-12.038],[-40.456,-12.111]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919702\",\"name\":\"Macarani\",\"centroid\":[-40.4018,-15.5467]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.45,-15.762],[-40.356,-15.752],[-40.378,-15.712],[-40.332,-15.63],[-40.35,-15.574],[-40.315,-15.61],[-40.285,-15.597],[-40.268,-15.479],[-40.187,-15.548],[-40.136,-15.513],[-40.196,-15.451],[-40.163,-15.384],[-40.208,-15.428],[-40.252,-15.402],[-40.314,-15.426],[-40.382,-15.274],[-40.425,-15.317],[-40.471,-15.301],[-40.501,-15.416],[-40.481,-15.605],[-40.512,-15.677],[-40.647,-15.709],[-40.701,-15.667],[-40.561,-15.804],[-40.45,-15.762]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919801\",\"name\":\"Macaúbas\",\"centroid\":[-42.6887,-13.1061]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.626,-13.405],[-42.676,-13.378],[-42.653,-13.335],[-42.68,-13.326],[-42.682,-13.269],[-42.523,-13.22],[-42.502,-13.183],[-42.444,-13.185],[-42.37,-13.063],[-42.493,-12.869],[-42.72,-12.885],[-42.826,-12.95],[-42.903,-12.93],[-42.973,-12.952],[-42.974,-13.028],[-42.903,-13.16],[-42.913,-13.295],[-42.782,-13.364],[-42.68,-13.479],[-42.626,-13.405]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919900\",\"name\":\"Macururé\",\"centroid\":[-38.8955,-9.2946]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.17,-9.639],[-38.785,-9.647],[-38.785,-9.538],[-38.683,-9.435],[-38.707,-9.389],[-38.648,-9.324],[-38.684,-9.216],[-38.982,-8.87],[-39.111,-9.061],[-39.065,-9.13],[-39.079,-9.224],[-38.957,-9.464],[-39.004,-9.571],[-39.071,-9.564],[-39.17,-9.639]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919926\",\"name\":\"Madre de Deus\",\"centroid\":[-38.6421,-12.7408]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.588,-12.734],[-38.603,-12.736],[-38.61,-12.726],[-38.687,-12.726],[-38.695,-12.754],[-38.588,-12.754],[-38.588,-12.734]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2919959\",\"name\":\"Maetinga\",\"centroid\":[-41.5128,-14.6575]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.546,-14.814],[-41.454,-14.805],[-41.421,-14.753],[-41.394,-14.768],[-41.388,-14.681],[-41.447,-14.595],[-41.434,-14.551],[-41.638,-14.509],[-41.655,-14.578],[-41.61,-14.61],[-41.546,-14.814]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2920007\",\"name\":\"Maiquinique\",\"centroid\":[-40.2675,-15.6721]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.236,-15.803],[-40.233,-15.757],[-40.177,-15.726],[-40.136,-15.513],[-40.187,-15.548],[-40.268,-15.479],[-40.285,-15.597],[-40.315,-15.61],[-40.35,-15.574],[-40.332,-15.63],[-40.378,-15.712],[-40.356,-15.752],[-40.45,-15.762],[-40.378,-15.818],[-40.236,-15.803]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2920106\",\"name\":\"Mairi\",\"centroid\":[-40.1821,-11.7301]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.357,-11.83],[-40.297,-11.81],[-40.038,-11.85],[-39.908,-11.707],[-40.039,-11.697],[-40.257,-11.597],[-40.34,-11.6],[-40.371,-11.616],[-40.357,-11.83]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2920205\",\"name\":\"Malhada\",\"centroid\":[-43.6486,-14.2297]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.587,-13.806],[-43.697,-14.21],[-43.818,-14.388],[-43.887,-14.585],[-43.859,-14.674],[-43.712,-14.715],[-43.657,-14.671],[-43.633,-14.572],[-43.717,-14.391],[-43.697,-14.349],[-43.575,-14.284],[-43.57,-14.182],[-43.456,-14.166],[-43.488,-14.091],[-43.44,-13.876],[-43.545,-13.793],[-43.441,-13.546],[-43.528,-13.592],[-43.587,-13.806]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2920304\",\"name\":\"Malhada de Pedras\",\"centroid\":[-41.841,-14.3532]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.932,-14.419],[-41.836,-14.465],[-41.694,-14.476],[-41.764,-14.256],[-41.968,-14.234],[-41.981,-14.287],[-41.932,-14.419]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2920403\",\"name\":\"Manoel Vitorino\",\"centroid\":[-40.5542,-14.0472]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.388,-14.266],[-40.357,-14.306],[-40.353,-14.275],[-40.181,-14.224],[-40.175,-14.135],[-40.216,-14.117],[-40.216,-14.036],[-40.319,-14.006],[-40.349,-14.033],[-40.51,-13.95],[-40.529,-13.87],[-40.648,-13.836],[-40.879,-13.844],[-40.937,-13.896],[-40.912,-13.914],[-40.95,-13.906],[-40.93,-13.983],[-40.88,-13.989],[-40.869,-14.031],[-40.679,-14.146],[-40.489,-14.202],[-40.466,-14.265],[-40.388,-14.266]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2920452\",\"name\":\"Mansidão\",\"centroid\":[-44.1069,-11.1243]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.496,-11.403],[-44.417,-11.364],[-44.345,-11.49],[-44.32,-11.488],[-44.121,-11.419],[-44.03,-11.443],[-43.975,-11.375],[-43.83,-11.349],[-43.922,-11.088],[-44.025,-10.956],[-43.923,-10.897],[-43.907,-10.799],[-43.997,-10.64],[-44.083,-10.589],[-44.166,-10.643],[-44.108,-10.808],[-44.219,-11.03],[-44.219,-11.087],[-44.496,-11.403]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2920502\",\"name\":\"Maracás\",\"centroid\":[-40.5564,-13.4936]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.278,-13.346],[-40.406,-13.29],[-40.525,-13.183],[-40.585,-13.215],[-40.627,-13.183],[-40.72,-13.239],[-40.785,-13.373],[-40.697,-13.508],[-40.684,-13.581],[-40.728,-13.751],[-40.666,-13.836],[-40.521,-13.889],[-40.44,-13.865],[-40.519,-13.789],[-40.538,-13.729],[-40.481,-13.7],[-40.493,-13.647],[-40.451,-13.657],[-40.422,-13.627],[-40.44,-13.584],[-40.327,-13.481],[-40.278,-13.346]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2920601\",\"name\":\"Maragogipe\",\"centroid\":[-38.9386,-12.8277]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.026,-12.939],[-39.043,-12.831],[-38.976,-12.847],[-38.885,-12.947],[-38.831,-12.955],[-38.811,-12.918],[-38.802,-12.838],[-38.831,-12.851],[-38.863,-12.823],[-38.938,-12.701],[-39.045,-12.735],[-39.075,-12.852],[-39.026,-12.939]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2920700\",\"name\":\"Maraú\",\"centroid\":[-39.1531,-14.1573]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.989,-14.217],[-38.928,-13.94],[-38.952,-13.872],[-39.001,-13.927],[-38.993,-14.082],[-39.251,-14.117],[-39.447,-14.216],[-39.444,-14.242],[-39.265,-14.291],[-38.989,-14.217]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2920809\",\"name\":\"Marcionílio Souza\",\"centroid\":[-40.6702,-13.1388]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.416,-13.088],[-40.481,-12.942],[-40.505,-12.945],[-40.576,-13.003],[-40.728,-13.025],[-40.918,-13.23],[-40.862,-13.318],[-40.784,-13.367],[-40.72,-13.239],[-40.627,-13.183],[-40.585,-13.215],[-40.416,-13.088]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2920908\",\"name\":\"Mascote\",\"centroid\":[-39.4187,-15.67]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.573,-15.795],[-39.484,-15.839],[-39.435,-15.793],[-39.356,-15.85],[-39.318,-15.825],[-39.363,-15.709],[-39.262,-15.634],[-39.345,-15.617],[-39.275,-15.564],[-39.382,-15.459],[-39.435,-15.488],[-39.409,-15.566],[-39.465,-15.579],[-39.477,-15.551],[-39.537,-15.625],[-39.531,-15.73],[-39.573,-15.795]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2921005\",\"name\":\"Mata de São João\",\"centroid\":[-38.153,-12.4803]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-37.944,-12.377],[-38.041,-12.462],[-38.143,-12.372],[-38.322,-12.457],[-38.317,-12.435],[-38.385,-12.483],[-38.378,-12.539],[-38.279,-12.611],[-38.215,-12.567],[-38.245,-12.472],[-38.194,-12.453],[-38.123,-12.508],[-38.073,-12.469],[-38.03,-12.597],[-37.893,-12.408],[-37.895,-12.38],[-37.944,-12.377]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2921054\",\"name\":\"Matina\",\"centroid\":[-42.9421,-13.8462]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.952,-13.957],[-42.808,-13.974],[-42.773,-13.747],[-43.029,-13.734],[-43.102,-13.795],[-43.139,-13.844],[-43.105,-13.932],[-43.035,-13.916],[-42.952,-13.957]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2921104\",\"name\":\"Medeiros Neto\",\"centroid\":[-40.2817,-17.3611]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.132,-17.247],[-40.197,-17.23],[-40.548,-17.284],[-40.609,-17.327],[-40.599,-17.392],[-40.623,-17.403],[-40.463,-17.499],[-40.353,-17.45],[-40.325,-17.404],[-40.221,-17.409],[-40.207,-17.441],[-40.032,-17.479],[-39.936,-17.465],[-39.936,-17.427],[-40.065,-17.263],[-40.132,-17.247]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2921203\",\"name\":\"Miguel Calmon\",\"centroid\":[-40.6186,-11.4228]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.703,-11.548],[-40.529,-11.578],[-40.523,-11.631],[-40.467,-11.602],[-40.371,-11.616],[-40.384,-11.505],[-40.309,-11.435],[-40.413,-11.364],[-40.483,-11.386],[-40.546,-11.304],[-40.582,-11.308],[-40.686,-11.212],[-40.746,-11.267],[-40.946,-11.285],[-40.864,-11.415],[-40.703,-11.548]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2921302\",\"name\":\"Milagres\",\"centroid\":[-39.7946,-12.9002]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.9,-12.875],[-39.9,-12.934],[-39.747,-13.013],[-39.711,-12.976],[-39.689,-13],[-39.638,-12.93],[-39.713,-12.862],[-39.834,-12.821],[-39.894,-12.753],[-39.928,-12.817],[-39.9,-12.875]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2921401\",\"name\":\"Mirangaba\",\"centroid\":[-40.716,-10.7766]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.93,-10.775],[-40.82,-10.805],[-40.708,-10.917],[-40.716,-10.952],[-40.688,-10.942],[-40.482,-11.049],[-40.458,-10.958],[-40.49,-10.942],[-40.444,-10.826],[-40.484,-10.684],[-40.507,-10.713],[-40.549,-10.7],[-40.546,-10.662],[-40.596,-10.684],[-40.747,-10.634],[-40.763,-10.592],[-40.942,-10.602],[-41.111,-10.658],[-41.08,-10.676],[-41.101,-10.713],[-40.93,-10.775]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2921450\",\"name\":\"Mirante\",\"centroid\":[-40.7637,-14.1728]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.7,-14.299],[-40.677,-14.33],[-40.635,-14.299],[-40.505,-14.338],[-40.388,-14.266],[-40.466,-14.265],[-40.489,-14.202],[-40.679,-14.146],[-40.869,-14.031],[-40.88,-13.989],[-40.93,-13.983],[-40.95,-13.906],[-41.04,-14.159],[-40.7,-14.299]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2921500\",\"name\":\"Monte Santo\",\"centroid\":[-39.457,-10.3836]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.768,-10.539],[-39.554,-10.582],[-39.483,-10.568],[-39.272,-10.697],[-39.231,-10.609],[-39.156,-10.556],[-39.152,-10.451],[-39.19,-10.427],[-39.143,-10.409],[-39.183,-10.259],[-39.236,-10.194],[-39.526,-10.188],[-39.56,-10.107],[-39.637,-10.121],[-39.737,-10.064],[-39.744,-10.243],[-39.714,-10.319],[-39.768,-10.539]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2921609\",\"name\":\"Morpará\",\"centroid\":[-43.0386,-11.7487]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.284,-11.561],[-43.28,-11.65],[-43.226,-11.677],[-43.227,-11.782],[-43.193,-11.812],[-43.137,-12.02],[-42.813,-11.941],[-42.861,-11.794],[-42.744,-11.705],[-42.84,-11.622],[-42.93,-11.577],[-42.954,-11.624],[-43.056,-11.559],[-43.057,-11.528],[-43.264,-11.483],[-43.284,-11.561]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2921708\",\"name\":\"Morro do Chapéu\",\"centroid\":[-41.164,-11.4694]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.393,-11.772],[-41.248,-11.816],[-41.254,-11.903],[-41.1,-11.957],[-41.086,-11.919],[-41.025,-12.002],[-40.92,-12.014],[-40.9,-11.978],[-40.974,-11.889],[-40.959,-11.843],[-40.902,-11.811],[-40.885,-11.758],[-40.849,-11.776],[-40.801,-11.743],[-40.703,-11.548],[-40.864,-11.415],[-40.946,-11.285],[-41.134,-11.153],[-41.295,-11.115],[-41.31,-11.026],[-41.241,-10.992],[-41.234,-10.957],[-41.428,-10.866],[-41.461,-10.832],[-41.441,-10.786],[-41.534,-10.736],[-41.599,-10.808],[-41.663,-10.811],[-41.54,-10.968],[-41.438,-10.977],[-41.368,-11.143],[-41.356,-11.228],[-41.399,-11.435],[-41.557,-11.559],[-41.368,-11.694],[-41.393,-11.772]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2921807\",\"name\":\"Mortugaba\",\"centroid\":[-42.3224,-14.975]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.479,-15.014],[-42.436,-15.026],[-42.443,-15.061],[-42.283,-15.118],[-42.279,-15.055],[-42.209,-15.023],[-42.239,-14.942],[-42.178,-14.819],[-42.346,-14.869],[-42.381,-14.948],[-42.466,-14.957],[-42.479,-15.014]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2921906\",\"name\":\"Mucugê\",\"centroid\":[-41.4759,-13.0619]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.439,-12.71],[-41.605,-12.711],[-41.64,-12.898],[-41.7,-12.995],[-41.626,-13.13],[-41.654,-13.168],[-41.593,-13.252],[-41.605,-13.425],[-41.446,-13.384],[-41.454,-13.263],[-41.399,-13.225],[-41.383,-13.271],[-41.291,-13.322],[-41.185,-13.23],[-41.235,-13.163],[-41.28,-13.157],[-41.256,-13.097],[-41.3,-13.056],[-41.439,-12.71]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922003\",\"name\":\"Mucuri\",\"centroid\":[-39.8534,-18.067]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.912,-18.179],[-39.668,-18.337],[-39.491,-17.998],[-40.021,-17.984],[-40.063,-17.952],[-40.085,-17.828],[-40.224,-17.734],[-40.174,-17.852],[-40.266,-17.932],[-39.912,-18.179]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922052\",\"name\":\"Mulungu do Morro\",\"centroid\":[-41.5251,-11.9764]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.681,-11.991],[-41.355,-12.168],[-41.368,-12.083],[-41.456,-11.97],[-41.421,-11.868],[-41.622,-11.832],[-41.68,-11.922],[-41.681,-11.991]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922102\",\"name\":\"Mundo Novo\",\"centroid\":[-40.5551,-11.9533]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.371,-11.616],[-40.45,-11.699],[-40.434,-11.747],[-40.484,-11.825],[-40.622,-11.838],[-40.578,-11.898],[-40.73,-12],[-40.832,-11.961],[-40.897,-11.99],[-40.909,-12.06],[-40.874,-12.126],[-40.585,-12.083],[-40.456,-12.111],[-40.455,-12.038],[-40.385,-12.028],[-40.302,-11.96],[-40.275,-11.908],[-40.364,-11.828],[-40.371,-11.616]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922201\",\"name\":\"Muniz Ferreira\",\"centroid\":[-39.0877,-13.0027]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.053,-13.048],[-39.026,-12.983],[-39.038,-12.957],[-39.06,-12.947],[-39.116,-12.957],[-39.109,-12.996],[-39.132,-12.987],[-39.146,-13.001],[-39.153,-13.041],[-39.127,-13.065],[-39.109,-13.038],[-39.053,-13.048]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922250\",\"name\":\"Muquém do São Francisco\",\"centroid\":[-43.495,-12.2119]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.929,-12.243],[-43.795,-12.248],[-43.685,-12.319],[-43.705,-12.384],[-43.553,-12.507],[-43.239,-12.63],[-43.222,-12.691],[-43.201,-12.674],[-43.188,-12.62],[-43.286,-12.331],[-43.228,-12.178],[-43.353,-12.003],[-43.353,-11.904],[-43.313,-11.867],[-43.348,-11.736],[-43.391,-11.734],[-43.38,-11.786],[-43.461,-11.807],[-43.511,-11.931],[-43.632,-11.931],[-43.662,-11.865],[-43.712,-11.871],[-43.693,-11.908],[-43.76,-12.004],[-43.724,-12.016],[-43.732,-12.048],[-43.823,-12.149],[-43.888,-12.172],[-43.929,-12.243]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922300\",\"name\":\"Muritiba\",\"centroid\":[-39.09,-12.6218]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.99,-12.595],[-39.058,-12.635],[-39.108,-12.592],[-39.179,-12.588],[-39.177,-12.63],[-39.073,-12.653],[-38.98,-12.637],[-38.99,-12.595]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922409\",\"name\":\"Mutuípe\",\"centroid\":[-39.5078,-13.3139]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.465,-13.368],[-39.471,-13.307],[-39.428,-13.296],[-39.438,-13.201],[-39.539,-13.184],[-39.556,-13.418],[-39.59,-13.426],[-39.598,-13.471],[-39.562,-13.477],[-39.465,-13.368]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922508\",\"name\":\"Nazaré\",\"centroid\":[-38.9797,-12.9532]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.053,-13.048],[-38.965,-13.046],[-38.957,-13.062],[-38.929,-13.01],[-38.883,-12.997],[-38.919,-12.915],[-38.998,-12.837],[-39.052,-12.838],[-39.024,-12.929],[-39.053,-13.048]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922607\",\"name\":\"Nilo Peçanha\",\"centroid\":[-39.175,-13.6627]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.08,-13.563],[-39.086,-13.601],[-39.243,-13.644],[-39.269,-13.691],[-39.419,-13.649],[-39.44,-13.725],[-39.288,-13.737],[-39.133,-13.651],[-38.988,-13.717],[-38.963,-13.687],[-39.002,-13.578],[-39.08,-13.563]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922656\",\"name\":\"Nordestina\",\"centroid\":[-39.4545,-10.8728]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.586,-10.777],[-39.527,-10.932],[-39.48,-10.95],[-39.463,-11.008],[-39.326,-10.978],[-39.378,-10.947],[-39.37,-10.765],[-39.444,-10.77],[-39.438,-10.749],[-39.501,-10.787],[-39.586,-10.777]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922706\",\"name\":\"Nova Canaã\",\"centroid\":[-40.1796,-14.8621]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.294,-14.933],[-40.3,-14.96],[-40.102,-15.045],[-40.038,-14.93],[-40.025,-14.819],[-40.089,-14.769],[-40.112,-14.787],[-40.201,-14.748],[-40.221,-14.673],[-40.29,-14.656],[-40.323,-14.803],[-40.276,-14.868],[-40.294,-14.933]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922730\",\"name\":\"Nova Fátima\",\"centroid\":[-39.6382,-11.618]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.641,-11.725],[-39.557,-11.676],[-39.535,-11.575],[-39.619,-11.505],[-39.766,-11.591],[-39.717,-11.627],[-39.696,-11.728],[-39.641,-11.725]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922755\",\"name\":\"Nova Ibiá\",\"centroid\":[-39.5842,-13.8238]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.68,-13.871],[-39.608,-13.861],[-39.543,-13.92],[-39.488,-13.881],[-39.556,-13.838],[-39.53,-13.804],[-39.565,-13.755],[-39.554,-13.727],[-39.598,-13.719],[-39.68,-13.871]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922805\",\"name\":\"Nova Itarana\",\"centroid\":[-40.033,-13.0472]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.152,-13.107],[-40.054,-13.114],[-39.944,-13.215],[-39.946,-13.166],[-39.923,-13.162],[-39.968,-13.039],[-39.9,-12.934],[-39.9,-12.875],[-40.011,-12.976],[-40.144,-12.982],[-40.199,-13.038],[-40.152,-13.107]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922854\",\"name\":\"Nova Redenção\",\"centroid\":[-41.093,-12.8025]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.967,-12.793],[-41.007,-12.621],[-41.047,-12.689],[-41.149,-12.711],[-41.186,-12.786],[-41.229,-12.82],[-41.26,-12.807],[-41.233,-12.912],[-41.108,-12.888],[-41.051,-12.924],[-41.02,-12.915],[-40.967,-12.793]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2922904\",\"name\":\"Nova Soure\",\"centroid\":[-38.556,-11.3136]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.445,-11.17],[-38.617,-11.162],[-38.774,-11.356],[-38.622,-11.411],[-38.664,-11.431],[-38.571,-11.464],[-38.571,-11.492],[-38.499,-11.491],[-38.374,-11.277],[-38.445,-11.17]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923001\",\"name\":\"Nova Viçosa\",\"centroid\":[-39.7136,-17.9015]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.068,-17.849],[-40.063,-17.952],[-40.01,-17.987],[-39.491,-17.998],[-39.364,-17.891],[-39.279,-17.873],[-39.258,-17.828],[-39.293,-17.861],[-39.448,-17.859],[-39.524,-17.812],[-39.709,-17.773],[-39.889,-17.849],[-40.068,-17.849]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923035\",\"name\":\"Novo Horizonte\",\"centroid\":[-42.1267,-12.8396]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.168,-12.96],[-42.125,-13.018],[-42.05,-12.943],[-42.055,-12.915],[-42.014,-12.92],[-42.018,-12.72],[-42.265,-12.727],[-42.212,-12.922],[-42.168,-12.96]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923050\",\"name\":\"Novo Triunfo\",\"centroid\":[-38.4523,-10.3615]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.417,-10.442],[-38.373,-10.402],[-38.388,-10.388],[-38.341,-10.374],[-38.34,-10.331],[-38.426,-10.297],[-38.485,-10.322],[-38.582,-10.282],[-38.579,-10.333],[-38.503,-10.377],[-38.485,-10.448],[-38.417,-10.442]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923100\",\"name\":\"Olindina\",\"centroid\":[-38.3538,-11.437]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.212,-11.351],[-38.373,-11.264],[-38.499,-11.491],[-38.301,-11.626],[-38.264,-11.424],[-38.212,-11.351]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923209\",\"name\":\"Oliveira dos Brejinhos\",\"centroid\":[-42.7321,-12.2826]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.889,-12.542],[-42.825,-12.57],[-42.639,-12.501],[-42.496,-12.545],[-42.37,-12.481],[-42.362,-12.42],[-42.321,-12.406],[-42.378,-12.234],[-42.561,-12.258],[-42.623,-12.087],[-42.669,-12.062],[-42.72,-12.115],[-42.777,-12.034],[-42.757,-11.985],[-42.813,-11.941],[-43.142,-12.035],[-43.059,-12.095],[-43.056,-12.155],[-42.978,-12.195],[-42.971,-12.376],[-42.928,-12.436],[-42.953,-12.471],[-42.889,-12.542]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923308\",\"name\":\"Ouriçangas\",\"centroid\":[-38.6554,-12.0073]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.658,-12.053],[-38.58,-12.082],[-38.631,-11.933],[-38.71,-11.961],[-38.724,-12.013],[-38.701,-12.053],[-38.658,-12.053]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923357\",\"name\":\"Ourolândia\",\"centroid\":[-41.1312,-10.8521]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.234,-10.957],[-41.103,-11.025],[-40.916,-11.023],[-40.878,-10.896],[-40.93,-10.775],[-41.006,-10.73],[-41.176,-10.723],[-41.179,-10.649],[-41.281,-10.643],[-41.307,-10.681],[-41.281,-10.738],[-41.461,-10.832],[-41.234,-10.957]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923407\",\"name\":\"Palmas de Monte Alto\",\"centroid\":[-43.2177,-14.1769]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.952,-13.957],[-43.052,-13.917],[-43.1,-13.928],[-43.128,-13.981],[-43.307,-13.991],[-43.374,-13.977],[-43.443,-13.893],[-43.488,-14.091],[-43.374,-14.362],[-43.421,-14.497],[-43.206,-14.457],[-43.061,-14.348],[-42.938,-14.103],[-42.946,-14.015],[-42.918,-13.983],[-42.952,-13.957]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923506\",\"name\":\"Palmeiras\",\"centroid\":[-41.555,-12.5524]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.605,-12.711],[-41.439,-12.71],[-41.479,-12.652],[-41.445,-12.623],[-41.485,-12.489],[-41.443,-12.469],[-41.441,-12.431],[-41.479,-12.371],[-41.565,-12.373],[-41.684,-12.536],[-41.662,-12.668],[-41.605,-12.711]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923605\",\"name\":\"Paramirim\",\"centroid\":[-42.2352,-13.521]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.358,-13.626],[-42.257,-13.608],[-42.218,-13.655],[-42.145,-13.672],[-42.137,-13.701],[-42.185,-13.695],[-42.156,-13.725],[-42.053,-13.703],[-42.049,-13.639],[-42.019,-13.624],[-42.041,-13.584],[-42.214,-13.409],[-42.174,-13.366],[-42.193,-13.27],[-42.228,-13.299],[-42.252,-13.283],[-42.266,-13.37],[-42.463,-13.44],[-42.358,-13.626]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923704\",\"name\":\"Paratinga\",\"centroid\":[-43.0651,-12.6934]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.222,-12.691],[-43.218,-12.735],[-43.287,-12.841],[-43.119,-13.026],[-43.046,-13.085],[-42.971,-13.096],[-42.913,-13.18],[-42.981,-12.971],[-42.891,-12.889],[-42.889,-12.542],[-42.953,-12.471],[-42.928,-12.436],[-42.972,-12.332],[-43.063,-12.348],[-43.106,-12.31],[-43.253,-12.381],[-43.188,-12.62],[-43.222,-12.691]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923803\",\"name\":\"Paripiranga\",\"centroid\":[-37.8994,-10.6192]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-37.909,-10.449],[-37.918,-10.584],[-38.042,-10.701],[-37.977,-10.758],[-37.81,-10.686],[-37.806,-10.601],[-37.841,-10.555],[-37.821,-10.483],[-37.848,-10.444],[-37.909,-10.449]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2923902\",\"name\":\"Pau Brasil\",\"centroid\":[-39.6892,-15.4689]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.59,-15.6],[-39.619,-15.553],[-39.548,-15.525],[-39.605,-15.495],[-39.579,-15.408],[-39.658,-15.284],[-39.741,-15.386],[-39.766,-15.367],[-39.837,-15.515],[-39.773,-15.566],[-39.713,-15.566],[-39.69,-15.636],[-39.651,-15.591],[-39.635,-15.618],[-39.59,-15.6]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924009\",\"name\":\"Paulo Afonso\",\"centroid\":[-38.2959,-9.5416]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.003,-9.515],[-38.011,-9.479],[-38.078,-9.441],[-38.203,-9.42],[-38.215,-9.353],[-38.441,-9.413],[-38.509,-9.354],[-38.492,-9.53],[-38.549,-9.685],[-38.488,-9.713],[-38.364,-9.707],[-38.308,-9.661],[-38.285,-9.691],[-38.157,-9.678],[-38.123,-9.62],[-38.037,-9.581],[-38.003,-9.515]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924058\",\"name\":\"Pé de Serra\",\"centroid\":[-39.6079,-11.8751]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.73,-11.906],[-39.646,-11.948],[-39.594,-12.061],[-39.537,-12.025],[-39.559,-12.009],[-39.467,-11.872],[-39.534,-11.832],[-39.541,-11.758],[-39.696,-11.728],[-39.695,-11.818],[-39.748,-11.86],[-39.73,-11.906]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924108\",\"name\":\"Pedrão\",\"centroid\":[-38.638,-12.1284]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.658,-12.193],[-38.613,-12.168],[-38.587,-12.194],[-38.571,-12.124],[-38.58,-12.082],[-38.658,-12.053],[-38.7,-12.139],[-38.733,-12.155],[-38.658,-12.193]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924207\",\"name\":\"Pedro Alexandre\",\"centroid\":[-37.9464,-10.0558]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.09,-10.148],[-38.018,-10.123],[-37.917,-10.162],[-37.75,-10.289],[-37.802,-10.113],[-37.783,-10.044],[-37.826,-10.037],[-37.908,-9.911],[-37.955,-9.943],[-38.004,-9.905],[-38.11,-9.893],[-38.14,-9.941],[-38.1,-9.968],[-38.09,-10.148]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924306\",\"name\":\"Piatã\",\"centroid\":[-41.8813,-13.0438]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.7,-12.995],[-41.798,-12.809],[-41.951,-12.821],[-42.019,-12.856],[-42.014,-12.92],[-42.055,-12.915],[-42.075,-12.979],[-42.124,-13.001],[-42.104,-13.133],[-41.913,-13.264],[-41.858,-13.189],[-41.788,-13.28],[-41.635,-13.158],[-41.7,-12.995]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924405\",\"name\":\"Pilão Arcado\",\"centroid\":[-43.1183,-10.0071]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.385,-10.24],[-43.279,-10.237],[-42.619,-10.569],[-42.57,-10.47],[-42.465,-10.382],[-42.456,-10.3],[-42.405,-10.253],[-42.435,-10.13],[-42.4,-10.058],[-42.227,-10.029],[-42.355,-9.91],[-42.507,-9.858],[-42.619,-9.722],[-42.664,-9.735],[-42.707,-9.646],[-42.767,-9.725],[-42.837,-9.746],[-42.917,-9.827],[-43.183,-9.725],[-43.377,-9.732],[-43.493,-9.457],[-43.606,-9.352],[-43.77,-9.442],[-43.85,-9.548],[-43.785,-9.762],[-43.655,-9.836],[-43.709,-9.913],[-43.662,-10.009],[-43.691,-10.073],[-43.766,-10.08],[-43.837,-10.302],[-43.916,-10.393],[-43.771,-10.393],[-43.722,-10.355],[-43.661,-10.374],[-43.656,-10.311],[-43.584,-10.248],[-43.385,-10.24]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924504\",\"name\":\"Pindaí\",\"centroid\":[-42.6827,-14.4737]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.57,-14.514],[-42.579,-14.45],[-42.524,-14.41],[-42.62,-14.296],[-42.752,-14.412],[-42.835,-14.562],[-42.8,-14.595],[-42.805,-14.657],[-42.57,-14.514]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924603\",\"name\":\"Pindobaçu\",\"centroid\":[-40.3394,-10.7236]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.445,-10.752],[-40.338,-10.829],[-40.285,-10.814],[-40.259,-10.852],[-40.204,-10.825],[-40.295,-10.608],[-40.401,-10.595],[-40.395,-10.651],[-40.478,-10.691],[-40.476,-10.764],[-40.445,-10.752]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924652\",\"name\":\"Pintadas\",\"centroid\":[-39.897,-11.8659]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.96,-11.975],[-39.905,-12.029],[-39.792,-11.904],[-39.73,-11.906],[-39.748,-11.86],[-39.713,-11.824],[-39.811,-11.825],[-39.841,-11.755],[-39.909,-11.721],[-39.971,-11.755],[-40.047,-11.871],[-39.96,-11.975]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924678\",\"name\":\"Piraí do Norte\",\"centroid\":[-39.381,-13.8082]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.288,-13.737],[-39.364,-13.734],[-39.38,-13.714],[-39.394,-13.728],[-39.439,-13.802],[-39.448,-13.892],[-39.385,-13.904],[-39.356,-13.836],[-39.318,-13.829],[-39.318,-13.77],[-39.288,-13.737]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924702\",\"name\":\"Piripá\",\"centroid\":[-41.7162,-15.0035]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.76,-15.138],[-41.639,-15.094],[-41.582,-15.021],[-41.655,-14.918],[-41.744,-14.866],[-41.83,-14.893],[-41.782,-14.96],[-41.787,-14.989],[-41.835,-15.007],[-41.79,-15.04],[-41.828,-15.052],[-41.76,-15.138]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924801\",\"name\":\"Piritiba\",\"centroid\":[-40.6013,-11.6959]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.371,-11.616],[-40.467,-11.602],[-40.523,-11.631],[-40.529,-11.578],[-40.695,-11.545],[-40.793,-11.694],[-40.798,-11.764],[-40.666,-11.795],[-40.625,-11.846],[-40.484,-11.825],[-40.434,-11.747],[-40.45,-11.699],[-40.371,-11.616]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2924900\",\"name\":\"Planaltino\",\"centroid\":[-40.3043,-13.1865]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.199,-13.049],[-40.321,-13.04],[-40.36,-13.084],[-40.401,-13.066],[-40.525,-13.183],[-40.406,-13.29],[-40.278,-13.346],[-40.25,-13.282],[-40.151,-13.337],[-40.14,-13.145],[-40.199,-13.049]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925006\",\"name\":\"Planalto\",\"centroid\":[-40.461,-14.7053]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.526,-14.756],[-40.39,-14.858],[-40.364,-14.912],[-40.315,-14.884],[-40.294,-14.933],[-40.276,-14.868],[-40.323,-14.803],[-40.333,-14.679],[-40.532,-14.54],[-40.647,-14.547],[-40.633,-14.659],[-40.526,-14.756]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925105\",\"name\":\"Poções\",\"centroid\":[-40.3715,-14.5379]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.647,-14.547],[-40.532,-14.54],[-40.462,-14.578],[-40.333,-14.679],[-40.332,-14.728],[-40.299,-14.745],[-40.296,-14.662],[-40.221,-14.673],[-40.166,-14.479],[-40.399,-14.394],[-40.414,-14.457],[-40.671,-14.469],[-40.647,-14.547]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925204\",\"name\":\"Pojuca\",\"centroid\":[-38.2524,-12.3619]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.337,-12.451],[-38.178,-12.409],[-38.143,-12.372],[-38.163,-12.328],[-38.139,-12.29],[-38.174,-12.261],[-38.277,-12.281],[-38.283,-12.342],[-38.314,-12.338],[-38.39,-12.403],[-38.382,-12.435],[-38.337,-12.451]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925253\",\"name\":\"Ponto Novo\",\"centroid\":[-40.1048,-10.9589]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.248,-10.911],[-39.99,-11.163],[-40.024,-10.867],[-40.157,-10.858],[-40.204,-10.818],[-40.242,-10.847],[-40.248,-10.911]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925303\",\"name\":\"Porto Seguro\",\"centroid\":[-39.2785,-16.6307]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.117,-16.892],[-39.142,-16.762],[-39.104,-16.698],[-39.062,-16.436],[-39.009,-16.346],[-39.195,-16.395],[-39.307,-16.373],[-39.483,-16.407],[-39.519,-16.495],[-39.42,-16.554],[-39.483,-16.611],[-39.337,-16.785],[-39.427,-16.744],[-39.469,-16.762],[-39.505,-16.872],[-39.488,-16.928],[-39.441,-16.894],[-39.405,-16.915],[-39.291,-16.888],[-39.166,-16.929],[-39.117,-16.892]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925402\",\"name\":\"Potiraguá\",\"centroid\":[-39.7713,-15.6787]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.923,-15.464],[-39.959,-15.48],[-39.97,-15.549],[-39.889,-15.635],[-39.937,-15.688],[-39.9,-15.876],[-39.836,-15.884],[-39.788,-15.812],[-39.663,-15.747],[-39.622,-15.773],[-39.537,-15.752],[-39.525,-15.614],[-39.585,-15.594],[-39.635,-15.618],[-39.651,-15.591],[-39.69,-15.636],[-39.713,-15.566],[-39.886,-15.521],[-39.923,-15.464]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925501\",\"name\":\"Prado\",\"centroid\":[-39.3463,-17.1357]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.632,-17.313],[-39.61,-17.279],[-39.562,-17.286],[-39.559,-17.258],[-39.468,-17.268],[-39.192,-17.446],[-39.212,-17.161],[-39.151,-16.942],[-39.111,-16.896],[-39.166,-16.929],[-39.291,-16.888],[-39.405,-16.915],[-39.441,-16.894],[-39.437,-16.981],[-39.469,-16.952],[-39.489,-16.99],[-39.477,-17.114],[-39.499,-17.141],[-39.57,-17.134],[-39.632,-17.313]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925600\",\"name\":\"Presidente Dutra\",\"centroid\":[-41.9955,-11.3044]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.054,-11.233],[-42.049,-11.331],[-42.026,-11.387],[-41.978,-11.428],[-41.943,-11.381],[-41.971,-11.344],[-41.925,-11.265],[-41.95,-11.223],[-42.022,-11.209],[-42.054,-11.233]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925709\",\"name\":\"Presidente Jânio Quadros\",\"centroid\":[-41.7228,-14.6943]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.806,-14.871],[-41.744,-14.866],[-41.641,-14.918],[-41.63,-14.868],[-41.576,-14.861],[-41.546,-14.814],[-41.61,-14.61],[-41.655,-14.578],[-41.638,-14.509],[-41.676,-14.477],[-41.793,-14.468],[-41.809,-14.533],[-41.873,-14.562],[-41.845,-14.576],[-41.907,-14.731],[-41.829,-14.794],[-41.806,-14.871]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925758\",\"name\":\"Presidente Tancredo Neves\",\"centroid\":[-39.4192,-13.4478]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.569,-13.477],[-39.569,-13.505],[-39.495,-13.532],[-39.444,-13.51],[-39.377,-13.532],[-39.364,-13.584],[-39.303,-13.485],[-39.325,-13.439],[-39.296,-13.377],[-39.428,-13.33],[-39.569,-13.477]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925808\",\"name\":\"Queimadas\",\"centroid\":[-39.7515,-11.0577]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.586,-10.777],[-39.682,-10.786],[-39.628,-10.915],[-39.721,-10.964],[-40.019,-10.884],[-40.025,-10.981],[-39.982,-11.151],[-39.953,-11.157],[-39.955,-11.249],[-39.862,-11.313],[-39.662,-11.212],[-39.41,-11.028],[-39.518,-10.945],[-39.586,-10.777]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925907\",\"name\":\"Quijingue\",\"centroid\":[-39.0508,-10.7775]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.115,-11.018],[-38.965,-10.839],[-38.974,-10.786],[-38.733,-10.718],[-38.779,-10.604],[-38.939,-10.623],[-38.95,-10.655],[-39.038,-10.631],[-39.259,-10.678],[-39.231,-10.954],[-39.211,-10.998],[-39.115,-11.018]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925931\",\"name\":\"Quixabeira\",\"centroid\":[-40.1192,-11.3929]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.166,-11.522],[-40.077,-11.528],[-40.075,-11.355],[-40.022,-11.276],[-40.028,-11.223],[-40.188,-11.339],[-40.196,-11.5],[-40.166,-11.522]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2925956\",\"name\":\"Rafael Jambeiro\",\"centroid\":[-39.575,-12.4798]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.635,-12.583],[-39.612,-12.595],[-39.562,-12.551],[-39.417,-12.616],[-39.319,-12.547],[-39.394,-12.504],[-39.373,-12.436],[-39.397,-12.349],[-39.537,-12.341],[-39.626,-12.404],[-39.781,-12.425],[-39.915,-12.508],[-39.635,-12.583]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2926004\",\"name\":\"Remanso\",\"centroid\":[-42.2462,-9.5954]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.069,-9.258],[-42.316,-9.317],[-42.435,-9.451],[-42.49,-9.463],[-42.493,-9.495],[-42.59,-9.498],[-42.71,-9.585],[-42.718,-9.652],[-42.685,-9.659],[-42.664,-9.735],[-42.619,-9.722],[-42.507,-9.858],[-42.355,-9.91],[-42.227,-10.029],[-42.078,-9.814],[-42.081,-9.734],[-42.041,-9.67],[-41.903,-9.704],[-41.855,-9.241],[-41.922,-9.279],[-41.972,-9.249],[-42.069,-9.258]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2926103\",\"name\":\"Retirolândia\",\"centroid\":[-39.4217,-11.5037]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.486,-11.601],[-39.346,-11.506],[-39.285,-11.375],[-39.399,-11.457],[-39.489,-11.476],[-39.536,-11.57],[-39.486,-11.601]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2926202\",\"name\":\"Riachão das Neves\",\"centroid\":[-45.2186,-11.6235]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-46.081,-11.624],[-45.86,-11.646],[-45.638,-11.79],[-45.281,-11.741],[-45.166,-11.853],[-45.094,-11.857],[-45.023,-11.905],[-44.966,-12],[-44.911,-12.011],[-44.82,-11.882],[-44.764,-11.872],[-44.68,-11.8],[-44.642,-11.709],[-44.685,-11.66],[-44.685,-11.408],[-44.786,-11.421],[-44.873,-11.346],[-44.944,-11.341],[-44.974,-11.386],[-45.029,-11.362],[-45.059,-11.401],[-45.23,-11.423],[-45.381,-11.384],[-45.632,-11.494],[-45.659,-11.437],[-45.773,-11.462],[-46.005,-11.564],[-46.109,-11.56],[-46.113,-11.606],[-46.081,-11.624]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2926301\",\"name\":\"Riachão do Jacuípe\",\"centroid\":[-39.4239,-11.7973]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.297,-11.991],[-39.28,-11.832],[-39.24,-11.774],[-39.363,-11.647],[-39.537,-11.562],[-39.557,-11.676],[-39.641,-11.725],[-39.541,-11.758],[-39.534,-11.832],[-39.467,-11.872],[-39.559,-12.009],[-39.458,-12.013],[-39.36,-11.967],[-39.297,-11.991]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2926400\",\"name\":\"Riacho de Santana\",\"centroid\":[-43.0476,-13.6309]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.773,-13.747],[-42.763,-13.64],[-42.705,-13.633],[-42.717,-13.532],[-42.68,-13.479],[-42.718,-13.422],[-42.913,-13.295],[-42.947,-13.29],[-42.96,-13.334],[-43.117,-13.324],[-43.129,-13.428],[-43.163,-13.441],[-43.241,-13.61],[-43.443,-13.893],[-43.374,-13.977],[-43.128,-13.981],[-43.105,-13.932],[-43.139,-13.844],[-43.029,-13.734],[-42.773,-13.747]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2926509\",\"name\":\"Ribeira do Amparo\",\"centroid\":[-38.3757,-10.9688]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.438,-11.118],[-38.322,-11.072],[-38.246,-10.921],[-38.21,-10.931],[-38.238,-10.8],[-38.411,-10.88],[-38.41,-10.917],[-38.531,-10.96],[-38.558,-11.021],[-38.438,-11.118]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2926608\",\"name\":\"Ribeira do Pombal\",\"centroid\":[-38.5452,-10.7919]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.547,-10.564],[-38.575,-10.688],[-38.733,-10.718],[-38.775,-10.774],[-38.711,-10.89],[-38.625,-10.94],[-38.574,-11.025],[-38.531,-10.96],[-38.41,-10.917],[-38.411,-10.88],[-38.377,-10.876],[-38.371,-10.636],[-38.494,-10.607],[-38.547,-10.564]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2926657\",\"name\":\"Ribeirão do Largo\",\"centroid\":[-40.6535,-15.4283]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.886,-15.298],[-40.893,-15.362],[-40.852,-15.437],[-40.749,-15.479],[-40.739,-15.533],[-40.65,-15.616],[-40.512,-15.677],[-40.481,-15.605],[-40.501,-15.416],[-40.477,-15.291],[-40.636,-15.28],[-40.632,-15.25],[-40.647,-15.274],[-40.677,-15.239],[-40.79,-15.247],[-40.82,-15.304],[-40.886,-15.298]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2926707\",\"name\":\"Rio de Contas\",\"centroid\":[-41.7475,-13.5841]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.749,-13.661],[-41.58,-13.864],[-41.559,-13.944],[-41.494,-13.916],[-41.538,-13.771],[-41.6,-13.707],[-41.616,-13.544],[-41.647,-13.572],[-41.713,-13.458],[-41.772,-13.433],[-41.747,-13.325],[-41.791,-13.373],[-41.792,-13.424],[-41.909,-13.311],[-41.948,-13.343],[-41.968,-13.527],[-41.749,-13.661]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2926806\",\"name\":\"Rio do Antônio\",\"centroid\":[-42.0785,-14.3158]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.994,-14.167],[-42.221,-14.172],[-42.229,-14.199],[-42.172,-14.246],[-42.194,-14.375],[-42.231,-14.378],[-42.173,-14.408],[-42.151,-14.489],[-41.932,-14.419],[-41.994,-14.167]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2926905\",\"name\":\"Rio do Pires\",\"centroid\":[-42.144,-13.1337]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.158,-13.227],[-42.033,-13.294],[-41.902,-13.31],[-41.913,-13.264],[-42.104,-13.133],[-42.112,-13.036],[-42.168,-12.96],[-42.258,-12.982],[-42.287,-13.031],[-42.381,-13.048],[-42.297,-13.136],[-42.248,-13.108],[-42.205,-13.124],[-42.158,-13.227]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2927002\",\"name\":\"Rio Real\",\"centroid\":[-37.9148,-11.5436]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-37.98,-11.595],[-37.932,-11.616],[-37.936,-11.668],[-37.865,-11.684],[-37.836,-11.735],[-37.778,-11.707],[-37.739,-11.723],[-37.747,-11.663],[-37.827,-11.585],[-37.809,-11.496],[-37.864,-11.467],[-37.849,-11.441],[-37.975,-11.393],[-37.986,-11.342],[-38.082,-11.458],[-38.057,-11.526],[-37.98,-11.595]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2927101\",\"name\":\"Rodelas\",\"centroid\":[-38.6937,-9.1886]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.785,-9.647],[-38.549,-9.685],[-38.508,-9.63],[-38.493,-9.49],[-38.64,-9.53],[-38.624,-9.459],[-38.57,-9.413],[-38.564,-9.259],[-38.608,-9.257],[-38.584,-9.037],[-38.47,-8.866],[-38.57,-8.83],[-38.645,-8.987],[-38.689,-8.947],[-38.706,-8.862],[-38.807,-8.788],[-38.868,-8.784],[-38.952,-8.805],[-38.982,-8.87],[-38.684,-9.216],[-38.648,-9.324],[-38.707,-9.389],[-38.683,-9.435],[-38.785,-9.538],[-38.785,-9.647]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2927200\",\"name\":\"Ruy Barbosa\",\"centroid\":[-40.6303,-12.2408]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.456,-12.111],[-40.585,-12.083],[-40.874,-12.126],[-40.894,-12.155],[-40.972,-12.129],[-41.041,-12.148],[-41.049,-12.182],[-40.983,-12.263],[-40.876,-12.265],[-40.687,-12.448],[-40.598,-12.453],[-40.481,-12.311],[-40.355,-12.255],[-40.212,-12.282],[-40.168,-12.353],[-40.112,-12.329],[-40.171,-12.226],[-40.386,-12.19],[-40.456,-12.111]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2927309\",\"name\":\"Salinas da Margarida\",\"centroid\":[-38.7594,-12.8857]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.811,-12.918],[-38.785,-12.954],[-38.752,-12.967],[-38.732,-12.948],[-38.703,-12.884],[-38.721,-12.847],[-38.699,-12.801],[-38.802,-12.838],[-38.82,-12.889],[-38.811,-12.918]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2927408\",\"name\":\"Salvador\",\"centroid\":[-38.5197,-12.8764]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.586,-13.013],[-38.469,-13.015],[-38.306,-12.904],[-38.355,-12.895],[-38.374,-12.824],[-38.403,-12.873],[-38.45,-12.846],[-38.516,-12.744],[-38.695,-12.754],[-38.688,-12.831],[-38.568,-12.915],[-38.586,-13.013]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2927507\",\"name\":\"Santa Bárbara\",\"centroid\":[-38.9851,-11.9362]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.904,-12.028],[-38.935,-11.838],[-38.992,-11.809],[-39.066,-11.83],[-39.014,-11.912],[-39.059,-11.977],[-39.042,-12.053],[-38.989,-12.059],[-38.964,-12.019],[-38.904,-12.028]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2927606\",\"name\":\"Santa Brígida\",\"centroid\":[-38.1714,-9.7711]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.443,-9.699],[-38.205,-9.909],[-37.992,-9.894],[-38.043,-9.723],[-38.009,-9.65],[-38.053,-9.633],[-38.061,-9.588],[-38.157,-9.678],[-38.285,-9.691],[-38.308,-9.661],[-38.364,-9.707],[-38.443,-9.699]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2927705\",\"name\":\"Santa Cruz Cabrália\",\"centroid\":[-39.1998,-16.2306]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.009,-16.346],[-39.022,-16.285],[-38.948,-16.156],[-38.948,-16.092],[-39.151,-16.052],[-39.279,-16.132],[-39.403,-16.098],[-39.421,-16.233],[-39.384,-16.266],[-39.439,-16.283],[-39.457,-16.392],[-39.261,-16.372],[-39.195,-16.395],[-39.009,-16.346]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2927804\",\"name\":\"Santa Cruz da Vitória\",\"centroid\":[-39.8104,-14.8893]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.689,-14.953],[-39.717,-14.973],[-39.737,-14.912],[-39.797,-14.884],[-39.779,-14.742],[-39.822,-14.748],[-39.875,-14.818],[-39.863,-14.978],[-39.885,-15.013],[-39.812,-14.971],[-39.767,-14.991],[-39.699,-14.977],[-39.689,-14.953]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2927903\",\"name\":\"Santa Inês\",\"centroid\":[-39.8526,-13.2862]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.753,-13.37],[-39.721,-13.345],[-39.759,-13.248],[-39.941,-13.161],[-39.944,-13.215],[-39.914,-13.259],[-39.976,-13.315],[-39.877,-13.391],[-39.813,-13.337],[-39.753,-13.37]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2928059\",\"name\":\"Santa Luzia\",\"centroid\":[-39.2486,-15.4495]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.364,-15.472],[-39.275,-15.564],[-39.345,-15.617],[-39.262,-15.634],[-39.202,-15.592],[-39.16,-15.603],[-39.164,-15.544],[-39.202,-15.513],[-39.044,-15.458],[-39.017,-15.391],[-39.275,-15.351],[-39.301,-15.304],[-39.365,-15.353],[-39.459,-15.313],[-39.466,-15.402],[-39.425,-15.39],[-39.364,-15.472]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2928109\",\"name\":\"Santa Maria da Vitória\",\"centroid\":[-44.3763,-13.2199]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.225,-13.428],[-44.027,-13.336],[-43.993,-13.254],[-44.152,-13.196],[-44.23,-13.201],[-44.286,-13.129],[-44.342,-13.118],[-44.551,-12.943],[-44.569,-12.977],[-44.612,-12.96],[-44.62,-13.014],[-44.707,-13.083],[-44.575,-13.243],[-44.545,-13.35],[-44.225,-13.428]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2928406\",\"name\":\"Santa Rita de Cássia\",\"centroid\":[-44.5529,-11.0073]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.344,-10.55],[-44.501,-10.65],[-44.59,-10.632],[-44.669,-10.687],[-44.667,-10.759],[-44.788,-10.809],[-44.847,-10.901],[-44.864,-10.885],[-44.965,-10.937],[-44.959,-11.07],[-45.008,-11.122],[-44.942,-11.201],[-44.983,-11.383],[-44.944,-11.341],[-44.873,-11.346],[-44.786,-11.421],[-44.713,-11.397],[-44.516,-11.416],[-44.248,-11.135],[-44.108,-10.808],[-44.166,-10.643],[-44.267,-10.623],[-44.344,-10.55]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2928505\",\"name\":\"Santa Terezinha\",\"centroid\":[-39.5651,-12.729]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.44,-12.615],[-39.577,-12.55],[-39.661,-12.613],[-39.634,-12.74],[-39.674,-12.755],[-39.654,-12.924],[-39.476,-12.854],[-39.502,-12.765],[-39.435,-12.676],[-39.44,-12.615]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2928000\",\"name\":\"Santaluz\",\"centroid\":[-39.4803,-11.2216]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.206,-11.274],[-39.242,-11.229],[-39.26,-11.069],[-39.309,-11.08],[-39.27,-11.004],[-39.344,-10.972],[-39.662,-11.212],[-39.875,-11.317],[-39.751,-11.422],[-39.499,-11.29],[-39.306,-11.367],[-39.234,-11.335],[-39.206,-11.274]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2928208\",\"name\":\"Santana\",\"centroid\":[-43.9435,-13.0671]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.857,-13.262],[-43.693,-13.169],[-43.64,-13.185],[-43.682,-13.116],[-43.686,-12.933],[-43.831,-12.986],[-44.003,-12.853],[-44.066,-12.875],[-44.171,-12.852],[-44.242,-12.889],[-44.256,-12.981],[-44.189,-12.975],[-44.106,-13.049],[-44.106,-13.229],[-44.065,-13.215],[-43.993,-13.254],[-43.994,-13.32],[-43.882,-13.303],[-43.857,-13.262]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2928307\",\"name\":\"Santanópolis\",\"centroid\":[-38.8624,-11.9721]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.875,-12.097],[-38.843,-12.106],[-38.806,-12.023],[-38.869,-11.816],[-38.915,-11.899],[-38.875,-12.097]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2928604\",\"name\":\"Santo Amaro\",\"centroid\":[-38.7641,-12.5622]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.687,-12.726],[-38.718,-12.615],[-38.688,-12.552],[-38.651,-12.554],[-38.656,-12.484],[-38.742,-12.473],[-38.811,-12.394],[-38.795,-12.37],[-38.834,-12.368],[-38.838,-12.514],[-38.881,-12.523],[-38.803,-12.595],[-38.828,-12.711],[-38.687,-12.726]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2928703\",\"name\":\"Santo Antônio de Jesus\",\"centroid\":[-39.2275,-13.0083]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.285,-13.059],[-39.262,-13.058],[-39.246,-13.095],[-39.175,-13.082],[-39.146,-13.001],[-39.109,-12.996],[-39.105,-12.974],[-39.224,-12.94],[-39.317,-12.948],[-39.32,-13.043],[-39.285,-13.059]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2928802\",\"name\":\"Santo Estêvão\",\"centroid\":[-39.2692,-12.468]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.319,-12.547],[-39.227,-12.546],[-39.206,-12.513],[-39.127,-12.498],[-39.195,-12.387],[-39.264,-12.374],[-39.38,-12.441],[-39.394,-12.504],[-39.364,-12.542],[-39.319,-12.547]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2928901\",\"name\":\"São Desidério\",\"centroid\":[-45.4893,-12.8027]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.551,-12.943],[-44.625,-12.572],[-44.716,-12.518],[-44.738,-12.409],[-44.837,-12.39],[-44.927,-12.293],[-45.133,-12.322],[-45.236,-12.427],[-45.487,-12.365],[-45.578,-12.4],[-45.841,-12.418],[-46.113,-12.531],[-46.198,-12.504],[-46.297,-12.576],[-46.276,-12.594],[-46.307,-12.637],[-46.268,-12.666],[-46.304,-12.696],[-46.268,-12.716],[-46.31,-12.796],[-46.274,-12.816],[-46.32,-12.956],[-46.105,-12.925],[-46.125,-12.96],[-46.276,-13.02],[-46.329,-13.1],[-46.295,-13.142],[-46.318,-13.305],[-46.103,-13.258],[-46.071,-13.287],[-46.136,-13.376],[-46.249,-13.431],[-46.209,-13.466],[-45.827,-13.253],[-45.609,-13.185],[-45.216,-13.13],[-44.798,-12.99],[-44.707,-13.083],[-44.62,-13.014],[-44.612,-12.96],[-44.569,-12.977],[-44.551,-12.943]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2928950\",\"name\":\"São Domingos\",\"centroid\":[-39.5781,-11.4505]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.537,-11.562],[-39.477,-11.485],[-39.49,-11.44],[-39.609,-11.346],[-39.699,-11.399],[-39.656,-11.431],[-39.631,-11.499],[-39.537,-11.562]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929107\",\"name\":\"São Felipe\",\"centroid\":[-39.0932,-12.8485]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.026,-12.939],[-39.075,-12.852],[-39.046,-12.793],[-39.045,-12.735],[-39.145,-12.741],[-39.119,-12.817],[-39.162,-12.849],[-39.131,-12.885],[-39.128,-12.957],[-39.113,-12.969],[-39.026,-12.939]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929008\",\"name\":\"São Félix\",\"centroid\":[-39.0009,-12.676]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.99,-12.595],[-38.971,-12.632],[-39.044,-12.644],[-39.058,-12.73],[-39.044,-12.738],[-39.007,-12.729],[-39.008,-12.711],[-38.989,-12.702],[-38.938,-12.701],[-38.962,-12.61],[-38.99,-12.595]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929057\",\"name\":\"São Félix do Coribe\",\"centroid\":[-44.031,-13.5543]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.261,-13.51],[-44.18,-13.684],[-43.983,-13.839],[-43.818,-13.726],[-43.933,-13.656],[-43.806,-13.503],[-43.906,-13.449],[-43.857,-13.262],[-43.882,-13.303],[-44.032,-13.318],[-44.073,-13.362],[-44.194,-13.394],[-44.26,-13.457],[-44.261,-13.51]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929206\",\"name\":\"São Francisco do Conde\",\"centroid\":[-38.633,-12.653]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.687,-12.726],[-38.535,-12.739],[-38.56,-12.689],[-38.539,-12.628],[-38.579,-12.632],[-38.621,-12.554],[-38.642,-12.57],[-38.688,-12.552],[-38.718,-12.615],[-38.687,-12.726]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929255\",\"name\":\"São Gabriel\",\"centroid\":[-41.7021,-11.0671]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.663,-10.811],[-41.694,-10.889],[-41.672,-10.869],[-41.645,-10.913],[-41.753,-10.94],[-41.926,-11.182],[-41.942,-11.228],[-41.876,-11.269],[-41.607,-11.145],[-41.427,-10.994],[-41.54,-10.968],[-41.663,-10.811]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929305\",\"name\":\"São Gonçalo dos Campos\",\"centroid\":[-38.9423,-12.4159]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.053,-12.447],[-38.838,-12.514],[-38.838,-12.409],[-38.908,-12.386],[-38.956,-12.301],[-38.996,-12.311],[-39.025,-12.355],[-39.01,-12.392],[-39.053,-12.41],[-39.053,-12.447]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929354\",\"name\":\"São José da Vitória\",\"centroid\":[-39.3537,-15.0737]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.33,-15.113],[-39.296,-15.088],[-39.282,-15.05],[-39.325,-15.017],[-39.366,-15.033],[-39.372,-15.016],[-39.404,-15.024],[-39.409,-15.062],[-39.392,-15.079],[-39.405,-15.113],[-39.399,-15.151],[-39.33,-15.113]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929370\",\"name\":\"São José do Jacuípe\",\"centroid\":[-39.8992,-11.4402]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.875,-11.317],[-39.914,-11.416],[-39.983,-11.45],[-40.07,-11.434],[-40.077,-11.528],[-39.944,-11.479],[-39.819,-11.504],[-39.772,-11.466],[-39.764,-11.411],[-39.875,-11.317]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929404\",\"name\":\"São Miguel das Matas\",\"centroid\":[-39.428,-13.0502]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.285,-13.059],[-39.342,-13.06],[-39.402,-12.997],[-39.443,-12.993],[-39.464,-12.953],[-39.532,-13.022],[-39.47,-13.124],[-39.256,-13.07],[-39.285,-13.059]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929503\",\"name\":\"São Sebastião do Passé\",\"centroid\":[-38.4996,-12.5184]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.378,-12.539],[-38.385,-12.483],[-38.337,-12.451],[-38.54,-12.413],[-38.611,-12.497],[-38.64,-12.476],[-38.651,-12.554],[-38.621,-12.554],[-38.579,-12.632],[-38.49,-12.592],[-38.373,-12.6],[-38.378,-12.539]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929602\",\"name\":\"Sapeaçu\",\"centroid\":[-39.213,-12.726]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.145,-12.741],[-39.145,-12.72],[-39.212,-12.649],[-39.232,-12.655],[-39.229,-12.681],[-39.262,-12.696],[-39.273,-12.744],[-39.226,-12.81],[-39.192,-12.754],[-39.165,-12.759],[-39.145,-12.741]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929701\",\"name\":\"Sátiro Dias\",\"centroid\":[-38.59,-11.5767]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.542,-11.755],[-38.435,-11.725],[-38.442,-11.606],[-38.405,-11.536],[-38.571,-11.492],[-38.571,-11.464],[-38.664,-11.431],[-38.622,-11.411],[-38.774,-11.356],[-38.674,-11.693],[-38.542,-11.755]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929750\",\"name\":\"Saubara\",\"centroid\":[-38.7689,-12.7787]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.695,-12.754],[-38.687,-12.726],[-38.836,-12.726],[-38.818,-12.772],[-38.846,-12.839],[-38.819,-12.851],[-38.699,-12.801],[-38.695,-12.754]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929800\",\"name\":\"Saúde\",\"centroid\":[-40.3855,-10.9107]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.482,-11.049],[-40.389,-11.062],[-40.348,-10.965],[-40.248,-10.911],[-40.242,-10.847],[-40.402,-10.8],[-40.445,-10.752],[-40.49,-10.942],[-40.458,-10.958],[-40.482,-11.049]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2929909\",\"name\":\"Seabra\",\"centroid\":[-41.8829,-12.4201]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.541,-12.357],[-41.729,-12.369],[-41.783,-12.161],[-41.961,-12.091],[-41.985,-12.291],[-42.056,-12.22],[-42.04,-12.291],[-42.108,-12.308],[-42.124,-12.278],[-42.27,-12.311],[-42.249,-12.39],[-42.072,-12.415],[-41.984,-12.601],[-42.03,-12.619],[-42.028,-12.658],[-41.898,-12.684],[-41.649,-12.68],[-41.684,-12.536],[-41.541,-12.357]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930006\",\"name\":\"Sebastião Laranjeiras\",\"centroid\":[-43.1274,-14.5741]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.835,-14.562],[-42.929,-14.423],[-43.049,-14.332],[-43.136,-14.427],[-43.421,-14.497],[-43.531,-14.816],[-43.424,-14.72],[-43.193,-14.65],[-43.083,-14.698],[-42.939,-14.708],[-42.906,-14.761],[-42.852,-14.764],[-42.793,-14.626],[-42.835,-14.562]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930105\",\"name\":\"Senhor do Bonfim\",\"centroid\":[-40.1163,-10.4833]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.27,-10.501],[-40.143,-10.638],[-40.018,-10.621],[-39.948,-10.55],[-40.027,-10.454],[-40.017,-10.403],[-40.058,-10.323],[-40.124,-10.344],[-40.136,-10.324],[-40.171,-10.358],[-40.21,-10.324],[-40.249,-10.378],[-40.237,-10.47],[-40.27,-10.501]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930204\",\"name\":\"Sento Sé\",\"centroid\":[-41.6465,-10.1065]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.054,-9.916],[-41.058,-9.853],[-40.968,-9.737],[-40.964,-9.553],[-41.007,-9.468],[-40.954,-9.398],[-41.003,-9.383],[-41.117,-9.404],[-41.213,-9.622],[-41.379,-9.694],[-41.559,-9.676],[-41.693,-9.77],[-42.041,-9.67],[-42.081,-9.734],[-42.078,-9.814],[-42.23,-10.036],[-42.355,-10.032],[-42.435,-10.13],[-42.406,-10.185],[-42.16,-10.258],[-42.006,-10.64],[-41.916,-10.643],[-41.769,-10.722],[-41.739,-10.708],[-41.673,-10.811],[-41.606,-10.809],[-41.548,-10.667],[-41.509,-10.671],[-41.496,-10.618],[-41.391,-10.566],[-41.382,-10.519],[-41.473,-10.465],[-41.379,-10.417],[-41.361,-10.37],[-41.243,-10.323],[-41.144,-10.223],[-41.193,-10.066],[-41.167,-10.023],[-41.256,-9.974],[-41.236,-9.926],[-41.185,-9.956],[-41.113,-9.906],[-41.1,-9.946],[-41.054,-9.916]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930154\",\"name\":\"Serra do Ramalho\",\"centroid\":[-43.6747,-13.487]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.587,-13.806],[-43.593,-13.763],[-43.548,-13.712],[-43.557,-13.645],[-43.45,-13.542],[-43.431,-13.429],[-43.463,-13.332],[-43.432,-13.259],[-43.705,-13.29],[-43.716,-13.182],[-43.857,-13.262],[-43.906,-13.449],[-43.806,-13.503],[-43.933,-13.656],[-43.587,-13.806]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930303\",\"name\":\"Serra Dourada\",\"centroid\":[-43.7988,-12.8078]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-44.171,-12.852],[-44.066,-12.875],[-44.003,-12.853],[-43.831,-12.986],[-43.594,-12.926],[-43.55,-12.887],[-43.536,-12.637],[-43.945,-12.705],[-44.081,-12.77],[-44.179,-12.741],[-44.152,-12.776],[-44.171,-12.852]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930402\",\"name\":\"Serra Preta\",\"centroid\":[-39.3747,-12.0985]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.594,-12.061],[-39.522,-12.037],[-39.408,-12.266],[-39.215,-12.096],[-39.339,-11.966],[-39.594,-12.061]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930501\",\"name\":\"Serrinha\",\"centroid\":[-38.9947,-11.6666]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.978,-11.816],[-38.986,-11.753],[-38.872,-11.699],[-38.888,-11.628],[-38.853,-11.606],[-38.885,-11.525],[-38.96,-11.56],[-39.021,-11.551],[-39.073,-11.616],[-39.158,-11.633],[-39.061,-11.77],[-39.077,-11.829],[-38.978,-11.816]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930600\",\"name\":\"Serrolândia\",\"centroid\":[-40.2593,-11.4269]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.394,-11.384],[-40.309,-11.435],[-40.254,-11.549],[-40.226,-11.564],[-40.17,-11.528],[-40.196,-11.5],[-40.188,-11.339],[-40.318,-11.334],[-40.394,-11.384]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930709\",\"name\":\"Simões Filho\",\"centroid\":[-38.4003,-12.7694]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.376,-12.677],[-38.419,-12.669],[-38.466,-12.815],[-38.407,-12.873],[-38.373,-12.818],[-38.327,-12.802],[-38.376,-12.677]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930758\",\"name\":\"Sítio do Mato\",\"centroid\":[-43.4736,-12.857]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.64,-13.185],[-43.517,-13.129],[-43.452,-13.147],[-43.46,-13.063],[-43.406,-12.998],[-43.404,-12.895],[-43.222,-12.691],[-43.239,-12.63],[-43.444,-12.551],[-43.536,-12.637],[-43.55,-12.887],[-43.594,-12.926],[-43.686,-12.933],[-43.682,-13.116],[-43.64,-13.185]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930766\",\"name\":\"Sítio do Quinto\",\"centroid\":[-38.1457,-10.3339]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.419,-10.308],[-38.253,-10.314],[-38.237,-10.381],[-38.15,-10.457],[-37.909,-10.431],[-37.936,-10.395],[-38.038,-10.378],[-38.065,-10.236],[-38.151,-10.216],[-38.166,-10.184],[-38.31,-10.28],[-38.36,-10.269],[-38.419,-10.308]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930774\",\"name\":\"Sobradinho\",\"centroid\":[-40.8792,-9.6582]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.715,-9.449],[-40.934,-9.394],[-41.007,-9.468],[-40.964,-9.553],[-40.968,-9.737],[-41.058,-9.853],[-41.054,-9.921],[-40.944,-9.883],[-40.944,-9.914],[-40.892,-9.914],[-40.822,-9.837],[-40.814,-9.871],[-40.787,-9.851],[-40.74,-9.714],[-40.77,-9.569],[-40.715,-9.449]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930808\",\"name\":\"Souto Soares\",\"centroid\":[-41.791,-12.0256]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.81,-12.153],[-41.604,-12.145],[-41.454,-12.099],[-42.022,-11.815],[-42.026,-11.889],[-41.944,-12.013],[-41.979,-12.021],[-41.945,-12.074],[-41.97,-12.092],[-41.81,-12.153]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2930907\",\"name\":\"Tabocas do Brejo Velho\",\"centroid\":[-44.1541,-12.4829]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.945,-12.705],[-43.976,-12.669],[-44.068,-12.697],[-44.074,-12.544],[-44.117,-12.486],[-44.023,-12.415],[-43.958,-12.238],[-44.05,-12.273],[-44.234,-12.262],[-44.313,-12.307],[-44.315,-12.523],[-44.233,-12.571],[-44.265,-12.634],[-44.179,-12.741],[-44.081,-12.77],[-43.945,-12.705]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2931004\",\"name\":\"Tanhaçu\",\"centroid\":[-41.1998,-14.1523]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.381,-14.102],[-41.403,-14.261],[-41.108,-14.367],[-41.092,-14.287],[-41.007,-14.211],[-41.004,-14.165],[-41.04,-14.159],[-41.008,-14.047],[-41.121,-14.035],[-41.142,-13.977],[-41.244,-13.893],[-41.279,-13.92],[-41.287,-14.086],[-41.381,-14.102]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2931053\",\"name\":\"Tanque Novo\",\"centroid\":[-42.5373,-13.556]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.72,-13.563],[-42.672,-13.627],[-42.577,-13.597],[-42.518,-13.677],[-42.352,-13.691],[-42.36,-13.605],[-42.405,-13.58],[-42.451,-13.442],[-42.549,-13.46],[-42.626,-13.405],[-42.711,-13.503],[-42.72,-13.563]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2931103\",\"name\":\"Tanquinho\",\"centroid\":[-39.0958,-11.9634]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.175,-11.981],[-39.178,-12.029],[-39.092,-12.07],[-39.056,-12.063],[-39.059,-11.977],[-39.014,-11.912],[-39.066,-11.83],[-39.175,-11.981]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2931202\",\"name\":\"Taperoá\",\"centroid\":[-39.222,-13.5735]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.08,-13.563],[-39.071,-13.488],[-39.093,-13.475],[-39.159,-13.477],[-39.182,-13.511],[-39.249,-13.527],[-39.279,-13.476],[-39.342,-13.538],[-39.355,-13.668],[-39.269,-13.691],[-39.243,-13.644],[-39.215,-13.655],[-39.182,-13.617],[-39.086,-13.601],[-39.08,-13.563]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2931301\",\"name\":\"Tapiramutá\",\"centroid\":[-40.7857,-11.8779]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.897,-11.99],[-40.832,-11.961],[-40.73,-12],[-40.578,-11.898],[-40.666,-11.795],[-40.78,-11.775],[-40.801,-11.743],[-40.849,-11.776],[-40.885,-11.758],[-40.974,-11.889],[-40.897,-11.99]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2931350\",\"name\":\"Teixeira de Freitas\",\"centroid\":[-39.7874,-17.4223]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.632,-17.313],[-39.699,-17.271],[-39.839,-17.258],[-39.838,-17.331],[-39.89,-17.364],[-39.941,-17.349],[-39.943,-17.27],[-40.005,-17.233],[-40.065,-17.263],[-39.936,-17.427],[-39.937,-17.474],[-39.768,-17.627],[-39.605,-17.558],[-39.632,-17.313]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2931400\",\"name\":\"Teodoro Sampaio\",\"centroid\":[-38.6126,-12.2637]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.527,-12.275],[-38.521,-12.259],[-38.613,-12.168],[-38.658,-12.193],[-38.698,-12.279],[-38.657,-12.361],[-38.62,-12.319],[-38.569,-12.309],[-38.532,-12.343],[-38.527,-12.275]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2931509\",\"name\":\"Teofilândia\",\"centroid\":[-38.9478,-11.4692]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.021,-11.551],[-38.87,-11.537],[-38.823,-11.414],[-38.865,-11.382],[-38.98,-11.423],[-39.054,-11.399],[-39.074,-11.421],[-39.049,-11.444],[-39.066,-11.488],[-39.021,-11.551]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2931608\",\"name\":\"Teolândia\",\"centroid\":[-39.495,-13.5559]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.669,-13.537],[-39.472,-13.615],[-39.425,-13.596],[-39.355,-13.668],[-39.349,-13.573],[-39.374,-13.582],[-39.377,-13.532],[-39.444,-13.51],[-39.495,-13.532],[-39.603,-13.467],[-39.669,-13.537]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2931707\",\"name\":\"Terra Nova\",\"centroid\":[-38.5986,-12.3937]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.526,-12.416],[-38.532,-12.343],[-38.563,-12.331],[-38.569,-12.309],[-38.62,-12.319],[-38.676,-12.414],[-38.611,-12.497],[-38.562,-12.422],[-38.526,-12.416]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2931806\",\"name\":\"Tremedal\",\"centroid\":[-41.4749,-15.0516]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.269,-14.798],[-41.309,-14.783],[-41.382,-14.825],[-41.391,-14.799],[-41.477,-14.795],[-41.63,-14.868],[-41.655,-14.918],[-41.586,-15.041],[-41.639,-15.094],[-41.76,-15.138],[-41.456,-15.41],[-41.424,-15.307],[-41.385,-15.278],[-41.413,-15.165],[-41.295,-15.079],[-41.302,-15.024],[-41.219,-14.998],[-41.264,-14.913],[-41.269,-14.798]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2931905\",\"name\":\"Tucano\",\"centroid\":[-38.812,-11.0278]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.115,-11.018],[-38.945,-11.052],[-38.858,-11.353],[-38.774,-11.356],[-38.611,-11.137],[-38.559,-11.127],[-38.594,-10.988],[-38.668,-10.899],[-38.711,-10.89],[-38.781,-10.718],[-38.974,-10.786],[-38.965,-10.839],[-39.115,-11.018]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2932002\",\"name\":\"Uauá\",\"centroid\":[-39.4632,-9.9054]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.734,-10.089],[-39.737,-10.064],[-39.637,-10.121],[-39.56,-10.107],[-39.526,-10.188],[-39.267,-10.193],[-39.263,-10.087],[-39.202,-9.972],[-39.235,-9.72],[-39.212,-9.646],[-39.331,-9.594],[-39.644,-9.707],[-39.663,-9.751],[-39.796,-9.844],[-39.738,-9.901],[-39.768,-10.008],[-39.734,-10.089]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2932101\",\"name\":\"Ubaíra\",\"centroid\":[-39.678,-13.2779]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.632,-13.471],[-39.639,-13.36],[-39.592,-13.251],[-39.608,-13.19],[-39.539,-13.165],[-39.632,-13.096],[-39.749,-13.124],[-39.748,-13.192],[-39.839,-13.19],[-39.759,-13.248],[-39.729,-13.313],[-39.727,-13.37],[-39.753,-13.37],[-39.716,-13.427],[-39.729,-13.489],[-39.669,-13.537],[-39.632,-13.471]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2932200\",\"name\":\"Ubaitaba\",\"centroid\":[-39.4292,-14.2675]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.443,-14.304],[-39.367,-14.278],[-39.347,-14.313],[-39.309,-14.316],[-39.265,-14.291],[-39.318,-14.278],[-39.323,-14.255],[-39.496,-14.238],[-39.541,-14.21],[-39.582,-14.245],[-39.443,-14.304]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2932309\",\"name\":\"Ubatã\",\"centroid\":[-39.5192,-14.0955]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.516,-14.221],[-39.471,-14.107],[-39.499,-14.084],[-39.48,-13.981],[-39.497,-13.933],[-39.52,-13.966],[-39.546,-13.96],[-39.527,-14.052],[-39.576,-14.216],[-39.568,-14.24],[-39.546,-14.21],[-39.516,-14.221]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2932408\",\"name\":\"Uibaí\",\"centroid\":[-42.0996,-11.3834]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.978,-11.428],[-42.049,-11.331],[-42.054,-11.233],[-42.24,-11.261],[-42.16,-11.405],[-42.164,-11.48],[-42.089,-11.521],[-42.067,-11.588],[-41.978,-11.428]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2932457\",\"name\":\"Umburanas\",\"centroid\":[-41.248,-10.5765]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.101,-10.713],[-41.08,-10.676],[-41.111,-10.658],[-40.935,-10.605],[-40.872,-10.501],[-40.941,-10.51],[-40.967,-10.451],[-41.02,-10.431],[-41.107,-10.467],[-41.176,-10.43],[-41.225,-10.454],[-41.288,-10.336],[-41.473,-10.465],[-41.382,-10.519],[-41.391,-10.566],[-41.496,-10.618],[-41.498,-10.659],[-41.548,-10.667],[-41.591,-10.731],[-41.582,-10.754],[-41.478,-10.756],[-41.443,-10.802],[-41.281,-10.738],[-41.307,-10.681],[-41.281,-10.643],[-41.179,-10.649],[-41.176,-10.723],[-41.101,-10.713]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2932507\",\"name\":\"Una\",\"centroid\":[-39.1475,-15.2199]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.017,-15.391],[-38.973,-15.386],[-38.996,-15.085],[-39.06,-15.111],[-39.132,-15.036],[-39.294,-15.072],[-39.33,-15.113],[-39.299,-15.225],[-39.34,-15.319],[-39.301,-15.304],[-39.275,-15.351],[-39.017,-15.391]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2932606\",\"name\":\"Urandi\",\"centroid\":[-42.6831,-14.7355]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.559,-14.824],[-42.581,-14.761],[-42.552,-14.616],[-42.583,-14.591],[-42.57,-14.514],[-42.671,-14.592],[-42.764,-14.613],[-42.872,-14.765],[-42.628,-14.941],[-42.559,-14.824]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2932705\",\"name\":\"Uruçuca\",\"centroid\":[-39.2316,-14.5278]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.364,-14.45],[-39.401,-14.556],[-39.358,-14.579],[-39.354,-14.624],[-39.272,-14.638],[-39.194,-14.61],[-39.145,-14.53],[-39.034,-14.515],[-39.018,-14.418],[-39.05,-14.406],[-39.132,-14.489],[-39.364,-14.45]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2932804\",\"name\":\"Utinga\",\"centroid\":[-41.0684,-12.0512]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.229,-12.137],[-41.121,-12.114],[-40.894,-12.155],[-40.874,-12.126],[-40.909,-12.06],[-40.897,-11.99],[-40.972,-12.016],[-41.025,-12.002],[-41.086,-11.919],[-41.1,-11.957],[-41.223,-11.919],[-41.19,-11.98],[-41.231,-12.04],[-41.229,-12.137]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2932903\",\"name\":\"Valença\",\"centroid\":[-39.1835,-13.3471]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.951,-13.39],[-38.965,-13.295],[-38.919,-13.214],[-38.94,-13.206],[-38.988,-13.248],[-39.011,-13.227],[-39.102,-13.258],[-39.207,-13.222],[-39.212,-13.293],[-39.338,-13.2],[-39.347,-13.251],[-39.438,-13.237],[-39.428,-13.296],[-39.48,-13.338],[-39.446,-13.368],[-39.428,-13.33],[-39.352,-13.338],[-39.345,-13.372],[-39.296,-13.377],[-39.321,-13.454],[-39.249,-13.527],[-39.159,-13.477],[-39.071,-13.488],[-39.032,-13.38],[-38.951,-13.39]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2933000\",\"name\":\"Valente\",\"centroid\":[-39.4485,-11.3749]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.609,-11.346],[-39.49,-11.44],[-39.489,-11.476],[-39.268,-11.378],[-39.273,-11.337],[-39.311,-11.367],[-39.499,-11.29],[-39.609,-11.346]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2933059\",\"name\":\"Várzea da Roça\",\"centroid\":[-40.0678,-11.5999]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.231,-11.605],[-40.039,-11.697],[-39.92,-11.687],[-39.962,-11.623],[-39.969,-11.491],[-40.095,-11.539],[-40.166,-11.522],[-40.226,-11.564],[-40.231,-11.605]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2933109\",\"name\":\"Várzea do Poço\",\"centroid\":[-40.3149,-11.5426]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.226,-11.564],[-40.294,-11.494],[-40.309,-11.435],[-40.384,-11.505],[-40.371,-11.616],[-40.33,-11.599],[-40.303,-11.611],[-40.257,-11.597],[-40.243,-11.612],[-40.226,-11.564]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2933158\",\"name\":\"Várzea Nova\",\"centroid\":[-41.0171,-11.1255]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.234,-10.957],[-41.241,-10.992],[-41.297,-11.004],[-41.317,-11.073],[-41.252,-11.143],[-41.134,-11.153],[-40.946,-11.285],[-40.726,-11.246],[-40.801,-11.113],[-40.916,-11.023],[-41.103,-11.025],[-41.234,-10.957]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2933174\",\"name\":\"Varzedo\",\"centroid\":[-39.3923,-12.9549]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.464,-12.953],[-39.443,-12.993],[-39.402,-12.997],[-39.342,-13.06],[-39.285,-13.059],[-39.32,-13.043],[-39.313,-12.996],[-39.351,-12.902],[-39.427,-12.884],[-39.457,-12.845],[-39.479,-12.864],[-39.464,-12.953]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2933208\",\"name\":\"Vera Cruz\",\"centroid\":[-38.6935,-13.0026]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-38.561,-12.933],[-38.723,-12.924],[-38.788,-13.022],[-38.797,-13.137],[-38.643,-13.015],[-38.586,-13.013],[-38.561,-12.933]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2933257\",\"name\":\"Vereda\",\"centroid\":[-39.9606,-17.1878]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.132,-17.247],[-40.077,-17.273],[-40.005,-17.233],[-39.943,-17.27],[-39.941,-17.349],[-39.859,-17.363],[-39.839,-17.258],[-39.699,-17.271],[-39.632,-17.313],[-39.631,-17.254],[-39.58,-17.183],[-39.622,-17.159],[-39.836,-17.242],[-39.902,-17.229],[-39.983,-17.187],[-40.088,-17.067],[-40.156,-17.077],[-40.23,-16.973],[-40.397,-16.943],[-40.401,-16.89],[-40.418,-16.928],[-40.394,-16.961],[-40.258,-17.004],[-40.161,-17.108],[-40.129,-17.099],[-40.153,-17.169],[-40.126,-17.187],[-40.132,-17.247]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2933307\",\"name\":\"Vitória da Conquista\",\"centroid\":[-40.9136,-15.0218]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-40.702,-15.076],[-40.706,-15.015],[-40.74,-15.001],[-40.718,-14.886],[-40.669,-14.828],[-40.526,-14.756],[-40.615,-14.671],[-40.959,-14.674],[-40.964,-14.789],[-41.172,-14.854],[-41.088,-15.042],[-41.094,-15.114],[-41.164,-15.2],[-41.14,-15.402],[-41.046,-15.472],[-40.956,-15.465],[-40.926,-15.423],[-40.934,-15.339],[-40.882,-15.293],[-40.82,-15.304],[-40.848,-15.269],[-40.82,-15.203],[-40.702,-15.076]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2933406\",\"name\":\"Wagner\",\"centroid\":[-41.1455,-12.2292]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-41.159,-12.386],[-41.061,-12.265],[-40.983,-12.263],[-41.041,-12.211],[-41.041,-12.148],[-41.121,-12.114],[-41.275,-12.149],[-41.2,-12.358],[-41.159,-12.386]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2933455\",\"name\":\"Wanderley\",\"centroid\":[-43.9045,-11.8081]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-43.929,-12.243],[-43.888,-12.172],[-43.823,-12.149],[-43.732,-12.048],[-43.724,-12.016],[-43.76,-12.004],[-43.693,-11.908],[-43.712,-11.871],[-43.662,-11.865],[-43.83,-11.349],[-43.87,-11.443],[-43.958,-11.446],[-43.989,-11.505],[-44.036,-11.509],[-44.039,-11.555],[-44.093,-11.572],[-44.093,-11.614],[-44.132,-11.596],[-44.169,-11.65],[-44.149,-11.737],[-44.012,-11.808],[-44.05,-11.989],[-44.112,-12.033],[-44.048,-12.076],[-44.081,-12.154],[-43.965,-12.182],[-43.973,-12.23],[-43.929,-12.243]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2933505\",\"name\":\"Wenceslau Guimarães\",\"centroid\":[-39.62,-13.6307]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-39.391,-13.646],[-39.425,-13.596],[-39.472,-13.615],[-39.727,-13.503],[-39.814,-13.564],[-39.728,-13.734],[-39.644,-13.691],[-39.554,-13.727],[-39.44,-13.725],[-39.433,-13.666],[-39.391,-13.646]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"2933604\",\"name\":\"Xique-Xique\",\"centroid\":[-42.7795,-10.9831]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-42.538,-11.005],[-42.523,-10.904],[-42.423,-10.774],[-42.364,-10.771],[-42.323,-10.659],[-42.358,-10.512],[-42.313,-10.444],[-42.399,-10.312],[-42.367,-10.268],[-42.406,-10.185],[-42.405,-10.253],[-42.456,-10.3],[-42.465,-10.382],[-42.57,-10.47],[-42.587,-10.545],[-42.661,-10.588],[-42.748,-10.787],[-42.921,-10.848],[-43.095,-11.026],[-43.196,-11.223],[-43.173,-11.321],[-43.264,-11.483],[-43.057,-11.528],[-43.056,-11.559],[-42.954,-11.624],[-42.93,-11.577],[-42.855,-11.612],[-42.867,-11.557],[-42.837,-11.527],[-42.913,-11.277],[-42.822,-11.308],[-42.839,-11.159],[-42.766,-11.092],[-42.791,-11.058],[-42.754,-11.039],[-42.755,-11.002],[-42.671,-11.015],[-42.62,-11.088],[-42.538,-11.005]]]}}]}"],"mappings":""}