tempest-react-sdk 0.53.0 → 0.54.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 (463) 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 +904 -41
  419. package/dist/tempest-react-sdk.js +293 -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/use-link-stats.cjs +2 -0
  452. package/dist/webrtc/use-link-stats.cjs.map +1 -0
  453. package/dist/webrtc/use-link-stats.js +22 -0
  454. package/dist/webrtc/use-link-stats.js.map +1 -0
  455. package/dist/ws/create-web-socket.cjs +1 -1
  456. package/dist/ws/create-web-socket.cjs.map +1 -1
  457. package/dist/ws/create-web-socket.js +81 -85
  458. package/dist/ws/create-web-socket.js.map +1 -1
  459. package/dist/ws/use-web-socket.cjs +1 -1
  460. package/dist/ws/use-web-socket.cjs.map +1 -1
  461. package/dist/ws/use-web-socket.js +42 -48
  462. package/dist/ws/use-web-socket.js.map +1 -1
  463. package/package.json +5 -2
@@ -1,2 +1,2 @@
1
- var e=`FeatureCollection`,t=`PI`,n=[{type:`Feature`,properties:{id:`2200053`,name:`Acauã`,centroid:[-40.9637,-8.2735]},geometry:{type:`Polygon`,coordinates:[[[-40.96,-8.107],[-40.799,-8.188],[-40.764,-8.244],[-40.78,-8.302],[-40.819,-8.321],[-40.836,-8.38],[-40.893,-8.357],[-40.926,-8.446],[-40.979,-8.398],[-41.084,-8.445],[-41.137,-8.357],[-41.098,-8.187],[-41.01,-8.11],[-40.96,-8.107]]]}},{type:`Feature`,properties:{id:`2200103`,name:`Agricolândia`,centroid:[-42.6813,-5.7704]},geometry:{type:`Polygon`,coordinates:[[[-42.671,-5.712],[-42.698,-5.728],[-42.633,-5.728],[-42.616,-5.758],[-42.656,-5.832],[-42.72,-5.817],[-42.744,-5.717],[-42.719,-5.708],[-42.719,-5.736],[-42.671,-5.712]]]}},{type:`Feature`,properties:{id:`2200202`,name:`Água Branca`,centroid:[-42.6282,-5.9125]},geometry:{type:`Polygon`,coordinates:[[[-42.662,-5.952],[-42.686,-5.958],[-42.659,-5.864],[-42.601,-5.853],[-42.613,-5.887],[-42.547,-5.943],[-42.662,-5.952]]]}},{type:`Feature`,properties:{id:`2200251`,name:`Alagoinha do Piauí`,centroid:[-40.9205,-6.9301]},geometry:{type:`Polygon`,coordinates:[[[-40.884,-6.79],[-40.839,-6.796],[-40.828,-6.928],[-40.875,-7.036],[-40.997,-7.137],[-40.981,-6.772],[-40.884,-6.79]]]}},{type:`Feature`,properties:{id:`2200277`,name:`Alegrete do Piauí`,centroid:[-40.7866,-7.1887]},geometry:{type:`Polygon`,coordinates:[[[-40.789,-7.116],[-40.71,-7.135],[-40.671,-7.209],[-40.86,-7.274],[-40.879,-7.151],[-40.789,-7.116]]]}},{type:`Feature`,properties:{id:`2200301`,name:`Alto Longá`,centroid:[-42.1564,-5.375]},geometry:{type:`Polygon`,coordinates:[[[-42.191,-5.119],[-42.079,-5.123],[-41.994,-5.167],[-42.02,-5.233],[-41.993,-5.287],[-42.035,-5.338],[-41.943,-5.41],[-42.032,-5.556],[-42.228,-5.671],[-42.368,-5.32],[-42.191,-5.119]]]}},{type:`Feature`,properties:{id:`2200400`,name:`Altos`,centroid:[-42.4669,-5.0154]},geometry:{type:`Polygon`,coordinates:[[[-42.379,-5.152],[-42.445,-5.214],[-42.478,-5.168],[-42.578,-5.169],[-42.599,-5.194],[-42.601,-4.904],[-42.37,-4.832],[-42.313,-4.938],[-42.379,-5.152]]]}},{type:`Feature`,properties:{id:`2200459`,name:`Alvorada do Gurguéia`,centroid:[-43.9668,-8.4613]},geometry:{type:`Polygon`,coordinates:[[[-43.63,-8.263],[-43.683,-8.599],[-44.208,-8.627],[-44.205,-8.553],[-44.408,-8.461],[-44.383,-8.366],[-44.106,-8.369],[-44.013,-8.403],[-43.919,-8.387],[-43.879,-8.313],[-43.826,-8.315],[-43.822,-8.253],[-43.63,-8.263]]]}},{type:`Feature`,properties:{id:`2200509`,name:`Amarante`,centroid:[-42.7884,-6.3679]},geometry:{type:`Polygon`,coordinates:[[[-42.799,-6.153],[-42.788,-6.202],[-42.726,-6.175],[-42.714,-6.263],[-42.669,-6.29],[-42.593,-6.49],[-42.791,-6.521],[-42.841,-6.705],[-42.857,-6.662],[-42.917,-6.637],[-42.871,-6.512],[-42.877,-6.417],[-42.829,-6.337],[-42.86,-6.33],[-42.862,-6.239],[-42.968,-6.178],[-42.979,-6.138],[-42.793,-6.1],[-42.799,-6.153]]]}},{type:`Feature`,properties:{id:`2200608`,name:`Angical do Piauí`,centroid:[-42.7512,-6.1032]},geometry:{type:`Polygon`,coordinates:[[[-42.777,-5.975],[-42.784,-6.015],[-42.734,-6.011],[-42.688,-6.111],[-42.682,-6.214],[-42.719,-6.215],[-42.726,-6.175],[-42.788,-6.202],[-42.82,-5.991],[-42.777,-5.975]]]}},{type:`Feature`,properties:{id:`2200707`,name:`Anísio de Abreu`,centroid:[-43.0407,-9.2154]},geometry:{type:`Polygon`,coordinates:[[[-43.017,-9.088],[-42.966,-9.182],[-42.988,-9.208],[-42.965,-9.308],[-43.053,-9.334],[-43.074,-9.399],[-43.111,-9.101],[-43.017,-9.088]]]}},{type:`Feature`,properties:{id:`2200806`,name:`Antônio Almeida`,centroid:[-44.2047,-7.2198]},geometry:{type:`Polygon`,coordinates:[[[-44.176,-7.117],[-44.069,-7.199],[-44.09,-7.218],[-44.071,-7.268],[-44.184,-7.417],[-44.266,-7.243],[-44.297,-7.263],[-44.351,-7.227],[-44.279,-7.046],[-44.176,-7.117]]]}},{type:`Feature`,properties:{id:`2200905`,name:`Aroazes`,centroid:[-41.8303,-6.1248]},geometry:{type:`Polygon`,coordinates:[[[-41.799,-5.974],[-41.763,-6.029],[-41.667,-5.972],[-41.678,-6.032],[-41.64,-6.073],[-41.735,-6.209],[-41.634,-6.271],[-41.798,-6.257],[-41.908,-6.188],[-41.977,-6.176],[-42.022,-6.207],[-42.049,-6.183],[-42.06,-6.052],[-41.971,-6.087],[-41.882,-6.059],[-41.799,-5.974]]]}},{type:`Feature`,properties:{id:`2200954`,name:`Aroeiras do Itaim`,centroid:[-41.5267,-7.2467]},geometry:{type:`Polygon`,coordinates:[[[-41.506,-7.161],[-41.422,-7.272],[-41.478,-7.318],[-41.565,-7.288],[-41.654,-7.298],[-41.548,-7.168],[-41.506,-7.161]]]}},{type:`Feature`,properties:{id:`2201002`,name:`Arraial`,centroid:[-42.5158,-6.6185]},geometry:{type:`Polygon`,coordinates:[[[-42.476,-6.518],[-42.309,-6.514],[-42.356,-6.528],[-42.375,-6.676],[-42.478,-6.667],[-42.489,-6.708],[-42.558,-6.722],[-42.57,-6.788],[-42.606,-6.808],[-42.647,-6.761],[-42.612,-6.664],[-42.653,-6.504],[-42.476,-6.518]]]}},{type:`Feature`,properties:{id:`2201051`,name:`Assunção do Piauí`,centroid:[-41.0688,-5.8808]},geometry:{type:`Polygon`,coordinates:[[[-41.193,-6.098],[-41.259,-6.11],[-41.259,-5.875],[-41.168,-5.786],[-41.167,-5.641],[-40.907,-5.642],[-40.938,-5.673],[-40.873,-5.966],[-40.906,-6.046],[-41.193,-6.098]]]}},{type:`Feature`,properties:{id:`2201101`,name:`Avelino Lopes`,centroid:[-43.9509,-10.169]},geometry:{type:`Polygon`,coordinates:[[[-43.975,-9.976],[-43.885,-9.973],[-43.865,-10.05],[-43.796,-10.052],[-43.766,-10.12],[-43.838,-10.304],[-43.942,-10.435],[-44.038,-10.392],[-44.033,-10.203],[-44.073,-10.169],[-44.134,-10.18],[-44.115,-10.024],[-44.028,-9.968],[-44.023,-9.93],[-43.975,-9.976]]]}},{type:`Feature`,properties:{id:`2201150`,name:`Baixa Grande do Ribeiro`,centroid:[-45.1599,-8.507]},geometry:{type:`Polygon`,coordinates:[[[-45.181,-7.804],[-45.163,-7.833],[-44.918,-7.87],[-44.813,-8.38],[-44.877,-8.536],[-44.886,-8.743],[-44.923,-8.844],[-45.312,-9.242],[-45.511,-9.172],[-45.562,-9.051],[-45.394,-8.851],[-45.381,-8.683],[-45.405,-8.633],[-45.33,-8.344],[-45.426,-8.35],[-45.447,-8.278],[-45.387,-8.07],[-45.311,-8.055],[-45.233,-7.983],[-45.231,-7.954],[-45.305,-7.911],[-45.246,-7.801],[-45.181,-7.804]]]}},{type:`Feature`,properties:{id:`2201176`,name:`Barra D'Alcântara`,centroid:[-42.1048,-6.5294]},geometry:{type:`Polygon`,coordinates:[[[-42.09,-6.467],[-42.013,-6.443],[-42.061,-6.526],[-42.057,-6.602],[-42.145,-6.642],[-42.145,-6.55],[-42.192,-6.466],[-42.137,-6.473],[-42.127,-6.431],[-42.09,-6.467]]]}},{type:`Feature`,properties:{id:`2201200`,name:`Barras`,centroid:[-42.3625,-4.1887]},geometry:{type:`Polygon`,coordinates:[[[-42.245,-3.928],[-42.222,-3.976],[-42.266,-4.024],[-42.266,-4.164],[-42.241,-4.168],[-42.236,-4.226],[-42.052,-4.18],[-41.997,-4.207],[-42,-4.272],[-42.196,-4.271],[-42.183,-4.382],[-42.447,-4.334],[-42.548,-4.345],[-42.646,-4.131],[-42.535,-4.101],[-42.439,-3.968],[-42.309,-3.998],[-42.245,-3.928]]]}},{type:`Feature`,properties:{id:`2201309`,name:`Barreiras do Piauí`,centroid:[-45.6925,-9.9843]},geometry:{type:`Polygon`,coordinates:[[[-45.734,-9.752],[-45.665,-9.802],[-45.557,-9.739],[-45.513,-9.827],[-45.395,-9.918],[-45.377,-9.976],[-45.555,-9.974],[-45.502,-10.149],[-45.556,-10.216],[-45.567,-10.139],[-45.605,-10.108],[-45.726,-10.156],[-45.733,-10.228],[-45.793,-10.267],[-45.877,-10.239],[-45.946,-10.258],[-45.955,-10.218],[-45.878,-10.11],[-45.842,-9.941],[-45.866,-9.871],[-45.821,-9.773],[-45.829,-9.68],[-45.734,-9.752]]]}},{type:`Feature`,properties:{id:`2201408`,name:`Barro Duro`,centroid:[-42.4892,-5.8149]},geometry:{type:`Polygon`,coordinates:[[[-42.489,-5.76],[-42.447,-5.768],[-42.43,-5.811],[-42.465,-5.894],[-42.545,-5.842],[-42.531,-5.742],[-42.489,-5.76]]]}},{type:`Feature`,properties:{id:`2201507`,name:`Batalha`,centroid:[-42.0568,-4.0154]},geometry:{type:`Polygon`,coordinates:[[[-41.98,-3.784],[-41.898,-3.796],[-41.91,-3.94],[-41.847,-3.973],[-41.855,-4.042],[-41.913,-4.035],[-41.934,-4.069],[-41.897,-4.085],[-41.919,-4.223],[-41.996,-4.245],[-41.997,-4.207],[-42.052,-4.18],[-42.236,-4.226],[-42.241,-4.168],[-42.266,-4.164],[-42.266,-4.024],[-42.222,-3.976],[-42.244,-3.916],[-42.166,-3.891],[-42.074,-3.919],[-42.068,-3.886],[-41.977,-3.856],[-41.974,-3.806],[-42.05,-3.792],[-42.05,-3.68],[-41.962,-3.679],[-41.98,-3.784]]]}},{type:`Feature`,properties:{id:`2201556`,name:`Bela Vista do Piauí`,centroid:[-41.8994,-7.9547]},geometry:{type:`Polygon`,coordinates:[[[-41.88,-7.895],[-41.854,-7.946],[-41.791,-7.933],[-41.735,-7.998],[-41.747,-8.022],[-42.056,-7.974],[-41.987,-7.879],[-41.88,-7.895]]]}},{type:`Feature`,properties:{id:`2201572`,name:`Belém do Piauí`,centroid:[-40.9788,-7.3858]},geometry:{type:`Polygon`,coordinates:[[[-40.997,-7.249],[-40.94,-7.332],[-40.917,-7.454],[-40.987,-7.532],[-41.041,-7.301],[-40.997,-7.249]]]}},{type:`Feature`,properties:{id:`2201606`,name:`Beneditinos`,centroid:[-42.4063,-5.4695]},geometry:{type:`Polygon`,coordinates:[[[-42.507,-5.297],[-42.368,-5.32],[-42.228,-5.671],[-42.352,-5.638],[-42.359,-5.596],[-42.418,-5.633],[-42.503,-5.555],[-42.464,-5.537],[-42.471,-5.459],[-42.599,-5.35],[-42.584,-5.316],[-42.507,-5.297]]]}},{type:`Feature`,properties:{id:`2201705`,name:`Bertolínia`,centroid:[-43.8779,-7.7522]},geometry:{type:`Polygon`,coordinates:[[[-43.825,-7.489],[-43.819,-7.538],[-43.701,-7.644],[-43.796,-7.762],[-43.786,-7.983],[-43.975,-8.003],[-44.008,-7.594],[-43.966,-7.602],[-43.886,-7.497],[-43.854,-7.514],[-43.825,-7.489]]]}},{type:`Feature`,properties:{id:`2201739`,name:`Betânia do Piauí`,centroid:[-40.8288,-8.0485]},geometry:{type:`Polygon`,coordinates:[[[-40.952,-7.826],[-40.951,-7.864],[-40.712,-8.036],[-40.582,-8.044],[-40.589,-8.137],[-40.632,-8.139],[-40.764,-8.244],[-40.817,-8.173],[-40.958,-8.111],[-41.048,-7.897],[-40.952,-7.826]]]}},{type:`Feature`,properties:{id:`2201770`,name:`Boa Hora`,centroid:[-42.1105,-4.355]},geometry:{type:`Polygon`,coordinates:[[[-42.077,-4.272],[-42,-4.272],[-42,-4.344],[-42.079,-4.374],[-42.061,-4.434],[-42.15,-4.482],[-42.178,-4.462],[-42.196,-4.271],[-42.077,-4.272]]]}},{type:`Feature`,properties:{id:`2201804`,name:`Bocaina`,centroid:[-41.3006,-6.8995]},geometry:{type:`Polygon`,coordinates:[[[-41.218,-6.825],[-41.195,-6.892],[-41.31,-6.989],[-41.433,-6.882],[-41.218,-6.825]]]}},{type:`Feature`,properties:{id:`2201903`,name:`Bom Jesus`,centroid:[-44.5369,-9.2456]},geometry:{type:`Polygon`,coordinates:[[[-44.293,-8.969],[-44.311,-9.029],[-43.869,-9.313],[-43.786,-9.457],[-44.043,-9.586],[-44.218,-9.429],[-44.508,-9.316],[-44.522,-9.378],[-44.726,-9.268],[-44.817,-9.462],[-45.312,-9.242],[-45.084,-8.996],[-45.062,-9.028],[-44.355,-9.04],[-44.303,-8.943],[-44.293,-8.969]]]}},{type:`Feature`,properties:{id:`2201919`,name:`Bom Princípio do Piauí`,centroid:[-41.6278,-3.1592]},geometry:{type:`Polygon`,coordinates:[[[-41.684,-3.306],[-41.666,-3.248],[-41.771,-3.12],[-41.674,-3.011],[-41.603,-3.062],[-41.598,-3.122],[-41.464,-3.125],[-41.463,-3.16],[-41.615,-3.293],[-41.684,-3.306]]]}},{type:`Feature`,properties:{id:`2201929`,name:`Bonfim do Piauí`,centroid:[-42.8788,-9.1697]},geometry:{type:`Polygon`,coordinates:[[[-42.795,-9.137],[-42.865,-9.307],[-42.913,-9.253],[-42.906,-9.212],[-42.994,-9.136],[-42.845,-9.069],[-42.795,-9.137]]]}},{type:`Feature`,properties:{id:`2201945`,name:`Boqueirão do Piauí`,centroid:[-42.1071,-4.5392]},geometry:{type:`Polygon`,coordinates:[[[-42.056,-4.515],[-42,-4.54],[-42.059,-4.642],[-42.085,-4.606],[-42.174,-4.603],[-42.147,-4.528],[-42.174,-4.56],[-42.25,-4.535],[-42.061,-4.434],[-42.056,-4.515]]]}},{type:`Feature`,properties:{id:`2201960`,name:`Brasileira`,centroid:[-41.6428,-4.1241]},geometry:{type:`Polygon`,coordinates:[[[-41.908,-4.042],[-41.738,-4.045],[-41.774,-4.1],[-41.632,-4.135],[-41.622,-4.06],[-41.336,-4.051],[-41.313,-4.147],[-41.41,-4.149],[-41.449,-4.193],[-41.577,-4.146],[-41.656,-4.219],[-41.761,-4.208],[-41.8,-4.173],[-41.804,-4.202],[-41.932,-4.197],[-41.897,-4.085],[-41.934,-4.069],[-41.908,-4.042]]]}},{type:`Feature`,properties:{id:`2201988`,name:`Brejo do Piauí`,centroid:[-42.7915,-8.4098]},geometry:{type:`Polygon`,coordinates:[[[-42.633,-8.079],[-42.586,-8.14],[-42.584,-8.231],[-42.726,-8.689],[-43.076,-8.74],[-42.982,-8.508],[-42.88,-8.485],[-42.892,-8.193],[-42.816,-8.148],[-42.86,-8.077],[-42.739,-8.098],[-42.665,-8.037],[-42.633,-8.079]]]}},{type:`Feature`,properties:{id:`2202000`,name:`Buriti dos Lopes`,centroid:[-41.8028,-3.239]},geometry:{type:`Polygon`,coordinates:[[[-41.771,-3.12],[-41.666,-3.248],[-41.693,-3.307],[-41.662,-3.379],[-41.674,-3.482],[-41.689,-3.452],[-41.746,-3.463],[-41.731,-3.334],[-41.797,-3.253],[-41.857,-3.28],[-41.882,-3.333],[-41.924,-3.333],[-41.932,-3.3],[-41.903,-3.315],[-41.929,-3.235],[-41.979,-3.218],[-41.869,-3.06],[-41.771,-3.12]]]}},{type:`Feature`,properties:{id:`2202026`,name:`Buriti dos Montes`,centroid:[-41.2214,-5.1423]},geometry:{type:`Polygon`,coordinates:[[[-41.209,-4.946],[-41.138,-4.984],[-41.132,-5.048],[-41.08,-5.091],[-41.034,-5.091],[-40.929,-5.171],[-40.929,-5.375],[-41.225,-5.426],[-41.35,-5.278],[-41.401,-5.259],[-41.437,-5.285],[-41.431,-5.209],[-41.482,-5.178],[-41.458,-5.031],[-41.498,-5.014],[-41.43,-4.959],[-41.412,-4.817],[-41.295,-4.815],[-41.248,-4.761],[-41.212,-4.772],[-41.249,-4.869],[-41.209,-4.946]]]}},{type:`Feature`,properties:{id:`2202059`,name:`Cabeceiras do Piauí`,centroid:[-42.3297,-4.4339]},geometry:{type:`Polygon`,coordinates:[[[-42.429,-4.34],[-42.195,-4.381],[-42.15,-4.482],[-42.295,-4.551],[-42.435,-4.477],[-42.444,-4.44],[-42.557,-4.367],[-42.429,-4.34]]]}},{type:`Feature`,properties:{id:`2202075`,name:`Cajazeiras do Piauí`,centroid:[-42.4602,-6.7813]},geometry:{type:`Polygon`,coordinates:[[[-42.428,-6.661],[-42.361,-6.68],[-42.319,-6.769],[-42.461,-6.91],[-42.566,-6.869],[-42.606,-6.808],[-42.57,-6.788],[-42.558,-6.722],[-42.428,-6.661]]]}},{type:`Feature`,properties:{id:`2202083`,name:`Cajueiro da Praia`,centroid:[-41.3647,-2.9952]},geometry:{type:`Polygon`,coordinates:[[[-41.399,-2.904],[-41.322,-2.921],[-41.317,-2.96],[-41.272,-2.97],[-41.261,-3.053],[-41.441,-3.078],[-41.444,-2.92],[-41.399,-2.904]]]}},{type:`Feature`,properties:{id:`2202091`,name:`Caldeirão Grande do Piauí`,centroid:[-40.6298,-7.3062]},geometry:{type:`Polygon`,coordinates:[[[-40.652,-7.208],[-40.506,-7.21],[-40.548,-7.392],[-40.652,-7.433],[-40.737,-7.35],[-40.759,-7.256],[-40.652,-7.208]]]}},{type:`Feature`,properties:{id:`2202109`,name:`Campinas do Piauí`,centroid:[-41.8637,-7.6511]},geometry:{type:`Polygon`,coordinates:[[[-41.731,-7.53],[-41.71,-7.645],[-41.774,-7.821],[-41.821,-7.83],[-41.889,-7.758],[-41.935,-7.757],[-42.057,-7.612],[-42.017,-7.537],[-41.731,-7.53]]]}},{type:`Feature`,properties:{id:`2202117`,name:`Campo Alegre do Fidalgo`,centroid:[-41.8197,-8.2776]},geometry:{type:`Polygon`,coordinates:[[[-41.771,-8.29],[-41.749,-8.312],[-41.688,-8.274],[-41.657,-8.299],[-41.673,-8.392],[-41.937,-8.399],[-41.957,-8.372],[-41.891,-8.134],[-41.74,-8.088],[-41.776,-8.121],[-41.729,-8.171],[-41.783,-8.222],[-41.771,-8.29]]]}},{type:`Feature`,properties:{id:`2202133`,name:`Campo Grande do Piauí`,centroid:[-41.0584,-7.1798]},geometry:{type:`Polygon`,coordinates:[[[-41.001,-7.088],[-40.994,-7.172],[-40.967,-7.169],[-40.986,-7.257],[-41.132,-7.279],[-41.131,-7.121],[-41.066,-7.069],[-41.001,-7.088]]]}},{type:`Feature`,properties:{id:`2202174`,name:`Campo Largo do Piauí`,centroid:[-42.5487,-3.8764]},geometry:{type:`Polygon`,coordinates:[[[-42.571,-3.779],[-42.49,-3.872],[-42.399,-3.898],[-42.388,-3.986],[-42.439,-3.968],[-42.514,-4.043],[-42.533,-3.965],[-42.669,-3.861],[-42.683,-3.694],[-42.571,-3.779]]]}},{type:`Feature`,properties:{id:`2202208`,name:`Campo Maior`,centroid:[-42.1469,-4.8815]},geometry:{type:`Polygon`,coordinates:[[[-42.282,-4.679],[-42.317,-4.727],[-42.278,-4.747],[-42.253,-4.736],[-42.272,-4.653],[-42.216,-4.672],[-42.205,-4.726],[-42.144,-4.721],[-42.15,-4.7],[-42.103,-4.725],[-42.062,-4.661],[-42.011,-4.698],[-41.89,-4.705],[-42.014,-4.804],[-42.023,-4.866],[-42.089,-4.847],[-42.04,-4.985],[-41.946,-5.028],[-41.981,-5.169],[-42.079,-5.123],[-42.191,-5.119],[-42.151,-5.065],[-42.313,-4.938],[-42.37,-4.832],[-42.277,-4.549],[-42.282,-4.679]]]}},{type:`Feature`,properties:{id:`2202251`,name:`Canavieira`,centroid:[-43.5786,-7.5134]},geometry:{type:`Polygon`,coordinates:[[[-43.65,-7.246],[-43.641,-7.272],[-43.393,-7.283],[-43.403,-7.353],[-43.325,-7.404],[-43.473,-7.554],[-43.562,-7.842],[-43.55,-7.883],[-43.764,-7.723],[-43.701,-7.644],[-43.753,-7.574],[-43.741,-7.518],[-43.663,-7.435],[-43.692,-7.327],[-43.784,-7.365],[-43.717,-7.263],[-43.65,-7.246]]]}},{type:`Feature`,properties:{id:`2202307`,name:`Canto do Buriti`,centroid:[-43.332,-8.3407]},geometry:{type:`Polygon`,coordinates:[[[-43.041,-7.943],[-42.965,-8.046],[-42.86,-8.077],[-42.816,-8.148],[-42.892,-8.193],[-42.893,-8.263],[-42.896,-8.215],[-42.939,-8.225],[-43.226,-8.362],[-43.274,-8.533],[-43.253,-8.728],[-43.704,-8.731],[-43.63,-8.263],[-43.579,-8.256],[-43.412,-8.038],[-43.321,-8.078],[-43.126,-7.969],[-43.137,-7.936],[-43.041,-7.943]]]}},{type:`Feature`,properties:{id:`2202406`,name:`Capitão de Campos`,centroid:[-41.9049,-4.5241]},geometry:{type:`Polygon`,coordinates:[[[-42.021,-4.372],[-41.756,-4.539],[-41.739,-4.57],[-41.778,-4.692],[-41.883,-4.679],[-41.847,-4.613],[-41.966,-4.532],[-42.055,-4.527],[-42.079,-4.374],[-42.021,-4.372]]]}},{type:`Feature`,properties:{id:`2202455`,name:`Capitão Gervásio Oliveira`,centroid:[-41.9009,-8.526]},geometry:{type:`Polygon`,coordinates:[[[-41.712,-8.5],[-41.75,-8.605],[-41.747,-8.733],[-42.024,-8.586],[-42.113,-8.582],[-42.152,-8.473],[-42.033,-8.46],[-41.985,-8.326],[-41.937,-8.399],[-41.72,-8.404],[-41.754,-8.423],[-41.712,-8.5]]]}},{type:`Feature`,properties:{id:`2202505`,name:`Caracol`,centroid:[-43.3455,-9.0921]},geometry:{type:`Polygon`,coordinates:[[[-43.24,-9.084],[-43.188,-9.195],[-43.218,-9.4],[-43.278,-9.424],[-43.438,-9.266],[-43.54,-9.308],[-43.541,-9.237],[-43.458,-9.126],[-43.419,-9.138],[-43.453,-8.912],[-43.416,-8.786],[-43.467,-8.73],[-43.253,-8.728],[-43.283,-8.749],[-43.279,-9],[-43.24,-9.084]]]}},{type:`Feature`,properties:{id:`2202539`,name:`Caraúbas do Piauí`,centroid:[-41.8245,-3.5641]},geometry:{type:`Polygon`,coordinates:[[[-41.689,-3.452],[-41.701,-3.545],[-41.746,-3.586],[-41.773,-3.572],[-41.866,-3.721],[-41.923,-3.677],[-41.933,-3.57],[-41.913,-3.528],[-41.866,-3.528],[-41.886,-3.476],[-41.689,-3.452]]]}},{type:`Feature`,properties:{id:`2202554`,name:`Caridade do Piauí`,centroid:[-40.9585,-7.7038]},geometry:{type:`Polygon`,coordinates:[[[-40.896,-7.609],[-40.797,-7.693],[-40.804,-7.749],[-40.904,-7.699],[-40.952,-7.826],[-41.092,-7.766],[-41.093,-7.718],[-41.02,-7.633],[-40.948,-7.598],[-40.896,-7.609]]]}},{type:`Feature`,properties:{id:`2202604`,name:`Castelo do Piauí`,centroid:[-41.5678,-5.3156]},geometry:{type:`Polygon`,coordinates:[[[-41.475,-5.035],[-41.482,-5.178],[-41.431,-5.209],[-41.437,-5.285],[-41.401,-5.259],[-41.35,-5.278],[-41.225,-5.426],[-41.76,-5.558],[-41.676,-5.441],[-41.707,-5.454],[-41.829,-5.354],[-41.861,-5.36],[-41.799,-5.321],[-41.8,-5.194],[-41.734,-5.038],[-41.731,-5.189],[-41.702,-5.189],[-41.597,-5.079],[-41.515,-5.063],[-41.498,-5.014],[-41.475,-5.035]]]}},{type:`Feature`,properties:{id:`2202653`,name:`Caxingó`,centroid:[-41.8517,-3.3932]},geometry:{type:`Polygon`,coordinates:[[[-41.797,-3.253],[-41.731,-3.334],[-41.746,-3.463],[-41.867,-3.46],[-41.874,-3.532],[-41.974,-3.521],[-41.976,-3.45],[-41.925,-3.467],[-41.906,-3.437],[-42.004,-3.338],[-41.882,-3.333],[-41.857,-3.28],[-41.797,-3.253]]]}},{type:`Feature`,properties:{id:`2202703`,name:`Cocal`,centroid:[-41.5478,-3.453]},geometry:{type:`Polygon`,coordinates:[[[-41.423,-3.368],[-41.348,-3.414],[-41.327,-3.491],[-41.299,-3.491],[-41.336,-3.554],[-41.418,-3.523],[-41.518,-3.567],[-41.521,-3.605],[-41.745,-3.672],[-41.746,-3.586],[-41.674,-3.482],[-41.662,-3.379],[-41.693,-3.307],[-41.615,-3.293],[-41.511,-3.185],[-41.481,-3.233],[-41.503,-3.28],[-41.423,-3.368]]]}},{type:`Feature`,properties:{id:`2202711`,name:`Cocal de Telha`,centroid:[-41.9626,-4.6189]},geometry:{type:`Polygon`,coordinates:[[[-41.965,-4.532],[-41.847,-4.613],[-41.908,-4.688],[-42.011,-4.698],[-42.059,-4.642],[-42.013,-4.529],[-41.965,-4.532]]]}},{type:`Feature`,properties:{id:`2202729`,name:`Cocal dos Alves`,centroid:[-41.4016,-3.6425]},geometry:{type:`Polygon`,coordinates:[[[-41.395,-3.547],[-41.345,-3.588],[-41.341,-3.68],[-41.239,-3.712],[-41.278,-3.77],[-41.334,-3.691],[-41.442,-3.771],[-41.444,-3.666],[-41.49,-3.664],[-41.459,-3.627],[-41.515,-3.614],[-41.518,-3.567],[-41.418,-3.523],[-41.395,-3.547]]]}},{type:`Feature`,properties:{id:`2202737`,name:`Coivaras`,centroid:[-42.2866,-5.1039]},geometry:{type:`Polygon`,coordinates:[[[-42.151,-5.065],[-42.28,-5.235],[-42.312,-5.235],[-42.327,-5.298],[-42.39,-5.14],[-42.313,-4.938],[-42.151,-5.065]]]}},{type:`Feature`,properties:{id:`2202752`,name:`Colônia do Gurguéia`,centroid:[-43.6991,-8.1822]},geometry:{type:`Polygon`,coordinates:[[[-43.733,-8.044],[-43.723,-8.157],[-43.518,-8.147],[-43.579,-8.256],[-43.822,-8.253],[-43.808,-8.085],[-43.733,-8.044]]]}},{type:`Feature`,properties:{id:`2202778`,name:`Colônia do Piauí`,centroid:[-42.1854,-7.2914]},geometry:{type:`Polygon`,coordinates:[[[-42.097,-7.155],[-42.052,-7.318],[-41.992,-7.266],[-41.952,-7.323],[-42.188,-7.44],[-42.36,-7.417],[-42.296,-7.175],[-42.168,-7.105],[-42.097,-7.155]]]}},{type:`Feature`,properties:{id:`2202802`,name:`Conceição do Canindé`,centroid:[-41.5765,-7.9187]},geometry:{type:`Polygon`,coordinates:[[[-41.382,-7.787],[-41.404,-7.882],[-41.539,-7.932],[-41.467,-8.006],[-41.468,-8.062],[-41.601,-8.08],[-41.574,-8.038],[-41.734,-8.086],[-41.747,-8.022],[-41.702,-7.929],[-41.746,-7.862],[-41.663,-7.837],[-41.587,-7.758],[-41.485,-7.793],[-41.477,-7.75],[-41.382,-7.787]]]}},{type:`Feature`,properties:{id:`2202851`,name:`Coronel José Dias`,centroid:[-42.3365,-8.8896]},geometry:{type:`Polygon`,coordinates:[[[-42.21,-8.649],[-42.129,-8.728],[-42.235,-8.863],[-42.225,-9.012],[-42.179,-9.133],[-42.069,-9.257],[-42.206,-9.292],[-42.208,-9.194],[-42.331,-9.188],[-42.378,-9.127],[-42.322,-8.994],[-42.367,-8.908],[-42.403,-8.953],[-42.522,-8.907],[-42.558,-8.938],[-42.604,-8.728],[-42.475,-8.657],[-42.31,-8.662],[-42.291,-8.63],[-42.21,-8.649]]]}},{type:`Feature`,properties:{id:`2202901`,name:`Corrente`,centroid:[-45.1397,-10.3913]},geometry:{type:`Polygon`,coordinates:[[[-44.8,-10.423],[-44.965,-10.616],[-45.028,-10.615],[-45.024,-10.655],[-45.191,-10.589],[-45.414,-10.645],[-45.447,-10.507],[-45.396,-10.445],[-45.49,-10.301],[-45.192,-10.144],[-45,-10.13],[-44.794,-10.328],[-44.831,-10.34],[-44.8,-10.423]]]}},{type:`Feature`,properties:{id:`2203008`,name:`Cristalândia do Piauí`,centroid:[-45.1112,-10.7425]},geometry:{type:`Polygon`,coordinates:[[[-44.882,-10.752],[-44.863,-10.885],[-44.931,-10.928],[-45.073,-10.84],[-45.248,-10.822],[-45.414,-10.645],[-45.191,-10.589],[-44.994,-10.666],[-44.882,-10.752]]]}},{type:`Feature`,properties:{id:`2203107`,name:`Cristino Castro`,centroid:[-43.9603,-8.7804]},geometry:{type:`Polygon`,coordinates:[[[-43.745,-8.592],[-43.683,-8.599],[-43.702,-8.717],[-43.792,-8.814],[-43.869,-9.018],[-44.3,-8.847],[-44.269,-8.823],[-44.305,-8.799],[-44.193,-8.772],[-44.139,-8.7],[-44.041,-8.655],[-44.024,-8.603],[-43.745,-8.592]]]}},{type:`Feature`,properties:{id:`2203206`,name:`Curimatá`,centroid:[-44.3086,-9.9405]},geometry:{type:`Polygon`,coordinates:[[[-44.132,-9.718],[-44.106,-9.809],[-44.149,-9.833],[-44.095,-9.886],[-44.131,-9.935],[-44.111,-9.95],[-44.134,-10.18],[-44.058,-10.176],[-44.307,-10.29],[-44.421,-10.102],[-44.442,-9.978],[-44.563,-9.892],[-44.624,-9.767],[-44.44,-9.699],[-44.329,-9.725],[-44.188,-9.659],[-44.132,-9.718]]]}},{type:`Feature`,properties:{id:`2203230`,name:`Currais`,centroid:[-44.6753,-8.8232]},geometry:{type:`Polygon`,coordinates:[[[-44.827,-8.426],[-44.727,-8.532],[-44.305,-8.799],[-44.353,-8.832],[-44.303,-8.943],[-44.355,-9.04],[-45.062,-9.028],[-45.083,-9.004],[-44.906,-8.808],[-44.877,-8.536],[-44.827,-8.426]]]}},{type:`Feature`,properties:{id:`2203271`,name:`Curral Novo do Piauí`,centroid:[-40.7677,-7.8885]},geometry:{type:`Polygon`,coordinates:[[[-40.703,-7.895],[-40.657,-7.936],[-40.543,-7.958],[-40.582,-8.044],[-40.712,-8.036],[-40.951,-7.864],[-40.904,-7.699],[-40.807,-7.766],[-40.672,-7.793],[-40.703,-7.895]]]}},{type:`Feature`,properties:{id:`2203255`,name:`Curralinhos`,centroid:[-42.8477,-5.6159]},geometry:{type:`Polygon`,coordinates:[[[-42.748,-5.54],[-42.761,-5.625],[-42.734,-5.661],[-42.936,-5.704],[-42.975,-5.682],[-42.953,-5.652],[-42.972,-5.628],[-42.914,-5.626],[-42.941,-5.586],[-42.914,-5.556],[-42.856,-5.57],[-42.811,-5.501],[-42.748,-5.54]]]}},{type:`Feature`,properties:{id:`2203305`,name:`Demerval Lobão`,centroid:[-42.6694,-5.3392]},geometry:{type:`Polygon`,coordinates:[[[-42.601,-5.251],[-42.599,-5.35],[-42.631,-5.392],[-42.748,-5.424],[-42.748,-5.339],[-42.633,-5.246],[-42.601,-5.251]]]}},{type:`Feature`,properties:{id:`2203354`,name:`Dirceu Arcoverde`,centroid:[-42.4642,-9.3304]},geometry:{type:`Polygon`,coordinates:[[[-42.369,-9.187],[-42.208,-9.194],[-42.226,-9.283],[-42.32,-9.321],[-42.44,-9.456],[-42.489,-9.462],[-42.491,-9.493],[-42.603,-9.516],[-42.627,-9.445],[-42.722,-9.341],[-42.493,-9.255],[-42.462,-9.172],[-42.369,-9.187]]]}},{type:`Feature`,properties:{id:`2203404`,name:`Dom Expedito Lopes`,centroid:[-41.704,-6.9555]},geometry:{type:`Polygon`,coordinates:[[[-41.703,-6.901],[-41.615,-6.906],[-41.641,-7.033],[-41.715,-7],[-41.73,-7.019],[-41.78,-6.963],[-41.797,-6.987],[-41.811,-6.921],[-41.703,-6.901]]]}},{type:`Feature`,properties:{id:`2203453`,name:`Dom Inocêncio`,centroid:[-41.9242,-8.9175]},geometry:{type:`Polygon`,coordinates:[[[-42.115,-8.577],[-42.024,-8.586],[-41.849,-8.7],[-41.808,-8.684],[-41.601,-8.795],[-41.547,-8.78],[-41.498,-8.806],[-41.449,-8.754],[-41.411,-8.774],[-41.502,-8.863],[-41.544,-8.96],[-41.605,-8.957],[-41.723,-9.013],[-41.735,-9.094],[-41.8,-9.148],[-41.838,-9.242],[-41.918,-9.278],[-41.972,-9.248],[-42.069,-9.257],[-42.179,-9.133],[-42.236,-8.927],[-42.235,-8.863],[-42.129,-8.728],[-42.21,-8.649],[-42.189,-8.584],[-42.115,-8.577]]]}},{type:`Feature`,properties:{id:`2203420`,name:`Domingos Mourão`,centroid:[-41.3124,-4.2533]},geometry:{type:`Polygon`,coordinates:[[[-41.347,-4.137],[-41.294,-4.167],[-41.25,-4.139],[-41.164,-4.188],[-41.099,-4.181],[-41.136,-4.233],[-41.119,-4.324],[-41.229,-4.34],[-41.24,-4.375],[-41.363,-4.338],[-41.38,-4.433],[-41.415,-4.311],[-41.477,-4.313],[-41.525,-4.256],[-41.497,-4.181],[-41.449,-4.193],[-41.41,-4.149],[-41.347,-4.137]]]}},{type:`Feature`,properties:{id:`2203503`,name:`Elesbão Veloso`,centroid:[-42.1872,-6.1862]},geometry:{type:`Polygon`,coordinates:[[[-42.257,-5.955],[-42.142,-6.047],[-42.06,-6.052],[-42.036,-6.112],[-42.022,-6.249],[-42.047,-6.279],[-42.015,-6.31],[-42.093,-6.457],[-42.126,-6.391],[-42.29,-6.326],[-42.328,-6.212],[-42.385,-6.155],[-42.386,-6.108],[-42.26,-6.067],[-42.277,-6.023],[-42.288,-6.046],[-42.392,-5.953],[-42.257,-5.955]]]}},{type:`Feature`,properties:{id:`2203602`,name:`Eliseu Martins`,centroid:[-43.6632,-7.9681]},geometry:{type:`Polygon`,coordinates:[[[-43.764,-7.723],[-43.55,-7.883],[-43.493,-8.064],[-43.518,-8.147],[-43.723,-8.157],[-43.733,-8.044],[-43.801,-8.068],[-43.799,-7.777],[-43.764,-7.723]]]}},{type:`Feature`,properties:{id:`2203701`,name:`Esperantina`,centroid:[-42.1887,-3.8247]},geometry:{type:`Polygon`,coordinates:[[[-42.05,-3.68],[-42.05,-3.792],[-41.974,-3.806],[-41.99,-3.871],[-42.068,-3.886],[-42.074,-3.919],[-42.222,-3.901],[-42.309,-3.998],[-42.388,-3.986],[-42.393,-3.832],[-42.346,-3.837],[-42.206,-3.752],[-42.209,-3.696],[-42.178,-3.686],[-42.158,-3.606],[-42.116,-3.591],[-42.116,-3.673],[-42.05,-3.68]]]}},{type:`Feature`,properties:{id:`2203750`,name:`Fartura do Piauí`,centroid:[-42.7831,-9.4749]},geometry:{type:`Polygon`,coordinates:[[[-42.722,-9.341],[-42.627,-9.445],[-42.603,-9.516],[-42.667,-9.548],[-42.72,-9.531],[-42.765,-9.616],[-42.82,-9.619],[-42.837,-9.55],[-42.876,-9.561],[-42.946,-9.518],[-42.958,-9.429],[-42.722,-9.341]]]}},{type:`Feature`,properties:{id:`2203800`,name:`Flores do Piauí`,centroid:[-42.8628,-7.6735]},geometry:{type:`Polygon`,coordinates:[[[-42.679,-7.623],[-42.727,-7.633],[-42.756,-7.702],[-42.803,-7.649],[-42.898,-7.884],[-43.059,-7.91],[-43.042,-7.739],[-42.804,-7.561],[-42.823,-7.434],[-42.798,-7.386],[-42.682,-7.47],[-42.679,-7.623]]]}},{type:`Feature`,properties:{id:`2203859`,name:`Floresta do Piauí`,centroid:[-41.8077,-7.4653]},geometry:{type:`Polygon`,coordinates:[[[-41.727,-7.523],[-41.866,-7.53],[-41.83,-7.343],[-41.727,-7.523]]]}},{type:`Feature`,properties:{id:`2203909`,name:`Floriano`,centroid:[-43.0796,-7.002]},geometry:{type:`Polygon`,coordinates:[[[-42.915,-6.646],[-42.857,-6.662],[-42.793,-6.774],[-42.798,-6.915],[-42.944,-7.133],[-42.93,-7.193],[-42.852,-7.214],[-42.815,-7.279],[-42.842,-7.354],[-42.885,-7.358],[-43.075,-7.314],[-43.147,-7.222],[-43.225,-7.283],[-43.356,-7.204],[-43.306,-6.991],[-43.441,-6.944],[-43.387,-6.817],[-43.244,-6.766],[-43.017,-6.761],[-42.915,-6.646]]]}},{type:`Feature`,properties:{id:`2204006`,name:`Francinópolis`,centroid:[-42.2329,-6.4179]},geometry:{type:`Polygon`,coordinates:[[[-42.13,-6.433],[-42.137,-6.473],[-42.174,-6.449],[-42.349,-6.507],[-42.29,-6.396],[-42.29,-6.326],[-42.126,-6.391],[-42.13,-6.433]]]}},{type:`Feature`,properties:{id:`2204105`,name:`Francisco Ayres`,centroid:[-42.7191,-6.6667]},geometry:{type:`Polygon`,coordinates:[[[-42.623,-6.798],[-42.665,-6.852],[-42.793,-6.774],[-42.841,-6.705],[-42.791,-6.521],[-42.653,-6.504],[-42.612,-6.664],[-42.647,-6.761],[-42.623,-6.798]]]}},{type:`Feature`,properties:{id:`2204154`,name:`Francisco Macedo`,centroid:[-40.7939,-7.3231]},geometry:{type:`Polygon`,coordinates:[[[-40.775,-7.404],[-40.83,-7.369],[-40.86,-7.274],[-40.759,-7.256],[-40.737,-7.35],[-40.775,-7.404]]]}},{type:`Feature`,properties:{id:`2204204`,name:`Francisco Santos`,centroid:[-41.1496,-7.0281]},geometry:{type:`Polygon`,coordinates:[[[-41.097,-7.087],[-41.165,-7.258],[-41.264,-7.225],[-41.192,-7.114],[-41.143,-6.75],[-41.095,-6.756],[-41.097,-7.087]]]}},{type:`Feature`,properties:{id:`2204303`,name:`Fronteiras`,centroid:[-40.58,-7.0722]},geometry:{type:`Polygon`,coordinates:[[[-40.539,-6.939],[-40.425,-6.935],[-40.406,-7.005],[-40.489,-7.118],[-40.506,-7.21],[-40.671,-7.209],[-40.791,-7.001],[-40.694,-7.029],[-40.539,-6.939]]]}},{type:`Feature`,properties:{id:`2204352`,name:`Geminiano`,centroid:[-41.3367,-7.1883]},geometry:{type:`Polygon`,coordinates:[[[-41.192,-7.114],[-41.264,-7.225],[-41.223,-7.249],[-41.31,-7.307],[-41.39,-7.259],[-41.422,-7.272],[-41.462,-7.187],[-41.463,-7.121],[-41.401,-7.129],[-41.385,-7.093],[-41.192,-7.114]]]}},{type:`Feature`,properties:{id:`2204402`,name:`Gilbués`,centroid:[-45.4061,-9.6274]},geometry:{type:`Polygon`,coordinates:[[[-45.114,-9.33],[-45.324,-9.662],[-45.334,-9.682],[-45.3,-9.693],[-45.331,-9.74],[-45.305,-9.796],[-45.246,-9.823],[-45.108,-9.794],[-44.956,-9.824],[-45.027,-9.974],[-45.257,-9.935],[-45.272,-9.985],[-45.379,-9.98],[-45.395,-9.918],[-45.513,-9.827],[-45.557,-9.739],[-45.665,-9.802],[-45.829,-9.68],[-45.841,-9.562],[-45.788,-9.482],[-45.695,-9.558],[-45.531,-9.496],[-45.513,-9.458],[-45.41,-9.458],[-45.511,-9.172],[-45.114,-9.33]]]}},{type:`Feature`,properties:{id:`2204501`,name:`Guadalupe`,centroid:[-43.7054,-6.8377]},geometry:{type:`Polygon`,coordinates:[[[-43.707,-6.699],[-43.561,-6.749],[-43.489,-6.819],[-43.581,-6.985],[-43.818,-6.933],[-43.914,-6.965],[-43.899,-6.9],[-43.832,-6.842],[-43.93,-6.771],[-43.797,-6.703],[-43.707,-6.699]]]}},{type:`Feature`,properties:{id:`2204550`,name:`Guaribas`,centroid:[-43.6725,-9.0585]},geometry:{type:`Polygon`,coordinates:[[[-43.42,-9.103],[-43.419,-9.138],[-43.458,-9.126],[-43.541,-9.237],[-43.54,-9.308],[-43.782,-9.452],[-43.956,-9.174],[-43.792,-8.814],[-43.702,-8.717],[-43.467,-8.73],[-43.428,-8.764],[-43.453,-8.912],[-43.42,-9.103]]]}},{type:`Feature`,properties:{id:`2204600`,name:`Hugo Napoleão`,centroid:[-42.5096,-6.0352]},geometry:{type:`Polygon`,coordinates:[[[-42.489,-5.936],[-42.5,-5.977],[-42.434,-6.035],[-42.397,-6.146],[-42.629,-6.04],[-42.59,-6.015],[-42.58,-5.947],[-42.489,-5.936]]]}},{type:`Feature`,properties:{id:`2204659`,name:`Ilha Grande`,centroid:[-41.8172,-2.8306]},geometry:{type:`Polygon`,coordinates:[[[-41.784,-2.871],[-41.835,-2.915],[-41.865,-2.878],[-41.849,-2.773],[-41.814,-2.739],[-41.755,-2.841],[-41.784,-2.871]]]}},{type:`Feature`,properties:{id:`2204709`,name:`Inhuma`,centroid:[-41.6785,-6.6735]},geometry:{type:`Polygon`,coordinates:[[[-41.622,-6.559],[-41.511,-6.608],[-41.49,-6.68],[-41.444,-6.688],[-41.458,-6.743],[-41.542,-6.738],[-41.606,-6.833],[-41.66,-6.83],[-41.66,-6.796],[-41.766,-6.79],[-41.816,-6.715],[-41.927,-6.644],[-41.839,-6.569],[-41.729,-6.559],[-41.723,-6.529],[-41.622,-6.559]]]}},{type:`Feature`,properties:{id:`2204808`,name:`Ipiranga do Piauí`,centroid:[-41.7888,-6.8256]},geometry:{type:`Polygon`,coordinates:[[[-41.617,-6.878],[-41.62,-6.901],[-41.812,-6.94],[-41.916,-6.83],[-41.922,-6.646],[-41.898,-6.686],[-41.816,-6.715],[-41.766,-6.79],[-41.66,-6.796],[-41.66,-6.83],[-41.606,-6.833],[-41.617,-6.878]]]}},{type:`Feature`,properties:{id:`2204907`,name:`Isaías Coelho`,centroid:[-41.6484,-7.6509]},geometry:{type:`Polygon`,coordinates:[[[-41.477,-7.75],[-41.485,-7.793],[-41.606,-7.767],[-41.663,-7.837],[-41.774,-7.821],[-41.71,-7.645],[-41.741,-7.461],[-41.78,-7.424],[-41.629,-7.394],[-41.646,-7.62],[-41.469,-7.697],[-41.477,-7.75]]]}},{type:`Feature`,properties:{id:`2205003`,name:`Itainópolis`,centroid:[-41.485,-7.4104]},geometry:{type:`Polygon`,coordinates:[[[-41.31,-7.307],[-41.399,-7.55],[-41.489,-7.526],[-41.515,-7.553],[-41.546,-7.519],[-41.628,-7.547],[-41.644,-7.409],[-41.594,-7.291],[-41.478,-7.318],[-41.39,-7.259],[-41.31,-7.307]]]}},{type:`Feature`,properties:{id:`2205102`,name:`Itaueira`,centroid:[-43.1319,-7.5063]},geometry:{type:`Polygon`,coordinates:[[[-42.897,-7.355],[-42.798,-7.386],[-42.823,-7.434],[-42.804,-7.561],[-43.035,-7.734],[-43.196,-7.614],[-43.286,-7.695],[-43.296,-7.654],[-43.367,-7.701],[-43.507,-7.679],[-43.473,-7.554],[-43.147,-7.222],[-43.075,-7.314],[-42.897,-7.355]]]}},{type:`Feature`,properties:{id:`2205151`,name:`Jacobina do Piauí`,centroid:[-41.2599,-7.8846]},geometry:{type:`Polygon`,coordinates:[[[-41.207,-7.713],[-41.16,-7.756],[-41.093,-7.718],[-41.092,-7.766],[-40.952,-7.826],[-41.036,-7.865],[-41.179,-8.019],[-41.284,-7.99],[-41.442,-8.077],[-41.539,-7.932],[-41.404,-7.882],[-41.382,-7.787],[-41.353,-7.799],[-41.308,-7.725],[-41.207,-7.713]]]}},{type:`Feature`,properties:{id:`2205201`,name:`Jaicós`,centroid:[-41.2024,-7.3885]},geometry:{type:`Polygon`,coordinates:[[[-41.142,-7.25],[-41.132,-7.279],[-41.032,-7.268],[-41.006,-7.424],[-41.156,-7.423],[-41.161,-7.47],[-41.24,-7.48],[-41.262,-7.625],[-41.294,-7.546],[-41.375,-7.516],[-41.335,-7.355],[-41.275,-7.274],[-41.165,-7.258],[-41.143,-7.206],[-41.142,-7.25]]]}},{type:`Feature`,properties:{id:`2205250`,name:`Jardim do Mulato`,centroid:[-42.524,-6.1541]},geometry:{type:`Polygon`,coordinates:[[[-42.575,-6.073],[-42.393,-6.137],[-42.319,-6.238],[-42.439,-6.254],[-42.443,-6.218],[-42.684,-6.178],[-42.704,-6.08],[-42.64,-6.089],[-42.629,-6.04],[-42.575,-6.073]]]}},{type:`Feature`,properties:{id:`2205276`,name:`Jatobá do Piauí`,centroid:[-41.9255,-4.8467]},geometry:{type:`Polygon`,coordinates:[[[-41.883,-4.679],[-41.747,-4.703],[-41.946,-5.028],[-42.04,-4.985],[-42.089,-4.847],[-42.008,-4.855],[-42.014,-4.804],[-41.978,-4.763],[-41.931,-4.761],[-41.888,-4.716],[-41.905,-4.672],[-41.883,-4.679]]]}},{type:`Feature`,properties:{id:`2205300`,name:`Jerumenha`,centroid:[-43.5016,-7.1163]},geometry:{type:`Polygon`,coordinates:[[[-43.482,-6.835],[-43.391,-6.834],[-43.441,-6.944],[-43.306,-6.991],[-43.356,-7.204],[-43.225,-7.283],[-43.325,-7.404],[-43.403,-7.353],[-43.393,-7.283],[-43.641,-7.272],[-43.656,-7.245],[-43.717,-7.263],[-43.684,-7.133],[-43.797,-7.066],[-43.724,-6.954],[-43.581,-6.985],[-43.482,-6.835]]]}},{type:`Feature`,properties:{id:`2205359`,name:`João Costa`,centroid:[-42.4788,-8.5393]},geometry:{type:`Polygon`,coordinates:[[[-42.19,-8.508],[-42.158,-8.59],[-42.189,-8.584],[-42.21,-8.649],[-42.291,-8.63],[-42.31,-8.662],[-42.475,-8.657],[-42.733,-8.8],[-42.726,-8.689],[-42.608,-8.302],[-42.333,-8.398],[-42.19,-8.508]]]}},{type:`Feature`,properties:{id:`2205409`,name:`Joaquim Pires`,centroid:[-42.0834,-3.5382]},geometry:{type:`Polygon`,coordinates:[[[-42.079,-3.451],[-42.051,-3.449],[-42.034,-3.501],[-41.909,-3.533],[-41.94,-3.616],[-41.923,-3.677],[-42.116,-3.673],[-42.116,-3.591],[-42.158,-3.606],[-42.191,-3.553],[-42.222,-3.605],[-42.259,-3.596],[-42.223,-3.542],[-42.223,-3.446],[-42.125,-3.345],[-42.063,-3.395],[-42.098,-3.439],[-42.079,-3.451]]]}},{type:`Feature`,properties:{id:`2205458`,name:`Joca Marques`,centroid:[-42.4258,-3.5448]},geometry:{type:`Polygon`,coordinates:[[[-42.415,-3.473],[-42.367,-3.508],[-42.385,-3.613],[-42.433,-3.629],[-42.48,-3.601],[-42.454,-3.565],[-42.494,-3.515],[-42.432,-3.454],[-42.415,-3.473]]]}},{type:`Feature`,properties:{id:`2205508`,name:`José de Freitas`,centroid:[-42.5247,-4.7137]},geometry:{type:`Polygon`,coordinates:[[[-42.335,-4.672],[-42.37,-4.832],[-42.629,-4.912],[-42.713,-4.905],[-42.731,-4.823],[-42.788,-4.817],[-42.778,-4.763],[-42.688,-4.672],[-42.435,-4.477],[-42.295,-4.551],[-42.335,-4.672]]]}},{type:`Feature`,properties:{id:`2205516`,name:`Juazeiro do Piauí`,centroid:[-41.5934,-4.9806]},geometry:{type:`Polygon`,coordinates:[[[-41.415,-4.876],[-41.43,-4.959],[-41.486,-4.996],[-41.51,-5.059],[-41.597,-5.079],[-41.657,-5.155],[-41.731,-5.189],[-41.734,-4.987],[-41.646,-4.826],[-41.603,-4.88],[-41.412,-4.817],[-41.415,-4.876]]]}},{type:`Feature`,properties:{id:`2205524`,name:`Júlio Borges`,centroid:[-44.1742,-10.4235]},geometry:{type:`Polygon`,coordinates:[[[-44.058,-10.538],[-44.072,-10.581],[-44.165,-10.642],[-44.264,-10.624],[-44.344,-10.549],[-44.351,-10.495],[-44.286,-10.327],[-44.307,-10.29],[-44.058,-10.176],[-44.021,-10.238],[-44.043,-10.262],[-44.025,-10.475],[-44.058,-10.538]]]}},{type:`Feature`,properties:{id:`2205532`,name:`Jurema`,centroid:[-43.166,-9.02]},geometry:{type:`Polygon`,coordinates:[[[-43.018,-8.726],[-43.016,-8.815],[-43.079,-8.812],[-43.113,-8.992],[-43.074,-9.399],[-43.158,-9.377],[-43.191,-9.42],[-43.218,-9.4],[-43.223,-9.313],[-43.188,-9.195],[-43.279,-9],[-43.283,-8.749],[-43.018,-8.726]]]}},{type:`Feature`,properties:{id:`2205557`,name:`Lagoa Alegre`,centroid:[-42.5643,-4.4908]},geometry:{type:`Polygon`,coordinates:[[[-42.546,-4.362],[-42.42,-4.468],[-42.541,-4.547],[-42.553,-4.589],[-42.614,-4.606],[-42.68,-4.542],[-42.672,-4.476],[-42.581,-4.427],[-42.546,-4.362]]]}},{type:`Feature`,properties:{id:`2205573`,name:`Lagoa de São Francisco`,centroid:[-41.586,-4.3605]},geometry:{type:`Polygon`,coordinates:[[[-41.583,-4.303],[-41.513,-4.331],[-41.511,-4.4],[-41.661,-4.403],[-41.668,-4.348],[-41.583,-4.303]]]}},{type:`Feature`,properties:{id:`2205565`,name:`Lagoa do Barro do Piauí`,centroid:[-41.605,-8.571]},geometry:{type:`Polygon`,coordinates:[[[-41.648,-8.305],[-41.565,-8.312],[-41.503,-8.394],[-41.523,-8.726],[-41.488,-8.736],[-41.43,-8.671],[-41.381,-8.707],[-41.411,-8.774],[-41.449,-8.754],[-41.498,-8.806],[-41.547,-8.78],[-41.58,-8.798],[-41.737,-8.732],[-41.75,-8.605],[-41.712,-8.5],[-41.754,-8.423],[-41.673,-8.392],[-41.677,-8.328],[-41.648,-8.305]]]}},{type:`Feature`,properties:{id:`2205581`,name:`Lagoa do Piauí`,centroid:[-42.6077,-5.4595]},geometry:{type:`Polygon`,coordinates:[[[-42.557,-5.383],[-42.471,-5.459],[-42.464,-5.537],[-42.503,-5.555],[-42.572,-5.491],[-42.694,-5.515],[-42.712,-5.543],[-42.747,-5.53],[-42.748,-5.424],[-42.631,-5.392],[-42.599,-5.35],[-42.557,-5.383]]]}},{type:`Feature`,properties:{id:`2205599`,name:`Lagoa do Sítio`,centroid:[-41.483,-6.4906]},geometry:{type:`Polygon`,coordinates:[[[-41.574,-6.339],[-41.562,-6.381],[-41.446,-6.348],[-41.388,-6.365],[-41.406,-6.435],[-41.374,-6.503],[-41.314,-6.5],[-41.276,-6.567],[-41.282,-6.651],[-41.426,-6.565],[-41.508,-6.556],[-41.511,-6.608],[-41.689,-6.531],[-41.574,-6.339]]]}},{type:`Feature`,properties:{id:`2205540`,name:`Lagoinha do Piauí`,centroid:[-42.6233,-5.8187]},geometry:{type:`Polygon`,coordinates:[[[-42.586,-5.83],[-42.676,-5.896],[-42.608,-5.73],[-42.586,-5.83]]]}},{type:`Feature`,properties:{id:`2205607`,name:`Landri Sales`,centroid:[-43.9301,-7.2978]},geometry:{type:`Polygon`,coordinates:[[[-43.684,-7.133],[-43.732,-7.3],[-43.784,-7.365],[-43.832,-7.352],[-44.036,-7.423],[-44.134,-7.534],[-44.184,-7.417],[-44.071,-7.268],[-44.09,-7.218],[-44.069,-7.199],[-44.038,-7.231],[-43.88,-7.198],[-43.841,-7.135],[-43.774,-7.139],[-43.76,-7.093],[-43.684,-7.133]]]}},{type:`Feature`,properties:{id:`2205706`,name:`Luís Correia`,centroid:[-41.4875,-3.0804]},geometry:{type:`Polygon`,coordinates:[[[-41.593,-2.905],[-41.437,-2.909],[-41.441,-3.078],[-41.261,-3.053],[-41.414,-3.35],[-41.503,-3.28],[-41.481,-3.233],[-41.511,-3.185],[-41.463,-3.16],[-41.464,-3.125],[-41.598,-3.122],[-41.614,-3.052],[-41.674,-3.011],[-41.713,-3.025],[-41.67,-2.877],[-41.593,-2.905]]]}},{type:`Feature`,properties:{id:`2205805`,name:`Luzilândia`,centroid:[-42.362,-3.6124]},geometry:{type:`Polygon`,coordinates:[[[-42.204,-3.435],[-42.26,-3.639],[-42.328,-3.743],[-42.368,-3.768],[-42.488,-3.757],[-42.558,-3.648],[-42.48,-3.601],[-42.433,-3.629],[-42.385,-3.613],[-42.367,-3.508],[-42.392,-3.447],[-42.204,-3.435]]]}},{type:`Feature`,properties:{id:`2205854`,name:`Madeiro`,centroid:[-42.5297,-3.564]},geometry:{type:`Polygon`,coordinates:[[[-42.489,-3.604],[-42.546,-3.63],[-42.554,-3.667],[-42.616,-3.612],[-42.494,-3.447],[-42.466,-3.485],[-42.494,-3.515],[-42.454,-3.565],[-42.489,-3.604]]]}},{type:`Feature`,properties:{id:`2205904`,name:`Manoel Emídio`,centroid:[-44.0066,-8.2054]},geometry:{type:`Polygon`,coordinates:[[[-43.796,-8.042],[-43.812,-8.278],[-43.826,-8.315],[-43.879,-8.313],[-43.919,-8.387],[-44.383,-8.366],[-44.362,-8.295],[-44.129,-8.274],[-44.099,-8.029],[-43.862,-7.976],[-43.791,-7.982],[-43.796,-8.042]]]}},{type:`Feature`,properties:{id:`2205953`,name:`Marcolândia`,centroid:[-40.7373,-7.4234]},geometry:{type:`Polygon`,coordinates:[[[-40.713,-7.473],[-40.829,-7.456],[-40.737,-7.35],[-40.652,-7.433],[-40.713,-7.473]]]}},{type:`Feature`,properties:{id:`2206001`,name:`Marcos Parente`,centroid:[-43.8934,-7.0743]},geometry:{type:`Polygon`,coordinates:[[[-43.813,-6.934],[-43.724,-6.954],[-43.797,-7.066],[-43.76,-7.093],[-43.774,-7.139],[-43.841,-7.135],[-43.88,-7.198],[-44.038,-7.231],[-43.99,-6.984],[-43.935,-6.99],[-43.935,-6.966],[-43.813,-6.934]]]}},{type:`Feature`,properties:{id:`2206050`,name:`Massapê do Piauí`,centroid:[-41.0889,-7.5335]},geometry:{type:`Polygon`,coordinates:[[[-40.951,-7.596],[-41.038,-7.654],[-41.18,-7.62],[-41.157,-7.585],[-41.236,-7.556],[-41.24,-7.48],[-41.161,-7.47],[-41.156,-7.423],[-41.006,-7.424],[-40.951,-7.596]]]}},{type:`Feature`,properties:{id:`2206100`,name:`Matias Olímpio`,centroid:[-42.5809,-3.7085]},geometry:{type:`Polygon`,coordinates:[[[-42.528,-3.786],[-42.548,-3.804],[-42.683,-3.694],[-42.616,-3.612],[-42.518,-3.683],[-42.488,-3.757],[-42.528,-3.786]]]}},{type:`Feature`,properties:{id:`2206209`,name:`Miguel Alves`,centroid:[-42.7696,-4.2394]},geometry:{type:`Polygon`,coordinates:[[[-42.791,-3.983],[-42.709,-4.089],[-42.658,-4.077],[-42.618,-4.231],[-42.548,-4.345],[-42.581,-4.427],[-42.963,-4.354],[-42.982,-4.214],[-42.935,-4.161],[-42.888,-4.155],[-42.903,-4.124],[-42.791,-3.983]]]}},{type:`Feature`,properties:{id:`2206308`,name:`Miguel Leão`,centroid:[-42.6866,-5.7049]},geometry:{type:`Polygon`,coordinates:[[[-42.689,-5.678],[-42.602,-5.713],[-42.616,-5.758],[-42.633,-5.728],[-42.698,-5.728],[-42.672,-5.704],[-42.719,-5.736],[-42.719,-5.708],[-42.814,-5.678],[-42.689,-5.678]]]}},{type:`Feature`,properties:{id:`2206357`,name:`Milton Brandão`,centroid:[-41.5151,-4.7]},geometry:{type:`Polygon`,coordinates:[[[-41.581,-4.872],[-41.603,-4.88],[-41.776,-4.688],[-41.745,-4.59],[-41.294,-4.556],[-41.295,-4.815],[-41.429,-4.817],[-41.581,-4.872]]]}},{type:`Feature`,properties:{id:`2206407`,name:`Monsenhor Gil`,centroid:[-42.6057,-5.6018]},geometry:{type:`Polygon`,coordinates:[[[-42.572,-5.491],[-42.418,-5.633],[-42.485,-5.643],[-42.564,-5.728],[-42.761,-5.625],[-42.747,-5.53],[-42.712,-5.543],[-42.694,-5.515],[-42.572,-5.491]]]}},{type:`Feature`,properties:{id:`2206506`,name:`Monsenhor Hipólito`,centroid:[-41.0389,-6.9184]},geometry:{type:`Polygon`,coordinates:[[[-40.993,-7.038],[-41.001,-7.088],[-41.066,-7.069],[-41.105,-7.124],[-41.08,-6.997],[-41.095,-6.756],[-40.981,-6.772],[-40.993,-7.038]]]}},{type:`Feature`,properties:{id:`2206605`,name:`Monte Alegre do Piauí`,centroid:[-45.0312,-9.6041]},geometry:{type:`Polygon`,coordinates:[[[-44.658,-9.583],[-44.806,-9.68],[-44.834,-9.652],[-44.874,-9.773],[-44.956,-9.824],[-45.108,-9.794],[-45.246,-9.823],[-45.325,-9.773],[-45.3,-9.693],[-45.334,-9.682],[-45.114,-9.33],[-44.817,-9.462],[-44.658,-9.583]]]}},{type:`Feature`,properties:{id:`2206654`,name:`Morro Cabeça no Tempo`,centroid:[-43.9165,-9.8061]},geometry:{type:`Polygon`,coordinates:[[[-43.717,-9.802],[-43.653,-9.839],[-43.709,-9.913],[-43.662,-10.004],[-43.693,-10.077],[-43.865,-10.05],[-43.885,-9.973],[-43.971,-9.98],[-44.023,-9.93],[-44.028,-9.968],[-44.119,-10.028],[-44.131,-9.935],[-44.095,-9.886],[-44.149,-9.833],[-44.106,-9.809],[-44.115,-9.731],[-44.188,-9.659],[-43.786,-9.457],[-43.849,-9.548],[-43.842,-9.637],[-43.785,-9.762],[-43.717,-9.802]]]}},{type:`Feature`,properties:{id:`2206670`,name:`Morro do Chapéu do Piauí`,centroid:[-42.2657,-3.7095]},geometry:{type:`Polygon`,coordinates:[[[-42.153,-3.589],[-42.178,-3.686],[-42.209,-3.696],[-42.206,-3.752],[-42.346,-3.837],[-42.393,-3.832],[-42.387,-3.781],[-42.26,-3.639],[-42.259,-3.596],[-42.222,-3.605],[-42.191,-3.553],[-42.153,-3.589]]]}},{type:`Feature`,properties:{id:`2206696`,name:`Murici dos Portelas`,centroid:[-42.0121,-3.3547]},geometry:{type:`Polygon`,coordinates:[[[-41.973,-3.224],[-41.929,-3.235],[-41.903,-3.315],[-41.932,-3.3],[-41.927,-3.326],[-42.003,-3.345],[-41.956,-3.362],[-41.908,-3.454],[-41.976,-3.45],[-41.974,-3.507],[-42.021,-3.504],[-42.053,-3.49],[-42.051,-3.449],[-42.098,-3.439],[-42.063,-3.395],[-42.128,-3.343],[-42.095,-3.303],[-42.135,-3.281],[-41.973,-3.224]]]}},{type:`Feature`,properties:{id:`2206704`,name:`Nazaré do Piauí`,centroid:[-42.7448,-7.0527]},geometry:{type:`Polygon`,coordinates:[[[-42.687,-6.839],[-42.665,-6.852],[-42.623,-6.798],[-42.566,-6.869],[-42.601,-6.968],[-42.643,-6.986],[-42.655,-7.094],[-42.637,-7.158],[-42.662,-7.202],[-42.604,-7.379],[-42.697,-7.292],[-42.706,-7.192],[-42.785,-7.295],[-42.852,-7.214],[-42.93,-7.193],[-42.944,-7.133],[-42.798,-6.915],[-42.793,-6.774],[-42.687,-6.839]]]}},{type:`Feature`,properties:{id:`2206753`,name:`Nossa Senhora de Nazaré`,centroid:[-42.1845,-4.6429]},geometry:{type:`Polygon`,coordinates:[[[-42.146,-4.551],[-42.174,-4.603],[-42.085,-4.606],[-42.051,-4.652],[-42.103,-4.725],[-42.15,-4.7],[-42.144,-4.721],[-42.205,-4.726],[-42.216,-4.672],[-42.272,-4.653],[-42.257,-4.743],[-42.317,-4.727],[-42.282,-4.679],[-42.277,-4.549],[-42.174,-4.56],[-42.147,-4.528],[-42.146,-4.551]]]}},{type:`Feature`,properties:{id:`2206803`,name:`Nossa Senhora dos Remédios`,centroid:[-42.6111,-4.0198]},geometry:{type:`Polygon`,coordinates:[[[-42.523,-4.072],[-42.612,-4.132],[-42.701,-4.07],[-42.696,-3.985],[-42.612,-3.897],[-42.533,-3.965],[-42.523,-4.072]]]}},{type:`Feature`,properties:{id:`2207959`,name:`Nova Santa Rita`,centroid:[-42.005,-8.114]},geometry:{type:`Polygon`,coordinates:[[[-41.924,-8.256],[-41.987,-8.295],[-42.242,-8.159],[-42.095,-7.95],[-42.026,-7.996],[-41.747,-8.022],[-41.734,-8.086],[-41.891,-8.134],[-41.924,-8.256]]]}},{type:`Feature`,properties:{id:`2206902`,name:`Novo Oriente do Piauí`,centroid:[-41.9785,-6.4961]},geometry:{type:`Polygon`,coordinates:[[[-41.898,-6.41],[-41.893,-6.54],[-41.918,-6.532],[-41.865,-6.612],[-41.927,-6.644],[-41.999,-6.617],[-42.122,-6.644],[-42.057,-6.602],[-42.05,-6.494],[-42.013,-6.474],[-42.013,-6.443],[-42.093,-6.457],[-42.015,-6.31],[-41.898,-6.41]]]}},{type:`Feature`,properties:{id:`2206951`,name:`Novo Santo Antônio`,centroid:[-41.9134,-5.2773]},geometry:{type:`Polygon`,coordinates:[[[-41.801,-5.22],[-41.799,-5.321],[-41.944,-5.407],[-42.035,-5.338],[-41.993,-5.287],[-42.02,-5.233],[-41.994,-5.167],[-41.8,-5.194],[-41.801,-5.22]]]}},{type:`Feature`,properties:{id:`2207009`,name:`Oeiras`,centroid:[-42.1669,-6.9619]},geometry:{type:`Polygon`,coordinates:[[[-41.988,-6.62],[-41.922,-6.646],[-41.916,-6.83],[-41.962,-6.861],[-42.002,-6.952],[-41.973,-7.014],[-41.878,-7.03],[-41.918,-7.062],[-41.919,-7.184],[-42.005,-7.248],[-42.022,-7.301],[-42.052,-7.318],[-42.097,-7.155],[-42.168,-7.105],[-42.296,-7.175],[-42.31,-7.223],[-42.404,-7.168],[-42.42,-6.967],[-42.625,-6.997],[-42.566,-6.869],[-42.449,-6.909],[-42.36,-6.806],[-42.299,-6.823],[-42.287,-6.88],[-42.244,-6.866],[-42.24,-6.906],[-42.204,-6.922],[-42.113,-6.825],[-42.146,-6.642],[-41.988,-6.62]]]}},{type:`Feature`,properties:{id:`2207108`,name:`Olho D'Água do Piauí`,centroid:[-42.5554,-5.8352]},geometry:{type:`Polygon`,coordinates:[[[-42.531,-5.7],[-42.545,-5.842],[-42.463,-5.909],[-42.547,-5.943],[-42.613,-5.887],[-42.586,-5.83],[-42.608,-5.73],[-42.531,-5.7]]]}},{type:`Feature`,properties:{id:`2207207`,name:`Padre Marcos`,centroid:[-40.8819,-7.3756]},geometry:{type:`Polygon`,coordinates:[[[-40.813,-7.44],[-40.827,-7.458],[-40.782,-7.479],[-40.87,-7.448],[-40.936,-7.497],[-40.936,-7.343],[-40.979,-7.307],[-40.868,-7.263],[-40.79,-7.416],[-40.813,-7.44]]]}},{type:`Feature`,properties:{id:`2207306`,name:`Paes Landim`,centroid:[-42.2802,-7.8209]},geometry:{type:`Polygon`,coordinates:[[[-42.267,-7.951],[-42.335,-7.968],[-42.357,-7.81],[-42.415,-7.757],[-42.355,-7.724],[-42.189,-7.722],[-42.161,-7.747],[-42.215,-7.894],[-42.267,-7.951]]]}},{type:`Feature`,properties:{id:`2207355`,name:`Pajeú do Piauí`,centroid:[-42.8265,-7.9155]},geometry:{type:`Polygon`,coordinates:[[[-42.709,-8.088],[-42.935,-8.063],[-43.063,-7.934],[-43.059,-7.91],[-42.898,-7.884],[-42.803,-7.649],[-42.686,-7.779],[-42.712,-7.976],[-42.665,-8.037],[-42.709,-8.088]]]}},{type:`Feature`,properties:{id:`2207405`,name:`Palmeira do Piauí`,centroid:[-44.4685,-8.5546]},geometry:{type:`Polygon`,coordinates:[[[-44.842,-8.265],[-44.205,-8.553],[-44.208,-8.627],[-44.02,-8.622],[-44.193,-8.772],[-44.305,-8.799],[-44.727,-8.532],[-44.829,-8.424],[-44.842,-8.265]]]}},{type:`Feature`,properties:{id:`2207504`,name:`Palmeirais`,centroid:[-42.9554,-5.8822]},geometry:{type:`Polygon`,coordinates:[[[-42.97,-5.561],[-42.914,-5.626],[-42.972,-5.628],[-42.953,-5.652],[-42.975,-5.682],[-42.936,-5.704],[-42.851,-5.87],[-42.745,-5.849],[-42.777,-5.959],[-42.82,-5.991],[-42.793,-6.1],[-42.979,-6.138],[-43.075,-6.054],[-43.048,-6],[-43.099,-5.906],[-43.076,-5.867],[-43.101,-5.762],[-43.076,-5.729],[-43.089,-5.604],[-43.034,-5.592],[-43.005,-5.542],[-42.97,-5.561]]]}},{type:`Feature`,properties:{id:`2207553`,name:`Paquetá`,centroid:[-41.6839,-7.1258]},geometry:{type:`Polygon`,coordinates:[[[-41.715,-7],[-41.585,-7.033],[-41.608,-7.048],[-41.58,-7.098],[-41.617,-7.098],[-41.605,-7.225],[-41.71,-7.325],[-41.698,-7.207],[-41.815,-7.066],[-41.715,-7]]]}},{type:`Feature`,properties:{id:`2207603`,name:`Parnaguá`,centroid:[-44.568,-10.3132]},geometry:{type:`Polygon`,coordinates:[[[-44.526,-9.904],[-44.442,-9.978],[-44.421,-10.102],[-44.286,-10.327],[-44.347,-10.472],[-44.344,-10.549],[-44.476,-10.639],[-44.577,-10.626],[-44.666,-10.682],[-44.666,-10.758],[-44.769,-10.566],[-44.708,-10.508],[-44.806,-10.428],[-44.831,-10.34],[-44.794,-10.328],[-44.777,-10.144],[-44.819,-10.008],[-44.658,-10.067],[-44.584,-9.926],[-44.599,-9.886],[-44.575,-9.863],[-44.526,-9.904]]]}},{type:`Feature`,properties:{id:`2207702`,name:`Parnaíba`,centroid:[-41.7568,-2.9625]},geometry:{type:`Polygon`,coordinates:[[[-41.75,-2.801],[-41.655,-2.867],[-41.713,-3.008],[-41.695,-3.04],[-41.771,-3.12],[-41.869,-3.06],[-41.796,-2.968],[-41.835,-2.915],[-41.755,-2.841],[-41.785,-2.77],[-41.75,-2.801]]]}},{type:`Feature`,properties:{id:`2207751`,name:`Passagem Franca do Piauí`,centroid:[-42.4004,-5.8403]},geometry:{type:`Polygon`,coordinates:[[[-42.359,-5.596],[-42.352,-5.638],[-42.304,-5.652],[-42.329,-5.705],[-42.309,-5.866],[-42.369,-5.887],[-42.391,-5.976],[-42.288,-6.046],[-42.277,-6.023],[-42.26,-6.067],[-42.386,-6.108],[-42.385,-6.155],[-42.441,-6.024],[-42.5,-5.977],[-42.43,-5.811],[-42.447,-5.768],[-42.531,-5.742],[-42.531,-5.7],[-42.485,-5.643],[-42.359,-5.596]]]}},{type:`Feature`,properties:{id:`2207777`,name:`Patos do Piauí`,centroid:[-41.2915,-7.6613]},geometry:{type:`Polygon`,coordinates:[[[-41.333,-7.535],[-41.294,-7.546],[-41.262,-7.625],[-41.236,-7.556],[-41.157,-7.585],[-41.18,-7.62],[-41.038,-7.654],[-41.16,-7.756],[-41.207,-7.713],[-41.308,-7.725],[-41.353,-7.799],[-41.477,-7.75],[-41.399,-7.55],[-41.375,-7.516],[-41.333,-7.535]]]}},{type:`Feature`,properties:{id:`2207793`,name:`Pau D'Arco do Piauí`,centroid:[-42.4743,-5.245]},geometry:{type:`Polygon`,coordinates:[[[-42.368,-5.165],[-42.33,-5.301],[-42.541,-5.302],[-42.599,-5.35],[-42.578,-5.169],[-42.478,-5.168],[-42.445,-5.214],[-42.368,-5.165]]]}},{type:`Feature`,properties:{id:`2207801`,name:`Paulistana`,centroid:[-41.2222,-8.1624]},geometry:{type:`Polygon`,coordinates:[[[-41.038,-7.924],[-40.96,-8.107],[-41.01,-8.11],[-41.098,-8.187],[-41.137,-8.357],[-41.117,-8.387],[-41.162,-8.418],[-41.203,-8.392],[-41.237,-8.411],[-41.278,-8.367],[-41.378,-8.349],[-41.418,-8.289],[-41.371,-8.215],[-41.477,-8.173],[-41.438,-8.079],[-41.284,-7.99],[-41.179,-8.019],[-41.048,-7.897],[-41.038,-7.924]]]}},{type:`Feature`,properties:{id:`2207850`,name:`Pavussu`,centroid:[-43.3688,-7.8862]},geometry:{type:`Polygon`,coordinates:[[[-43.286,-7.695],[-43.237,-7.868],[-43.177,-7.854],[-43.107,-7.904],[-43.137,-7.936],[-43.126,-7.969],[-43.321,-8.078],[-43.412,-8.038],[-43.492,-8.12],[-43.562,-7.842],[-43.507,-7.679],[-43.367,-7.701],[-43.296,-7.654],[-43.286,-7.695]]]}},{type:`Feature`,properties:{id:`2207900`,name:`Pedro II`,centroid:[-41.3931,-4.487]},geometry:{type:`Polygon`,coordinates:[[[-41.487,-4.303],[-41.415,-4.311],[-41.38,-4.433],[-41.363,-4.338],[-41.24,-4.375],[-41.229,-4.34],[-41.119,-4.324],[-41.19,-4.515],[-41.242,-4.571],[-41.174,-4.668],[-41.295,-4.815],[-41.294,-4.556],[-41.745,-4.59],[-41.605,-4.404],[-41.511,-4.4],[-41.513,-4.331],[-41.562,-4.314],[-41.525,-4.256],[-41.487,-4.303]]]}},{type:`Feature`,properties:{id:`2207934`,name:`Pedro Laurentino`,centroid:[-42.3065,-8.055]},geometry:{type:`Polygon`,coordinates:[[[-42.155,-8.237],[-42.556,-8.066],[-42.561,-8.032],[-42.267,-7.951],[-42.215,-7.894],[-42.11,-7.971],[-42.242,-8.159],[-42.137,-8.205],[-42.155,-8.237]]]}},{type:`Feature`,properties:{id:`2208007`,name:`Picos`,centroid:[-41.525,-7.0649]},geometry:{type:`Polygon`,coordinates:[[[-41.336,-7.068],[-41.333,-7.099],[-41.385,-7.093],[-41.401,-7.129],[-41.463,-7.121],[-41.462,-7.187],[-41.548,-7.168],[-41.605,-7.225],[-41.626,-7.148],[-41.617,-7.098],[-41.58,-7.098],[-41.608,-7.048],[-41.585,-7.033],[-41.641,-7.033],[-41.617,-6.878],[-41.534,-6.969],[-41.448,-6.999],[-41.4,-7.059],[-41.336,-7.068]]]}},{type:`Feature`,properties:{id:`2208106`,name:`Pimenteiras`,centroid:[-41.1658,-6.3453]},geometry:{type:`Polygon`,coordinates:[[[-40.906,-6.046],[-40.872,-6.056],[-40.852,-6.224],[-40.782,-6.316],[-40.79,-6.5],[-41.095,-6.756],[-41.143,-6.75],[-41.13,-6.655],[-41.293,-6.674],[-41.27,-6.578],[-41.314,-6.5],[-41.374,-6.503],[-41.406,-6.435],[-41.388,-6.365],[-41.446,-6.348],[-41.562,-6.381],[-41.574,-6.339],[-41.512,-6.282],[-41.63,-6.273],[-41.735,-6.209],[-41.64,-6.073],[-41.5,-6.113],[-41.509,-6.149],[-41.416,-6.128],[-41.363,-6.177],[-41.259,-6.11],[-40.906,-6.046]]]}},{type:`Feature`,properties:{id:`2208205`,name:`Pio IX`,centroid:[-40.721,-6.7912]},geometry:{type:`Polygon`,coordinates:[[[-40.459,-6.754],[-40.432,-6.812],[-40.37,-6.803],[-40.428,-6.864],[-40.425,-6.935],[-40.599,-6.953],[-40.694,-7.029],[-40.85,-6.985],[-40.828,-6.928],[-40.847,-6.784],[-41.095,-6.756],[-40.79,-6.5],[-40.71,-6.676],[-40.459,-6.754]]]}},{type:`Feature`,properties:{id:`2208304`,name:`Piracuruca`,centroid:[-41.6131,-3.8531]},geometry:{type:`Polygon`,coordinates:[[[-41.746,-3.632],[-41.745,-3.672],[-41.678,-3.664],[-41.521,-3.605],[-41.459,-3.627],[-41.49,-3.664],[-41.444,-3.666],[-41.442,-3.771],[-41.334,-3.691],[-41.278,-3.77],[-41.484,-4.041],[-41.622,-4.06],[-41.632,-4.135],[-41.774,-4.1],[-41.738,-4.045],[-41.855,-4.042],[-41.847,-3.973],[-41.91,-3.94],[-41.865,-3.848],[-41.686,-3.797],[-41.866,-3.721],[-41.773,-3.572],[-41.746,-3.632]]]}},{type:`Feature`,properties:{id:`2208403`,name:`Piripiri`,centroid:[-41.7734,-4.3314]},geometry:{type:`Polygon`,coordinates:[[[-41.575,-4.158],[-41.497,-4.181],[-41.525,-4.256],[-41.561,-4.31],[-41.597,-4.296],[-41.617,-4.338],[-41.668,-4.348],[-41.661,-4.403],[-41.605,-4.409],[-41.739,-4.57],[-41.843,-4.464],[-42.017,-4.384],[-41.996,-4.245],[-41.919,-4.223],[-41.921,-4.181],[-41.804,-4.202],[-41.8,-4.173],[-41.761,-4.208],[-41.656,-4.219],[-41.575,-4.158]]]}},{type:`Feature`,properties:{id:`2208502`,name:`Porto`,centroid:[-42.708,-3.9455]},geometry:{type:`Polygon`,coordinates:[[[-42.701,-4.07],[-42.69,-4.097],[-42.791,-3.983],[-42.663,-3.792],[-42.669,-3.861],[-42.625,-3.927],[-42.696,-3.985],[-42.701,-4.07]]]}},{type:`Feature`,properties:{id:`2208551`,name:`Porto Alegre do Piauí`,centroid:[-44.06,-6.9545]},geometry:{type:`Polygon`,coordinates:[[[-43.945,-6.765],[-43.832,-6.842],[-43.899,-6.9],[-43.935,-6.99],[-43.99,-6.984],[-44.048,-7.22],[-44.151,-7.117],[-44.279,-7.046],[-44.16,-6.872],[-44.119,-6.832],[-44.104,-6.856],[-44.116,-6.805],[-44.069,-6.821],[-44.053,-6.768],[-43.961,-6.742],[-43.945,-6.765]]]}},{type:`Feature`,properties:{id:`2208601`,name:`Prata do Piauí`,centroid:[-42.1606,-5.7265]},geometry:{type:`Polygon`,coordinates:[[[-42.136,-5.661],[-42.098,-5.7],[-42.086,-5.788],[-42.226,-5.776],[-42.228,-5.671],[-42.136,-5.661]]]}},{type:`Feature`,properties:{id:`2208650`,name:`Queimada Nova`,centroid:[-41.3375,-8.514]},geometry:{type:`Polygon`,coordinates:[[[-41.445,-8.28],[-41.378,-8.349],[-41.278,-8.367],[-41.237,-8.411],[-41.203,-8.392],[-41.162,-8.418],[-41.117,-8.387],[-41.099,-8.437],[-41.048,-8.448],[-41.051,-8.48],[-41.079,-8.472],[-41.111,-8.533],[-41.149,-8.534],[-41.217,-8.646],[-41.337,-8.708],[-41.43,-8.671],[-41.503,-8.742],[-41.523,-8.726],[-41.498,-8.41],[-41.549,-8.359],[-41.476,-8.367],[-41.474,-8.296],[-41.445,-8.28]]]}},{type:`Feature`,properties:{id:`2208700`,name:`Redenção do Gurguéia`,centroid:[-44.4556,-9.5215]},geometry:{type:`Polygon`,coordinates:[[[-44.726,-9.268],[-44.522,-9.378],[-44.508,-9.316],[-44.218,-9.429],[-44.043,-9.586],[-44.304,-9.718],[-44.44,-9.699],[-44.624,-9.767],[-44.635,-9.623],[-44.607,-9.544],[-44.666,-9.561],[-44.817,-9.462],[-44.726,-9.268]]]}},{type:`Feature`,properties:{id:`2208809`,name:`Regeneração`,centroid:[-42.4913,-6.3517]},geometry:{type:`Polygon`,coordinates:[[[-42.546,-6.202],[-42.443,-6.218],[-42.439,-6.254],[-42.319,-6.238],[-42.311,-6.297],[-42.282,-6.304],[-42.29,-6.396],[-42.354,-6.518],[-42.582,-6.519],[-42.719,-6.215],[-42.682,-6.214],[-42.684,-6.178],[-42.622,-6.173],[-42.546,-6.202]]]}},{type:`Feature`,properties:{id:`2208858`,name:`Riacho Frio`,centroid:[-44.8113,-9.931]},geometry:{type:`Polygon`,coordinates:[[[-44.62,-9.542],[-44.63,-9.758],[-44.575,-9.863],[-44.599,-9.886],[-44.584,-9.926],[-44.658,-10.067],[-44.819,-10.008],[-44.777,-10.144],[-44.794,-10.328],[-45,-10.13],[-45.106,-10.138],[-44.956,-9.824],[-44.844,-9.723],[-44.834,-9.652],[-44.806,-9.68],[-44.62,-9.542]]]}},{type:`Feature`,properties:{id:`2208874`,name:`Ribeira do Piauí`,centroid:[-42.613,-7.9279]},geometry:{type:`Polygon`,coordinates:[[[-42.581,-7.584],[-42.595,-7.813],[-42.588,-7.862],[-42.541,-7.893],[-42.583,-7.892],[-42.556,-8.066],[-42.469,-8.105],[-42.461,-8.234],[-42.533,-8.224],[-42.537,-8.29],[-42.573,-8.304],[-42.608,-8.302],[-42.586,-8.14],[-42.712,-7.976],[-42.686,-7.779],[-42.756,-7.702],[-42.678,-7.591],[-42.581,-7.584]]]}},{type:`Feature`,properties:{id:`2208908`,name:`Ribeiro Gonçalves`,centroid:[-45.3455,-7.9727]},geometry:{type:`Polygon`,coordinates:[[[-44.983,-7.482],[-44.918,-7.87],[-45.163,-7.833],[-45.2,-7.788],[-45.246,-7.801],[-45.305,-7.911],[-45.231,-7.954],[-45.233,-7.983],[-45.311,-8.055],[-45.384,-8.06],[-45.447,-8.278],[-45.426,-8.35],[-45.33,-8.344],[-45.405,-8.633],[-45.463,-8.559],[-45.639,-8.483],[-45.708,-8.394],[-45.661,-8.25],[-45.581,-8.156],[-45.576,-8.029],[-45.523,-7.912],[-45.54,-7.864],[-45.469,-7.689],[-45.394,-7.613],[-45.231,-7.549],[-45.217,-7.568],[-45.154,-7.512],[-44.983,-7.482]]]}},{type:`Feature`,properties:{id:`2209005`,name:`Rio Grande do Piauí`,centroid:[-43.1525,-7.7696]},geometry:{type:`Polygon`,coordinates:[[[-43.045,-7.799],[-43.071,-7.957],[-43.137,-7.936],[-43.107,-7.904],[-43.173,-7.856],[-43.237,-7.868],[-43.286,-7.695],[-43.196,-7.614],[-43.073,-7.683],[-43.035,-7.734],[-43.045,-7.799]]]}},{type:`Feature`,properties:{id:`2209104`,name:`Santa Cruz do Piauí`,centroid:[-41.7771,-7.2311]},geometry:{type:`Polygon`,coordinates:[[[-41.721,-7.299],[-41.71,-7.325],[-41.594,-7.291],[-41.609,-7.366],[-41.78,-7.424],[-41.819,-7.357],[-41.778,-7.339],[-41.787,-7.246],[-41.919,-7.184],[-41.918,-7.062],[-41.86,-7.044],[-41.765,-7.107],[-41.698,-7.207],[-41.721,-7.299]]]}},{type:`Feature`,properties:{id:`2209153`,name:`Santa Cruz dos Milagres`,centroid:[-41.8683,-5.9087]},geometry:{type:`Polygon`,coordinates:[[[-42.09,-5.742],[-41.88,-5.818],[-41.718,-5.788],[-41.656,-5.935],[-41.667,-5.972],[-41.763,-6.029],[-41.799,-5.974],[-41.882,-6.059],[-41.971,-6.087],[-42.06,-6.052],[-41.971,-6.044],[-41.966,-5.928],[-42.039,-5.9],[-42.09,-5.742]]]}},{type:`Feature`,properties:{id:`2209203`,name:`Santa Filomena`,centroid:[-45.6759,-8.993]},geometry:{type:`Polygon`,coordinates:[[[-45.702,-8.397],[-45.622,-8.495],[-45.455,-8.564],[-45.381,-8.683],[-45.397,-8.862],[-45.562,-9.051],[-45.41,-9.458],[-45.513,-9.458],[-45.531,-9.496],[-45.695,-9.558],[-45.788,-9.482],[-45.824,-9.375],[-45.893,-9.342],[-45.897,-9.186],[-45.994,-8.926],[-45.935,-8.779],[-45.84,-8.715],[-45.815,-8.633],[-45.765,-8.609],[-45.793,-8.584],[-45.702,-8.397]]]}},{type:`Feature`,properties:{id:`2209302`,name:`Santa Luz`,centroid:[-44.1036,-9.0374]},geometry:{type:`Polygon`,coordinates:[[[-44.3,-8.847],[-43.869,-9.018],[-43.956,-9.174],[-43.869,-9.313],[-44.311,-9.029],[-44.291,-8.968],[-44.353,-8.832],[-44.305,-8.799],[-44.269,-8.823],[-44.3,-8.847]]]}},{type:`Feature`,properties:{id:`2209377`,name:`Santa Rosa do Piauí`,centroid:[-42.2227,-6.8123]},geometry:{type:`Polygon`,coordinates:[[[-42.244,-6.752],[-42.163,-6.766],[-42.136,-6.732],[-42.111,-6.753],[-42.116,-6.835],[-42.204,-6.922],[-42.24,-6.906],[-42.244,-6.866],[-42.287,-6.88],[-42.299,-6.823],[-42.361,-6.818],[-42.319,-6.769],[-42.317,-6.705],[-42.244,-6.752]]]}},{type:`Feature`,properties:{id:`2209351`,name:`Santana do Piauí`,centroid:[-41.4994,-6.9394]},geometry:{type:`Polygon`,coordinates:[[[-41.517,-6.907],[-41.451,-6.898],[-41.413,-7.004],[-41.534,-6.969],[-41.617,-6.878],[-41.517,-6.907]]]}},{type:`Feature`,properties:{id:`2209401`,name:`Santo Antônio de Lisboa`,centroid:[-41.2108,-6.9104]},geometry:{type:`Polygon`,coordinates:[[[-41.187,-6.995],[-41.192,-7.114],[-41.233,-7.11],[-41.317,-7.007],[-41.299,-6.955],[-41.247,-6.952],[-41.195,-6.892],[-41.229,-6.792],[-41.198,-6.768],[-41.19,-6.663],[-41.13,-6.655],[-41.187,-6.995]]]}},{type:`Feature`,properties:{id:`2209450`,name:`Santo Antônio dos Milagres`,centroid:[-42.7001,-6.0546]},geometry:{type:`Polygon`,coordinates:[[[-42.682,-6.031],[-42.681,-6.074],[-42.651,-6.081],[-42.704,-6.08],[-42.736,-6.035],[-42.682,-6.031]]]}},{type:`Feature`,properties:{id:`2209500`,name:`Santo Inácio do Piauí`,centroid:[-42.0154,-7.4538]},geometry:{type:`Polygon`,coordinates:[[[-41.854,-7.43],[-41.861,-7.536],[-42.017,-7.537],[-42.038,-7.576],[-42.216,-7.623],[-42.17,-7.521],[-42.218,-7.438],[-41.879,-7.283],[-41.83,-7.343],[-41.854,-7.43]]]}},{type:`Feature`,properties:{id:`2209559`,name:`São Braz do Piauí`,centroid:[-43.0076,-8.9672]},geometry:{type:`Polygon`,coordinates:[[[-42.977,-8.81],[-42.957,-8.946],[-42.845,-9.069],[-42.982,-9.129],[-43.017,-9.088],[-43.103,-9.096],[-43.113,-8.992],[-43.079,-8.812],[-43.016,-8.815],[-43.018,-8.726],[-42.982,-8.718],[-42.977,-8.81]]]}},{type:`Feature`,properties:{id:`2209609`,name:`São Félix do Piauí`,centroid:[-42.1081,-5.9337]},geometry:{type:`Polygon`,coordinates:[[[-42.073,-5.787],[-42.039,-5.9],[-41.966,-5.942],[-41.971,-6.044],[-42.085,-6.067],[-42.257,-5.955],[-42.246,-5.897],[-42.277,-5.852],[-42.125,-5.898],[-42.141,-5.845],[-42.204,-5.825],[-42.202,-5.786],[-42.073,-5.787]]]}},{type:`Feature`,properties:{id:`2209658`,name:`São Francisco de Assis do Piauí`,centroid:[-41.5849,-8.1963]},geometry:{type:`Polygon`,coordinates:[[[-41.458,-8.055],[-41.436,-8.124],[-41.477,-8.173],[-41.371,-8.215],[-41.413,-8.294],[-41.474,-8.296],[-41.476,-8.367],[-41.523,-8.373],[-41.565,-8.312],[-41.688,-8.274],[-41.749,-8.312],[-41.771,-8.29],[-41.783,-8.222],[-41.729,-8.171],[-41.776,-8.121],[-41.74,-8.088],[-41.574,-8.038],[-41.601,-8.08],[-41.468,-8.062],[-41.468,-8.032],[-41.458,-8.055]]]}},{type:`Feature`,properties:{id:`2209708`,name:`São Francisco do Piauí`,centroid:[-42.4993,-7.199]},geometry:{type:`Polygon`,coordinates:[[[-42.421,-6.988],[-42.404,-7.168],[-42.31,-7.223],[-42.36,-7.417],[-42.604,-7.379],[-42.662,-7.202],[-42.637,-7.158],[-42.643,-6.986],[-42.42,-6.967],[-42.421,-6.988]]]}},{type:`Feature`,properties:{id:`2209757`,name:`São Gonçalo do Gurguéia`,centroid:[-45.3205,-10.0881]},geometry:{type:`Polygon`,coordinates:[[[-45.14,-9.935],[-45.027,-9.974],[-45.106,-10.138],[-45.192,-10.144],[-45.49,-10.301],[-45.517,-10.286],[-45.556,-10.216],[-45.502,-10.149],[-45.555,-9.974],[-45.272,-9.985],[-45.257,-9.935],[-45.14,-9.935]]]}},{type:`Feature`,properties:{id:`2209807`,name:`São Gonçalo do Piauí`,centroid:[-42.6516,-6.0068]},geometry:{type:`Polygon`,coordinates:[[[-42.59,-6.015],[-42.64,-6.089],[-42.681,-6.074],[-42.691,-6.021],[-42.739,-6.027],[-42.714,-5.966],[-42.662,-5.952],[-42.58,-5.947],[-42.59,-6.015]]]}},{type:`Feature`,properties:{id:`2209856`,name:`São João da Canabrava`,centroid:[-41.3939,-6.6998]},geometry:{type:`Polygon`,coordinates:[[[-41.338,-6.828],[-41.343,-6.868],[-41.413,-6.862],[-41.437,-6.793],[-41.404,-6.778],[-41.458,-6.743],[-41.444,-6.688],[-41.49,-6.68],[-41.508,-6.556],[-41.426,-6.565],[-41.282,-6.651],[-41.326,-6.75],[-41.303,-6.8],[-41.338,-6.828]]]}},{type:`Feature`,properties:{id:`2209872`,name:`São João da Fronteira`,centroid:[-41.2825,-4.0153]},geometry:{type:`Polygon`,coordinates:[[[-41.3,-3.826],[-41.276,-3.825],[-41.22,-3.941],[-41.256,-4.034],[-41.114,-4.04],[-41.143,-4.124],[-41.099,-4.181],[-41.164,-4.188],[-41.25,-4.139],[-41.294,-4.167],[-41.336,-4.051],[-41.484,-4.041],[-41.261,-3.757],[-41.3,-3.826]]]}},{type:`Feature`,properties:{id:`2209906`,name:`São João da Serra`,centroid:[-41.8798,-5.5415]},geometry:{type:`Polygon`,coordinates:[[[-41.829,-5.354],[-41.707,-5.454],[-41.676,-5.441],[-41.802,-5.577],[-41.766,-5.632],[-41.768,-5.739],[-42.118,-5.599],[-41.999,-5.522],[-41.938,-5.389],[-41.829,-5.354]]]}},{type:`Feature`,properties:{id:`2209955`,name:`São João da Varjota`,centroid:[-41.8818,-6.9601]},geometry:{type:`Polygon`,coordinates:[[[-41.916,-6.83],[-41.808,-6.929],[-41.797,-6.987],[-41.78,-6.963],[-41.731,-7.017],[-41.815,-7.066],[-41.898,-7.051],[-41.879,-7.022],[-41.973,-7.014],[-42.002,-6.952],[-41.962,-6.861],[-41.916,-6.83]]]}},{type:`Feature`,properties:{id:`2209971`,name:`São João do Arraial`,centroid:[-42.4459,-3.8179]},geometry:{type:`Polygon`,coordinates:[[[-42.428,-3.743],[-42.368,-3.768],[-42.399,-3.898],[-42.49,-3.872],[-42.548,-3.804],[-42.428,-3.743]]]}},{type:`Feature`,properties:{id:`2210003`,name:`São João do Piauí`,centroid:[-42.2481,-8.3217]},geometry:{type:`Polygon`,coordinates:[[[-42.282,-8.193],[-42.163,-8.248],[-42.137,-8.205],[-41.987,-8.295],[-41.924,-8.256],[-41.957,-8.372],[-41.985,-8.326],[-42.033,-8.46],[-42.152,-8.473],[-42.125,-8.566],[-42.158,-8.59],[-42.19,-8.508],[-42.333,-8.398],[-42.608,-8.302],[-42.537,-8.29],[-42.533,-8.224],[-42.461,-8.234],[-42.469,-8.105],[-42.282,-8.193]]]}},{type:`Feature`,properties:{id:`2210052`,name:`São José do Divino`,centroid:[-41.8607,-3.7739]},geometry:{type:`Polygon`,coordinates:[[[-41.954,-3.675],[-41.686,-3.797],[-41.865,-3.848],[-41.903,-3.887],[-41.898,-3.796],[-41.98,-3.784],[-41.954,-3.675]]]}},{type:`Feature`,properties:{id:`2210102`,name:`São José do Peixe`,centroid:[-42.5821,-7.4842]},geometry:{type:`Polygon`,coordinates:[[[-42.697,-7.292],[-42.66,-7.352],[-42.582,-7.387],[-42.531,-7.374],[-42.312,-7.431],[-42.383,-7.53],[-42.488,-7.526],[-42.482,-7.836],[-42.508,-7.842],[-42.584,-7.68],[-42.581,-7.584],[-42.678,-7.591],[-42.682,-7.47],[-42.842,-7.354],[-42.815,-7.279],[-42.785,-7.295],[-42.726,-7.191],[-42.697,-7.292]]]}},{type:`Feature`,properties:{id:`2210201`,name:`São José do Piauí`,centroid:[-41.5047,-6.8241]},geometry:{type:`Polygon`,coordinates:[[[-41.413,-6.862],[-41.509,-6.911],[-41.617,-6.878],[-41.542,-6.738],[-41.425,-6.747],[-41.413,-6.862]]]}},{type:`Feature`,properties:{id:`2210300`,name:`São Julião`,centroid:[-40.8375,-7.0759]},geometry:{type:`Polygon`,coordinates:[[[-40.796,-6.988],[-40.71,-7.135],[-40.83,-7.121],[-40.883,-7.161],[-40.96,-7.107],[-40.85,-6.985],[-40.796,-6.988]]]}},{type:`Feature`,properties:{id:`2210359`,name:`São Lourenço do Piauí`,centroid:[-42.532,-9.1704]},geometry:{type:`Polygon`,coordinates:[[[-42.37,-9.131],[-42.329,-9.185],[-42.462,-9.172],[-42.493,-9.255],[-42.643,-9.331],[-42.685,-9.294],[-42.67,-9.148],[-42.631,-9.088],[-42.596,-9.115],[-42.591,-9.065],[-42.532,-9.082],[-42.481,-9.052],[-42.452,-9.147],[-42.413,-9.034],[-42.378,-9.018],[-42.337,-9.034],[-42.37,-9.131]]]}},{type:`Feature`,properties:{id:`2210375`,name:`São Luis do Piauí`,centroid:[-41.2653,-6.7666]},geometry:{type:`Polygon`,coordinates:[[[-41.274,-6.678],[-41.197,-6.679],[-41.218,-6.825],[-41.343,-6.868],[-41.332,-6.808],[-41.303,-6.8],[-41.326,-6.75],[-41.274,-6.678]]]}},{type:`Feature`,properties:{id:`2210383`,name:`São Miguel da Baixa Grande`,centroid:[-42.2726,-5.8148]},geometry:{type:`Polygon`,coordinates:[[[-42.259,-5.656],[-42.228,-5.671],[-42.204,-5.825],[-42.141,-5.845],[-42.12,-5.894],[-42.264,-5.846],[-42.257,-5.955],[-42.392,-5.953],[-42.361,-5.877],[-42.309,-5.866],[-42.329,-5.705],[-42.304,-5.652],[-42.259,-5.656]]]}},{type:`Feature`,properties:{id:`2210391`,name:`São Miguel do Fidalgo`,centroid:[-42.3325,-7.5948]},geometry:{type:`Polygon`,coordinates:[[[-42.17,-7.521],[-42.219,-7.629],[-42.299,-7.627],[-42.189,-7.722],[-42.355,-7.724],[-42.415,-7.757],[-42.476,-7.701],[-42.488,-7.526],[-42.383,-7.53],[-42.312,-7.431],[-42.218,-7.438],[-42.17,-7.521]]]}},{type:`Feature`,properties:{id:`2210409`,name:`São Miguel do Tapuio`,centroid:[-41.4411,-5.7298]},geometry:{type:`Polygon`,coordinates:[[[-40.911,-5.407],[-40.942,-5.419],[-40.907,-5.642],[-41.167,-5.641],[-41.168,-5.786],[-41.259,-5.875],[-41.259,-6.11],[-41.363,-6.177],[-41.416,-6.128],[-41.509,-6.149],[-41.5,-6.113],[-41.64,-6.073],[-41.678,-6.032],[-41.656,-5.935],[-41.718,-5.788],[-41.846,-5.818],[-41.971,-5.8],[-42.006,-5.76],[-42.105,-5.742],[-42.111,-5.673],[-42.155,-5.651],[-42.118,-5.599],[-41.768,-5.739],[-41.766,-5.632],[-41.802,-5.577],[-41.76,-5.558],[-41.277,-5.429],[-40.929,-5.375],[-40.911,-5.407]]]}},{type:`Feature`,properties:{id:`2210508`,name:`São Pedro do Piauí`,centroid:[-42.7872,-5.8168]},geometry:{type:`Polygon`,coordinates:[[[-42.814,-5.678],[-42.767,-5.689],[-42.724,-5.746],[-42.72,-5.817],[-42.656,-5.832],[-42.723,-6.01],[-42.784,-6.015],[-42.745,-5.849],[-42.851,-5.87],[-42.94,-5.721],[-42.814,-5.678]]]}},{type:`Feature`,properties:{id:`2210607`,name:`São Raimundo Nonato`,centroid:[-42.7117,-8.9676]},geometry:{type:`Polygon`,coordinates:[[[-42.726,-8.689],[-42.733,-8.8],[-42.604,-8.728],[-42.558,-8.938],[-42.522,-8.907],[-42.403,-8.953],[-42.367,-8.908],[-42.322,-8.994],[-42.337,-9.034],[-42.413,-9.034],[-42.452,-9.147],[-42.481,-9.052],[-42.532,-9.082],[-42.591,-9.065],[-42.596,-9.115],[-42.631,-9.088],[-42.684,-9.196],[-42.685,-9.294],[-42.643,-9.331],[-42.776,-9.365],[-42.767,-9.288],[-42.824,-9.283],[-42.835,-9.253],[-42.798,-9.194],[-42.8,-9.12],[-42.957,-8.946],[-42.982,-8.718],[-42.726,-8.689]]]}},{type:`Feature`,properties:{id:`2210623`,name:`Sebastião Barros`,centroid:[-44.8313,-10.6511]},geometry:{type:`Polygon`,coordinates:[[[-44.818,-10.428],[-44.708,-10.508],[-44.769,-10.566],[-44.666,-10.758],[-44.788,-10.808],[-44.844,-10.9],[-44.882,-10.752],[-45.024,-10.655],[-45.028,-10.615],[-44.965,-10.616],[-44.818,-10.428]]]}},{type:`Feature`,properties:{id:`2210631`,name:`Sebastião Leal`,centroid:[-44.0876,-7.7434]},geometry:{type:`Polygon`,coordinates:[[[-44.184,-7.418],[-44.134,-7.534],[-44.036,-7.423],[-43.832,-7.352],[-43.784,-7.365],[-43.692,-7.327],[-43.663,-7.435],[-43.753,-7.574],[-43.819,-7.538],[-43.825,-7.489],[-43.854,-7.514],[-43.886,-7.497],[-43.966,-7.602],[-44.008,-7.594],[-43.975,-8.003],[-44.099,-8.029],[-44.129,-8.274],[-44.362,-8.295],[-44.144,-7.545],[-44.353,-7.425],[-44.339,-7.298],[-44.266,-7.243],[-44.184,-7.418]]]}},{type:`Feature`,properties:{id:`2210656`,name:`Sigefredo Pacheco`,centroid:[-41.8092,-4.977]},geometry:{type:`Polygon`,coordinates:[[[-41.747,-4.703],[-41.646,-4.826],[-41.8,-5.194],[-41.981,-5.169],[-41.946,-5.028],[-41.747,-4.703]]]}},{type:`Feature`,properties:{id:`2210706`,name:`Simões`,centroid:[-40.7473,-7.6665]},geometry:{type:`Polygon`,coordinates:[[[-40.87,-7.448],[-40.806,-7.484],[-40.715,-7.48],[-40.622,-7.659],[-40.672,-7.764],[-40.546,-7.83],[-40.543,-7.958],[-40.674,-7.928],[-40.703,-7.895],[-40.672,-7.793],[-40.807,-7.766],[-40.797,-7.693],[-40.846,-7.635],[-40.965,-7.591],[-40.994,-7.52],[-40.87,-7.448]]]}},{type:`Feature`,properties:{id:`2210805`,name:`Simplício Mendes`,centroid:[-42.0223,-7.7979]},geometry:{type:`Polygon`,coordinates:[[[-42.057,-7.612],[-41.935,-7.757],[-41.889,-7.758],[-41.821,-7.83],[-41.663,-7.837],[-41.746,-7.862],[-41.702,-7.929],[-41.735,-7.998],[-41.791,-7.933],[-41.854,-7.946],[-41.913,-7.875],[-41.938,-7.904],[-41.987,-7.879],[-42.056,-7.974],[-42.095,-7.95],[-42.11,-7.971],[-42.228,-7.885],[-42.161,-7.747],[-42.299,-7.627],[-42.038,-7.576],[-42.057,-7.612]]]}},{type:`Feature`,properties:{id:`2210904`,name:`Socorro do Piauí`,centroid:[-42.4701,-7.8807]},geometry:{type:`Polygon`,coordinates:[[[-42.584,-7.68],[-42.508,-7.842],[-42.482,-7.836],[-42.476,-7.701],[-42.357,-7.81],[-42.335,-7.968],[-42.561,-8.032],[-42.583,-7.892],[-42.541,-7.893],[-42.588,-7.862],[-42.584,-7.68]]]}},{type:`Feature`,properties:{id:`2210938`,name:`Sussuapara`,centroid:[-41.3575,-7.0079]},geometry:{type:`Polygon`,coordinates:[[[-41.31,-6.989],[-41.233,-7.11],[-41.333,-7.099],[-41.336,-7.068],[-41.442,-7.026],[-41.448,-6.999],[-41.413,-7.004],[-41.456,-6.896],[-41.433,-6.882],[-41.31,-6.989]]]}},{type:`Feature`,properties:{id:`2210953`,name:`Tamboril do Piauí`,centroid:[-43.0876,-8.4908]},geometry:{type:`Polygon`,coordinates:[[[-42.896,-8.215],[-42.88,-8.485],[-42.982,-8.508],[-43.076,-8.74],[-43.26,-8.746],[-43.274,-8.533],[-43.244,-8.495],[-43.236,-8.376],[-42.896,-8.215]]]}},{type:`Feature`,properties:{id:`2210979`,name:`Tanque do Piauí`,centroid:[-42.2612,-6.6594]},geometry:{type:`Polygon`,coordinates:[[[-42.205,-6.624],[-42.146,-6.642],[-42.136,-6.732],[-42.163,-6.766],[-42.317,-6.705],[-42.334,-6.729],[-42.364,-6.713],[-42.356,-6.528],[-42.309,-6.514],[-42.305,-6.589],[-42.205,-6.624]]]}},{type:`Feature`,properties:{id:`2211001`,name:`Teresina`,centroid:[-42.7663,-5.1746]},geometry:{type:`Polygon`,coordinates:[[[-42.703,-4.905],[-42.601,-4.904],[-42.601,-5.251],[-42.633,-5.246],[-42.748,-5.339],[-42.748,-5.54],[-42.811,-5.501],[-42.856,-5.57],[-42.914,-5.556],[-42.941,-5.586],[-43.005,-5.542],[-42.995,-5.507],[-42.912,-5.396],[-42.826,-5.348],[-42.827,-5.233],[-42.798,-5.183],[-42.855,-4.935],[-42.894,-4.886],[-42.814,-4.787],[-42.731,-4.823],[-42.703,-4.905]]]}},{type:`Feature`,properties:{id:`2211100`,name:`União`,centroid:[-42.7964,-4.5958]},geometry:{type:`Polygon`,coordinates:[[[-42.866,-4.375],[-42.581,-4.427],[-42.672,-4.476],[-42.68,-4.542],[-42.614,-4.606],[-42.778,-4.763],[-42.788,-4.817],[-42.818,-4.789],[-42.894,-4.886],[-42.95,-4.789],[-42.92,-4.737],[-42.951,-4.68],[-42.876,-4.586],[-42.849,-4.482],[-42.963,-4.351],[-42.866,-4.375]]]}},{type:`Feature`,properties:{id:`2211209`,name:`Uruçuí`,centroid:[-44.5673,-7.7926]},geometry:{type:`Polygon`,coordinates:[[[-44.315,-7.118],[-44.351,-7.227],[-44.297,-7.263],[-44.357,-7.338],[-44.353,-7.425],[-44.144,-7.545],[-44.408,-8.461],[-44.846,-8.263],[-44.983,-7.482],[-44.924,-7.47],[-44.816,-7.361],[-44.688,-7.394],[-44.564,-7.227],[-44.38,-7.119],[-44.315,-7.118]]]}},{type:`Feature`,properties:{id:`2211308`,name:`Valença do Piauí`,centroid:[-41.7999,-6.368]},geometry:{type:`Polygon`,coordinates:[[[-41.977,-6.176],[-41.798,-6.257],[-41.512,-6.282],[-41.665,-6.461],[-41.689,-6.531],[-41.839,-6.569],[-41.861,-6.605],[-41.918,-6.532],[-41.893,-6.54],[-41.898,-6.41],[-42.046,-6.284],[-42.018,-6.199],[-41.977,-6.176]]]}},{type:`Feature`,properties:{id:`2211357`,name:`Várzea Branca`,centroid:[-42.9204,-9.3231]},geometry:{type:`Polygon`,coordinates:[[[-42.935,-9.202],[-42.865,-9.307],[-42.835,-9.253],[-42.824,-9.283],[-42.767,-9.288],[-42.781,-9.377],[-42.876,-9.381],[-42.958,-9.429],[-42.987,-9.401],[-43.057,-9.419],[-43.053,-9.334],[-42.965,-9.308],[-42.988,-9.208],[-42.969,-9.146],[-42.935,-9.202]]]}},{type:`Feature`,properties:{id:`2211407`,name:`Várzea Grande`,centroid:[-42.2214,-6.5516]},geometry:{type:`Polygon`,coordinates:[[[-42.146,-6.642],[-42.305,-6.589],[-42.309,-6.507],[-42.19,-6.461],[-42.145,-6.55],[-42.146,-6.642]]]}},{type:`Feature`,properties:{id:`2211506`,name:`Vera Mendes`,centroid:[-41.517,-7.6022]},geometry:{type:`Polygon`,coordinates:[[[-41.537,-7.537],[-41.385,-7.556],[-41.458,-7.695],[-41.646,-7.62],[-41.63,-7.548],[-41.537,-7.537]]]}},{type:`Feature`,properties:{id:`2211605`,name:`Vila Nova do Piauí`,centroid:[-40.9316,-7.2049]},geometry:{type:`Polygon`,coordinates:[[[-40.883,-7.161],[-40.868,-7.263],[-40.972,-7.303],[-40.967,-7.169],[-40.994,-7.172],[-40.997,-7.137],[-40.96,-7.107],[-40.883,-7.161]]]}},{type:`Feature`,properties:{id:`2211704`,name:`Wall Ferraz`,centroid:[-41.8818,-7.2618]},geometry:{type:`Polygon`,coordinates:[[[-41.792,-7.276],[-41.778,-7.339],[-41.819,-7.357],[-41.879,-7.283],[-41.952,-7.323],[-42.005,-7.248],[-41.919,-7.184],[-41.841,-7.199],[-41.787,-7.246],[-41.792,-7.276]]]}}],r={type:e,uf:`PI`,features:n};exports.default=r,exports.features=n,exports.type=e,exports.uf=t;
1
+ var e=`FeatureCollection`,t=`PI`,n=[{type:`Feature`,properties:{id:`2200053`,name:`Acauã`,centroid:[-41.0033,-8.306]},geometry:{type:`Polygon`,coordinates:[[[-40.764,-8.244],[-40.856,-8.147],[-41.014,-8.12],[-41.181,-8.268],[-41.147,-8.336],[-41.197,-8.357],[-41.218,-8.441],[-41.127,-8.542],[-41,-8.4],[-40.927,-8.446],[-40.892,-8.356],[-40.837,-8.381],[-40.764,-8.244]]]}},{type:`Feature`,properties:{id:`2200103`,name:`Agricolândia`,centroid:[-42.6839,-5.7688]},geometry:{type:`Polygon`,coordinates:[[[-42.745,-5.718],[-42.725,-5.747],[-42.72,-5.817],[-42.656,-5.832],[-42.644,-5.786],[-42.617,-5.758],[-42.634,-5.752],[-42.636,-5.729],[-42.68,-5.742],[-42.69,-5.725],[-42.673,-5.705],[-42.745,-5.718]]]}},{type:`Feature`,properties:{id:`2200202`,name:`Água Branca`,centroid:[-42.629,-5.9137]},geometry:{type:`Polygon`,coordinates:[[[-42.548,-5.944],[-42.614,-5.888],[-42.602,-5.853],[-42.615,-5.853],[-42.66,-5.864],[-42.686,-5.959],[-42.548,-5.944]]]}},{type:`Feature`,properties:{id:`2200251`,name:`Alagoinha do Piauí`,centroid:[-40.9192,-6.9278]},geometry:{type:`Polygon`,coordinates:[[[-40.96,-7.108],[-40.854,-7.02],[-40.828,-6.928],[-40.839,-6.796],[-40.897,-6.77],[-40.981,-6.772],[-40.998,-7.137],[-40.96,-7.108]]]}},{type:`Feature`,properties:{id:`2200277`,name:`Alegrete do Piauí`,centroid:[-40.7974,-7.2018]},geometry:{type:`Polygon`,coordinates:[[[-40.73,-7.245],[-40.7,-7.226],[-40.717,-7.208],[-40.692,-7.16],[-40.844,-7.126],[-40.882,-7.157],[-40.864,-7.175],[-40.883,-7.241],[-40.848,-7.285],[-40.73,-7.245]]]}},{type:`Feature`,properties:{id:`2200301`,name:`Alto Longá`,centroid:[-42.1561,-5.3756]},geometry:{type:`Polygon`,coordinates:[[[-42.192,-5.12],[-42.368,-5.32],[-42.228,-5.671],[-42.028,-5.555],[-41.943,-5.412],[-42.032,-5.34],[-41.993,-5.287],[-42.02,-5.231],[-41.995,-5.168],[-42.079,-5.123],[-42.192,-5.12]]]}},{type:`Feature`,properties:{id:`2200400`,name:`Altos`,centroid:[-42.4672,-5.0154]},geometry:{type:`Polygon`,coordinates:[[[-42.599,-5.194],[-42.579,-5.169],[-42.482,-5.168],[-42.445,-5.213],[-42.379,-5.152],[-42.313,-4.939],[-42.37,-4.832],[-42.602,-4.904],[-42.599,-5.194]]]}},{type:`Feature`,properties:{id:`2200459`,name:`Alvorada do Gurguéia`,centroid:[-43.9678,-8.4617]},geometry:{type:`Polygon`,coordinates:[[[-43.823,-8.254],[-43.825,-8.315],[-43.879,-8.314],[-43.919,-8.387],[-44.013,-8.403],[-44.107,-8.369],[-44.383,-8.366],[-44.408,-8.462],[-44.206,-8.554],[-44.209,-8.627],[-43.683,-8.599],[-43.631,-8.264],[-43.823,-8.254]]]}},{type:`Feature`,properties:{id:`2200509`,name:`Amarante`,centroid:[-42.7885,-6.3677]},geometry:{type:`Polygon`,coordinates:[[[-42.978,-6.138],[-42.97,-6.177],[-42.861,-6.239],[-42.86,-6.33],[-42.831,-6.329],[-42.877,-6.417],[-42.865,-6.482],[-42.917,-6.641],[-42.857,-6.662],[-42.842,-6.706],[-42.791,-6.522],[-42.593,-6.491],[-42.67,-6.29],[-42.715,-6.263],[-42.726,-6.175],[-42.788,-6.202],[-42.793,-6.1],[-42.978,-6.138]]]}},{type:`Feature`,properties:{id:`2200608`,name:`Angical do Piauí`,centroid:[-42.7479,-6.104]},geometry:{type:`Polygon`,coordinates:[[[-42.685,-6.178],[-42.689,-6.112],[-42.736,-6.012],[-42.785,-6.016],[-42.78,-5.963],[-42.82,-5.992],[-42.792,-6.068],[-42.788,-6.202],[-42.726,-6.175],[-42.72,-6.215],[-42.684,-6.214],[-42.685,-6.178]]]}},{type:`Feature`,properties:{id:`2200707`,name:`Anísio de Abreu`,centroid:[-43.0408,-9.2207]},geometry:{type:`Polygon`,coordinates:[[[-43.103,-9.096],[-43.083,-9.198],[-43.107,-9.243],[-43.075,-9.4],[-43.053,-9.334],[-42.966,-9.308],[-42.989,-9.218],[-42.967,-9.183],[-43.017,-9.088],[-43.103,-9.096]]]}},{type:`Feature`,properties:{id:`2200806`,name:`Antônio Almeida`,centroid:[-44.2017,-7.2198]},geometry:{type:`Polygon`,coordinates:[[[-44.276,-7.058],[-44.352,-7.228],[-44.297,-7.263],[-44.266,-7.243],[-44.184,-7.418],[-44.071,-7.269],[-44.091,-7.219],[-44.069,-7.199],[-44.151,-7.117],[-44.276,-7.058]]]}},{type:`Feature`,properties:{id:`2200905`,name:`Aroazes`,centroid:[-41.8275,-6.1265]},geometry:{type:`Polygon`,coordinates:[[[-42.022,-6.208],[-41.953,-6.181],[-41.798,-6.257],[-41.634,-6.272],[-41.735,-6.21],[-41.64,-6.073],[-41.678,-6.033],[-41.667,-5.972],[-41.763,-6.03],[-41.799,-5.974],[-41.883,-6.06],[-41.972,-6.088],[-42.061,-6.052],[-42.022,-6.208]]]}},{type:`Feature`,properties:{id:`2200954`,name:`Aroeiras do Itaim`,centroid:[-41.5323,-7.2499]},geometry:{type:`Polygon`,coordinates:[[[-41.462,-7.188],[-41.499,-7.161],[-41.551,-7.167],[-41.591,-7.228],[-41.648,-7.238],[-41.67,-7.32],[-41.614,-7.328],[-41.605,-7.291],[-41.469,-7.313],[-41.397,-7.263],[-41.462,-7.188]]]}},{type:`Feature`,properties:{id:`2201002`,name:`Arraial`,centroid:[-42.5131,-6.6137]},geometry:{type:`Polygon`,coordinates:[[[-42.349,-6.507],[-42.653,-6.505],[-42.612,-6.664],[-42.648,-6.761],[-42.623,-6.798],[-42.57,-6.788],[-42.558,-6.723],[-42.489,-6.708],[-42.477,-6.668],[-42.375,-6.677],[-42.356,-6.529],[-42.309,-6.514],[-42.349,-6.507]]]}},{type:`Feature`,properties:{id:`2201051`,name:`Assunção do Piauí`,centroid:[-41.0694,-5.881]},geometry:{type:`Polygon`,coordinates:[[[-40.908,-5.642],[-41.168,-5.641],[-41.168,-5.786],[-41.259,-5.875],[-41.259,-6.11],[-40.906,-6.046],[-40.874,-5.973],[-40.939,-5.673],[-40.908,-5.642]]]}},{type:`Feature`,properties:{id:`2201101`,name:`Avelino Lopes`,centroid:[-43.9446,-10.1825]},geometry:{type:`Polygon`,coordinates:[[[-44.093,-10.192],[-43.99,-10.418],[-43.924,-10.432],[-43.779,-10.181],[-43.766,-10.08],[-43.693,-10.059],[-43.769,-10.024],[-43.919,-10.065],[-43.982,-9.984],[-44.061,-10.016],[-44.157,-10.131],[-44.093,-10.192]]]}},{type:`Feature`,properties:{id:`2201150`,name:`Baixa Grande do Ribeiro`,centroid:[-45.1609,-8.504]},geometry:{type:`Polygon`,coordinates:[[[-44.918,-7.87],[-45.163,-7.834],[-45.201,-7.788],[-45.247,-7.801],[-45.305,-7.911],[-45.231,-7.954],[-45.234,-7.984],[-45.316,-8.058],[-45.385,-8.06],[-45.448,-8.279],[-45.426,-8.35],[-45.33,-8.344],[-45.406,-8.633],[-45.381,-8.683],[-45.398,-8.863],[-45.563,-9.051],[-45.512,-9.172],[-45.312,-9.243],[-45.13,-9.033],[-44.99,-8.93],[-44.905,-8.806],[-44.877,-8.533],[-44.814,-8.38],[-44.918,-7.87]]]}},{type:`Feature`,properties:{id:`2201176`,name:`Barra D'Alcântara`,centroid:[-42.1058,-6.5296]},geometry:{type:`Polygon`,coordinates:[[[-42.123,-6.644],[-42.057,-6.602],[-42.061,-6.527],[-42.037,-6.511],[-42.05,-6.494],[-42.014,-6.474],[-42.014,-6.444],[-42.067,-6.445],[-42.09,-6.467],[-42.101,-6.434],[-42.127,-6.431],[-42.138,-6.473],[-42.175,-6.45],[-42.19,-6.461],[-42.146,-6.547],[-42.164,-6.556],[-42.158,-6.635],[-42.123,-6.644]]]}},{type:`Feature`,properties:{id:`2201200`,name:`Barras`,centroid:[-42.3636,-4.1898]},geometry:{type:`Polygon`,coordinates:[[[-42.548,-4.345],[-42.448,-4.334],[-42.182,-4.382],[-42.195,-4.271],[-42.001,-4.272],[-41.997,-4.208],[-42.051,-4.181],[-42.238,-4.224],[-42.267,-4.161],[-42.244,-3.927],[-42.309,-3.998],[-42.439,-3.969],[-42.534,-4.1],[-42.647,-4.131],[-42.548,-4.345]]]}},{type:`Feature`,properties:{id:`2201309`,name:`Barreiras do Piauí`,centroid:[-45.7112,-10.0037]},geometry:{type:`Polygon`,coordinates:[[[-45.379,-9.981],[-45.395,-9.918],[-45.529,-9.806],[-45.541,-9.749],[-45.665,-9.803],[-45.83,-9.68],[-45.879,-10.11],[-45.946,-10.196],[-45.946,-10.258],[-46.012,-10.251],[-46.028,-10.277],[-45.971,-10.359],[-45.911,-10.371],[-45.897,-10.264],[-45.761,-10.251],[-45.73,-10.162],[-45.603,-10.108],[-45.568,-10.139],[-45.557,-10.217],[-45.503,-10.15],[-45.55,-9.974],[-45.379,-9.981]]]}},{type:`Feature`,properties:{id:`2201408`,name:`Barro Duro`,centroid:[-42.5015,-5.804]},geometry:{type:`Polygon`,coordinates:[[[-42.572,-5.736],[-42.576,-5.767],[-42.539,-5.799],[-42.545,-5.842],[-42.466,-5.895],[-42.441,-5.869],[-42.457,-5.83],[-42.442,-5.8],[-42.449,-5.76],[-42.505,-5.752],[-42.522,-5.726],[-42.572,-5.736]]]}},{type:`Feature`,properties:{id:`2201507`,name:`Batalha`,centroid:[-42.0581,-4.0161]},geometry:{type:`Polygon`,coordinates:[[[-42.244,-3.927],[-42.267,-4.161],[-42.238,-4.224],[-42.051,-4.181],[-41.997,-4.208],[-41.997,-4.245],[-41.919,-4.224],[-41.897,-4.086],[-41.935,-4.069],[-41.913,-4.035],[-41.856,-4.041],[-41.848,-3.974],[-41.911,-3.941],[-41.898,-3.797],[-41.981,-3.784],[-41.962,-3.679],[-42.05,-3.68],[-42.05,-3.791],[-41.98,-3.803],[-41.978,-3.86],[-42.068,-3.886],[-42.072,-3.918],[-42.169,-3.89],[-42.244,-3.927]]]}},{type:`Feature`,properties:{id:`2201556`,name:`Bela Vista do Piauí`,centroid:[-41.8534,-7.9977]},geometry:{type:`Polygon`,coordinates:[[[-42.022,-7.936],[-42.032,-7.975],[-41.903,-8.014],[-41.85,-8.12],[-41.693,-8.069],[-41.73,-7.961],[-41.856,-7.939],[-41.914,-7.876],[-41.937,-7.904],[-42.024,-7.909],[-42.022,-7.936]]]}},{type:`Feature`,properties:{id:`2201572`,name:`Belém do Piauí`,centroid:[-40.9799,-7.3891]},geometry:{type:`Polygon`,coordinates:[[[-41.043,-7.277],[-40.987,-7.532],[-40.941,-7.506],[-40.922,-7.465],[-40.93,-7.354],[-40.971,-7.32],[-40.992,-7.253],[-41.041,-7.256],[-41.043,-7.277]]]}},{type:`Feature`,properties:{id:`2201606`,name:`Beneditinos`,centroid:[-42.4004,-5.5016]},geometry:{type:`Polygon`,coordinates:[[[-42.445,-5.639],[-42.38,-5.723],[-42.325,-5.731],[-42.304,-5.654],[-42.228,-5.671],[-42.368,-5.32],[-42.561,-5.306],[-42.599,-5.35],[-42.469,-5.464],[-42.462,-5.535],[-42.504,-5.555],[-42.445,-5.639]]]}},{type:`Feature`,properties:{id:`2201705`,name:`Bertolínia`,centroid:[-43.8772,-7.747]},geometry:{type:`Polygon`,coordinates:[[[-43.754,-7.574],[-43.819,-7.538],[-43.82,-7.501],[-43.886,-7.497],[-43.965,-7.602],[-44.008,-7.594],[-43.975,-8.003],[-43.793,-7.982],[-43.802,-7.779],[-43.702,-7.644],[-43.754,-7.574]]]}},{type:`Feature`,properties:{id:`2201739`,name:`Betânia do Piauí`,centroid:[-40.7471,-8.1092]},geometry:{type:`Polygon`,coordinates:[[[-40.764,-8.244],[-40.633,-8.139],[-40.59,-8.138],[-40.576,-8.03],[-40.793,-8.023],[-40.86,-8.05],[-40.874,-8.093],[-40.959,-8.088],[-40.913,-8.148],[-40.801,-8.186],[-40.764,-8.244]]]}},{type:`Feature`,properties:{id:`2201770`,name:`Boa Hora`,centroid:[-42.1106,-4.3551]},geometry:{type:`Polygon`,coordinates:[[[-42.061,-4.434],[-42.079,-4.374],[-42.001,-4.344],[-42.001,-4.272],[-42.195,-4.271],[-42.178,-4.463],[-42.151,-4.482],[-42.061,-4.434]]]}},{type:`Feature`,properties:{id:`2201804`,name:`Bocaina`,centroid:[-41.3026,-6.9082]},geometry:{type:`Polygon`,coordinates:[[[-41.311,-6.99],[-41.243,-6.95],[-41.201,-6.89],[-41.214,-6.818],[-41.269,-6.852],[-41.357,-6.873],[-41.397,-6.861],[-41.411,-6.879],[-41.393,-6.95],[-41.311,-6.99]]]}},{type:`Feature`,properties:{id:`2201903`,name:`Bom Jesus`,centroid:[-44.5377,-9.2464]},geometry:{type:`Polygon`,coordinates:[[[-44.818,-9.462],[-44.726,-9.269],[-44.523,-9.378],[-44.508,-9.316],[-44.218,-9.429],[-44.043,-9.586],[-43.782,-9.453],[-43.87,-9.314],[-44.312,-9.029],[-44.304,-8.944],[-44.355,-9.041],[-45.062,-9.029],[-45.085,-8.996],[-45.312,-9.243],[-44.818,-9.462]]]}},{type:`Feature`,properties:{id:`2201919`,name:`Bom Princípio do Piauí`,centroid:[-41.6312,-3.1588]},geometry:{type:`Polygon`,coordinates:[[[-41.511,-3.186],[-41.463,-3.16],[-41.465,-3.125],[-41.598,-3.122],[-41.603,-3.063],[-41.672,-3.011],[-41.772,-3.121],[-41.666,-3.248],[-41.694,-3.308],[-41.616,-3.294],[-41.511,-3.186]]]}},{type:`Feature`,properties:{id:`2201929`,name:`Bonfim do Piauí`,centroid:[-42.8776,-9.1729]},geometry:{type:`Polygon`,coordinates:[[[-42.976,-9.157],[-42.906,-9.216],[-42.916,-9.248],[-42.866,-9.307],[-42.799,-9.195],[-42.819,-9.091],[-42.846,-9.07],[-42.995,-9.136],[-42.976,-9.157]]]}},{type:`Feature`,properties:{id:`2201945`,name:`Boqueirão do Piauí`,centroid:[-42.1122,-4.5395]},geometry:{type:`Polygon`,coordinates:[[[-42.059,-4.642],[-42.015,-4.569],[-42.056,-4.528],[-42.061,-4.434],[-42.251,-4.535],[-42.189,-4.56],[-42.153,-4.533],[-42.146,-4.571],[-42.174,-4.566],[-42.174,-4.603],[-42.086,-4.606],[-42.059,-4.642]]]}},{type:`Feature`,properties:{id:`2201960`,name:`Brasileira`,centroid:[-41.6431,-4.1225]},geometry:{type:`Polygon`,coordinates:[[[-41.921,-4.184],[-41.804,-4.202],[-41.8,-4.173],[-41.761,-4.209],[-41.657,-4.22],[-41.578,-4.146],[-41.452,-4.192],[-41.41,-4.149],[-41.313,-4.147],[-41.336,-4.051],[-41.622,-4.06],[-41.632,-4.136],[-41.775,-4.101],[-41.738,-4.045],[-41.913,-4.035],[-41.921,-4.184]]]}},{type:`Feature`,properties:{id:`2201988`,name:`Brejo do Piauí`,centroid:[-42.7872,-8.3783]},geometry:{type:`Polygon`,coordinates:[[[-42.712,-8.02],[-42.876,-8.098],[-42.911,-8.249],[-42.881,-8.275],[-42.894,-8.357],[-42.841,-8.487],[-42.854,-8.511],[-42.995,-8.51],[-43.062,-8.619],[-43.059,-8.698],[-42.726,-8.685],[-42.694,-8.55],[-42.638,-8.493],[-42.642,-8.405],[-42.586,-8.234],[-42.583,-8.124],[-42.659,-8.031],[-42.712,-8.02]]]}},{type:`Feature`,properties:{id:`2202000`,name:`Buriti dos Lopes`,centroid:[-41.8038,-3.2387]},geometry:{type:`Polygon`,coordinates:[[[-41.928,-3.326],[-41.883,-3.334],[-41.841,-3.266],[-41.796,-3.253],[-41.731,-3.334],[-41.745,-3.463],[-41.69,-3.453],[-41.674,-3.482],[-41.663,-3.379],[-41.694,-3.308],[-41.666,-3.248],[-41.772,-3.121],[-41.869,-3.06],[-41.98,-3.216],[-41.929,-3.235],[-41.904,-3.312],[-41.932,-3.299],[-41.928,-3.326]]]}},{type:`Feature`,properties:{id:`2202026`,name:`Buriti dos Montes`,centroid:[-41.1991,-5.1646]},geometry:{type:`Polygon`,coordinates:[[[-41.245,-5.407],[-40.978,-5.41],[-40.937,-5.439],[-40.911,-5.407],[-40.936,-5.366],[-40.912,-5.267],[-40.929,-5.172],[-41.132,-5.049],[-41.137,-4.986],[-41.22,-4.939],[-41.256,-4.801],[-41.278,-4.853],[-41.432,-4.91],[-41.44,-4.979],[-41.498,-5.014],[-41.471,-5.024],[-41.444,-5.134],[-41.354,-5.18],[-41.398,-5.219],[-41.401,-5.273],[-41.349,-5.278],[-41.245,-5.407]]]}},{type:`Feature`,properties:{id:`2202059`,name:`Cabeceiras do Piauí`,centroid:[-42.3365,-4.4306]},geometry:{type:`Polygon`,coordinates:[[[-42.435,-4.478],[-42.296,-4.551],[-42.151,-4.482],[-42.196,-4.381],[-42.448,-4.334],[-42.548,-4.345],[-42.557,-4.366],[-42.445,-4.441],[-42.435,-4.478]]]}},{type:`Feature`,properties:{id:`2202075`,name:`Cajazeiras do Piauí`,centroid:[-42.4582,-6.7811]},geometry:{type:`Polygon`,coordinates:[[[-42.375,-6.677],[-42.465,-6.663],[-42.489,-6.708],[-42.558,-6.723],[-42.604,-6.837],[-42.433,-6.902],[-42.32,-6.771],[-42.375,-6.677]]]}},{type:`Feature`,properties:{id:`2202083`,name:`Cajueiro da Praia`,centroid:[-41.3645,-2.9929]},geometry:{type:`Polygon`,coordinates:[[[-41.323,-2.921],[-41.436,-2.906],[-41.441,-3.079],[-41.321,-3.046],[-41.261,-3.054],[-41.272,-2.971],[-41.316,-2.962],[-41.323,-2.921]]]}},{type:`Feature`,properties:{id:`2202091`,name:`Caldeirão Grande do Piauí`,centroid:[-40.622,-7.3067]},geometry:{type:`Polygon`,coordinates:[[[-40.524,-7.319],[-40.506,-7.211],[-40.671,-7.21],[-40.73,-7.245],[-40.728,-7.35],[-40.652,-7.433],[-40.548,-7.393],[-40.524,-7.319]]]}},{type:`Feature`,properties:{id:`2202109`,name:`Campinas do Piauí`,centroid:[-41.8737,-7.6585]},geometry:{type:`Polygon`,coordinates:[[[-41.773,-7.817],[-41.726,-7.693],[-41.753,-7.559],[-41.889,-7.531],[-42.046,-7.555],[-42.066,-7.592],[-41.951,-7.743],[-41.813,-7.827],[-41.773,-7.817]]]}},{type:`Feature`,properties:{id:`2202117`,name:`Campo Alegre do Fidalgo`,centroid:[-41.8192,-8.2774]},geometry:{type:`Polygon`,coordinates:[[[-41.958,-8.373],[-41.937,-8.4],[-41.673,-8.393],[-41.657,-8.299],[-41.69,-8.274],[-41.749,-8.312],[-41.783,-8.251],[-41.729,-8.171],[-41.777,-8.121],[-41.74,-8.088],[-41.892,-8.134],[-41.958,-8.373]]]}},{type:`Feature`,properties:{id:`2202133`,name:`Campo Grande do Piauí`,centroid:[-41.0598,-7.1837]},geometry:{type:`Polygon`,coordinates:[[[-41.001,-7.089],[-41.066,-7.07],[-41.104,-7.125],[-41.132,-7.122],[-41.134,-7.274],[-41.085,-7.284],[-40.992,-7.253],[-40.98,-7.216],[-41.001,-7.089]]]}},{type:`Feature`,properties:{id:`2202174`,name:`Campo Largo do Piauí`,centroid:[-42.5487,-3.8812]},geometry:{type:`Polygon`,coordinates:[[[-42.623,-3.904],[-42.533,-3.966],[-42.513,-4.042],[-42.439,-3.969],[-42.389,-3.986],[-42.399,-3.898],[-42.49,-3.872],[-42.684,-3.695],[-42.672,-3.857],[-42.623,-3.904]]]}},{type:`Feature`,properties:{id:`2202208`,name:`Campo Maior`,centroid:[-42.1473,-4.8746]},geometry:{type:`Polygon`,coordinates:[[[-42.313,-4.939],[-42.151,-5.065],[-42.192,-5.12],[-42.079,-5.123],[-41.981,-5.17],[-41.946,-5.028],[-42.04,-4.985],[-42.086,-4.852],[-42.024,-4.867],[-42.014,-4.804],[-41.89,-4.705],[-41.946,-4.673],[-42.003,-4.701],[-42.062,-4.661],[-42.103,-4.725],[-42.186,-4.706],[-42.205,-4.726],[-42.217,-4.672],[-42.271,-4.653],[-42.253,-4.735],[-42.283,-4.746],[-42.317,-4.728],[-42.259,-4.57],[-42.296,-4.551],[-42.37,-4.832],[-42.313,-4.939]]]}},{type:`Feature`,properties:{id:`2202251`,name:`Canavieira`,centroid:[-43.5594,-7.5584]},geometry:{type:`Polygon`,coordinates:[[[-43.754,-7.574],[-43.702,-7.644],[-43.766,-7.723],[-43.55,-7.883],[-43.538,-7.923],[-43.304,-7.712],[-43.507,-7.679],[-43.474,-7.554],[-43.325,-7.404],[-43.404,-7.353],[-43.393,-7.283],[-43.642,-7.272],[-43.65,-7.246],[-43.718,-7.263],[-43.784,-7.366],[-43.692,-7.327],[-43.663,-7.435],[-43.74,-7.516],[-43.754,-7.574]]]}},{type:`Feature`,properties:{id:`2202307`,name:`Canto do Buriti`,centroid:[-43.3366,-8.3438]},geometry:{type:`Polygon`,coordinates:[[[-42.912,-8.225],[-42.857,-8.078],[-42.966,-8.046],[-43.058,-7.935],[-43.072,-7.957],[-43.138,-7.937],[-43.126,-7.969],[-43.321,-8.079],[-43.413,-8.039],[-43.58,-8.256],[-43.631,-8.264],[-43.704,-8.732],[-43.254,-8.728],[-43.276,-8.541],[-43.237,-8.377],[-42.912,-8.225]]]}},{type:`Feature`,properties:{id:`2202406`,name:`Capitão de Campos`,centroid:[-41.9097,-4.516]},geometry:{type:`Polygon`,coordinates:[[[-42.035,-4.529],[-41.922,-4.544],[-41.84,-4.625],[-41.88,-4.681],[-41.778,-4.692],[-41.756,-4.545],[-42.027,-4.354],[-42.079,-4.374],[-42.035,-4.529]]]}},{type:`Feature`,properties:{id:`2202455`,name:`Capitão Gervásio Oliveira`,centroid:[-41.9008,-8.5288]},geometry:{type:`Polygon`,coordinates:[[[-42.126,-8.567],[-42.025,-8.586],[-41.85,-8.7],[-41.807,-8.688],[-41.737,-8.733],[-41.751,-8.605],[-41.712,-8.5],[-41.755,-8.423],[-41.721,-8.404],[-41.937,-8.4],[-41.985,-8.326],[-42.034,-8.462],[-42.153,-8.473],[-42.126,-8.567]]]}},{type:`Feature`,properties:{id:`2202505`,name:`Caracol`,centroid:[-43.3461,-9.0911]},geometry:{type:`Polygon`,coordinates:[[[-43.541,-9.308],[-43.438,-9.266],[-43.285,-9.42],[-43.219,-9.401],[-43.189,-9.195],[-43.279,-9],[-43.283,-8.75],[-43.254,-8.728],[-43.467,-8.73],[-43.417,-8.793],[-43.453,-8.886],[-43.419,-9.139],[-43.459,-9.126],[-43.541,-9.237],[-43.541,-9.308]]]}},{type:`Feature`,properties:{id:`2202539`,name:`Caraúbas do Piauí`,centroid:[-41.8259,-3.563]},geometry:{type:`Polygon`,coordinates:[[[-41.745,-3.463],[-41.864,-3.46],[-41.886,-3.477],[-41.871,-3.533],[-41.913,-3.528],[-41.934,-3.571],[-41.925,-3.677],[-41.867,-3.721],[-41.773,-3.573],[-41.747,-3.587],[-41.701,-3.546],[-41.69,-3.453],[-41.745,-3.463]]]}},{type:`Feature`,properties:{id:`2202554`,name:`Caridade do Piauí`,centroid:[-40.9536,-7.7044]},geometry:{type:`Polygon`,coordinates:[[[-41.099,-7.739],[-41.092,-7.77],[-40.952,-7.825],[-40.901,-7.734],[-40.807,-7.767],[-40.797,-7.693],[-40.852,-7.626],[-40.941,-7.597],[-41.064,-7.646],[-41.099,-7.739]]]}},{type:`Feature`,properties:{id:`2202604`,name:`Castelo do Piauí`,centroid:[-41.5665,-5.3276]},geometry:{type:`Polygon`,coordinates:[[[-41.746,-5.543],[-41.614,-5.597],[-41.523,-5.599],[-41.447,-5.537],[-41.428,-5.48],[-41.322,-5.45],[-41.29,-5.401],[-41.245,-5.407],[-41.349,-5.278],[-41.401,-5.273],[-41.398,-5.219],[-41.354,-5.18],[-41.444,-5.134],[-41.471,-5.024],[-41.599,-5.081],[-41.701,-5.19],[-41.73,-5.189],[-41.739,-5.079],[-41.778,-5.095],[-41.783,-5.193],[-41.851,-5.28],[-41.799,-5.322],[-41.862,-5.361],[-41.778,-5.388],[-41.708,-5.455],[-41.675,-5.442],[-41.746,-5.543]]]}},{type:`Feature`,properties:{id:`2202653`,name:`Caxingó`,centroid:[-41.851,-3.3921]},geometry:{type:`Polygon`,coordinates:[[[-41.913,-3.528],[-41.871,-3.533],[-41.886,-3.477],[-41.864,-3.46],[-41.745,-3.463],[-41.731,-3.334],[-41.796,-3.253],[-41.841,-3.266],[-41.883,-3.334],[-42.004,-3.338],[-41.906,-3.437],[-41.925,-3.468],[-41.976,-3.45],[-41.974,-3.522],[-41.913,-3.528]]]}},{type:`Feature`,properties:{id:`2202703`,name:`Cocal`,centroid:[-41.5421,-3.4539]},geometry:{type:`Polygon`,coordinates:[[[-41.414,-3.35],[-41.486,-3.316],[-41.511,-3.186],[-41.616,-3.294],[-41.694,-3.308],[-41.663,-3.379],[-41.674,-3.482],[-41.747,-3.587],[-41.745,-3.673],[-41.524,-3.606],[-41.518,-3.566],[-41.422,-3.522],[-41.337,-3.554],[-41.303,-3.492],[-41.324,-3.386],[-41.383,-3.404],[-41.414,-3.35]]]}},{type:`Feature`,properties:{id:`2202711`,name:`Cocal de Telha`,centroid:[-41.9594,-4.616]},geometry:{type:`Polygon`,coordinates:[[[-41.88,-4.681],[-41.84,-4.625],[-41.895,-4.569],[-41.964,-4.529],[-42.035,-4.529],[-42.044,-4.558],[-42.015,-4.569],[-42.062,-4.661],[-42.034,-4.688],[-42.003,-4.701],[-41.946,-4.673],[-41.88,-4.681]]]}},{type:`Feature`,properties:{id:`2202729`,name:`Cocal dos Alves`,centroid:[-41.4213,-3.6302]},geometry:{type:`Polygon`,coordinates:[[[-41.334,-3.684],[-41.344,-3.591],[-41.422,-3.522],[-41.518,-3.566],[-41.524,-3.606],[-41.458,-3.67],[-41.45,-3.742],[-41.418,-3.753],[-41.334,-3.684]]]}},{type:`Feature`,properties:{id:`2202737`,name:`Coivaras`,centroid:[-42.2865,-5.104]},geometry:{type:`Polygon`,coordinates:[[[-42.313,-4.939],[-42.39,-5.139],[-42.327,-5.297],[-42.312,-5.235],[-42.28,-5.235],[-42.151,-5.065],[-42.313,-4.939]]]}},{type:`Feature`,properties:{id:`2202752`,name:`Colônia do Gurguéia`,centroid:[-43.6945,-8.1818]},geometry:{type:`Polygon`,coordinates:[[[-43.795,-8.068],[-43.823,-8.254],[-43.58,-8.256],[-43.522,-8.168],[-43.519,-8.148],[-43.572,-8.158],[-43.586,-8.135],[-43.724,-8.157],[-43.733,-8.044],[-43.795,-8.068]]]}},{type:`Feature`,properties:{id:`2202778`,name:`Colônia do Piauí`,centroid:[-42.1868,-7.2927]},geometry:{type:`Polygon`,coordinates:[[[-42.312,-7.431],[-42.188,-7.44],[-41.953,-7.323],[-41.992,-7.266],[-42.052,-7.319],[-42.096,-7.155],[-42.178,-7.107],[-42.296,-7.175],[-42.361,-7.418],[-42.312,-7.431]]]}},{type:`Feature`,properties:{id:`2202802`,name:`Conceição do Canindé`,centroid:[-41.5836,-7.9155]},geometry:{type:`Polygon`,coordinates:[[[-41.491,-8.021],[-41.468,-7.99],[-41.521,-7.92],[-41.439,-7.9],[-41.379,-7.813],[-41.458,-7.782],[-41.507,-7.804],[-41.596,-7.759],[-41.716,-7.853],[-41.727,-8.027],[-41.693,-8.069],[-41.633,-8.078],[-41.491,-8.021]]]}},{type:`Feature`,properties:{id:`2202851`,name:`Coronel José Dias`,centroid:[-42.3359,-8.891]},geometry:{type:`Polygon`,coordinates:[[[-42.329,-9.185],[-42.21,-9.203],[-42.206,-9.293],[-42.069,-9.258],[-42.18,-9.134],[-42.237,-8.927],[-42.236,-8.863],[-42.13,-8.728],[-42.21,-8.649],[-42.291,-8.63],[-42.311,-8.663],[-42.475,-8.657],[-42.604,-8.729],[-42.559,-8.938],[-42.522,-8.907],[-42.404,-8.953],[-42.367,-8.909],[-42.342,-8.945],[-42.322,-8.996],[-42.376,-9.121],[-42.329,-9.185]]]}},{type:`Feature`,properties:{id:`2202901`,name:`Corrente`,centroid:[-45.1403,-10.392]},geometry:{type:`Polygon`,coordinates:[[[-45.414,-10.645],[-45.191,-10.59],[-45.024,-10.655],[-45.029,-10.615],[-44.965,-10.616],[-44.812,-10.45],[-44.831,-10.341],[-44.794,-10.328],[-45.001,-10.131],[-45.192,-10.145],[-45.389,-10.245],[-45.491,-10.301],[-45.396,-10.445],[-45.447,-10.509],[-45.414,-10.645]]]}},{type:`Feature`,properties:{id:`2203008`,name:`Cristalândia do Piauí`,centroid:[-45.1107,-10.7428]},geometry:{type:`Polygon`,coordinates:[[[-45.414,-10.645],[-45.246,-10.822],[-45.073,-10.84],[-44.931,-10.929],[-44.864,-10.885],[-44.882,-10.752],[-44.994,-10.666],[-45.191,-10.59],[-45.414,-10.645]]]}},{type:`Feature`,properties:{id:`2203107`,name:`Cristino Castro`,centroid:[-43.9622,-8.7837]},geometry:{type:`Polygon`,coordinates:[[[-44.028,-8.611],[-44.05,-8.662],[-44.135,-8.697],[-44.191,-8.771],[-44.305,-8.799],[-44.27,-8.823],[-44.301,-8.847],[-43.869,-9.018],[-43.792,-8.814],[-43.702,-8.717],[-43.683,-8.599],[-44.028,-8.611]]]}},{type:`Feature`,properties:{id:`2203206`,name:`Curimatá`,centroid:[-44.3084,-9.9407]},geometry:{type:`Polygon`,coordinates:[[[-44.093,-10.192],[-44.157,-10.131],[-44.088,-10.05],[-44.12,-10.028],[-44.132,-9.936],[-44.096,-9.887],[-44.138,-9.843],[-44.106,-9.81],[-44.114,-9.736],[-44.177,-9.667],[-44.348,-9.729],[-44.439,-9.7],[-44.624,-9.767],[-44.563,-9.893],[-44.441,-9.979],[-44.422,-10.099],[-44.307,-10.29],[-44.093,-10.192]]]}},{type:`Feature`,properties:{id:`2203230`,name:`Currais`,centroid:[-44.6728,-8.8231]},geometry:{type:`Polygon`,coordinates:[[[-44.305,-8.799],[-44.728,-8.532],[-44.828,-8.427],[-44.877,-8.533],[-44.905,-8.806],[-44.99,-8.93],[-45.085,-9.003],[-45.062,-9.029],[-44.355,-9.041],[-44.304,-8.944],[-44.354,-8.833],[-44.305,-8.799]]]}},{type:`Feature`,properties:{id:`2203271`,name:`Curral Novo do Piauí`,centroid:[-40.7679,-7.8824]},geometry:{type:`Polygon`,coordinates:[[[-40.544,-7.962],[-40.675,-7.929],[-40.703,-7.786],[-40.853,-7.731],[-40.901,-7.734],[-40.959,-7.848],[-40.706,-8.025],[-40.576,-8.03],[-40.544,-7.962]]]}},{type:`Feature`,properties:{id:`2203255`,name:`Curralinhos`,centroid:[-42.8484,-5.6166]},geometry:{type:`Polygon`,coordinates:[[[-42.749,-5.541],[-42.811,-5.501],[-42.856,-5.571],[-42.915,-5.556],[-42.942,-5.587],[-42.915,-5.626],[-42.972,-5.628],[-42.953,-5.652],[-42.975,-5.683],[-42.936,-5.705],[-42.734,-5.661],[-42.761,-5.626],[-42.749,-5.541]]]}},{type:`Feature`,properties:{id:`2203305`,name:`Demerval Lobão`,centroid:[-42.6709,-5.339]},geometry:{type:`Polygon`,coordinates:[[[-42.602,-5.252],[-42.634,-5.247],[-42.66,-5.276],[-42.679,-5.273],[-42.749,-5.339],[-42.748,-5.424],[-42.632,-5.392],[-42.599,-5.35],[-42.602,-5.252]]]}},{type:`Feature`,properties:{id:`2203354`,name:`Dirceu Arcoverde`,centroid:[-42.465,-9.3304]},geometry:{type:`Polygon`,coordinates:[[[-42.329,-9.185],[-42.463,-9.172],[-42.494,-9.257],[-42.723,-9.341],[-42.627,-9.445],[-42.603,-9.517],[-42.493,-9.495],[-42.49,-9.463],[-42.435,-9.451],[-42.316,-9.317],[-42.226,-9.283],[-42.21,-9.203],[-42.329,-9.185]]]}},{type:`Feature`,properties:{id:`2203404`,name:`Dom Expedito Lopes`,centroid:[-41.7017,-6.9604]},geometry:{type:`Polygon`,coordinates:[[[-41.731,-7.017],[-41.716,-7],[-41.662,-7.031],[-41.615,-7.034],[-41.63,-6.989],[-41.614,-6.907],[-41.7,-6.915],[-41.703,-6.901],[-41.811,-6.921],[-41.797,-6.988],[-41.781,-6.964],[-41.731,-7.017]]]}},{type:`Feature`,properties:{id:`2203453`,name:`Dom Inocêncio`,centroid:[-41.9252,-8.9193]},geometry:{type:`Polygon`,coordinates:[[[-42.069,-9.258],[-41.972,-9.249],[-41.922,-9.279],[-41.838,-9.242],[-41.8,-9.148],[-41.735,-9.095],[-41.724,-9.014],[-41.606,-8.957],[-41.546,-8.962],[-41.502,-8.864],[-41.411,-8.774],[-41.446,-8.754],[-41.498,-8.806],[-41.545,-8.78],[-41.6,-8.795],[-41.807,-8.688],[-41.85,-8.7],[-42.025,-8.586],[-42.189,-8.584],[-42.21,-8.649],[-42.13,-8.728],[-42.236,-8.863],[-42.225,-9.013],[-42.18,-9.134],[-42.069,-9.258]]]}},{type:`Feature`,properties:{id:`2203420`,name:`Domingos Mourão`,centroid:[-41.311,-4.2536]},geometry:{type:`Polygon`,coordinates:[[[-41.313,-4.147],[-41.497,-4.18],[-41.525,-4.257],[-41.488,-4.304],[-41.415,-4.311],[-41.388,-4.433],[-41.363,-4.338],[-41.24,-4.376],[-41.229,-4.34],[-41.119,-4.324],[-41.136,-4.234],[-41.098,-4.181],[-41.313,-4.147]]]}},{type:`Feature`,properties:{id:`2203503`,name:`Elesbão Veloso`,centroid:[-42.1952,-6.1817]},geometry:{type:`Polygon`,coordinates:[[[-42.29,-6.326],[-42.126,-6.391],[-42.093,-6.457],[-42.016,-6.311],[-42.046,-6.284],[-42.023,-6.249],[-42.037,-6.113],[-42.061,-6.052],[-42.142,-6.047],[-42.257,-5.956],[-42.372,-5.942],[-42.391,-5.974],[-42.303,-6.036],[-42.314,-6.071],[-42.393,-6.108],[-42.385,-6.155],[-42.29,-6.326]]]}},{type:`Feature`,properties:{id:`2203602`,name:`Eliseu Martins`,centroid:[-43.6637,-7.968]},geometry:{type:`Polygon`,coordinates:[[[-43.766,-7.723],[-43.802,-7.779],[-43.8,-8.069],[-43.733,-8.044],[-43.724,-8.157],[-43.519,-8.148],[-43.493,-8.064],[-43.55,-7.883],[-43.766,-7.723]]]}},{type:`Feature`,properties:{id:`2203701`,name:`Esperantina`,centroid:[-42.1899,-3.8241]},geometry:{type:`Polygon`,coordinates:[[[-42.244,-3.927],[-42.169,-3.89],[-42.072,-3.918],[-42.068,-3.886],[-41.978,-3.86],[-41.98,-3.803],[-42.05,-3.791],[-42.05,-3.68],[-42.117,-3.673],[-42.116,-3.591],[-42.159,-3.606],[-42.207,-3.752],[-42.347,-3.837],[-42.393,-3.833],[-42.389,-3.986],[-42.309,-3.998],[-42.244,-3.927]]]}},{type:`Feature`,properties:{id:`2203750`,name:`Fartura do Piauí`,centroid:[-42.7844,-9.4742]},geometry:{type:`Polygon`,coordinates:[[[-42.959,-9.428],[-42.944,-9.521],[-42.877,-9.562],[-42.837,-9.55],[-42.816,-9.622],[-42.77,-9.619],[-42.72,-9.531],[-42.667,-9.548],[-42.603,-9.517],[-42.627,-9.445],[-42.732,-9.339],[-42.959,-9.428]]]}},{type:`Feature`,properties:{id:`2203800`,name:`Flores do Piauí`,centroid:[-42.8628,-7.6735]},geometry:{type:`Polygon`,coordinates:[[[-42.798,-7.386],[-42.824,-7.434],[-42.804,-7.561],[-43.042,-7.739],[-43.059,-7.911],[-42.898,-7.884],[-42.803,-7.649],[-42.756,-7.702],[-42.727,-7.634],[-42.679,-7.623],[-42.682,-7.47],[-42.798,-7.386]]]}},{type:`Feature`,properties:{id:`2203859`,name:`Floresta do Piauí`,centroid:[-41.8046,-7.4718]},geometry:{type:`Polygon`,coordinates:[[[-41.831,-7.344],[-41.862,-7.417],[-41.866,-7.522],[-41.829,-7.552],[-41.753,-7.559],[-41.728,-7.524],[-41.742,-7.461],[-41.831,-7.344]]]}},{type:`Feature`,properties:{id:`2203909`,name:`Floriano`,centroid:[-43.0805,-7.0011]},geometry:{type:`Polygon`,coordinates:[[[-43.225,-7.283],[-43.148,-7.222],[-43.075,-7.314],[-42.842,-7.354],[-42.816,-7.28],[-42.852,-7.215],[-42.931,-7.193],[-42.945,-7.133],[-42.799,-6.915],[-42.793,-6.775],[-42.857,-6.662],[-42.914,-6.646],[-43.011,-6.76],[-43.248,-6.768],[-43.39,-6.824],[-43.442,-6.945],[-43.306,-6.991],[-43.356,-7.204],[-43.225,-7.283]]]}},{type:`Feature`,properties:{id:`2204006`,name:`Francinópolis`,centroid:[-42.2325,-6.4181]},geometry:{type:`Polygon`,coordinates:[[[-42.127,-6.431],[-42.126,-6.391],[-42.29,-6.326],[-42.291,-6.397],[-42.349,-6.507],[-42.175,-6.45],[-42.138,-6.473],[-42.127,-6.431]]]}},{type:`Feature`,properties:{id:`2204105`,name:`Francisco Ayres`,centroid:[-42.7195,-6.6673]},geometry:{type:`Polygon`,coordinates:[[[-42.623,-6.798],[-42.648,-6.761],[-42.612,-6.664],[-42.653,-6.505],[-42.791,-6.522],[-42.842,-6.706],[-42.793,-6.775],[-42.666,-6.852],[-42.623,-6.798]]]}},{type:`Feature`,properties:{id:`2204154`,name:`Francisco Macedo`,centroid:[-40.7805,-7.3188]},geometry:{type:`Polygon`,coordinates:[[[-40.728,-7.35],[-40.715,-7.246],[-40.748,-7.243],[-40.848,-7.285],[-40.848,-7.347],[-40.797,-7.391],[-40.794,-7.421],[-40.728,-7.35]]]}},{type:`Feature`,properties:{id:`2204204`,name:`Francisco Santos`,centroid:[-41.1457,-7.0138]},geometry:{type:`Polygon`,coordinates:[[[-41.105,-7.125],[-41.081,-6.997],[-41.095,-6.757],[-41.143,-6.75],[-41.192,-7.115],[-41.264,-7.226],[-41.205,-7.258],[-41.196,-7.218],[-41.143,-7.207],[-41.132,-7.122],[-41.105,-7.125]]]}},{type:`Feature`,properties:{id:`2204303`,name:`Fronteiras`,centroid:[-40.5804,-7.0785]},geometry:{type:`Polygon`,coordinates:[[[-40.459,-7.079],[-40.407,-7.004],[-40.425,-6.935],[-40.589,-6.95],[-40.695,-7.03],[-40.79,-7.002],[-40.693,-7.144],[-40.717,-7.208],[-40.697,-7.229],[-40.506,-7.211],[-40.459,-7.079]]]}},{type:`Feature`,properties:{id:`2204352`,name:`Geminiano`,centroid:[-41.3332,-7.1887]},geometry:{type:`Polygon`,coordinates:[[[-41.205,-7.258],[-41.264,-7.226],[-41.193,-7.115],[-41.333,-7.099],[-41.401,-7.13],[-41.461,-7.122],[-41.462,-7.188],[-41.397,-7.263],[-41.31,-7.307],[-41.283,-7.267],[-41.205,-7.258]]]}},{type:`Feature`,properties:{id:`2204402`,name:`Gilbués`,centroid:[-45.4058,-9.628]},geometry:{type:`Polygon`,coordinates:[[[-45.379,-9.981],[-45.272,-9.985],[-45.257,-9.936],[-45.028,-9.975],[-44.956,-9.824],[-45.109,-9.794],[-45.251,-9.822],[-45.306,-9.797],[-45.331,-9.74],[-45.3,-9.693],[-45.335,-9.68],[-45.115,-9.331],[-45.512,-9.172],[-45.41,-9.459],[-45.513,-9.459],[-45.531,-9.496],[-45.697,-9.558],[-45.791,-9.483],[-45.842,-9.563],[-45.833,-9.667],[-45.665,-9.803],[-45.541,-9.749],[-45.529,-9.806],[-45.395,-9.918],[-45.379,-9.981]]]}},{type:`Feature`,properties:{id:`2204501`,name:`Guadalupe`,centroid:[-43.7053,-6.8391]},geometry:{type:`Polygon`,coordinates:[[[-43.489,-6.822],[-43.562,-6.748],[-43.652,-6.713],[-43.8,-6.705],[-43.931,-6.771],[-43.833,-6.843],[-43.899,-6.9],[-43.915,-6.966],[-43.819,-6.934],[-43.582,-6.986],[-43.489,-6.822]]]}},{type:`Feature`,properties:{id:`2204550`,name:`Guaribas`,centroid:[-43.6727,-9.0581]},geometry:{type:`Polygon`,coordinates:[[[-43.541,-9.308],[-43.541,-9.237],[-43.459,-9.126],[-43.419,-9.139],[-43.453,-8.907],[-43.418,-8.78],[-43.467,-8.73],[-43.702,-8.717],[-43.792,-8.814],[-43.957,-9.174],[-43.782,-9.453],[-43.541,-9.308]]]}},{type:`Feature`,properties:{id:`2204600`,name:`Hugo Napoleão`,centroid:[-42.4951,-6.0369]},geometry:{type:`Polygon`,coordinates:[[[-42.58,-5.948],[-42.576,-6.043],[-42.502,-6.06],[-42.5,-6.091],[-42.436,-6.15],[-42.398,-6.146],[-42.436,-6.034],[-42.5,-5.977],[-42.49,-5.937],[-42.58,-5.948]]]}},{type:`Feature`,properties:{id:`2204659`,name:`Ilha Grande`,centroid:[-41.814,-2.8294]},geometry:{type:`Polygon`,coordinates:[[[-41.826,-2.757],[-41.847,-2.776],[-41.866,-2.87],[-41.834,-2.916],[-41.755,-2.842],[-41.782,-2.758],[-41.826,-2.757]]]}},{type:`Feature`,properties:{id:`2204709`,name:`Inhuma`,centroid:[-41.6853,-6.6737]},geometry:{type:`Polygon`,coordinates:[[[-41.607,-6.833],[-41.543,-6.738],[-41.48,-6.745],[-41.511,-6.608],[-41.724,-6.529],[-41.729,-6.559],[-41.84,-6.57],[-41.928,-6.644],[-41.816,-6.715],[-41.766,-6.79],[-41.66,-6.796],[-41.661,-6.83],[-41.607,-6.833]]]}},{type:`Feature`,properties:{id:`2204808`,name:`Ipiranga do Piauí`,centroid:[-41.7899,-6.8233]},geometry:{type:`Polygon`,coordinates:[[[-41.607,-6.833],[-41.661,-6.83],[-41.66,-6.796],[-41.766,-6.79],[-41.816,-6.715],[-41.898,-6.686],[-41.922,-6.647],[-41.916,-6.83],[-41.813,-6.94],[-41.703,-6.901],[-41.614,-6.907],[-41.607,-6.833]]]}},{type:`Feature`,properties:{id:`2204907`,name:`Isaías Coelho`,centroid:[-41.65,-7.6486]},geometry:{type:`Polygon`,coordinates:[[[-41.67,-7.837],[-41.596,-7.759],[-41.507,-7.804],[-41.458,-7.782],[-41.469,-7.698],[-41.647,-7.622],[-41.629,-7.394],[-41.78,-7.424],[-41.728,-7.524],[-41.753,-7.559],[-41.726,-7.693],[-41.774,-7.821],[-41.67,-7.837]]]}},{type:`Feature`,properties:{id:`2205003`,name:`Itainópolis`,centroid:[-41.4866,-7.4109]},geometry:{type:`Polygon`,coordinates:[[[-41.397,-7.263],[-41.469,-7.313],[-41.605,-7.291],[-41.644,-7.41],[-41.628,-7.547],[-41.547,-7.519],[-41.517,-7.552],[-41.491,-7.526],[-41.399,-7.551],[-41.31,-7.321],[-41.397,-7.263]]]}},{type:`Feature`,properties:{id:`2205102`,name:`Itaueira`,centroid:[-43.1332,-7.5071]},geometry:{type:`Polygon`,coordinates:[[[-43.286,-7.696],[-43.196,-7.614],[-43.035,-7.734],[-42.804,-7.561],[-42.824,-7.434],[-42.798,-7.386],[-43.075,-7.314],[-43.148,-7.222],[-43.474,-7.554],[-43.507,-7.679],[-43.286,-7.696]]]}},{type:`Feature`,properties:{id:`2205151`,name:`Jacobina do Piauí`,centroid:[-41.2559,-7.8962]},geometry:{type:`Polygon`,coordinates:[[[-41.455,-8.096],[-41.395,-8.097],[-41.368,-8.037],[-41.309,-8.019],[-41.161,-8.019],[-41.142,-7.977],[-41.031,-7.918],[-41.037,-7.865],[-40.952,-7.825],[-41.092,-7.77],[-41.099,-7.739],[-41.15,-7.761],[-41.208,-7.719],[-41.311,-7.734],[-41.319,-7.792],[-41.379,-7.813],[-41.392,-7.86],[-41.521,-7.92],[-41.468,-7.99],[-41.495,-8.011],[-41.444,-8.065],[-41.455,-8.096]]]}},{type:`Feature`,properties:{id:`2205201`,name:`Jaicós`,centroid:[-41.2051,-7.3881]},geometry:{type:`Polygon`,coordinates:[[[-41.227,-7.573],[-41.238,-7.485],[-41.189,-7.477],[-41.156,-7.428],[-41.005,-7.423],[-41.043,-7.277],[-41.134,-7.274],[-41.143,-7.207],[-41.196,-7.218],[-41.209,-7.275],[-41.31,-7.287],[-41.377,-7.496],[-41.302,-7.54],[-41.267,-7.613],[-41.227,-7.573]]]}},{type:`Feature`,properties:{id:`2205250`,name:`Jardim do Mulato`,centroid:[-42.5279,-6.1446]},geometry:{type:`Polygon`,coordinates:[[[-42.685,-6.178],[-42.443,-6.219],[-42.439,-6.255],[-42.319,-6.238],[-42.394,-6.137],[-42.436,-6.15],[-42.502,-6.06],[-42.59,-6.016],[-42.64,-6.09],[-42.705,-6.08],[-42.685,-6.178]]]}},{type:`Feature`,properties:{id:`2205276`,name:`Jatobá do Piauí`,centroid:[-41.9255,-4.8479]},geometry:{type:`Polygon`,coordinates:[[[-41.909,-4.681],[-41.887,-4.714],[-41.93,-4.761],[-41.979,-4.763],[-42.014,-4.804],[-42.008,-4.855],[-42.086,-4.852],[-42.04,-4.985],[-41.946,-5.028],[-41.747,-4.703],[-41.909,-4.681]]]}},{type:`Feature`,properties:{id:`2205300`,name:`Jerumenha`,centroid:[-43.5017,-7.1137]},geometry:{type:`Polygon`,coordinates:[[[-43.718,-7.263],[-43.65,-7.246],[-43.642,-7.272],[-43.393,-7.283],[-43.404,-7.353],[-43.325,-7.404],[-43.225,-7.283],[-43.356,-7.204],[-43.306,-6.991],[-43.442,-6.945],[-43.391,-6.834],[-43.489,-6.822],[-43.582,-6.986],[-43.724,-6.954],[-43.797,-7.066],[-43.684,-7.133],[-43.718,-7.263]]]}},{type:`Feature`,properties:{id:`2205359`,name:`João Costa`,centroid:[-42.4756,-8.5418]},geometry:{type:`Polygon`,coordinates:[[[-42.159,-8.59],[-42.191,-8.509],[-42.333,-8.398],[-42.608,-8.303],[-42.638,-8.493],[-42.709,-8.588],[-42.733,-8.801],[-42.475,-8.657],[-42.311,-8.663],[-42.291,-8.63],[-42.21,-8.649],[-42.189,-8.584],[-42.159,-8.59]]]}},{type:`Feature`,properties:{id:`2205409`,name:`Joaquim Pires`,centroid:[-42.0842,-3.539]},geometry:{type:`Polygon`,coordinates:[[[-42.05,-3.68],[-41.925,-3.677],[-41.941,-3.614],[-41.908,-3.535],[-42.054,-3.49],[-42.05,-3.449],[-42.097,-3.44],[-42.064,-3.395],[-42.141,-3.348],[-42.224,-3.447],[-42.224,-3.542],[-42.259,-3.596],[-42.223,-3.606],[-42.191,-3.554],[-42.159,-3.606],[-42.116,-3.591],[-42.117,-3.673],[-42.05,-3.68]]]}},{type:`Feature`,properties:{id:`2205458`,name:`Joca Marques`,centroid:[-42.4247,-3.5426]},geometry:{type:`Polygon`,coordinates:[[[-42.47,-3.484],[-42.489,-3.51],[-42.454,-3.565],[-42.48,-3.601],[-42.432,-3.629],[-42.386,-3.614],[-42.367,-3.509],[-42.418,-3.454],[-42.47,-3.484]]]}},{type:`Feature`,properties:{id:`2205508`,name:`José de Freitas`,centroid:[-42.5236,-4.714]},geometry:{type:`Polygon`,coordinates:[[[-42.37,-4.832],[-42.296,-4.551],[-42.435,-4.478],[-42.688,-4.672],[-42.778,-4.764],[-42.789,-4.818],[-42.731,-4.824],[-42.713,-4.906],[-42.634,-4.913],[-42.37,-4.832]]]}},{type:`Feature`,properties:{id:`2205516`,name:`Juazeiro do Piauí`,centroid:[-41.5881,-4.9543]},geometry:{type:`Polygon`,coordinates:[[[-41.739,-5.079],[-41.73,-5.189],[-41.701,-5.19],[-41.599,-5.081],[-41.51,-5.062],[-41.487,-5],[-41.44,-4.979],[-41.432,-4.91],[-41.384,-4.884],[-41.451,-4.825],[-41.525,-4.828],[-41.56,-4.745],[-41.655,-4.776],[-41.689,-4.991],[-41.721,-4.991],[-41.739,-5.079]]]}},{type:`Feature`,properties:{id:`2205524`,name:`Júlio Borges`,centroid:[-44.1743,-10.4274]},geometry:{type:`Polygon`,coordinates:[[[-44.093,-10.192],[-44.307,-10.29],[-44.286,-10.328],[-44.35,-10.51],[-44.267,-10.623],[-44.131,-10.635],[-44.072,-10.58],[-44.028,-10.412],[-43.99,-10.418],[-44.093,-10.192]]]}},{type:`Feature`,properties:{id:`2205532`,name:`Jurema`,centroid:[-43.1648,-9.0151]},geometry:{type:`Polygon`,coordinates:[[[-43.075,-9.4],[-43.114,-8.993],[-43.08,-8.812],[-43.017,-8.816],[-43.02,-8.701],[-43.052,-8.696],[-43.077,-8.74],[-43.283,-8.75],[-43.279,-9],[-43.189,-9.195],[-43.219,-9.401],[-43.194,-9.421],[-43.122,-9.373],[-43.075,-9.4]]]}},{type:`Feature`,properties:{id:`2205557`,name:`Lagoa Alegre`,centroid:[-42.5647,-4.4885]},geometry:{type:`Polygon`,coordinates:[[[-42.435,-4.478],[-42.445,-4.441],[-42.546,-4.363],[-42.581,-4.387],[-42.582,-4.427],[-42.672,-4.477],[-42.681,-4.542],[-42.614,-4.606],[-42.553,-4.589],[-42.541,-4.548],[-42.435,-4.478]]]}},{type:`Feature`,properties:{id:`2205573`,name:`Lagoa de São Francisco`,centroid:[-41.5803,-4.3618]},geometry:{type:`Polygon`,coordinates:[[[-41.605,-4.41],[-41.511,-4.4],[-41.502,-4.357],[-41.513,-4.332],[-41.597,-4.295],[-41.617,-4.339],[-41.665,-4.346],[-41.658,-4.395],[-41.605,-4.41]]]}},{type:`Feature`,properties:{id:`2205565`,name:`Lagoa do Barro do Piauí`,centroid:[-41.5973,-8.5729]},geometry:{type:`Polygon`,coordinates:[[[-41.486,-8.368],[-41.657,-8.299],[-41.673,-8.393],[-41.755,-8.423],[-41.712,-8.5],[-41.751,-8.605],[-41.737,-8.733],[-41.6,-8.795],[-41.545,-8.78],[-41.498,-8.806],[-41.446,-8.754],[-41.411,-8.774],[-41.381,-8.707],[-41.426,-8.668],[-41.49,-8.734],[-41.518,-8.725],[-41.468,-8.532],[-41.495,-8.505],[-41.486,-8.368]]]}},{type:`Feature`,properties:{id:`2205581`,name:`Lagoa do Piauí`,centroid:[-42.6093,-5.46]},geometry:{type:`Polygon`,coordinates:[[[-42.748,-5.53],[-42.712,-5.543],[-42.695,-5.515],[-42.67,-5.53],[-42.573,-5.492],[-42.504,-5.555],[-42.453,-5.502],[-42.514,-5.409],[-42.599,-5.35],[-42.632,-5.392],[-42.748,-5.424],[-42.748,-5.53]]]}},{type:`Feature`,properties:{id:`2205599`,name:`Lagoa do Sítio`,centroid:[-41.483,-6.4916]},geometry:{type:`Polygon`,coordinates:[[[-41.69,-6.532],[-41.511,-6.608],[-41.508,-6.557],[-41.426,-6.566],[-41.282,-6.651],[-41.264,-6.613],[-41.315,-6.5],[-41.374,-6.503],[-41.406,-6.436],[-41.389,-6.366],[-41.447,-6.348],[-41.563,-6.381],[-41.575,-6.339],[-41.69,-6.532]]]}},{type:`Feature`,properties:{id:`2205540`,name:`Lagoinha do Piauí`,centroid:[-42.6274,-5.819]},geometry:{type:`Polygon`,coordinates:[[[-42.617,-5.758],[-42.644,-5.786],[-42.677,-5.897],[-42.662,-5.895],[-42.66,-5.864],[-42.602,-5.853],[-42.586,-5.83],[-42.609,-5.788],[-42.599,-5.765],[-42.609,-5.73],[-42.617,-5.758]]]}},{type:`Feature`,properties:{id:`2205607`,name:`Landri Sales`,centroid:[-43.93,-7.2979]},geometry:{type:`Polygon`,coordinates:[[[-43.784,-7.366],[-43.733,-7.301],[-43.684,-7.133],[-43.76,-7.094],[-43.774,-7.139],[-43.842,-7.135],[-43.881,-7.198],[-44.038,-7.231],[-44.069,-7.199],[-44.091,-7.219],[-44.071,-7.269],[-44.184,-7.418],[-44.134,-7.534],[-44.036,-7.423],[-43.833,-7.353],[-43.784,-7.366]]]}},{type:`Feature`,properties:{id:`2205706`,name:`Luís Correia`,centroid:[-41.4878,-3.0806]},geometry:{type:`Polygon`,coordinates:[[[-41.322,-3.18],[-41.261,-3.054],[-41.441,-3.079],[-41.436,-2.906],[-41.67,-2.88],[-41.713,-3.026],[-41.672,-3.011],[-41.62,-3.046],[-41.598,-3.122],[-41.465,-3.125],[-41.463,-3.16],[-41.511,-3.186],[-41.486,-3.316],[-41.414,-3.35],[-41.322,-3.18]]]}},{type:`Feature`,properties:{id:`2205805`,name:`Luzilândia`,centroid:[-42.3596,-3.6071]},geometry:{type:`Polygon`,coordinates:[[[-42.4,-3.475],[-42.367,-3.509],[-42.386,-3.614],[-42.432,-3.629],[-42.486,-3.601],[-42.556,-3.642],[-42.471,-3.771],[-42.328,-3.743],[-42.26,-3.639],[-42.202,-3.431],[-42.334,-3.434],[-42.4,-3.475]]]}},{type:`Feature`,properties:{id:`2205854`,name:`Madeiro`,centroid:[-42.5282,-3.5663]},geometry:{type:`Polygon`,coordinates:[[[-42.48,-3.601],[-42.454,-3.565],[-42.489,-3.51],[-42.47,-3.484],[-42.496,-3.446],[-42.568,-3.571],[-42.61,-3.586],[-42.617,-3.611],[-42.554,-3.666],[-42.545,-3.627],[-42.48,-3.601]]]}},{type:`Feature`,properties:{id:`2205904`,name:`Manoel Emídio`,centroid:[-44.0082,-8.2085]},geometry:{type:`Polygon`,coordinates:[[[-43.975,-8.003],[-44.099,-8.029],[-44.13,-8.275],[-44.363,-8.296],[-44.383,-8.366],[-44.107,-8.369],[-44.013,-8.403],[-43.919,-8.387],[-43.879,-8.314],[-43.825,-8.315],[-43.793,-7.982],[-43.975,-8.003]]]}},{type:`Feature`,properties:{id:`2205953`,name:`Marcolândia`,centroid:[-40.7393,-7.4308]},geometry:{type:`Polygon`,coordinates:[[[-40.715,-7.481],[-40.706,-7.46],[-40.652,-7.433],[-40.709,-7.387],[-40.728,-7.35],[-40.805,-7.435],[-40.804,-7.484],[-40.715,-7.481]]]}},{type:`Feature`,properties:{id:`2206001`,name:`Marcos Parente`,centroid:[-43.8942,-7.074]},geometry:{type:`Polygon`,coordinates:[[[-43.915,-6.966],[-43.991,-6.985],[-44.038,-7.231],[-43.881,-7.198],[-43.842,-7.135],[-43.774,-7.139],[-43.76,-7.094],[-43.797,-7.066],[-43.724,-6.954],[-43.819,-6.934],[-43.915,-6.966]]]}},{type:`Feature`,properties:{id:`2206050`,name:`Massapê do Piauí`,centroid:[-41.0937,-7.5308]},geometry:{type:`Polygon`,coordinates:[[[-41.227,-7.573],[-41.064,-7.646],[-40.942,-7.598],[-40.982,-7.558],[-41.006,-7.425],[-41.156,-7.428],[-41.189,-7.477],[-41.238,-7.485],[-41.227,-7.573]]]}},{type:`Feature`,properties:{id:`2206100`,name:`Matias Olímpio`,centroid:[-42.5815,-3.7085]},geometry:{type:`Polygon`,coordinates:[[[-42.684,-3.695],[-42.548,-3.804],[-42.489,-3.757],[-42.518,-3.683],[-42.617,-3.611],[-42.684,-3.695]]]}},{type:`Feature`,properties:{id:`2206209`,name:`Miguel Alves`,centroid:[-42.7716,-4.2402]},geometry:{type:`Polygon`,coordinates:[[[-42.964,-4.361],[-42.582,-4.427],[-42.548,-4.345],[-42.616,-4.238],[-42.659,-4.078],[-42.71,-4.089],[-42.791,-3.979],[-42.901,-4.117],[-42.89,-4.155],[-42.933,-4.157],[-42.983,-4.213],[-42.964,-4.361]]]}},{type:`Feature`,properties:{id:`2206308`,name:`Miguel Leão`,centroid:[-42.7011,-5.7005]},geometry:{type:`Polygon`,coordinates:[[[-42.745,-5.718],[-42.673,-5.705],[-42.69,-5.725],[-42.68,-5.742],[-42.636,-5.729],[-42.617,-5.758],[-42.603,-5.713],[-42.734,-5.661],[-42.814,-5.678],[-42.808,-5.698],[-42.767,-5.689],[-42.745,-5.718]]]}},{type:`Feature`,properties:{id:`2206357`,name:`Milton Brandão`,centroid:[-41.4871,-4.6958]},geometry:{type:`Polygon`,coordinates:[[[-41.655,-4.776],[-41.56,-4.745],[-41.525,-4.828],[-41.451,-4.825],[-41.384,-4.884],[-41.278,-4.853],[-41.294,-4.556],[-41.745,-4.59],[-41.777,-4.689],[-41.655,-4.776]]]}},{type:`Feature`,properties:{id:`2206407`,name:`Monsenhor Gil`,centroid:[-42.6145,-5.6105]},geometry:{type:`Polygon`,coordinates:[[[-42.734,-5.661],[-42.56,-5.74],[-42.522,-5.726],[-42.527,-5.684],[-42.486,-5.647],[-42.445,-5.639],[-42.573,-5.492],[-42.695,-5.515],[-42.712,-5.543],[-42.748,-5.53],[-42.761,-5.626],[-42.734,-5.661]]]}},{type:`Feature`,properties:{id:`2206506`,name:`Monsenhor Hipólito`,centroid:[-41.0403,-6.9182]},geometry:{type:`Polygon`,coordinates:[[[-41.001,-7.089],[-40.981,-6.772],[-41.095,-6.757],[-41.081,-6.997],[-41.105,-7.125],[-41.066,-7.07],[-41.001,-7.089]]]}},{type:`Feature`,properties:{id:`2206605`,name:`Monte Alegre do Piauí`,centroid:[-45.0312,-9.603]},geometry:{type:`Polygon`,coordinates:[[[-45.115,-9.331],[-45.335,-9.68],[-45.3,-9.693],[-45.331,-9.74],[-45.285,-9.809],[-45.109,-9.794],[-44.956,-9.824],[-44.866,-9.761],[-44.836,-9.655],[-44.807,-9.681],[-44.659,-9.583],[-44.818,-9.462],[-45.115,-9.331]]]}},{type:`Feature`,properties:{id:`2206654`,name:`Morro Cabeça no Tempo`,centroid:[-43.9251,-9.8128]},geometry:{type:`Polygon`,coordinates:[[[-44.088,-10.05],[-43.968,-9.98],[-43.919,-10.065],[-43.769,-10.024],[-43.693,-10.059],[-43.669,-10.031],[-43.709,-9.913],[-43.655,-9.836],[-43.785,-9.762],[-43.842,-9.637],[-43.85,-9.548],[-43.786,-9.458],[-44.188,-9.659],[-44.114,-9.736],[-44.106,-9.81],[-44.138,-9.843],[-44.096,-9.887],[-44.132,-9.936],[-44.12,-10.028],[-44.088,-10.05]]]}},{type:`Feature`,properties:{id:`2206670`,name:`Morro do Chapéu do Piauí`,centroid:[-42.2659,-3.7097]},geometry:{type:`Polygon`,coordinates:[[[-42.259,-3.596],[-42.26,-3.639],[-42.387,-3.782],[-42.393,-3.833],[-42.347,-3.837],[-42.207,-3.752],[-42.209,-3.695],[-42.178,-3.687],[-42.154,-3.588],[-42.191,-3.554],[-42.223,-3.606],[-42.259,-3.596]]]}},{type:`Feature`,properties:{id:`2206696`,name:`Murici dos Portelas`,centroid:[-42.0114,-3.3532]},geometry:{type:`Polygon`,coordinates:[[[-42.126,-3.346],[-42.064,-3.395],[-42.097,-3.44],[-42.05,-3.449],[-42.033,-3.501],[-41.975,-3.506],[-41.976,-3.45],[-41.908,-3.454],[-41.956,-3.362],[-42.004,-3.338],[-41.928,-3.326],[-41.932,-3.299],[-41.904,-3.312],[-41.929,-3.235],[-41.98,-3.216],[-42.013,-3.248],[-42.124,-3.267],[-42.096,-3.3],[-42.126,-3.346]]]}},{type:`Feature`,properties:{id:`2206704`,name:`Nazaré do Piauí`,centroid:[-42.7455,-7.0531]},geometry:{type:`Polygon`,coordinates:[[[-42.623,-6.798],[-42.666,-6.852],[-42.793,-6.775],[-42.799,-6.915],[-42.945,-7.133],[-42.931,-7.193],[-42.852,-7.215],[-42.785,-7.295],[-42.706,-7.192],[-42.698,-7.292],[-42.605,-7.38],[-42.662,-7.202],[-42.638,-7.159],[-42.655,-7.095],[-42.644,-6.986],[-42.601,-6.968],[-42.567,-6.869],[-42.623,-6.798]]]}},{type:`Feature`,properties:{id:`2206720`,name:`Nazária`,centroid:[-42.8702,-5.4455]},geometry:{type:`Polygon`,coordinates:[[[-42.816,-5.318],[-42.968,-5.454],[-43,-5.519],[-42.987,-5.558],[-42.847,-5.525],[-42.851,-5.491],[-42.811,-5.498],[-42.777,-5.453],[-42.753,-5.355],[-42.816,-5.318]]]}},{type:`Feature`,properties:{id:`2206753`,name:`Nossa Senhora de Nazaré`,centroid:[-42.1845,-4.6413]},geometry:{type:`Polygon`,coordinates:[[[-42.059,-4.642],[-42.086,-4.606],[-42.174,-4.603],[-42.174,-4.566],[-42.146,-4.571],[-42.153,-4.533],[-42.189,-4.56],[-42.251,-4.535],[-42.278,-4.549],[-42.259,-4.57],[-42.282,-4.679],[-42.317,-4.728],[-42.257,-4.744],[-42.271,-4.653],[-42.217,-4.672],[-42.205,-4.726],[-42.186,-4.706],[-42.103,-4.725],[-42.059,-4.642]]]}},{type:`Feature`,properties:{id:`2206803`,name:`Nossa Senhora dos Remédios`,centroid:[-42.6071,-4.0237]},geometry:{type:`Polygon`,coordinates:[[[-42.647,-4.131],[-42.59,-4.133],[-42.505,-4.055],[-42.533,-3.966],[-42.613,-3.897],[-42.696,-3.985],[-42.696,-4.077],[-42.684,-4.093],[-42.659,-4.078],[-42.647,-4.131]]]}},{type:`Feature`,properties:{id:`2207959`,name:`Nova Santa Rita`,centroid:[-42.0218,-8.1161]},geometry:{type:`Polygon`,coordinates:[[[-42.137,-8.206],[-41.987,-8.296],[-41.924,-8.257],[-41.892,-8.134],[-41.84,-8.119],[-41.856,-8.066],[-41.903,-8.014],[-42.032,-7.975],[-42.022,-7.936],[-42.056,-7.974],[-42.128,-7.958],[-42.164,-8.007],[-42.145,-8.049],[-42.186,-8.19],[-42.137,-8.206]]]}},{type:`Feature`,properties:{id:`2206902`,name:`Novo Oriente do Piauí`,centroid:[-41.9782,-6.4969]},geometry:{type:`Polygon`,coordinates:[[[-41.861,-6.605],[-41.913,-6.534],[-41.894,-6.541],[-41.898,-6.411],[-42.016,-6.311],[-42.093,-6.457],[-42.014,-6.444],[-42.014,-6.474],[-42.05,-6.494],[-42.057,-6.602],[-42.123,-6.644],[-41.998,-6.617],[-41.928,-6.644],[-41.861,-6.605]]]}},{type:`Feature`,properties:{id:`2206951`,name:`Novo Santo Antônio`,centroid:[-41.9228,-5.2795]},geometry:{type:`Polygon`,coordinates:[[[-41.862,-5.361],[-41.799,-5.322],[-41.851,-5.28],[-41.801,-5.194],[-41.995,-5.168],[-42.02,-5.231],[-41.993,-5.287],[-42.03,-5.307],[-42.032,-5.34],[-41.944,-5.407],[-41.862,-5.361]]]}},{type:`Feature`,properties:{id:`2207009`,name:`Oeiras`,centroid:[-42.1661,-6.9626]},geometry:{type:`Polygon`,coordinates:[[[-42.31,-7.223],[-42.296,-7.175],[-42.168,-7.105],[-42.096,-7.155],[-42.052,-7.319],[-41.92,-7.185],[-41.918,-7.063],[-41.88,-7.023],[-41.973,-7.014],[-42.003,-6.952],[-41.961,-6.857],[-41.916,-6.83],[-41.922,-6.647],[-41.998,-6.617],[-42.146,-6.643],[-42.116,-6.835],[-42.206,-6.922],[-42.24,-6.904],[-42.237,-6.87],[-42.291,-6.878],[-42.288,-6.837],[-42.36,-6.805],[-42.449,-6.91],[-42.567,-6.869],[-42.625,-6.997],[-42.421,-6.967],[-42.404,-7.17],[-42.31,-7.223]]]}},{type:`Feature`,properties:{id:`2207108`,name:`Olho D'Água do Piauí`,centroid:[-42.5524,-5.8581]},geometry:{type:`Polygon`,coordinates:[[[-42.602,-5.853],[-42.614,-5.888],[-42.548,-5.944],[-42.49,-5.937],[-42.463,-5.91],[-42.486,-5.871],[-42.545,-5.842],[-42.539,-5.799],[-42.603,-5.713],[-42.609,-5.788],[-42.586,-5.83],[-42.602,-5.853]]]}},{type:`Feature`,properties:{id:`2207207`,name:`Padre Marcos`,centroid:[-40.8796,-7.3789]},geometry:{type:`Polygon`,coordinates:[[[-40.972,-7.305],[-40.93,-7.354],[-40.935,-7.497],[-40.871,-7.448],[-40.804,-7.484],[-40.797,-7.391],[-40.848,-7.347],[-40.848,-7.285],[-40.873,-7.262],[-40.972,-7.305]]]}},{type:`Feature`,properties:{id:`2207306`,name:`Paes Landim`,centroid:[-42.2811,-7.8128]},geometry:{type:`Polygon`,coordinates:[[[-42.225,-7.906],[-42.161,-7.747],[-42.189,-7.722],[-42.355,-7.724],[-42.416,-7.757],[-42.358,-7.811],[-42.338,-7.949],[-42.225,-7.906]]]}},{type:`Feature`,properties:{id:`2207355`,name:`Pajeú do Piauí`,centroid:[-42.8345,-7.9038]},geometry:{type:`Polygon`,coordinates:[[[-43.063,-7.935],[-42.966,-8.046],[-42.827,-8.071],[-42.712,-8.02],[-42.686,-7.779],[-42.803,-7.649],[-42.898,-7.884],[-43.059,-7.911],[-43.063,-7.935]]]}},{type:`Feature`,properties:{id:`2207405`,name:`Palmeira do Piauí`,centroid:[-44.4692,-8.5544]},geometry:{type:`Polygon`,coordinates:[[[-44.305,-8.799],[-44.191,-8.771],[-44.02,-8.616],[-44.209,-8.627],[-44.206,-8.554],[-44.843,-8.264],[-44.828,-8.427],[-44.728,-8.532],[-44.305,-8.799]]]}},{type:`Feature`,properties:{id:`2207504`,name:`Palmeirais`,centroid:[-42.9555,-5.8861]},geometry:{type:`Polygon`,coordinates:[[[-43.096,-5.91],[-43.048,-5.997],[-43.076,-6.043],[-43.045,-6.106],[-42.978,-6.138],[-42.793,-6.1],[-42.82,-5.992],[-42.776,-5.958],[-42.744,-5.85],[-42.851,-5.87],[-42.936,-5.705],[-42.975,-5.683],[-42.953,-5.652],[-42.972,-5.628],[-42.915,-5.626],[-43.004,-5.543],[-43.033,-5.592],[-43.095,-5.615],[-43.075,-5.865],[-43.096,-5.91]]]}},{type:`Feature`,properties:{id:`2207553`,name:`Paquetá`,centroid:[-41.6831,-7.1239]},geometry:{type:`Polygon`,coordinates:[[[-41.816,-7.066],[-41.698,-7.207],[-41.71,-7.326],[-41.648,-7.293],[-41.652,-7.243],[-41.61,-7.224],[-41.635,-7.173],[-41.58,-7.098],[-41.585,-7.033],[-41.716,-7],[-41.816,-7.066]]]}},{type:`Feature`,properties:{id:`2207603`,name:`Parnaguá`,centroid:[-44.5684,-10.3129]},geometry:{type:`Polygon`,coordinates:[[[-44.344,-10.55],[-44.348,-10.472],[-44.286,-10.324],[-44.422,-10.099],[-44.441,-9.979],[-44.575,-9.863],[-44.658,-10.067],[-44.819,-10.009],[-44.778,-10.144],[-44.794,-10.328],[-44.831,-10.341],[-44.806,-10.429],[-44.708,-10.508],[-44.77,-10.566],[-44.667,-10.759],[-44.664,-10.68],[-44.578,-10.627],[-44.501,-10.65],[-44.344,-10.55]]]}},{type:`Feature`,properties:{id:`2207702`,name:`Parnaíba`,centroid:[-41.7529,-2.9558]},geometry:{type:`Polygon`,coordinates:[[[-41.869,-3.06],[-41.772,-3.121],[-41.697,-3.039],[-41.712,-3.007],[-41.664,-2.927],[-41.651,-2.861],[-41.782,-2.758],[-41.755,-2.842],[-41.834,-2.916],[-41.797,-2.961],[-41.869,-3.06]]]}},{type:`Feature`,properties:{id:`2207751`,name:`Passagem Franca do Piauí`,centroid:[-42.4084,-5.8727]},geometry:{type:`Polygon`,coordinates:[[[-42.522,-5.726],[-42.443,-5.771],[-42.441,-5.869],[-42.5,-5.977],[-42.436,-6.034],[-42.385,-6.155],[-42.393,-6.108],[-42.314,-6.071],[-42.303,-6.036],[-42.391,-5.974],[-42.311,-5.84],[-42.35,-5.797],[-42.325,-5.731],[-42.38,-5.723],[-42.445,-5.639],[-42.527,-5.684],[-42.522,-5.726]]]}},{type:`Feature`,properties:{id:`2207777`,name:`Patos do Piauí`,centroid:[-41.2925,-7.6713]},geometry:{type:`Polygon`,coordinates:[[[-41.064,-7.646],[-41.145,-7.629],[-41.195,-7.576],[-41.267,-7.613],[-41.302,-7.54],[-41.379,-7.516],[-41.477,-7.75],[-41.379,-7.813],[-41.319,-7.792],[-41.311,-7.734],[-41.208,-7.719],[-41.15,-7.761],[-41.099,-7.739],[-41.064,-7.646]]]}},{type:`Feature`,properties:{id:`2207793`,name:`Pau D'Arco do Piauí`,centroid:[-42.4752,-5.2472]},geometry:{type:`Polygon`,coordinates:[[[-42.327,-5.297],[-42.379,-5.152],[-42.445,-5.213],[-42.482,-5.168],[-42.579,-5.169],[-42.599,-5.194],[-42.599,-5.35],[-42.543,-5.302],[-42.368,-5.32],[-42.327,-5.297]]]}},{type:`Feature`,properties:{id:`2207801`,name:`Paulistana`,centroid:[-41.1423,-8.109]},geometry:{type:`Polygon`,coordinates:[[[-40.959,-7.848],[-41.037,-7.865],[-41.031,-7.918],[-41.142,-7.977],[-41.161,-8.019],[-41.309,-8.019],[-41.368,-8.037],[-41.395,-8.097],[-41.455,-8.096],[-41.437,-8.124],[-41.476,-8.175],[-41.372,-8.217],[-41.418,-8.287],[-41.388,-8.336],[-41.291,-8.349],[-41.236,-8.409],[-41.147,-8.336],[-41.181,-8.268],[-41.047,-8.136],[-40.943,-8.122],[-40.959,-8.088],[-40.874,-8.093],[-40.86,-8.05],[-40.801,-8.025],[-40.706,-8.025],[-40.959,-7.848]]]}},{type:`Feature`,properties:{id:`2207850`,name:`Pavussu`,centroid:[-43.3393,-7.9268]},geometry:{type:`Polygon`,coordinates:[[[-43.492,-8.121],[-43.413,-8.039],[-43.321,-8.079],[-43.126,-7.969],[-43.138,-7.937],[-43.108,-7.905],[-43.176,-7.854],[-43.237,-7.869],[-43.286,-7.696],[-43.538,-7.923],[-43.492,-8.121]]]}},{type:`Feature`,properties:{id:`2207900`,name:`Pedro II`,centroid:[-41.3934,-4.4939]},geometry:{type:`Polygon`,coordinates:[[[-41.745,-4.59],[-41.294,-4.556],[-41.295,-4.815],[-41.233,-4.81],[-41.208,-4.78],[-41.25,-4.757],[-41.175,-4.671],[-41.24,-4.574],[-41.119,-4.324],[-41.229,-4.34],[-41.24,-4.376],[-41.363,-4.338],[-41.388,-4.433],[-41.415,-4.311],[-41.488,-4.304],[-41.525,-4.257],[-41.561,-4.31],[-41.513,-4.332],[-41.511,-4.4],[-41.605,-4.41],[-41.745,-4.59]]]}},{type:`Feature`,properties:{id:`2207934`,name:`Pedro Laurentino`,centroid:[-42.2678,-8.0762]},geometry:{type:`Polygon`,coordinates:[[[-42.442,-8.066],[-42.401,-8.086],[-42.411,-8.133],[-42.247,-8.22],[-42.263,-8.258],[-42.184,-8.277],[-42.142,-8.247],[-42.143,-8.195],[-42.186,-8.19],[-42.145,-8.049],[-42.164,-8.007],[-42.126,-7.944],[-42.264,-7.91],[-42.423,-8.001],[-42.442,-8.066]]]}},{type:`Feature`,properties:{id:`2208007`,name:`Picos`,centroid:[-41.5176,-7.0567]},geometry:{type:`Polygon`,coordinates:[[[-41.462,-7.188],[-41.457,-7.115],[-41.401,-7.13],[-41.333,-7.099],[-41.332,-7.062],[-41.403,-7.055],[-41.44,-6.991],[-41.515,-6.979],[-41.541,-6.9],[-41.612,-6.87],[-41.63,-6.989],[-41.615,-7.034],[-41.585,-7.033],[-41.58,-7.098],[-41.635,-7.173],[-41.603,-7.228],[-41.551,-7.167],[-41.462,-7.188]]]}},{type:`Feature`,properties:{id:`2208106`,name:`Pimenteiras`,centroid:[-41.1641,-6.3458]},geometry:{type:`Polygon`,coordinates:[[[-41.575,-6.339],[-41.563,-6.381],[-41.447,-6.348],[-41.389,-6.366],[-41.406,-6.436],[-41.374,-6.503],[-41.315,-6.5],[-41.265,-6.595],[-41.293,-6.675],[-41.13,-6.655],[-41.143,-6.75],[-41.095,-6.757],[-40.79,-6.501],[-40.783,-6.313],[-40.852,-6.224],[-40.846,-6.138],[-40.886,-6.047],[-41.259,-6.11],[-41.363,-6.178],[-41.416,-6.129],[-41.509,-6.15],[-41.5,-6.113],[-41.64,-6.073],[-41.735,-6.21],[-41.627,-6.276],[-41.575,-6.257],[-41.513,-6.283],[-41.575,-6.339]]]}},{type:`Feature`,properties:{id:`2208205`,name:`Pio IX`,centroid:[-40.7193,-6.7913]},geometry:{type:`Polygon`,coordinates:[[[-40.37,-6.803],[-40.432,-6.813],[-40.477,-6.733],[-40.718,-6.671],[-40.79,-6.501],[-41.095,-6.757],[-40.848,-6.785],[-40.828,-6.928],[-40.85,-6.985],[-40.695,-7.03],[-40.589,-6.95],[-40.425,-6.935],[-40.43,-6.868],[-40.37,-6.803]]]}},{type:`Feature`,properties:{id:`2208304`,name:`Piracuruca`,centroid:[-41.6166,-3.8531]},geometry:{type:`Polygon`,coordinates:[[[-41.856,-4.041],[-41.738,-4.045],[-41.775,-4.101],[-41.632,-4.136],[-41.622,-4.06],[-41.485,-4.042],[-41.279,-3.77],[-41.335,-3.692],[-41.418,-3.753],[-41.45,-3.742],[-41.458,-3.67],[-41.524,-3.606],[-41.745,-3.673],[-41.747,-3.587],[-41.773,-3.573],[-41.867,-3.721],[-41.686,-3.797],[-41.866,-3.848],[-41.903,-3.887],[-41.911,-3.941],[-41.848,-3.974],[-41.856,-4.041]]]}},{type:`Feature`,properties:{id:`2208403`,name:`Piripiri`,centroid:[-41.7726,-4.3318]},geometry:{type:`Polygon`,coordinates:[[[-41.605,-4.41],[-41.658,-4.395],[-41.665,-4.346],[-41.617,-4.339],[-41.597,-4.295],[-41.561,-4.31],[-41.497,-4.18],[-41.578,-4.146],[-41.657,-4.22],[-41.761,-4.209],[-41.8,-4.173],[-41.804,-4.202],[-41.921,-4.181],[-41.919,-4.224],[-41.997,-4.245],[-42.001,-4.344],[-42.027,-4.354],[-41.959,-4.425],[-41.85,-4.46],[-41.739,-4.57],[-41.605,-4.41]]]}},{type:`Feature`,properties:{id:`2208502`,name:`Porto`,centroid:[-42.71,-3.955]},geometry:{type:`Polygon`,coordinates:[[[-42.791,-3.979],[-42.749,-4.053],[-42.684,-4.093],[-42.696,-3.985],[-42.623,-3.904],[-42.672,-3.857],[-42.66,-3.796],[-42.791,-3.979]]]}},{type:`Feature`,properties:{id:`2208551`,name:`Porto Alegre do Piauí`,centroid:[-44.0585,-6.9537]},geometry:{type:`Polygon`,coordinates:[[[-44.276,-7.058],[-44.151,-7.117],[-44.048,-7.22],[-43.991,-6.985],[-43.935,-6.99],[-43.899,-6.9],[-43.833,-6.843],[-43.957,-6.743],[-44.053,-6.768],[-44.07,-6.821],[-44.116,-6.806],[-44.104,-6.856],[-44.125,-6.836],[-44.163,-6.875],[-44.276,-7.058]]]}},{type:`Feature`,properties:{id:`2208601`,name:`Prata do Piauí`,centroid:[-42.1648,-5.7273]},geometry:{type:`Polygon`,coordinates:[[[-42.157,-5.652],[-42.228,-5.671],[-42.233,-5.774],[-42.203,-5.8],[-42.203,-5.787],[-42.087,-5.788],[-42.11,-5.676],[-42.157,-5.652]]]}},{type:`Feature`,properties:{id:`2208650`,name:`Queimada Nova`,centroid:[-41.3512,-8.5187]},geometry:{type:`Polygon`,coordinates:[[[-41.206,-8.39],[-41.236,-8.409],[-41.291,-8.349],[-41.388,-8.336],[-41.446,-8.281],[-41.474,-8.297],[-41.495,-8.505],[-41.468,-8.532],[-41.518,-8.725],[-41.49,-8.734],[-41.426,-8.668],[-41.401,-8.705],[-41.345,-8.71],[-41.214,-8.644],[-41.212,-8.602],[-41.167,-8.581],[-41.143,-8.522],[-41.218,-8.441],[-41.206,-8.39]]]}},{type:`Feature`,properties:{id:`2208700`,name:`Redenção do Gurguéia`,centroid:[-44.4562,-9.5218]},geometry:{type:`Polygon`,coordinates:[[[-44.666,-9.563],[-44.609,-9.553],[-44.636,-9.624],[-44.624,-9.767],[-44.439,-9.7],[-44.304,-9.718],[-44.043,-9.586],[-44.218,-9.429],[-44.508,-9.316],[-44.523,-9.378],[-44.726,-9.269],[-44.818,-9.462],[-44.666,-9.563]]]}},{type:`Feature`,properties:{id:`2208809`,name:`Regeneração`,centroid:[-42.4915,-6.3536]},geometry:{type:`Polygon`,coordinates:[[[-42.72,-6.215],[-42.582,-6.519],[-42.355,-6.518],[-42.291,-6.397],[-42.282,-6.304],[-42.312,-6.297],[-42.319,-6.238],[-42.439,-6.255],[-42.443,-6.219],[-42.536,-6.221],[-42.622,-6.173],[-42.685,-6.178],[-42.684,-6.214],[-42.72,-6.215]]]}},{type:`Feature`,properties:{id:`2208858`,name:`Riacho Frio`,centroid:[-44.8114,-9.9317]},geometry:{type:`Polygon`,coordinates:[[[-45.106,-10.138],[-45.001,-10.131],[-44.794,-10.328],[-44.778,-10.144],[-44.819,-10.009],[-44.658,-10.067],[-44.585,-9.926],[-44.599,-9.886],[-44.575,-9.863],[-44.632,-9.744],[-44.615,-9.545],[-44.807,-9.681],[-44.836,-9.655],[-44.851,-9.735],[-44.956,-9.824],[-45.106,-10.138]]]}},{type:`Feature`,properties:{id:`2208874`,name:`Ribeira do Piauí`,centroid:[-42.6131,-7.9261]},geometry:{type:`Polygon`,coordinates:[[[-42.756,-7.702],[-42.686,-7.779],[-42.712,-8.02],[-42.659,-8.031],[-42.583,-8.124],[-42.608,-8.303],[-42.576,-8.303],[-42.535,-8.284],[-42.533,-8.225],[-42.461,-8.235],[-42.469,-8.105],[-42.556,-8.066],[-42.583,-7.892],[-42.541,-7.895],[-42.588,-7.862],[-42.596,-7.814],[-42.581,-7.584],[-42.678,-7.591],[-42.756,-7.702]]]}},{type:`Feature`,properties:{id:`2208908`,name:`Ribeiro Gonçalves`,centroid:[-45.3466,-7.9746]},geometry:{type:`Polygon`,coordinates:[[[-44.918,-7.87],[-44.985,-7.481],[-45.155,-7.513],[-45.215,-7.567],[-45.233,-7.549],[-45.395,-7.614],[-45.496,-7.747],[-45.568,-7.995],[-45.552,-8.015],[-45.577,-8.03],[-45.584,-8.157],[-45.664,-8.251],[-45.709,-8.394],[-45.623,-8.496],[-45.468,-8.556],[-45.406,-8.633],[-45.33,-8.344],[-45.426,-8.35],[-45.448,-8.279],[-45.385,-8.06],[-45.316,-8.058],[-45.234,-7.984],[-45.231,-7.954],[-45.305,-7.911],[-45.247,-7.801],[-45.201,-7.788],[-45.163,-7.834],[-44.918,-7.87]]]}},{type:`Feature`,properties:{id:`2209005`,name:`Rio Grande do Piauí`,centroid:[-43.1528,-7.7696]},geometry:{type:`Polygon`,coordinates:[[[-43.286,-7.696],[-43.237,-7.869],[-43.176,-7.854],[-43.108,-7.905],[-43.138,-7.937],[-43.072,-7.957],[-43.035,-7.734],[-43.073,-7.683],[-43.196,-7.614],[-43.286,-7.696]]]}},{type:`Feature`,properties:{id:`2209104`,name:`Santa Cruz do Piauí`,centroid:[-41.7794,-7.2353]},geometry:{type:`Polygon`,coordinates:[[[-41.92,-7.185],[-41.788,-7.247],[-41.778,-7.339],[-41.82,-7.358],[-41.78,-7.424],[-41.609,-7.367],[-41.614,-7.328],[-41.679,-7.304],[-41.71,-7.326],[-41.698,-7.207],[-41.816,-7.066],[-41.918,-7.063],[-41.92,-7.185]]]}},{type:`Feature`,properties:{id:`2209153`,name:`Santa Cruz dos Milagres`,centroid:[-41.8648,-5.911]},geometry:{type:`Polygon`,coordinates:[[[-41.667,-5.972],[-41.656,-5.936],[-41.719,-5.787],[-41.875,-5.819],[-42.106,-5.742],[-42.055,-5.796],[-42.041,-5.892],[-41.966,-5.927],[-41.972,-6.045],[-42.061,-6.052],[-41.972,-6.088],[-41.883,-6.06],[-41.799,-5.974],[-41.763,-6.03],[-41.667,-5.972]]]}},{type:`Feature`,properties:{id:`2209203`,name:`Santa Filomena`,centroid:[-45.6764,-8.9927]},geometry:{type:`Polygon`,coordinates:[[[-45.938,-8.787],[-45.991,-8.949],[-45.898,-9.185],[-45.894,-9.343],[-45.825,-9.374],[-45.791,-9.483],[-45.697,-9.558],[-45.531,-9.496],[-45.513,-9.459],[-45.41,-9.459],[-45.563,-9.051],[-45.394,-8.851],[-45.385,-8.656],[-45.449,-8.571],[-45.623,-8.496],[-45.713,-8.388],[-45.795,-8.592],[-45.768,-8.607],[-45.816,-8.633],[-45.841,-8.716],[-45.938,-8.787]]]}},{type:`Feature`,properties:{id:`2209302`,name:`Santa Luz`,centroid:[-44.1052,-9.0468]},geometry:{type:`Polygon`,coordinates:[[[-44.304,-8.944],[-44.312,-9.029],[-44.238,-9.093],[-43.87,-9.314],[-43.957,-9.174],[-43.869,-9.018],[-44.262,-8.883],[-44.301,-8.847],[-44.27,-8.823],[-44.305,-8.799],[-44.354,-8.833],[-44.304,-8.944]]]}},{type:`Feature`,properties:{id:`2209377`,name:`Santa Rosa do Piauí`,centroid:[-42.2274,-6.8082]},geometry:{type:`Polygon`,coordinates:[[[-42.36,-6.805],[-42.288,-6.837],[-42.291,-6.878],[-42.237,-6.87],[-42.24,-6.904],[-42.206,-6.922],[-42.16,-6.853],[-42.116,-6.835],[-42.111,-6.755],[-42.138,-6.732],[-42.163,-6.767],[-42.254,-6.75],[-42.317,-6.705],[-42.335,-6.729],[-42.32,-6.771],[-42.36,-6.805]]]}},{type:`Feature`,properties:{id:`2209351`,name:`Santana do Piauí`,centroid:[-41.5015,-6.9339]},geometry:{type:`Polygon`,coordinates:[[[-41.613,-6.879],[-41.541,-6.9],[-41.548,-6.937],[-41.515,-6.979],[-41.417,-6.999],[-41.442,-6.912],[-41.51,-6.912],[-41.608,-6.839],[-41.613,-6.879]]]}},{type:`Feature`,properties:{id:`2209401`,name:`Santo Antônio de Lisboa`,centroid:[-41.2059,-6.9104]},geometry:{type:`Polygon`,coordinates:[[[-41.233,-7.111],[-41.192,-7.115],[-41.13,-6.655],[-41.19,-6.664],[-41.197,-6.768],[-41.23,-6.793],[-41.201,-6.89],[-41.317,-7.007],[-41.233,-7.111]]]}},{type:`Feature`,properties:{id:`2209450`,name:`Santo Antônio dos Milagres`,centroid:[-42.7016,-6.0498]},geometry:{type:`Polygon`,coordinates:[[[-42.652,-6.081],[-42.67,-6.071],[-42.681,-6.074],[-42.682,-6.032],[-42.69,-6.021],[-42.725,-6.021],[-42.737,-6.036],[-42.705,-6.08],[-42.652,-6.081]]]}},{type:`Feature`,properties:{id:`2209500`,name:`Santo Inácio do Piauí`,centroid:[-42.0141,-7.4569]},geometry:{type:`Polygon`,coordinates:[[[-42.061,-7.582],[-42.006,-7.539],[-41.861,-7.536],[-41.831,-7.344],[-41.873,-7.292],[-42.218,-7.438],[-42.17,-7.521],[-42.216,-7.623],[-42.061,-7.582]]]}},{type:`Feature`,properties:{id:`2209559`,name:`São Braz do Piauí`,centroid:[-43.003,-8.9626]},geometry:{type:`Polygon`,coordinates:[[[-43.103,-9.096],[-43.017,-9.088],[-42.982,-9.13],[-42.846,-9.07],[-42.958,-8.946],[-42.983,-8.71],[-43.02,-8.701],[-43.017,-8.816],[-43.08,-8.812],[-43.103,-9.096]]]}},{type:`Feature`,properties:{id:`2209609`,name:`São Félix do Piauí`,centroid:[-42.1034,-5.9322]},geometry:{type:`Polygon`,coordinates:[[[-42.257,-5.955],[-42.085,-6.067],[-41.972,-6.045],[-41.966,-5.927],[-42.041,-5.892],[-42.081,-5.779],[-42.203,-5.787],[-42.204,-5.825],[-42.148,-5.856],[-42.228,-5.892],[-42.257,-5.955]]]}},{type:`Feature`,properties:{id:`2209658`,name:`São Francisco de Assis do Piauí`,centroid:[-41.5808,-8.1898]},geometry:{type:`Polygon`,coordinates:[[[-41.74,-8.088],[-41.777,-8.121],[-41.729,-8.171],[-41.783,-8.222],[-41.749,-8.312],[-41.686,-8.274],[-41.572,-8.314],[-41.523,-8.373],[-41.486,-8.368],[-41.474,-8.297],[-41.417,-8.296],[-41.374,-8.247],[-41.372,-8.217],[-41.476,-8.175],[-41.437,-8.08],[-41.491,-8.021],[-41.74,-8.088]]]}},{type:`Feature`,properties:{id:`2209708`,name:`São Francisco do Piauí`,centroid:[-42.4997,-7.1991]},geometry:{type:`Polygon`,coordinates:[[[-42.605,-7.38],[-42.361,-7.418],[-42.31,-7.223],[-42.404,-7.17],[-42.421,-6.967],[-42.644,-6.986],[-42.638,-7.159],[-42.662,-7.202],[-42.605,-7.38]]]}},{type:`Feature`,properties:{id:`2209757`,name:`São Gonçalo do Gurguéia`,centroid:[-45.323,-10.0907]},geometry:{type:`Polygon`,coordinates:[[[-45.028,-9.975],[-45.257,-9.936],[-45.272,-9.985],[-45.55,-9.974],[-45.503,-10.15],[-45.557,-10.217],[-45.491,-10.301],[-45.192,-10.145],[-45.106,-10.138],[-45.028,-9.975]]]}},{type:`Feature`,properties:{id:`2209807`,name:`São Gonçalo do Piauí`,centroid:[-42.6542,-6.0056]},geometry:{type:`Polygon`,coordinates:[[[-42.686,-5.959],[-42.715,-5.966],[-42.737,-6.036],[-42.69,-6.021],[-42.681,-6.074],[-42.64,-6.09],[-42.63,-6.04],[-42.59,-6.016],[-42.58,-5.948],[-42.686,-5.959]]]}},{type:`Feature`,properties:{id:`2209856`,name:`São João da Canabrava`,centroid:[-41.3927,-6.6924]},geometry:{type:`Polygon`,coordinates:[[[-41.495,-6.668],[-41.442,-6.671],[-41.458,-6.743],[-41.404,-6.778],[-41.397,-6.861],[-41.343,-6.864],[-41.333,-6.809],[-41.303,-6.8],[-41.327,-6.75],[-41.282,-6.651],[-41.426,-6.566],[-41.508,-6.557],[-41.495,-6.668]]]}},{type:`Feature`,properties:{id:`2209872`,name:`São João da Fronteira`,centroid:[-41.2831,-3.9998]},geometry:{type:`Polygon`,coordinates:[[[-41.313,-4.147],[-41.281,-4.17],[-41.25,-4.138],[-41.196,-4.148],[-41.165,-4.188],[-41.091,-4.17],[-41.142,-4.126],[-41.113,-4.042],[-41.183,-4.018],[-41.257,-4.035],[-41.22,-3.942],[-41.299,-3.823],[-41.239,-3.713],[-41.334,-3.684],[-41.279,-3.77],[-41.485,-4.042],[-41.336,-4.051],[-41.313,-4.147]]]}},{type:`Feature`,properties:{id:`2209906`,name:`São João da Serra`,centroid:[-41.8796,-5.5402]},geometry:{type:`Polygon`,coordinates:[[[-42.117,-5.6],[-41.768,-5.739],[-41.767,-5.633],[-41.802,-5.578],[-41.675,-5.442],[-41.708,-5.455],[-41.831,-5.356],[-41.871,-5.359],[-41.938,-5.389],[-42.028,-5.555],[-42.117,-5.6]]]}},{type:`Feature`,properties:{id:`2209955`,name:`São João da Varjota`,centroid:[-41.8807,-6.9593]},geometry:{type:`Polygon`,coordinates:[[[-41.916,-6.83],[-41.961,-6.857],[-42.003,-6.952],[-41.964,-6.99],[-41.973,-7.014],[-41.88,-7.023],[-41.898,-7.051],[-41.816,-7.066],[-41.731,-7.017],[-41.781,-6.964],[-41.797,-6.988],[-41.808,-6.929],[-41.916,-6.83]]]}},{type:`Feature`,properties:{id:`2209971`,name:`São João do Arraial`,centroid:[-42.4505,-3.8171]},geometry:{type:`Polygon`,coordinates:[[[-42.548,-3.804],[-42.49,-3.872],[-42.414,-3.899],[-42.376,-3.876],[-42.393,-3.833],[-42.387,-3.782],[-42.368,-3.768],[-42.377,-3.752],[-42.442,-3.746],[-42.471,-3.771],[-42.489,-3.757],[-42.527,-3.773],[-42.548,-3.804]]]}},{type:`Feature`,properties:{id:`2210003`,name:`São João do Piauí`,centroid:[-42.2558,-8.3182]},geometry:{type:`Polygon`,coordinates:[[[-42.608,-8.303],[-42.333,-8.398],[-42.191,-8.509],[-42.159,-8.59],[-42.126,-8.567],[-42.153,-8.473],[-42.034,-8.462],[-41.985,-8.326],[-41.958,-8.373],[-41.924,-8.257],[-41.987,-8.296],[-42.137,-8.206],[-42.166,-8.273],[-42.257,-8.261],[-42.247,-8.22],[-42.411,-8.133],[-42.401,-8.086],[-42.442,-8.066],[-42.523,-8.081],[-42.469,-8.105],[-42.461,-8.235],[-42.533,-8.225],[-42.535,-8.284],[-42.608,-8.303]]]}},{type:`Feature`,properties:{id:`2210052`,name:`São José do Divino`,centroid:[-41.8625,-3.7752]},geometry:{type:`Polygon`,coordinates:[[[-41.962,-3.679],[-41.981,-3.784],[-41.898,-3.797],[-41.903,-3.887],[-41.866,-3.848],[-41.686,-3.797],[-41.962,-3.679]]]}},{type:`Feature`,properties:{id:`2210102`,name:`São José do Peixe`,centroid:[-42.5845,-7.4821]},geometry:{type:`Polygon`,coordinates:[[[-42.678,-7.591],[-42.581,-7.584],[-42.584,-7.68],[-42.509,-7.843],[-42.482,-7.836],[-42.489,-7.526],[-42.392,-7.535],[-42.312,-7.431],[-42.66,-7.352],[-42.726,-7.191],[-42.785,-7.295],[-42.816,-7.28],[-42.842,-7.354],[-42.682,-7.47],[-42.678,-7.591]]]}},{type:`Feature`,properties:{id:`2210201`,name:`São José do Piauí`,centroid:[-41.489,-6.8141]},geometry:{type:`Polygon`,coordinates:[[[-41.397,-6.861],[-41.404,-6.778],[-41.458,-6.743],[-41.442,-6.671],[-41.495,-6.668],[-41.48,-6.745],[-41.543,-6.738],[-41.608,-6.839],[-41.51,-6.912],[-41.411,-6.902],[-41.397,-6.861]]]}},{type:`Feature`,properties:{id:`2210300`,name:`São Julião`,centroid:[-40.8268,-7.083]},geometry:{type:`Polygon`,coordinates:[[[-40.882,-7.157],[-40.844,-7.126],[-40.692,-7.16],[-40.806,-6.981],[-40.86,-6.991],[-40.854,-7.02],[-40.96,-7.108],[-40.882,-7.157]]]}},{type:`Feature`,properties:{id:`2210359`,name:`São Lourenço do Piauí`,centroid:[-42.5359,-9.1738]},geometry:{type:`Polygon`,coordinates:[[[-42.337,-9.034],[-42.413,-9.034],[-42.453,-9.147],[-42.481,-9.053],[-42.533,-9.083],[-42.591,-9.066],[-42.596,-9.115],[-42.631,-9.087],[-42.686,-9.199],[-42.685,-9.29],[-42.642,-9.332],[-42.494,-9.257],[-42.463,-9.172],[-42.329,-9.185],[-42.376,-9.121],[-42.337,-9.034]]]}},{type:`Feature`,properties:{id:`2210375`,name:`São Luis do Piauí`,centroid:[-41.2636,-6.7631]},geometry:{type:`Polygon`,coordinates:[[[-41.274,-6.678],[-41.327,-6.75],[-41.303,-6.8],[-41.333,-6.809],[-41.334,-6.867],[-41.22,-6.82],[-41.23,-6.793],[-41.197,-6.768],[-41.197,-6.679],[-41.274,-6.678]]]}},{type:`Feature`,properties:{id:`2210383`,name:`São Miguel da Baixa Grande`,centroid:[-42.2754,-5.8146]},geometry:{type:`Polygon`,coordinates:[[[-42.257,-5.955],[-42.228,-5.892],[-42.148,-5.856],[-42.204,-5.825],[-42.233,-5.774],[-42.228,-5.671],[-42.272,-5.645],[-42.33,-5.708],[-42.35,-5.797],[-42.311,-5.84],[-42.372,-5.942],[-42.257,-5.955]]]}},{type:`Feature`,properties:{id:`2210391`,name:`São Miguel do Fidalgo`,centroid:[-42.3327,-7.5949]},geometry:{type:`Polygon`,coordinates:[[[-42.189,-7.722],[-42.299,-7.627],[-42.219,-7.63],[-42.17,-7.521],[-42.218,-7.438],[-42.312,-7.431],[-42.392,-7.535],[-42.489,-7.526],[-42.477,-7.702],[-42.416,-7.757],[-42.355,-7.724],[-42.189,-7.722]]]}},{type:`Feature`,properties:{id:`2210409`,name:`São Miguel do Tapuio`,centroid:[-41.4419,-5.742]},geometry:{type:`Polygon`,coordinates:[[[-41.245,-5.407],[-41.29,-5.401],[-41.322,-5.45],[-41.428,-5.48],[-41.447,-5.537],[-41.523,-5.599],[-41.614,-5.597],[-41.746,-5.543],[-41.802,-5.578],[-41.767,-5.633],[-41.768,-5.739],[-42.117,-5.6],[-42.157,-5.652],[-42.11,-5.676],[-42.106,-5.742],[-41.998,-5.763],[-41.972,-5.801],[-41.854,-5.819],[-41.719,-5.787],[-41.656,-5.936],[-41.678,-6.033],[-41.64,-6.073],[-41.5,-6.113],[-41.509,-6.15],[-41.416,-6.129],[-41.363,-6.178],[-41.259,-6.11],[-41.259,-5.875],[-41.168,-5.786],[-41.168,-5.641],[-40.903,-5.633],[-40.937,-5.526],[-40.923,-5.448],[-40.978,-5.41],[-41.245,-5.407]]]}},{type:`Feature`,properties:{id:`2210508`,name:`São Pedro do Piauí`,centroid:[-42.7828,-5.8267]},geometry:{type:`Polygon`,coordinates:[[[-42.656,-5.832],[-42.72,-5.817],[-42.767,-5.689],[-42.936,-5.705],[-42.851,-5.87],[-42.744,-5.85],[-42.785,-6.016],[-42.723,-6.011],[-42.686,-5.959],[-42.656,-5.832]]]}},{type:`Feature`,properties:{id:`2210607`,name:`São Raimundo Nonato`,centroid:[-42.7133,-8.966]},geometry:{type:`Polygon`,coordinates:[[[-42.337,-9.034],[-42.322,-8.996],[-42.367,-8.909],[-42.404,-8.953],[-42.522,-8.907],[-42.559,-8.938],[-42.604,-8.729],[-42.733,-8.801],[-42.726,-8.685],[-42.983,-8.71],[-42.958,-8.946],[-42.802,-9.115],[-42.799,-9.195],[-42.835,-9.251],[-42.824,-9.283],[-42.767,-9.288],[-42.776,-9.366],[-42.642,-9.332],[-42.685,-9.29],[-42.686,-9.199],[-42.631,-9.087],[-42.596,-9.115],[-42.591,-9.066],[-42.533,-9.083],[-42.481,-9.053],[-42.453,-9.147],[-42.413,-9.034],[-42.337,-9.034]]]}},{type:`Feature`,properties:{id:`2210623`,name:`Sebastião Barros`,centroid:[-44.8309,-10.6531]},geometry:{type:`Polygon`,coordinates:[[[-44.806,-10.429],[-44.965,-10.616],[-45.029,-10.615],[-45.024,-10.655],[-44.882,-10.752],[-44.847,-10.901],[-44.788,-10.809],[-44.667,-10.759],[-44.77,-10.566],[-44.708,-10.508],[-44.806,-10.429]]]}},{type:`Feature`,properties:{id:`2210631`,name:`Sebastião Leal`,centroid:[-44.0915,-7.746]},geometry:{type:`Polygon`,coordinates:[[[-44.297,-7.263],[-44.355,-7.329],[-44.353,-7.425],[-44.145,-7.544],[-44.363,-8.296],[-44.13,-8.275],[-44.099,-8.029],[-43.975,-8.003],[-44.008,-7.594],[-43.965,-7.602],[-43.886,-7.497],[-43.82,-7.501],[-43.819,-7.538],[-43.754,-7.574],[-43.74,-7.516],[-43.663,-7.435],[-43.692,-7.327],[-43.784,-7.366],[-43.833,-7.353],[-44.036,-7.423],[-44.134,-7.534],[-44.266,-7.243],[-44.297,-7.263]]]}},{type:`Feature`,properties:{id:`2210656`,name:`Sigefredo Pacheco`,centroid:[-41.8064,-4.9748]},geometry:{type:`Polygon`,coordinates:[[[-41.739,-5.079],[-41.643,-4.811],[-41.747,-4.703],[-41.946,-5.028],[-41.981,-5.17],[-41.783,-5.193],[-41.778,-5.095],[-41.739,-5.079]]]}},{type:`Feature`,properties:{id:`2210706`,name:`Simões`,centroid:[-40.7423,-7.6698]},geometry:{type:`Polygon`,coordinates:[[[-40.942,-7.598],[-40.852,-7.626],[-40.797,-7.693],[-40.807,-7.767],[-40.693,-7.798],[-40.675,-7.929],[-40.544,-7.962],[-40.547,-7.827],[-40.674,-7.762],[-40.622,-7.658],[-40.715,-7.481],[-40.808,-7.484],[-40.871,-7.448],[-40.987,-7.532],[-40.942,-7.598]]]}},{type:`Feature`,properties:{id:`2210805`,name:`Simplício Mendes`,centroid:[-42.0198,-7.7985]},geometry:{type:`Polygon`,coordinates:[[[-41.773,-7.817],[-41.813,-7.827],[-41.951,-7.743],[-42.061,-7.582],[-42.299,-7.627],[-42.161,-7.747],[-42.225,-7.906],[-42.111,-7.971],[-42.096,-7.95],[-42.056,-7.974],[-42.024,-7.909],[-41.937,-7.904],[-41.914,-7.876],[-41.856,-7.939],[-41.73,-7.961],[-41.705,-7.939],[-41.716,-7.853],[-41.67,-7.837],[-41.773,-7.817]]]}},{type:`Feature`,properties:{id:`2210904`,name:`Socorro do Piauí`,centroid:[-42.476,-7.8947]},geometry:{type:`Polygon`,coordinates:[[[-42.338,-7.949],[-42.358,-7.811],[-42.477,-7.702],[-42.482,-7.836],[-42.509,-7.843],[-42.584,-7.68],[-42.599,-7.694],[-42.588,-7.862],[-42.541,-7.895],[-42.583,-7.892],[-42.556,-8.066],[-42.442,-8.066],[-42.423,-8.001],[-42.338,-7.949]]]}},{type:`Feature`,properties:{id:`2210938`,name:`Sussuapara`,centroid:[-41.351,-7.0197]},geometry:{type:`Polygon`,coordinates:[[[-41.439,-7],[-41.403,-7.055],[-41.332,-7.062],[-41.333,-7.1],[-41.233,-7.111],[-41.311,-6.99],[-41.393,-6.95],[-41.399,-6.906],[-41.442,-6.912],[-41.417,-6.999],[-41.439,-7]]]}},{type:`Feature`,properties:{id:`2210953`,name:`Tamboril do Piauí`,centroid:[-43.0842,-8.4883]},geometry:{type:`Polygon`,coordinates:[[[-43.059,-8.698],[-43.062,-8.619],[-42.995,-8.51],[-42.854,-8.511],[-42.841,-8.487],[-42.912,-8.225],[-43.237,-8.377],[-43.276,-8.541],[-43.261,-8.747],[-43.077,-8.74],[-43.059,-8.698]]]}},{type:`Feature`,properties:{id:`2210979`,name:`Tanque do Piauí`,centroid:[-42.263,-6.6621]},geometry:{type:`Polygon`,coordinates:[[[-42.335,-6.729],[-42.317,-6.705],[-42.254,-6.75],[-42.163,-6.767],[-42.138,-6.732],[-42.146,-6.643],[-42.306,-6.59],[-42.309,-6.514],[-42.356,-6.529],[-42.375,-6.677],[-42.335,-6.729]]]}},{type:`Feature`,properties:{id:`2211001`,name:`Teresina`,centroid:[-42.74,-5.1095]},geometry:{type:`Polygon`,coordinates:[[[-42.89,-4.895],[-42.854,-4.937],[-42.805,-5.149],[-42.816,-5.318],[-42.753,-5.355],[-42.811,-5.498],[-42.943,-5.535],[-42.971,-5.562],[-42.942,-5.587],[-42.915,-5.556],[-42.856,-5.571],[-42.811,-5.501],[-42.749,-5.541],[-42.749,-5.339],[-42.679,-5.273],[-42.602,-5.252],[-42.602,-4.904],[-42.713,-4.906],[-42.731,-4.824],[-42.816,-4.786],[-42.89,-4.895]]]}},{type:`Feature`,properties:{id:`2211100`,name:`União`,centroid:[-42.7947,-4.5982]},geometry:{type:`Polygon`,coordinates:[[[-42.582,-4.427],[-42.964,-4.354],[-42.88,-4.416],[-42.85,-4.484],[-42.873,-4.582],[-42.952,-4.68],[-42.921,-4.732],[-42.948,-4.789],[-42.893,-4.888],[-42.816,-4.786],[-42.789,-4.818],[-42.778,-4.764],[-42.614,-4.606],[-42.681,-4.542],[-42.672,-4.477],[-42.582,-4.427]]]}},{type:`Feature`,properties:{id:`2211209`,name:`Uruçuí`,centroid:[-44.5681,-7.7932]},geometry:{type:`Polygon`,coordinates:[[[-44.313,-7.119],[-44.386,-7.121],[-44.565,-7.229],[-44.69,-7.396],[-44.817,-7.362],[-44.928,-7.472],[-44.985,-7.481],[-44.847,-8.263],[-44.408,-8.462],[-44.145,-7.544],[-44.353,-7.425],[-44.355,-7.329],[-44.297,-7.263],[-44.352,-7.228],[-44.313,-7.119]]]}},{type:`Feature`,properties:{id:`2211308`,name:`Valença do Piauí`,centroid:[-41.7999,-6.3683]},geometry:{type:`Polygon`,coordinates:[[[-41.634,-6.272],[-41.798,-6.257],[-41.953,-6.181],[-42.022,-6.208],[-42.046,-6.284],[-41.898,-6.411],[-41.894,-6.541],[-41.913,-6.534],[-41.861,-6.605],[-41.84,-6.57],[-41.69,-6.532],[-41.665,-6.46],[-41.513,-6.283],[-41.634,-6.272]]]}},{type:`Feature`,properties:{id:`2211357`,name:`Várzea Branca`,centroid:[-42.9189,-9.3248]},geometry:{type:`Polygon`,coordinates:[[[-42.776,-9.366],[-42.767,-9.288],[-42.824,-9.283],[-42.835,-9.251],[-42.866,-9.307],[-42.969,-9.147],[-42.989,-9.218],[-42.966,-9.308],[-43.053,-9.334],[-43.058,-9.415],[-42.988,-9.401],[-42.959,-9.428],[-42.776,-9.366]]]}},{type:`Feature`,properties:{id:`2211407`,name:`Várzea Grande`,centroid:[-42.223,-6.5569]},geometry:{type:`Polygon`,coordinates:[[[-42.309,-6.514],[-42.306,-6.59],[-42.183,-6.647],[-42.145,-6.643],[-42.164,-6.556],[-42.146,-6.547],[-42.19,-6.461],[-42.309,-6.514]]]}},{type:`Feature`,properties:{id:`2211506`,name:`Vera Mendes`,centroid:[-41.5195,-7.5991]},geometry:{type:`Polygon`,coordinates:[[[-41.628,-7.547],[-41.647,-7.622],[-41.469,-7.698],[-41.386,-7.557],[-41.491,-7.526],[-41.517,-7.552],[-41.547,-7.519],[-41.628,-7.547]]]}},{type:`Feature`,properties:{id:`2211605`,name:`Vila Nova do Piauí`,centroid:[-40.9351,-7.2016]},geometry:{type:`Polygon`,coordinates:[[[-40.873,-7.262],[-40.883,-7.241],[-40.864,-7.175],[-40.911,-7.125],[-40.96,-7.108],[-40.998,-7.137],[-40.972,-7.305],[-40.873,-7.262]]]}},{type:`Feature`,properties:{id:`2211704`,name:`Wall Ferraz`,centroid:[-41.8834,-7.2629]},geometry:{type:`Polygon`,coordinates:[[[-41.953,-7.323],[-41.873,-7.292],[-41.82,-7.358],[-41.791,-7.353],[-41.788,-7.247],[-41.841,-7.2],[-41.92,-7.185],[-42.006,-7.249],[-41.953,-7.323]]]}}],r={type:e,uf:`PI`,features:n};exports.default=r,exports.features=n,exports.type=e,exports.uf=t;
2
2
  //# sourceMappingURL=PI.cjs.map