tempest-react-sdk 0.53.0 → 0.55.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (475) hide show
  1. package/README.md +27 -6
  2. package/dist/access/Can.cjs +1 -1
  3. package/dist/access/Can.cjs.map +1 -1
  4. package/dist/access/Can.js +3 -3
  5. package/dist/access/Can.js.map +1 -1
  6. package/dist/audio/level-meter.cjs +1 -1
  7. package/dist/audio/level-meter.cjs.map +1 -1
  8. package/dist/audio/level-meter.js +15 -15
  9. package/dist/audio/level-meter.js.map +1 -1
  10. package/dist/audio/noise-floor.cjs +2 -0
  11. package/dist/audio/noise-floor.cjs.map +1 -0
  12. package/dist/audio/noise-floor.js +27 -0
  13. package/dist/audio/noise-floor.js.map +1 -0
  14. package/dist/audio/voice-activity.cjs +2 -0
  15. package/dist/audio/voice-activity.cjs.map +1 -0
  16. package/dist/audio/voice-activity.js +26 -0
  17. package/dist/audio/voice-activity.js.map +1 -0
  18. package/dist/audio/voice-chain-stages.cjs +2 -0
  19. package/dist/audio/voice-chain-stages.cjs.map +1 -0
  20. package/dist/audio/voice-chain-stages.js +82 -0
  21. package/dist/audio/voice-chain-stages.js.map +1 -0
  22. package/dist/audio/voice-chain.cjs +2 -0
  23. package/dist/audio/voice-chain.cjs.map +1 -0
  24. package/dist/audio/voice-chain.js +74 -0
  25. package/dist/audio/voice-chain.js.map +1 -0
  26. package/dist/auth/lazy-with-retry.cjs.map +1 -1
  27. package/dist/auth/lazy-with-retry.js.map +1 -1
  28. package/dist/auth/passkey.cjs.map +1 -1
  29. package/dist/auth/passkey.js.map +1 -1
  30. package/dist/br/BrazilStateCitySelect.cjs +1 -1
  31. package/dist/br/BrazilStateCitySelect.cjs.map +1 -1
  32. package/dist/br/BrazilStateCitySelect.js +36 -28
  33. package/dist/br/BrazilStateCitySelect.js.map +1 -1
  34. package/dist/br/data/br-centroids.cjs +1 -1
  35. package/dist/br/data/br-centroids.cjs.map +1 -1
  36. package/dist/br/data/br-centroids.js +11105 -11045
  37. package/dist/br/data/br-centroids.js.map +1 -1
  38. package/dist/br/data/br-locations.cjs +1 -1
  39. package/dist/br/data/br-locations.cjs.map +1 -1
  40. package/dist/br/data/br-locations.js +5803 -137
  41. package/dist/br/data/br-locations.js.map +1 -1
  42. package/dist/br/data/br-uf-geo.cjs +1 -1
  43. package/dist/br/data/br-uf-geo.cjs.map +1 -1
  44. package/dist/br/data/br-uf-geo.js +5721 -6777
  45. package/dist/br/data/br-uf-geo.js.map +1 -1
  46. package/dist/br/data/mun/AC.cjs +1 -1
  47. package/dist/br/data/mun/AC.cjs.map +1 -1
  48. package/dist/br/data/mun/AC.js +681 -689
  49. package/dist/br/data/mun/AC.js.map +1 -1
  50. package/dist/br/data/mun/AL.cjs +1 -1
  51. package/dist/br/data/mun/AL.cjs.map +1 -1
  52. package/dist/br/data/mun/AL.js +949 -844
  53. package/dist/br/data/mun/AL.js.map +1 -1
  54. package/dist/br/data/mun/AM.cjs +1 -1
  55. package/dist/br/data/mun/AM.cjs.map +1 -1
  56. package/dist/br/data/mun/AM.js +4337 -4218
  57. package/dist/br/data/mun/AM.js.map +1 -1
  58. package/dist/br/data/mun/AP.cjs +1 -1
  59. package/dist/br/data/mun/AP.cjs.map +1 -1
  60. package/dist/br/data/mun/AP.js +786 -780
  61. package/dist/br/data/mun/AP.js.map +1 -1
  62. package/dist/br/data/mun/BA.cjs +1 -1
  63. package/dist/br/data/mun/BA.cjs.map +1 -1
  64. package/dist/br/data/mun/BA.js +6329 -5633
  65. package/dist/br/data/mun/BA.js.map +1 -1
  66. package/dist/br/data/mun/CE.cjs +1 -1
  67. package/dist/br/data/mun/CE.cjs.map +1 -1
  68. package/dist/br/data/mun/CE.js +2544 -2487
  69. package/dist/br/data/mun/CE.js.map +1 -1
  70. package/dist/br/data/mun/DF.cjs +1 -1
  71. package/dist/br/data/mun/DF.cjs.map +1 -1
  72. package/dist/br/data/mun/DF.js +17 -16
  73. package/dist/br/data/mun/DF.js.map +1 -1
  74. package/dist/br/data/mun/ES.cjs +1 -1
  75. package/dist/br/data/mun/ES.cjs.map +1 -1
  76. package/dist/br/data/mun/ES.js +1101 -1070
  77. package/dist/br/data/mun/ES.js.map +1 -1
  78. package/dist/br/data/mun/GO.cjs +1 -1
  79. package/dist/br/data/mun/GO.cjs.map +1 -1
  80. package/dist/br/data/mun/GO.js +4632 -4636
  81. package/dist/br/data/mun/GO.js.map +1 -1
  82. package/dist/br/data/mun/MA.cjs +1 -1
  83. package/dist/br/data/mun/MA.cjs.map +1 -1
  84. package/dist/br/data/mun/MA.js +3603 -3457
  85. package/dist/br/data/mun/MA.js.map +1 -1
  86. package/dist/br/data/mun/MG.cjs +1 -1
  87. package/dist/br/data/mun/MG.cjs.map +1 -1
  88. package/dist/br/data/mun/MG.js +12716 -11739
  89. package/dist/br/data/mun/MG.js.map +1 -1
  90. package/dist/br/data/mun/MS.cjs +1 -1
  91. package/dist/br/data/mun/MS.cjs.map +1 -1
  92. package/dist/br/data/mun/MS.js +2182 -2335
  93. package/dist/br/data/mun/MS.js.map +1 -1
  94. package/dist/br/data/mun/MT.cjs +1 -1
  95. package/dist/br/data/mun/MT.cjs.map +1 -1
  96. package/dist/br/data/mun/MT.js +4808 -4896
  97. package/dist/br/data/mun/MT.js.map +1 -1
  98. package/dist/br/data/mun/PA.cjs +1 -1
  99. package/dist/br/data/mun/PA.cjs.map +1 -1
  100. package/dist/br/data/mun/PA.js +4981 -4901
  101. package/dist/br/data/mun/PA.js.map +1 -1
  102. package/dist/br/data/mun/PB.cjs +1 -1
  103. package/dist/br/data/mun/PB.cjs.map +1 -1
  104. package/dist/br/data/mun/PB.js +2418 -1956
  105. package/dist/br/data/mun/PB.js.map +1 -1
  106. package/dist/br/data/mun/PE.cjs +1 -1
  107. package/dist/br/data/mun/PE.cjs.map +1 -1
  108. package/dist/br/data/mun/PE.js +2164 -1987
  109. package/dist/br/data/mun/PE.js.map +1 -1
  110. package/dist/br/data/mun/PI.cjs +1 -1
  111. package/dist/br/data/mun/PI.cjs.map +1 -1
  112. package/dist/br/data/mun/PI.js +2982 -2844
  113. package/dist/br/data/mun/PI.js.map +1 -1
  114. package/dist/br/data/mun/PR.cjs +1 -1
  115. package/dist/br/data/mun/PR.cjs.map +1 -1
  116. package/dist/br/data/mun/PR.js +5425 -5240
  117. package/dist/br/data/mun/PR.js.map +1 -1
  118. package/dist/br/data/mun/RJ.cjs +1 -1
  119. package/dist/br/data/mun/RJ.cjs.map +1 -1
  120. package/dist/br/data/mun/RJ.js +1395 -1178
  121. package/dist/br/data/mun/RJ.js.map +1 -1
  122. package/dist/br/data/mun/RN.cjs +1 -1
  123. package/dist/br/data/mun/RN.cjs.map +1 -1
  124. package/dist/br/data/mun/RN.js +1608 -1382
  125. package/dist/br/data/mun/RN.js.map +1 -1
  126. package/dist/br/data/mun/RO.cjs +1 -1
  127. package/dist/br/data/mun/RO.cjs.map +1 -1
  128. package/dist/br/data/mun/RO.js +1392 -1470
  129. package/dist/br/data/mun/RO.js.map +1 -1
  130. package/dist/br/data/mun/RR.cjs +1 -1
  131. package/dist/br/data/mun/RR.cjs.map +1 -1
  132. package/dist/br/data/mun/RR.js +795 -778
  133. package/dist/br/data/mun/RR.js.map +1 -1
  134. package/dist/br/data/mun/RS.cjs +1 -1
  135. package/dist/br/data/mun/RS.cjs.map +1 -1
  136. package/dist/br/data/mun/RS.js +7579 -6424
  137. package/dist/br/data/mun/RS.js.map +1 -1
  138. package/dist/br/data/mun/SC.cjs +1 -1
  139. package/dist/br/data/mun/SC.cjs.map +1 -1
  140. package/dist/br/data/mun/SC.js +3979 -3357
  141. package/dist/br/data/mun/SC.js.map +1 -1
  142. package/dist/br/data/mun/SE.cjs +1 -1
  143. package/dist/br/data/mun/SE.cjs.map +1 -1
  144. package/dist/br/data/mun/SE.js +812 -625
  145. package/dist/br/data/mun/SE.js.map +1 -1
  146. package/dist/br/data/mun/SP.cjs +1 -1
  147. package/dist/br/data/mun/SP.cjs.map +1 -1
  148. package/dist/br/data/mun/SP.js +7866 -6803
  149. package/dist/br/data/mun/SP.js.map +1 -1
  150. package/dist/br/data/mun/TO.cjs +1 -1
  151. package/dist/br/data/mun/TO.cjs.map +1 -1
  152. package/dist/br/data/mun/TO.js +2763 -2817
  153. package/dist/br/data/mun/TO.js.map +1 -1
  154. package/dist/br/locations.cjs +1 -1
  155. package/dist/br/locations.cjs.map +1 -1
  156. package/dist/br/locations.js +97 -24
  157. package/dist/br/locations.js.map +1 -1
  158. package/dist/br/scales.cjs +1 -1
  159. package/dist/br/scales.cjs.map +1 -1
  160. package/dist/br/scales.js +8 -4
  161. package/dist/br/scales.js.map +1 -1
  162. package/dist/br/whatsapp.cjs +2 -0
  163. package/dist/br/whatsapp.cjs.map +1 -0
  164. package/dist/br/whatsapp.js +21 -0
  165. package/dist/br/whatsapp.js.map +1 -0
  166. package/dist/br.cjs +1 -1
  167. package/dist/br.cjs.map +1 -1
  168. package/dist/br.d.ts +188 -10
  169. package/dist/br.js +18 -17
  170. package/dist/br.js.map +1 -1
  171. package/dist/components/BottomSheet/BottomSheet.cjs +1 -1
  172. package/dist/components/BottomSheet/BottomSheet.cjs.map +1 -1
  173. package/dist/components/BottomSheet/BottomSheet.js +30 -27
  174. package/dist/components/BottomSheet/BottomSheet.js.map +1 -1
  175. package/dist/components/Command/Command.cjs +1 -1
  176. package/dist/components/Command/Command.cjs.map +1 -1
  177. package/dist/components/Command/Command.js +78 -75
  178. package/dist/components/Command/Command.js.map +1 -1
  179. package/dist/components/Drawer/Drawer.cjs +1 -1
  180. package/dist/components/Drawer/Drawer.cjs.map +1 -1
  181. package/dist/components/Drawer/Drawer.js +42 -39
  182. package/dist/components/Drawer/Drawer.js.map +1 -1
  183. package/dist/components/DropdownMenu/DropdownMenu.cjs +1 -1
  184. package/dist/components/DropdownMenu/DropdownMenu.cjs.map +1 -1
  185. package/dist/components/DropdownMenu/DropdownMenu.js +111 -67
  186. package/dist/components/DropdownMenu/DropdownMenu.js.map +1 -1
  187. package/dist/components/Modal/Modal.cjs +1 -1
  188. package/dist/components/Modal/Modal.cjs.map +1 -1
  189. package/dist/components/Modal/Modal.js +45 -42
  190. package/dist/components/Modal/Modal.js.map +1 -1
  191. package/dist/components/Money/Money.cjs +1 -1
  192. package/dist/components/Money/Money.cjs.map +1 -1
  193. package/dist/components/Money/Money.js +10 -9
  194. package/dist/components/Money/Money.js.map +1 -1
  195. package/dist/components/Pagination/Pagination.cjs +1 -1
  196. package/dist/components/Pagination/Pagination.cjs.map +1 -1
  197. package/dist/components/Pagination/Pagination.js +38 -31
  198. package/dist/components/Pagination/Pagination.js.map +1 -1
  199. package/dist/components/Pagination/Pagination.module.cjs +1 -1
  200. package/dist/components/Pagination/Pagination.module.cjs.map +1 -1
  201. package/dist/components/Pagination/Pagination.module.js +4 -4
  202. package/dist/components/Pagination/Pagination.module.js.map +1 -1
  203. package/dist/components/Portal/Portal.cjs +1 -1
  204. package/dist/components/Portal/Portal.cjs.map +1 -1
  205. package/dist/components/Portal/Portal.js +9 -6
  206. package/dist/components/Portal/Portal.js.map +1 -1
  207. package/dist/components/Portal/portal-host.cjs +2 -0
  208. package/dist/components/Portal/portal-host.cjs.map +1 -0
  209. package/dist/components/Portal/portal-host.js +11 -0
  210. package/dist/components/Portal/portal-host.js.map +1 -0
  211. package/dist/components/Scheduler/Scheduler.cjs +1 -1
  212. package/dist/components/Scheduler/Scheduler.cjs.map +1 -1
  213. package/dist/components/Scheduler/Scheduler.js +83 -82
  214. package/dist/components/Scheduler/Scheduler.js.map +1 -1
  215. package/dist/components/Toast/ToastProvider.cjs +1 -1
  216. package/dist/components/Toast/ToastProvider.cjs.map +1 -1
  217. package/dist/components/Toast/ToastProvider.js +55 -53
  218. package/dist/components/Toast/ToastProvider.js.map +1 -1
  219. package/dist/components/VirtualList/VirtualList.cjs +1 -1
  220. package/dist/components/VirtualList/VirtualList.cjs.map +1 -1
  221. package/dist/components/VirtualList/VirtualList.js +41 -31
  222. package/dist/components/VirtualList/VirtualList.js.map +1 -1
  223. package/dist/components/VirtualTable/VirtualTable.cjs +1 -1
  224. package/dist/components/VirtualTable/VirtualTable.cjs.map +1 -1
  225. package/dist/components/VirtualTable/VirtualTable.js +78 -68
  226. package/dist/components/VirtualTable/VirtualTable.js.map +1 -1
  227. package/dist/forms/masked-inputs.cjs +1 -1
  228. package/dist/forms/masked-inputs.cjs.map +1 -1
  229. package/dist/forms/masked-inputs.js +20 -19
  230. package/dist/forms/masked-inputs.js.map +1 -1
  231. package/dist/hooks/use-fullscreen-element.cjs +2 -0
  232. package/dist/hooks/use-fullscreen-element.cjs.map +1 -0
  233. package/dist/hooks/use-fullscreen-element.js +20 -0
  234. package/dist/hooks/use-fullscreen-element.js.map +1 -0
  235. package/dist/hooks/use-fullscreen.cjs +2 -0
  236. package/dist/hooks/use-fullscreen.cjs.map +1 -0
  237. package/dist/hooks/use-fullscreen.js +66 -0
  238. package/dist/hooks/use-fullscreen.js.map +1 -0
  239. package/dist/hooks/use-push-to-talk.cjs +2 -0
  240. package/dist/hooks/use-push-to-talk.cjs.map +1 -0
  241. package/dist/hooks/use-push-to-talk.js +61 -0
  242. package/dist/hooks/use-push-to-talk.js.map +1 -0
  243. package/dist/http/describe-api-error.cjs.map +1 -1
  244. package/dist/http/describe-api-error.js.map +1 -1
  245. package/dist/http/errors.cjs +1 -1
  246. package/dist/http/errors.cjs.map +1 -1
  247. package/dist/http/errors.js +34 -16
  248. package/dist/http/errors.js.map +1 -1
  249. package/dist/http/parse-response.cjs +2 -2
  250. package/dist/http/parse-response.cjs.map +1 -1
  251. package/dist/http/parse-response.js +9 -8
  252. package/dist/http/parse-response.js.map +1 -1
  253. package/dist/i18n/create-i18n.cjs +1 -1
  254. package/dist/i18n/create-i18n.cjs.map +1 -1
  255. package/dist/i18n/create-i18n.js +28 -27
  256. package/dist/i18n/create-i18n.js.map +1 -1
  257. package/dist/router/AppRouter.cjs +1 -1
  258. package/dist/router/AppRouter.cjs.map +1 -1
  259. package/dist/router/AppRouter.js +28 -21
  260. package/dist/router/AppRouter.js.map +1 -1
  261. package/dist/router/RouteGuard.cjs +1 -1
  262. package/dist/router/RouteGuard.cjs.map +1 -1
  263. package/dist/router/RouteGuard.js +4 -4
  264. package/dist/router/RouteGuard.js.map +1 -1
  265. package/dist/sse/create-event-stream.cjs +1 -1
  266. package/dist/sse/create-event-stream.cjs.map +1 -1
  267. package/dist/sse/create-event-stream.js +34 -38
  268. package/dist/sse/create-event-stream.js.map +1 -1
  269. package/dist/styles/AIChat.css +79 -0
  270. package/dist/styles/Accordion.css +12 -0
  271. package/dist/styles/Alert.css +32 -0
  272. package/dist/styles/AppBar.css +17 -0
  273. package/dist/styles/AppShell.css +8 -0
  274. package/dist/styles/AspectRatio.css +3 -0
  275. package/dist/styles/AudioPlayer.css +13 -0
  276. package/dist/styles/AudioRecorder.css +20 -0
  277. package/dist/styles/Avatar.css +13 -0
  278. package/dist/styles/AvatarGroup.css +18 -0
  279. package/dist/styles/Badge.css +25 -0
  280. package/dist/styles/Banner.css +13 -0
  281. package/dist/styles/BarList.css +10 -0
  282. package/dist/styles/BarcodeScanner.css +21 -0
  283. package/dist/styles/BottomNavigation.css +10 -0
  284. package/dist/styles/BottomSheet.css +11 -0
  285. package/dist/styles/BrazilMap.css +20 -0
  286. package/dist/styles/Breadcrumbs.css +8 -0
  287. package/dist/styles/Button.css +42 -0
  288. package/dist/styles/Calendar.css +16 -0
  289. package/dist/styles/Card.css +15 -0
  290. package/dist/styles/Carousel.css +17 -0
  291. package/dist/styles/Center.css +5 -0
  292. package/dist/styles/Chat.css +35 -0
  293. package/dist/styles/Checkbox.css +11 -0
  294. package/dist/styles/ChipInput.css +13 -0
  295. package/dist/styles/CodeBlock.css +25 -0
  296. package/dist/styles/Collapsible.css +6 -0
  297. package/dist/styles/Combobox.css +18 -0
  298. package/dist/styles/Command.css +20 -0
  299. package/dist/styles/ContextMenu.css +11 -0
  300. package/dist/styles/CopyButton.css +4 -0
  301. package/dist/styles/DataList.css +3 -0
  302. package/dist/styles/DataTable.css +19 -0
  303. package/dist/styles/DateRangePicker.css +22 -0
  304. package/dist/styles/DescriptionList.css +4 -0
  305. package/dist/styles/Divider.css +11 -0
  306. package/dist/styles/Drawer.css +22 -0
  307. package/dist/styles/DropdownMenu.css +16 -0
  308. package/dist/styles/Dropzone.css +7 -0
  309. package/dist/styles/EmptyState.css +6 -0
  310. package/dist/styles/ErrorState.css +6 -0
  311. package/dist/styles/ErrorText.css +2 -0
  312. package/dist/styles/FileUpload.css +17 -0
  313. package/dist/styles/FilterBar.css +19 -0
  314. package/dist/styles/FloatingActionButton.css +23 -0
  315. package/dist/styles/Form.css +21 -0
  316. package/dist/styles/HoverCard.css +11 -0
  317. package/dist/styles/IconPicker.css +6 -0
  318. package/dist/styles/Image.css +2 -0
  319. package/dist/styles/ImageCropper.css +16 -0
  320. package/dist/styles/Input.css +24 -0
  321. package/dist/styles/InstallBanner.css +8 -0
  322. package/dist/styles/Kanban.css +15 -0
  323. package/dist/styles/Kbd.css +5 -0
  324. package/dist/styles/Label.css +3 -0
  325. package/dist/styles/Layout.css +22 -0
  326. package/dist/styles/Lightbox.css +21 -0
  327. package/dist/styles/ListTile.css +14 -0
  328. package/dist/styles/MapLegend.css +9 -0
  329. package/dist/styles/Markdown.css +24 -0
  330. package/dist/styles/Masonry.css +4 -0
  331. package/dist/styles/Menubar.css +17 -0
  332. package/dist/styles/Modal.css +21 -0
  333. package/dist/styles/ModalsManager.css +2 -0
  334. package/dist/styles/MultiSelect.css +21 -0
  335. package/dist/styles/MunicipalitySearch.css +6 -0
  336. package/dist/styles/NProgress.css +2 -0
  337. package/dist/styles/Navbar.css +10 -0
  338. package/dist/styles/NavigationMenu.css +12 -0
  339. package/dist/styles/NavigationRail.css +14 -0
  340. package/dist/styles/NotificationCenter.css +21 -0
  341. package/dist/styles/OfflineIndicator.css +7 -0
  342. package/dist/styles/Page.css +13 -0
  343. package/dist/styles/Pagination.css +12 -0
  344. package/dist/styles/PasswordInput.css +21 -0
  345. package/dist/styles/PinInput.css +13 -0
  346. package/dist/styles/PixQRCode.css +9 -0
  347. package/dist/styles/Popover.css +10 -0
  348. package/dist/styles/Progress.css +11 -0
  349. package/dist/styles/QRCode.css +3 -0
  350. package/dist/styles/Radio.css +14 -0
  351. package/dist/styles/RangeSlider.css +15 -0
  352. package/dist/styles/RatingStars.css +11 -0
  353. package/dist/styles/RefreshIndicator.css +5 -0
  354. package/dist/styles/Resizable.css +13 -0
  355. package/dist/styles/RichTextEditor.css +19 -0
  356. package/dist/styles/SafeArea.css +7 -0
  357. package/dist/styles/Scheduler.css +24 -0
  358. package/dist/styles/ScrollArea.css +7 -0
  359. package/dist/styles/SearchBar.css +11 -0
  360. package/dist/styles/SegmentedControl.css +12 -0
  361. package/dist/styles/Select.css +14 -0
  362. package/dist/styles/Sidebar.css +19 -0
  363. package/dist/styles/SignaturePad.css +6 -0
  364. package/dist/styles/Skeleton.css +7 -0
  365. package/dist/styles/Slider.css +15 -0
  366. package/dist/styles/Spacer.css +4 -0
  367. package/dist/styles/Sparkline.css +4 -0
  368. package/dist/styles/Spinner.css +12 -0
  369. package/dist/styles/Stat.css +12 -0
  370. package/dist/styles/Stepper.css +17 -0
  371. package/dist/styles/StepperInput.css +15 -0
  372. package/dist/styles/Switch.css +11 -0
  373. package/dist/styles/SyncStatusBadge.css +13 -0
  374. package/dist/styles/Table.css +16 -0
  375. package/dist/styles/Tabs.css +14 -0
  376. package/dist/styles/Tag.css +14 -0
  377. package/dist/styles/Textarea.css +13 -0
  378. package/dist/styles/TimePicker.css +14 -0
  379. package/dist/styles/Timeline.css +17 -0
  380. package/dist/styles/Toast.css +21 -0
  381. package/dist/styles/Toggle.css +12 -0
  382. package/dist/styles/ToggleGroup.css +9 -0
  383. package/dist/styles/Tooltip.css +10 -0
  384. package/dist/styles/Tour.css +20 -0
  385. package/dist/styles/TrajectoryMap.css +16 -0
  386. package/dist/styles/Transfer.css +21 -0
  387. package/dist/styles/TreeView.css +17 -0
  388. package/dist/styles/TruncateText.css +2 -0
  389. package/dist/styles/UpdatePrompt.css +10 -0
  390. package/dist/styles/VirtualList.css +5 -0
  391. package/dist/styles/VirtualTable.css +17 -0
  392. package/dist/styles/VisuallyHidden.css +2 -0
  393. package/dist/styles/Wizard.css +4 -0
  394. package/dist/styles/actions.css +104 -0
  395. package/dist/styles/advanced.css +66 -0
  396. package/dist/styles/br.css +41 -0
  397. package/dist/styles/chat.css +113 -0
  398. package/dist/styles/core.css +40 -0
  399. package/dist/styles/data.css +222 -0
  400. package/dist/styles/editor.css +19 -0
  401. package/dist/styles/feedback.css +201 -0
  402. package/dist/styles/forms.css +321 -0
  403. package/dist/styles/geo.css +16 -0
  404. package/dist/styles/icons.css +6 -0
  405. package/dist/styles/identity.css +48 -0
  406. package/dist/styles/layout.css +122 -0
  407. package/dist/styles/media.css +52 -0
  408. package/dist/styles/navigation.css +167 -0
  409. package/dist/styles/overlay.css +73 -0
  410. package/dist/styles/utility.css +39 -0
  411. package/dist/styles.css +1 -1
  412. package/dist/sw/register-service-worker.cjs +1 -1
  413. package/dist/sw/register-service-worker.cjs.map +1 -1
  414. package/dist/sw/register-service-worker.js +21 -17
  415. package/dist/sw/register-service-worker.js.map +1 -1
  416. package/dist/sw.d.ts +17 -1
  417. package/dist/tempest-react-sdk.cjs +1 -1
  418. package/dist/tempest-react-sdk.d.ts +1151 -41
  419. package/dist/tempest-react-sdk.js +295 -286
  420. package/dist/utils/dev-mode.cjs.map +1 -1
  421. package/dist/utils/dev-mode.js.map +1 -1
  422. package/dist/utils/format.cjs +1 -1
  423. package/dist/utils/format.cjs.map +1 -1
  424. package/dist/utils/format.js +22 -14
  425. package/dist/utils/format.js.map +1 -1
  426. package/dist/utils/intl-cache.cjs +2 -0
  427. package/dist/utils/intl-cache.cjs.map +1 -0
  428. package/dist/utils/intl-cache.js +23 -0
  429. package/dist/utils/intl-cache.js.map +1 -0
  430. package/dist/utils/json-frame.cjs +2 -0
  431. package/dist/utils/json-frame.cjs.map +1 -0
  432. package/dist/utils/json-frame.js +30 -0
  433. package/dist/utils/json-frame.js.map +1 -0
  434. package/dist/utils/numbers.cjs +1 -1
  435. package/dist/utils/numbers.cjs.map +1 -1
  436. package/dist/utils/numbers.js +8 -7
  437. package/dist/utils/numbers.js.map +1 -1
  438. package/dist/vision/results.cjs +1 -1
  439. package/dist/vision/results.cjs.map +1 -1
  440. package/dist/vision/results.js +26 -17
  441. package/dist/vision/results.js.map +1 -1
  442. package/dist/vision.d.ts +29 -0
  443. package/dist/vite/tempest-icons.cjs +1 -1
  444. package/dist/vite/tempest-icons.cjs.map +1 -1
  445. package/dist/vite/tempest-icons.js +1 -1
  446. package/dist/vite/tempest-icons.js.map +1 -1
  447. package/dist/webrtc/link-stats.cjs +2 -0
  448. package/dist/webrtc/link-stats.cjs.map +1 -0
  449. package/dist/webrtc/link-stats.js +74 -0
  450. package/dist/webrtc/link-stats.js.map +1 -0
  451. package/dist/webrtc/mesh-quality.cjs +2 -0
  452. package/dist/webrtc/mesh-quality.cjs.map +1 -0
  453. package/dist/webrtc/mesh-quality.js +51 -0
  454. package/dist/webrtc/mesh-quality.js.map +1 -0
  455. package/dist/webrtc/peer-link.cjs +2 -0
  456. package/dist/webrtc/peer-link.cjs.map +1 -0
  457. package/dist/webrtc/peer-link.js +45 -0
  458. package/dist/webrtc/peer-link.js.map +1 -0
  459. package/dist/webrtc/peer-mesh.cjs +2 -0
  460. package/dist/webrtc/peer-mesh.cjs.map +1 -0
  461. package/dist/webrtc/peer-mesh.js +155 -0
  462. package/dist/webrtc/peer-mesh.js.map +1 -0
  463. package/dist/webrtc/use-link-stats.cjs +2 -0
  464. package/dist/webrtc/use-link-stats.cjs.map +1 -0
  465. package/dist/webrtc/use-link-stats.js +22 -0
  466. package/dist/webrtc/use-link-stats.js.map +1 -0
  467. package/dist/ws/create-web-socket.cjs +1 -1
  468. package/dist/ws/create-web-socket.cjs.map +1 -1
  469. package/dist/ws/create-web-socket.js +81 -85
  470. package/dist/ws/create-web-socket.js.map +1 -1
  471. package/dist/ws/use-web-socket.cjs +1 -1
  472. package/dist/ws/use-web-socket.cjs.map +1 -1
  473. package/dist/ws/use-web-socket.js +42 -48
  474. package/dist/ws/use-web-socket.js.map +1 -1
  475. package/package.json +5 -2
@@ -1 +1 @@
1
- {"version":3,"file":"RS.js","names":[],"sources":["../../../../src/br/data/mun/RS.json"],"sourcesContent":["{\"type\":\"FeatureCollection\",\"uf\":\"RS\",\"features\":[{\"type\":\"Feature\",\"properties\":{\"id\":\"4300034\",\"name\":\"Aceguá\",\"centroid\":[-54.1396,-31.6925]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.113,-31.429],[-54.014,-31.537],[-53.957,-31.493],[-53.991,-31.538],[-53.957,-31.614],[-53.979,-31.749],[-53.906,-31.808],[-53.928,-31.805],[-53.907,-31.838],[-53.951,-31.958],[-53.963,-31.923],[-54.03,-31.896],[-54.087,-31.936],[-54.454,-31.653],[-54.336,-31.589],[-54.274,-31.51],[-54.142,-31.482],[-54.113,-31.429]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300059\",\"name\":\"Água Santa\",\"centroid\":[-52.0527,-28.2118]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.043,-28.117],[-51.974,-28.137],[-51.968,-28.278],[-52.09,-28.307],[-52.168,-28.189],[-52.043,-28.117]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300109\",\"name\":\"Agudo\",\"centroid\":[-53.2282,-29.6116]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.256,-29.447],[-53.028,-29.554],[-53.136,-29.559],[-53.136,-29.608],[-53.186,-29.631],[-53.22,-29.734],[-53.169,-29.768],[-53.201,-29.837],[-53.291,-29.784],[-53.253,-29.731],[-53.29,-29.731],[-53.296,-29.672],[-53.359,-29.654],[-53.348,-29.625],[-53.287,-29.616],[-53.334,-29.553],[-53.28,-29.476],[-53.293,-29.45],[-53.256,-29.447]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300208\",\"name\":\"Ajuricaba\",\"centroid\":[-53.7423,-28.2108]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.786,-28.113],[-53.709,-28.167],[-53.625,-28.139],[-53.644,-28.273],[-53.69,-28.268],[-53.728,-28.314],[-53.755,-28.275],[-53.815,-28.298],[-53.796,-28.28],[-53.848,-28.259],[-53.847,-28.211],[-53.809,-28.11],[-53.786,-28.113]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300307\",\"name\":\"Alecrim\",\"centroid\":[-54.7819,-27.6534]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.786,-27.576],[-54.723,-27.563],[-54.713,-27.618],[-54.671,-27.617],[-54.656,-27.658],[-54.783,-27.762],[-54.835,-27.726],[-54.835,-27.692],[-54.902,-27.699],[-54.906,-27.641],[-54.85,-27.624],[-54.814,-27.533],[-54.786,-27.576]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300406\",\"name\":\"Alegrete\",\"centroid\":[-55.8389,-29.7614]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.965,-29.357],[-55.916,-29.349],[-55.871,-29.42],[-55.774,-29.42],[-55.742,-29.45],[-55.77,-29.454],[-55.765,-29.492],[-55.716,-29.462],[-55.659,-29.534],[-55.689,-29.566],[-55.625,-29.561],[-55.55,-29.6],[-55.531,-29.665],[-55.413,-29.66],[-55.4,-29.615],[-55.326,-29.642],[-55.243,-29.62],[-55.191,-29.696],[-55.125,-29.7],[-55.111,-29.8],[-55.149,-29.827],[-55.151,-29.875],[-55.229,-29.928],[-55.281,-30.052],[-55.313,-30.08],[-55.465,-30.073],[-55.538,-30.163],[-55.671,-30.103],[-55.651,-30.23],[-55.745,-30.23],[-55.768,-30.168],[-55.873,-30.134],[-55.874,-30.068],[-55.987,-30.095],[-56.043,-30.047],[-56.121,-30.08],[-56.363,-29.834],[-56.401,-29.704],[-56.361,-29.67],[-56.371,-29.595],[-56.467,-29.531],[-56.469,-29.47],[-56.517,-29.477],[-56.575,-29.44],[-56.607,-29.458],[-56.66,-29.423],[-56.506,-29.387],[-56.439,-29.425],[-56.363,-29.397],[-56.291,-29.417],[-56.176,-29.375],[-56.173,-29.311],[-56.085,-29.367],[-56.049,-29.297],[-55.965,-29.357]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300455\",\"name\":\"Alegria\",\"centroid\":[-54.0595,-27.8185]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.06,-27.732],[-53.954,-27.815],[-54.049,-27.881],[-54.123,-27.881],[-54.146,-27.825],[-54.123,-27.806],[-54.16,-27.797],[-54.123,-27.799],[-54.125,-27.768],[-54.08,-27.784],[-54.06,-27.732]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300471\",\"name\":\"Almirante Tamandaré do Sul\",\"centroid\":[-52.9092,-28.1227]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.005,-28.027],[-52.887,-28.055],[-52.806,-28.12],[-52.863,-28.259],[-52.906,-28.177],[-52.978,-28.173],[-52.971,-28.124],[-53.023,-28.105],[-52.984,-28.078],[-53.025,-28.044],[-53.005,-28.027]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300505\",\"name\":\"Alpestre\",\"centroid\":[-53.0622,-27.2198]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.038,-27.154],[-52.985,-27.149],[-53,-27.207],[-52.957,-27.215],[-52.964,-27.282],[-52.932,-27.313],[-53.008,-27.323],[-53.077,-27.268],[-53.162,-27.278],[-53.19,-27.201],[-53.166,-27.141],[-53.134,-27.178],[-53.072,-27.158],[-53.076,-27.103],[-53.028,-27.08],[-53.038,-27.154]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300554\",\"name\":\"Alto Alegre\",\"centroid\":[-52.9891,-28.7969]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.933,-28.746],[-52.924,-28.809],[-52.966,-28.816],[-52.947,-28.875],[-52.963,-28.846],[-53.061,-28.83],[-53.038,-28.766],[-52.933,-28.746]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300570\",\"name\":\"Alto Feliz\",\"centroid\":[-51.3018,-29.3602]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.269,-29.312],[-51.239,-29.354],[-51.33,-29.427],[-51.354,-29.333],[-51.269,-29.312]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300604\",\"name\":\"Alvorada\",\"centroid\":[-51.0436,-29.9962]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.002,-29.963],[-50.949,-29.966],[-51.039,-30.006],[-51.051,-30.05],[-51.085,-30.046],[-51.086,-29.97],[-51.002,-29.963]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300638\",\"name\":\"Amaral Ferrador\",\"centroid\":[-52.321,-30.807]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.39,-30.662],[-52.335,-30.692],[-52.262,-30.8],[-52.241,-30.757],[-52.177,-30.773],[-52.178,-30.837],[-52.102,-30.924],[-52.24,-30.882],[-52.424,-30.921],[-52.418,-30.859],[-52.456,-30.797],[-52.43,-30.697],[-52.447,-30.655],[-52.39,-30.662]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300646\",\"name\":\"Ametista do Sul\",\"centroid\":[-53.1965,-27.362]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.214,-27.321],[-53.131,-27.354],[-53.121,-27.397],[-53.237,-27.397],[-53.265,-27.346],[-53.227,-27.304],[-53.214,-27.321]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300661\",\"name\":\"André da Rocha\",\"centroid\":[-51.5036,-28.5951]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.445,-28.486],[-51.392,-28.542],[-51.421,-28.669],[-51.478,-28.649],[-51.566,-28.694],[-51.609,-28.678],[-51.6,-28.53],[-51.531,-28.547],[-51.445,-28.486]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300703\",\"name\":\"Anta Gorda\",\"centroid\":[-51.9943,-28.9694]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.003,-28.899],[-51.913,-28.927],[-51.926,-29.075],[-52.092,-28.988],[-52.07,-28.978],[-52.079,-28.877],[-52.003,-28.899]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300802\",\"name\":\"Antônio Prado\",\"centroid\":[-51.3076,-28.8853]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.465,-28.802],[-51.319,-28.85],[-51.233,-28.818],[-51.159,-28.873],[-51.152,-28.942],[-51.194,-28.929],[-51.263,-28.963],[-51.278,-28.925],[-51.34,-28.963],[-51.354,-28.919],[-51.463,-28.926],[-51.443,-28.846],[-51.465,-28.802]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300851\",\"name\":\"Arambaré\",\"centroid\":[-51.5742,-30.9253]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.617,-30.749],[-51.535,-30.801],[-51.487,-30.876],[-51.447,-30.873],[-51.496,-30.915],[-51.499,-30.972],[-51.44,-31.087],[-51.54,-31.112],[-51.615,-31.065],[-51.602,-30.949],[-51.745,-30.847],[-51.617,-30.749]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300877\",\"name\":\"Araricá\",\"centroid\":[-50.9394,-29.6343]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.912,-29.622],[-50.928,-29.675],[-50.963,-29.678],[-50.96,-29.595],[-50.911,-29.599],[-50.912,-29.622]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300901\",\"name\":\"Aratiba\",\"centroid\":[-52.2955,-27.3889]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.383,-27.284],[-52.299,-27.318],[-52.301,-27.26],[-52.235,-27.265],[-52.277,-27.296],[-52.239,-27.306],[-52.21,-27.367],[-52.255,-27.511],[-52.362,-27.5],[-52.346,-27.468],[-52.393,-27.252],[-52.383,-27.284]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301008\",\"name\":\"Arroio do Meio\",\"centroid\":[-51.9654,-29.3629]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.895,-29.316],[-51.916,-29.343],[-51.874,-29.384],[-51.912,-29.418],[-52.034,-29.403],[-52.063,-29.363],[-51.987,-29.3],[-51.964,-29.329],[-51.919,-29.291],[-51.895,-29.316]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301073\",\"name\":\"Arroio do Padre\",\"centroid\":[-52.397,-31.4392]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.34,-31.386],[-52.35,-31.506],[-52.411,-31.504],[-52.446,-31.45],[-52.491,-31.458],[-52.42,-31.376],[-52.34,-31.386]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301057\",\"name\":\"Arroio do Sal\",\"centroid\":[-49.8909,-29.5233]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-49.835,-29.423],[-49.802,-29.443],[-49.923,-29.607],[-49.987,-29.602],[-49.835,-29.423]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301206\",\"name\":\"Arroio do Tigre\",\"centroid\":[-53.051,-29.2594]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.999,-29.139],[-52.917,-29.186],[-52.958,-29.227],[-52.945,-29.262],[-53.018,-29.264],[-53.013,-29.362],[-53.124,-29.373],[-53.188,-29.337],[-53.142,-29.313],[-53.132,-29.227],[-53.074,-29.202],[-53.063,-29.156],[-52.999,-29.139]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301107\",\"name\":\"Arroio dos Ratos\",\"centroid\":[-51.7501,-30.1892]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.636,-30.054],[-51.626,-30.072],[-51.69,-30.081],[-51.701,-30.126],[-51.677,-30.289],[-51.759,-30.343],[-51.822,-30.323],[-51.85,-30.203],[-51.802,-30.148],[-51.811,-30.1],[-51.681,-30.011],[-51.636,-30.054]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301305\",\"name\":\"Arroio Grande\",\"centroid\":[-52.9225,-32.1917]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.607,-31.925],[-52.514,-31.954],[-52.498,-31.994],[-52.409,-32.039],[-52.492,-32.056],[-52.626,-32.147],[-52.748,-32.174],[-52.732,-32.199],[-52.776,-32.212],[-52.729,-32.213],[-52.773,-32.231],[-52.819,-32.339],[-52.788,-32.344],[-52.787,-32.379],[-52.77,-32.352],[-52.722,-32.385],[-52.789,-32.444],[-52.97,-32.499],[-52.984,-32.442],[-53.052,-32.389],[-53.203,-32.364],[-53.283,-32.289],[-53.306,-32.188],[-53.255,-32.171],[-53.224,-32.086],[-53.124,-32.002],[-52.857,-32.045],[-52.79,-32.106],[-52.661,-31.901],[-52.607,-31.925]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301404\",\"name\":\"Arvorezinha\",\"centroid\":[-52.1844,-28.8604]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.136,-28.803],[-52.069,-28.805],[-52.009,-28.877],[-52.163,-28.886],[-52.239,-28.975],[-52.327,-28.813],[-52.136,-28.803]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301503\",\"name\":\"Augusto Pestana\",\"centroid\":[-54.0055,-28.5352]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.033,-28.409],[-53.88,-28.523],[-53.911,-28.548],[-53.894,-28.584],[-53.985,-28.656],[-54.03,-28.596],[-54.131,-28.563],[-54.127,-28.49],[-54.046,-28.471],[-54.033,-28.409]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301552\",\"name\":\"Áurea\",\"centroid\":[-52.0804,-27.7126]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.002,-27.634],[-52,-27.694],[-52.085,-27.799],[-52.156,-27.726],[-52.152,-27.661],[-52.061,-27.677],[-52.002,-27.634]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301602\",\"name\":\"Bagé\",\"centroid\":[-54.014,-31.234]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.652,-30.84],[-53.66,-30.871],[-53.6,-30.857],[-53.6,-30.92],[-53.573,-30.908],[-53.542,-30.953],[-53.518,-30.934],[-53.429,-30.967],[-53.49,-31.037],[-53.48,-31.121],[-53.529,-31.248],[-53.551,-31.229],[-53.618,-31.33],[-53.765,-31.312],[-53.739,-31.234],[-53.903,-31.227],[-53.982,-31.26],[-54.012,-31.314],[-53.954,-31.346],[-53.999,-31.379],[-53.922,-31.454],[-53.994,-31.526],[-54.041,-31.523],[-54.03,-31.502],[-54.113,-31.429],[-54.142,-31.482],[-54.274,-31.51],[-54.437,-31.654],[-54.513,-31.514],[-54.586,-31.457],[-54.701,-31.435],[-54.635,-31.359],[-54.569,-31.371],[-54.509,-31.311],[-54.424,-31.301],[-54.405,-31.232],[-54.312,-31.16],[-54.146,-31.161],[-54.076,-31.09],[-53.928,-31.028],[-53.946,-30.988],[-53.884,-30.913],[-53.794,-30.909],[-53.652,-30.84]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301636\",\"name\":\"Balneário Pinhal\",\"centroid\":[-50.2861,-30.2121]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.311,-30.147],[-50.256,-30.172],[-50.224,-30.236],[-50.25,-30.303],[-50.297,-30.304],[-50.264,-30.227],[-50.399,-30.157],[-50.311,-30.147]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301651\",\"name\":\"Barão\",\"centroid\":[-51.4901,-29.3867]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.397,-29.351],[-51.403,-29.433],[-51.473,-29.4],[-51.607,-29.411],[-51.617,-29.378],[-51.397,-29.351]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301701\",\"name\":\"Barão de Cotegipe\",\"centroid\":[-52.4108,-27.5695]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.392,-27.482],[-52.344,-27.509],[-52.343,-27.661],[-52.446,-27.662],[-52.476,-27.549],[-52.526,-27.506],[-52.392,-27.482]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301750\",\"name\":\"Barão do Triunfo\",\"centroid\":[-51.7985,-30.4158]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.829,-30.305],[-51.759,-30.343],[-51.692,-30.291],[-51.647,-30.313],[-51.713,-30.472],[-51.754,-30.506],[-51.767,-30.467],[-51.904,-30.576],[-51.925,-30.407],[-51.865,-30.384],[-51.843,-30.349],[-51.868,-30.318],[-51.845,-30.285],[-51.829,-30.305]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301859\",\"name\":\"Barra do Guarita\",\"centroid\":[-53.7638,-27.2095]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.762,-27.154],[-53.748,-27.19],[-53.701,-27.196],[-53.763,-27.279],[-53.819,-27.175],[-53.762,-27.154]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301875\",\"name\":\"Barra do Quaraí\",\"centroid\":[-57.336,-30.152]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-57.282,-29.951],[-57.23,-30.019],[-57.136,-30.064],[-57.104,-30.127],[-57.203,-30.286],[-57.259,-30.267],[-57.284,-30.294],[-57.314,-30.258],[-57.395,-30.305],[-57.461,-30.267],[-57.522,-30.286],[-57.566,-30.259],[-57.563,-30.209],[-57.643,-30.193],[-57.482,-30.123],[-57.417,-30.04],[-57.282,-29.951]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301909\",\"name\":\"Barra do Ribeiro\",\"centroid\":[-51.3528,-30.3763]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.345,-30.225],[-51.273,-30.249],[-51.293,-30.304],[-51.247,-30.328],[-51.21,-30.297],[-51.18,-30.385],[-51.097,-30.357],[-51.152,-30.5],[-51.135,-30.436],[-51.197,-30.408],[-51.262,-30.475],[-51.524,-30.51],[-51.536,-30.412],[-51.444,-30.389],[-51.429,-30.353],[-51.521,-30.329],[-51.514,-30.269],[-51.407,-30.268],[-51.405,-30.229],[-51.345,-30.225]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301925\",\"name\":\"Barra do Rio Azul\",\"centroid\":[-52.4048,-27.4096]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.398,-27.313],[-52.346,-27.468],[-52.362,-27.5],[-52.45,-27.478],[-52.453,-27.409],[-52.425,-27.391],[-52.445,-27.306],[-52.419,-27.282],[-52.398,-27.313]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301958\",\"name\":\"Barra Funda\",\"centroid\":[-53.0185,-27.9223]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.015,-27.885],[-52.96,-27.946],[-53.032,-27.961],[-53.048,-27.912],[-53.097,-27.902],[-53.015,-27.885]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301800\",\"name\":\"Barracão\",\"centroid\":[-51.4349,-27.7259]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.49,-27.559],[-51.434,-27.655],[-51.387,-27.623],[-51.369,-27.672],[-51.318,-27.673],[-51.297,-27.75],[-51.334,-27.752],[-51.389,-27.886],[-51.457,-27.929],[-51.447,-27.846],[-51.509,-27.773],[-51.516,-27.677],[-51.583,-27.583],[-51.49,-27.559]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302006\",\"name\":\"Barros Cassal\",\"centroid\":[-52.5864,-29.1138]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.647,-28.952],[-52.569,-28.966],[-52.494,-29.034],[-52.495,-29.084],[-52.427,-29.156],[-52.439,-29.229],[-52.666,-29.236],[-52.665,-29.189],[-52.752,-29.165],[-52.647,-28.952]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302055\",\"name\":\"Benjamin Constant do Sul\",\"centroid\":[-52.6451,-27.4831]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.668,-27.429],[-52.618,-27.432],[-52.571,-27.482],[-52.579,-27.535],[-52.676,-27.534],[-52.734,-27.453],[-52.668,-27.429]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302105\",\"name\":\"Bento Gonçalves\",\"centroid\":[-51.5241,-29.1167]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.63,-29.021],[-51.602,-29.062],[-51.539,-29.017],[-51.558,-29.048],[-51.505,-29.081],[-51.522,-29.032],[-51.46,-29.019],[-51.422,-29.06],[-51.423,-29.156],[-51.388,-29.156],[-51.39,-29.197],[-51.654,-29.199],[-51.595,-29.167],[-51.637,-29.099],[-51.681,-29.088],[-51.634,-29.086],[-51.678,-29.057],[-51.63,-29.021]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302154\",\"name\":\"Boa Vista das Missões\",\"centroid\":[-53.3415,-27.6989]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.311,-27.609],[-53.265,-27.755],[-53.375,-27.804],[-53.357,-27.783],[-53.389,-27.771],[-53.405,-27.615],[-53.311,-27.609]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302204\",\"name\":\"Boa Vista do Buricá\",\"centroid\":[-54.0951,-27.6721]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.18,-27.622],[-54.085,-27.627],[-54.027,-27.667],[-54.03,-27.701],[-54.069,-27.739],[-54.109,-27.692],[-54.165,-27.71],[-54.139,-27.696],[-54.174,-27.668],[-54.141,-27.642],[-54.18,-27.622]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302220\",\"name\":\"Boa Vista do Cadeado\",\"centroid\":[-53.8389,-28.6569]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.777,-28.436],[-53.694,-28.512],[-53.786,-28.552],[-53.737,-28.576],[-53.716,-28.643],[-53.74,-28.654],[-53.721,-28.709],[-53.744,-28.758],[-53.833,-28.813],[-53.977,-28.8],[-53.968,-28.64],[-53.894,-28.584],[-53.911,-28.548],[-53.861,-28.536],[-53.823,-28.481],[-53.781,-28.488],[-53.777,-28.436]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302238\",\"name\":\"Boa Vista do Incra\",\"centroid\":[-53.4615,-28.8593]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.529,-28.765],[-53.464,-28.737],[-53.408,-28.751],[-53.384,-28.79],[-53.356,-28.774],[-53.309,-28.802],[-53.292,-28.84],[-53.31,-28.87],[-53.409,-28.873],[-53.428,-28.904],[-53.378,-28.948],[-53.47,-28.979],[-53.5,-29.04],[-53.545,-29.009],[-53.526,-28.967],[-53.572,-28.94],[-53.543,-28.886],[-53.585,-28.792],[-53.564,-28.732],[-53.529,-28.765]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302253\",\"name\":\"Boa Vista do Sul\",\"centroid\":[-51.6663,-29.3581]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.631,-29.315],[-51.646,-29.371],[-51.611,-29.372],[-51.61,-29.401],[-51.691,-29.423],[-51.691,-29.371],[-51.727,-29.369],[-51.7,-29.323],[-51.728,-29.316],[-51.632,-29.294],[-51.631,-29.315]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302303\",\"name\":\"Bom Jesus\",\"centroid\":[-50.4209,-28.5988]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.741,-28.249],[-50.698,-28.266],[-50.625,-28.391],[-50.591,-28.382],[-50.544,-28.427],[-50.456,-28.41],[-50.378,-28.446],[-50.357,-28.42],[-50.345,-28.463],[-50.328,-28.434],[-50.271,-28.456],[-50.247,-28.428],[-50.223,-28.462],[-50.178,-28.451],[-50.157,-28.497],[-50.126,-28.429],[-50.126,-28.473],[-50.068,-28.479],[-50.022,-28.635],[-50.11,-28.645],[-50.102,-28.678],[-50.158,-28.712],[-50.211,-28.822],[-50.273,-28.839],[-50.313,-28.84],[-50.33,-28.808],[-50.366,-28.835],[-50.407,-28.805],[-50.429,-28.825],[-50.44,-28.788],[-50.462,-28.819],[-50.526,-28.799],[-50.537,-28.83],[-50.577,-28.778],[-50.595,-28.818],[-50.706,-28.795],[-50.679,-28.765],[-50.674,-28.647],[-50.74,-28.551],[-50.707,-28.368],[-50.764,-28.287],[-50.741,-28.249]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302352\",\"name\":\"Bom Princípio\",\"centroid\":[-51.3628,-29.471]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.356,-29.394],[-51.316,-29.485],[-51.376,-29.552],[-51.405,-29.445],[-51.356,-29.394]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302378\",\"name\":\"Bom Progresso\",\"centroid\":[-53.846,-27.5432]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.81,-27.498],[-53.787,-27.564],[-53.897,-27.595],[-53.884,-27.504],[-53.81,-27.498]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302402\",\"name\":\"Bom Retiro do Sul\",\"centroid\":[-51.9222,-29.6399]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.879,-29.576],[-51.87,-29.663],[-51.954,-29.712],[-51.981,-29.653],[-51.935,-29.581],[-51.879,-29.576]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302451\",\"name\":\"Boqueirão do Leão\",\"centroid\":[-52.4148,-29.3028]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.417,-29.235],[-52.289,-29.288],[-52.315,-29.392],[-52.43,-29.34],[-52.462,-29.373],[-52.535,-29.328],[-52.517,-29.246],[-52.436,-29.214],[-52.417,-29.235]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302501\",\"name\":\"Bossoroca\",\"centroid\":[-54.9711,-28.6615]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.147,-28.445],[-55.122,-28.478],[-54.907,-28.497],[-54.917,-28.589],[-54.844,-28.564],[-54.861,-28.588],[-54.804,-28.638],[-54.729,-28.586],[-54.726,-28.634],[-54.678,-28.633],[-54.693,-28.676],[-54.668,-28.708],[-54.707,-28.836],[-54.815,-28.868],[-54.996,-28.777],[-55.033,-28.798],[-55.043,-28.762],[-55.155,-28.736],[-55.184,-28.761],[-55.225,-28.666],[-55.253,-28.69],[-55.314,-28.664],[-55.245,-28.623],[-55.187,-28.442],[-55.147,-28.445]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302584\",\"name\":\"Bozano\",\"centroid\":[-53.7553,-28.3556]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.75,-28.286],[-53.728,-28.314],[-53.692,-28.288],[-53.659,-28.327],[-53.683,-28.393],[-53.774,-28.442],[-53.839,-28.39],[-53.822,-28.286],[-53.75,-28.286]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302600\",\"name\":\"Braga\",\"centroid\":[-53.7385,-27.5826]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.764,-27.527],[-53.68,-27.548],[-53.668,-27.603],[-53.72,-27.662],[-53.822,-27.57],[-53.782,-27.552],[-53.825,-27.509],[-53.764,-27.527]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302659\",\"name\":\"Brochier\",\"centroid\":[-51.621,-29.5354]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.644,-29.481],[-51.587,-29.476],[-51.575,-29.613],[-51.642,-29.574],[-51.662,-29.59],[-51.664,-29.5],[-51.69,-29.487],[-51.644,-29.481]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302709\",\"name\":\"Butiá\",\"centroid\":[-52.0019,-30.1822]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.94,-29.931],[-51.782,-29.959],[-51.847,-29.97],[-51.857,-30.038],[-51.912,-30.054],[-51.833,-30.113],[-51.857,-30.132],[-51.842,-30.173],[-51.985,-30.25],[-52.037,-30.397],[-52.158,-30.442],[-52.177,-30.276],[-52.135,-30.217],[-52.162,-30.199],[-51.993,-30.2],[-52.017,-30.139],[-51.97,-30.027],[-52.015,-30.041],[-52.014,-29.988],[-52.006,-29.949],[-51.996,-29.972],[-51.94,-29.931]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302808\",\"name\":\"Caçapava do Sul\",\"centroid\":[-53.4752,-30.5918]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.328,-30.205],[-53.351,-30.248],[-53.336,-30.318],[-53.268,-30.345],[-53.216,-30.297],[-53.18,-30.312],[-53.176,-30.394],[-53.231,-30.47],[-53.216,-30.52],[-53.248,-30.573],[-53.187,-30.641],[-53.182,-30.71],[-53.238,-30.782],[-53.374,-30.777],[-53.413,-30.805],[-53.417,-30.965],[-53.46,-30.944],[-53.482,-30.967],[-53.518,-30.934],[-53.542,-30.953],[-53.573,-30.908],[-53.6,-30.92],[-53.6,-30.857],[-53.66,-30.871],[-53.652,-30.84],[-53.747,-30.772],[-53.805,-30.787],[-53.803,-30.632],[-53.738,-30.569],[-53.716,-30.397],[-53.655,-30.432],[-53.614,-30.377],[-53.547,-30.363],[-53.527,-30.403],[-53.46,-30.318],[-53.485,-30.29],[-53.465,-30.261],[-53.303,-30.138],[-53.328,-30.205]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302907\",\"name\":\"Cacequi\",\"centroid\":[-54.803,-29.9192]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.334,-29.727],[-54.264,-29.815],[-54.328,-29.928],[-54.452,-29.96],[-54.499,-29.933],[-54.666,-30.034],[-54.752,-30.017],[-54.816,-30.107],[-54.931,-30.062],[-55.06,-30.144],[-55.096,-30.032],[-55.289,-30.103],[-55.313,-30.08],[-55.229,-29.928],[-55.151,-29.875],[-55.149,-29.827],[-55.111,-29.8],[-55.124,-29.77],[-55.089,-29.755],[-55.088,-29.779],[-54.927,-29.785],[-54.834,-29.856],[-54.686,-29.808],[-54.596,-29.821],[-54.487,-29.736],[-54.334,-29.727]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4303004\",\"name\":\"Cachoeira do Sul\",\"centroid\":[-52.9872,-30.209]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.078,-29.793],[-53.057,-29.823],[-52.919,-29.832],[-52.849,-29.927],[-52.718,-29.905],[-52.685,-29.999],[-52.605,-30.026],[-52.665,-30.025],[-52.69,-30.061],[-52.652,-30.2],[-52.689,-30.342],[-52.749,-30.362],[-52.791,-30.341],[-52.79,-30.302],[-52.81,-30.335],[-52.877,-30.344],[-52.905,-30.574],[-52.974,-30.604],[-52.98,-30.677],[-53.048,-30.665],[-53.189,-30.532],[-53.216,-30.447],[-53.176,-30.394],[-53.18,-30.312],[-53.216,-30.297],[-53.281,-30.345],[-53.336,-30.318],[-53.351,-30.248],[-53.287,-30.116],[-53.165,-29.993],[-53.09,-29.966],[-53.083,-29.93],[-53.12,-29.895],[-53.078,-29.793]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4303103\",\"name\":\"Cachoeirinha\",\"centroid\":[-51.0992,-29.9189]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.123,-29.866],[-51.066,-29.891],[-51.081,-29.971],[-51.127,-29.954],[-51.123,-29.866]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4303202\",\"name\":\"Cacique Doble\",\"centroid\":[-51.676,-27.8192]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.702,-27.695],[-51.614,-27.76],[-51.59,-27.88],[-51.64,-27.85],[-51.696,-27.904],[-51.752,-27.879],[-51.761,-27.786],[-51.718,-27.807],[-51.671,-27.732],[-51.702,-27.695]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4303301\",\"name\":\"Caibaté\",\"centroid\":[-54.6473,-28.3332]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.744,-28.261],[-54.551,-28.285],[-54.539,-28.354],[-54.573,-28.364],[-54.597,-28.438],[-54.652,-28.417],[-54.698,-28.338],[-54.786,-28.362],[-54.747,-28.306],[-54.759,-28.247],[-54.744,-28.261]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4303400\",\"name\":\"Caiçara\",\"centroid\":[-53.4694,-27.2497]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.534,-27.189],[-53.344,-27.25],[-53.424,-27.322],[-53.52,-27.278],[-53.599,-27.189],[-53.534,-27.189]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4303509\",\"name\":\"Camaquã\",\"centroid\":[-51.7884,-30.9273]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.884,-30.606],[-51.697,-30.69],[-51.687,-30.759],[-51.634,-30.75],[-51.745,-30.847],[-51.602,-30.949],[-51.615,-31.065],[-51.538,-31.11],[-51.628,-31.152],[-51.642,-31.226],[-51.616,-31.267],[-51.811,-31.285],[-51.779,-31.216],[-51.82,-31.159],[-51.789,-31.123],[-51.882,-30.912],[-51.941,-30.943],[-52.055,-30.926],[-52.12,-30.884],[-52.092,-30.838],[-52.055,-30.873],[-51.935,-30.847],[-51.948,-30.793],[-51.918,-30.752],[-51.977,-30.642],[-51.898,-30.571],[-51.884,-30.606]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4303558\",\"name\":\"Camargo\",\"centroid\":[-52.2187,-28.6193]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.235,-28.548],[-52.13,-28.614],[-52.162,-28.659],[-52.27,-28.67],[-52.305,-28.597],[-52.244,-28.589],[-52.235,-28.548]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4303608\",\"name\":\"Cambará do Sul\",\"centroid\":[-50.1359,-29.0628]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.14,-28.827],[-49.959,-28.895],[-49.956,-28.961],[-49.919,-28.978],[-50.007,-29.072],[-49.942,-29.064],[-49.962,-29.117],[-50.014,-29.128],[-50.014,-29.181],[-50.076,-29.19],[-50.092,-29.167],[-50.067,-29.159],[-50.099,-29.163],[-50.094,-29.237],[-50.093,-29.213],[-50.152,-29.201],[-50.141,-29.238],[-50.174,-29.249],[-50.138,-29.255],[-50.15,-29.282],[-50.301,-29.293],[-50.366,-29.135],[-50.336,-29.109],[-50.263,-29.14],[-50.24,-29.102],[-50.202,-29.104],[-50.188,-29.06],[-50.273,-29.007],[-50.245,-28.96],[-50.266,-28.939],[-50.159,-28.906],[-50.198,-28.832],[-50.14,-28.827]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4303673\",\"name\":\"Campestre da Serra\",\"centroid\":[-51.0974,-28.7248]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.143,-28.555],[-51.01,-28.643],[-51.009,-28.718],[-50.957,-28.79],[-51.048,-28.862],[-51.096,-28.841],[-51.144,-28.883],[-51.174,-28.817],[-51.217,-28.802],[-51.184,-28.768],[-51.204,-28.707],[-51.158,-28.701],[-51.145,-28.653],[-51.26,-28.592],[-51.179,-28.592],[-51.143,-28.555]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4303707\",\"name\":\"Campina das Missões\",\"centroid\":[-54.8363,-27.9611]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.86,-27.868],[-54.827,-27.868],[-54.786,-27.99],[-54.717,-27.986],[-54.746,-28.068],[-54.749,-28.043],[-54.815,-28.051],[-54.811,-28.02],[-54.875,-28.017],[-54.86,-27.998],[-54.911,-27.989],[-54.897,-27.963],[-54.94,-27.947],[-54.94,-27.911],[-54.89,-27.909],[-54.892,-27.855],[-54.86,-27.868]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4303806\",\"name\":\"Campinas do Sul\",\"centroid\":[-52.6552,-27.7347]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.647,-27.685],[-52.602,-27.658],[-52.559,-27.714],[-52.595,-27.786],[-52.573,-27.803],[-52.645,-27.852],[-52.76,-27.69],[-52.738,-27.631],[-52.647,-27.685]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4303905\",\"name\":\"Campo Bom\",\"centroid\":[-51.0502,-29.6752]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.036,-29.63],[-50.996,-29.706],[-51.08,-29.715],[-51.094,-29.642],[-51.036,-29.63]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304002\",\"name\":\"Campo Novo\",\"centroid\":[-53.8241,-27.6733]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.786,-27.592],[-53.738,-27.663],[-53.773,-27.7],[-53.757,-27.753],[-53.816,-27.767],[-53.92,-27.696],[-53.881,-27.67],[-53.897,-27.595],[-53.786,-27.592]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304101\",\"name\":\"Campos Borges\",\"centroid\":[-53.0581,-28.9069]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.039,-28.837],[-52.963,-28.846],[-52.921,-28.922],[-53.015,-28.913],[-53.022,-28.979],[-53.129,-28.987],[-53.157,-28.962],[-53.133,-28.966],[-53.136,-28.923],[-53.169,-28.915],[-53.148,-28.879],[-53.182,-28.858],[-53.127,-28.844],[-53.117,-28.881],[-53.039,-28.837]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304200\",\"name\":\"Candelária\",\"centroid\":[-52.8133,-29.7047]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.749,-29.504],[-52.742,-29.577],[-52.772,-29.58],[-52.733,-29.613],[-52.741,-29.65],[-52.691,-29.713],[-52.578,-29.748],[-52.576,-29.791],[-52.74,-29.804],[-52.741,-29.904],[-52.849,-29.927],[-52.923,-29.791],[-52.97,-29.519],[-52.749,-29.504]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304309\",\"name\":\"Cândido Godói\",\"centroid\":[-54.7182,-27.9351]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.814,-27.85],[-54.683,-27.882],[-54.617,-27.936],[-54.616,-28.011],[-54.786,-27.99],[-54.787,-27.935],[-54.827,-27.902],[-54.814,-27.85]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304358\",\"name\":\"Candiota\",\"centroid\":[-53.7492,-31.5586]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.748,-31.32],[-53.561,-31.391],[-53.604,-31.47],[-53.587,-31.582],[-53.686,-31.595],[-53.701,-31.65],[-53.767,-31.645],[-53.763,-31.738],[-53.809,-31.805],[-53.913,-31.855],[-53.926,-31.765],[-53.84,-31.607],[-53.832,-31.47],[-53.781,-31.438],[-53.796,-31.352],[-53.748,-31.32]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304408\",\"name\":\"Canela\",\"centroid\":[-50.7727,-29.3548]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.854,-29.262],[-50.761,-29.277],[-50.743,-29.327],[-50.692,-29.322],[-50.644,-29.412],[-50.809,-29.435],[-50.855,-29.382],[-50.852,-29.31],[-50.89,-29.288],[-50.854,-29.262]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304507\",\"name\":\"Canguçu\",\"centroid\":[-52.668,-31.2163]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.246,-30.898],[-52.278,-30.949],[-52.24,-30.976],[-52.275,-31.073],[-52.469,-31.221],[-52.422,-31.336],[-52.5,-31.328],[-52.702,-31.611],[-52.856,-31.595],[-52.903,-31.672],[-52.934,-31.651],[-52.929,-31.609],[-52.991,-31.559],[-52.992,-31.517],[-52.918,-31.4],[-52.91,-31.145],[-52.945,-31.067],[-52.874,-30.988],[-52.865,-30.922],[-52.716,-30.896],[-52.651,-30.923],[-52.636,-30.964],[-52.439,-30.895],[-52.424,-30.921],[-52.246,-30.898]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304606\",\"name\":\"Canoas\",\"centroid\":[-51.1775,-29.9147]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.155,-29.864],[-51.105,-29.902],[-51.127,-29.954],[-51.22,-29.967],[-51.248,-29.881],[-51.155,-29.864]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304614\",\"name\":\"Canudos do Vale\",\"centroid\":[-52.2365,-29.3305]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.171,-29.302],[-52.158,-29.347],[-52.192,-29.36],[-52.3,-29.354],[-52.312,-29.328],[-52.289,-29.288],[-52.246,-29.314],[-52.171,-29.302]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304622\",\"name\":\"Capão Bonito do Sul\",\"centroid\":[-51.3891,-28.1555]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.348,-27.997],[-51.342,-28.039],[-51.255,-28.085],[-51.244,-28.153],[-51.334,-28.235],[-51.388,-28.243],[-51.388,-28.296],[-51.414,-28.295],[-51.408,-28.333],[-51.438,-28.352],[-51.472,-28.3],[-51.449,-28.236],[-51.51,-28.17],[-51.513,-28.061],[-51.422,-28.067],[-51.348,-27.997]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304630\",\"name\":\"Capão da Canoa\",\"centroid\":[-50.0005,-29.6779]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-49.987,-29.715],[-50.017,-29.772],[-50.055,-29.761],[-50.022,-29.691],[-50.049,-29.652],[-49.992,-29.604],[-49.934,-29.624],[-49.987,-29.715]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304655\",\"name\":\"Capão do Cipó\",\"centroid\":[-54.5798,-28.9608]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.656,-28.739],[-54.61,-28.746],[-54.627,-28.769],[-54.582,-28.789],[-54.577,-28.838],[-54.434,-28.897],[-54.38,-29.006],[-54.459,-29.067],[-54.432,-29.089],[-54.454,-29.127],[-54.534,-29.182],[-54.588,-29.122],[-54.641,-29.133],[-54.65,-29.04],[-54.677,-29.05],[-54.71,-28.954],[-54.815,-28.868],[-54.707,-28.836],[-54.671,-28.716],[-54.656,-28.739]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304663\",\"name\":\"Capão do Leão\",\"centroid\":[-52.5374,-31.8335]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.579,-31.681],[-52.429,-31.723],[-52.367,-31.787],[-52.408,-31.866],[-52.38,-31.905],[-52.419,-32.016],[-52.498,-31.994],[-52.514,-31.954],[-52.61,-31.936],[-52.741,-31.813],[-52.736,-31.74],[-52.615,-31.728],[-52.579,-31.681]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304689\",\"name\":\"Capela de Santana\",\"centroid\":[-51.3552,-29.7043]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.337,-29.634],[-51.276,-29.656],[-51.283,-29.714],[-51.307,-29.776],[-51.333,-29.756],[-51.365,-29.788],[-51.409,-29.77],[-51.413,-29.716],[-51.462,-29.701],[-51.427,-29.691],[-51.427,-29.653],[-51.337,-29.634]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304697\",\"name\":\"Capitão\",\"centroid\":[-51.9861,-29.2837]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.919,-29.292],[-51.957,-29.328],[-51.987,-29.3],[-52.036,-29.328],[-52.036,-29.267],[-51.993,-29.233],[-51.919,-29.292]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304671\",\"name\":\"Capivari do Sul\",\"centroid\":[-50.5154,-30.1345]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.65,-30.041],[-50.456,-30.051],[-50.415,-30.102],[-50.366,-30.075],[-50.399,-30.157],[-50.357,-30.197],[-50.413,-30.22],[-50.535,-30.203],[-50.56,-30.251],[-50.62,-30.198],[-50.65,-30.041]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304713\",\"name\":\"Caraá\",\"centroid\":[-50.3448,-29.7708]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.3,-29.685],[-50.223,-29.725],[-50.278,-29.857],[-50.355,-29.84],[-50.374,-29.861],[-50.484,-29.786],[-50.41,-29.707],[-50.3,-29.685]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304705\",\"name\":\"Carazinho\",\"centroid\":[-52.8682,-28.2794]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.631,-28.17],[-52.603,-28.229],[-52.708,-28.287],[-52.727,-28.351],[-52.816,-28.382],[-52.94,-28.379],[-52.959,-28.334],[-53.041,-28.375],[-53.021,-28.317],[-53.135,-28.286],[-53.12,-28.251],[-53.08,-28.268],[-52.959,-28.172],[-52.906,-28.177],[-52.863,-28.259],[-52.825,-28.197],[-52.76,-28.24],[-52.631,-28.17]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304804\",\"name\":\"Carlos Barbosa\",\"centroid\":[-51.4986,-29.3215]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.44,-29.27],[-51.354,-29.291],[-51.354,-29.351],[-51.646,-29.371],[-51.632,-29.294],[-51.44,-29.27]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304853\",\"name\":\"Carlos Gomes\",\"centroid\":[-51.9307,-27.7009]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.892,-27.701],[-51.907,-27.756],[-51.983,-27.725],[-51.973,-27.673],[-51.906,-27.651],[-51.874,-27.689],[-51.892,-27.701]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304903\",\"name\":\"Casca\",\"centroid\":[-51.9642,-28.5919]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.907,-28.514],[-51.915,-28.561],[-51.857,-28.572],[-51.848,-28.663],[-51.994,-28.672],[-51.996,-28.61],[-52.092,-28.615],[-52.085,-28.532],[-51.907,-28.514]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304952\",\"name\":\"Caseiros\",\"centroid\":[-51.7322,-28.2506]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.651,-28.18],[-51.669,-28.206],[-51.627,-28.279],[-51.665,-28.323],[-51.821,-28.297],[-51.81,-28.242],[-51.913,-28.241],[-51.903,-28.21],[-51.846,-28.246],[-51.791,-28.195],[-51.728,-28.21],[-51.731,-28.184],[-51.692,-28.19],[-51.693,-28.15],[-51.651,-28.18]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305009\",\"name\":\"Catuípe\",\"centroid\":[-54.038,-28.1679]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.007,-28.018],[-53.981,-28.063],[-53.904,-28.082],[-53.931,-28.118],[-53.924,-28.239],[-53.953,-28.226],[-53.966,-28.29],[-54.004,-28.306],[-54.032,-28.274],[-54.075,-28.314],[-54.066,-28.342],[-54.112,-28.338],[-54.095,-28.368],[-54.125,-28.346],[-54.15,-28.369],[-54.103,-28.257],[-54.18,-28.138],[-54.069,-28.107],[-54.075,-28.053],[-54.14,-28.019],[-54.089,-27.993],[-54.058,-28.02],[-54.034,-27.985],[-54.007,-28.018]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305108\",\"name\":\"Caxias do Sul\",\"centroid\":[-51.0242,-29.1009]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.962,-28.795],[-50.89,-28.806],[-50.883,-28.84],[-50.819,-28.837],[-50.794,-28.874],[-50.82,-28.893],[-50.787,-28.941],[-50.818,-28.967],[-50.784,-28.979],[-50.786,-29.009],[-50.876,-29.071],[-50.944,-29.071],[-50.908,-29.083],[-50.914,-29.119],[-50.838,-29.131],[-50.859,-29.248],[-50.919,-29.308],[-50.941,-29.284],[-50.985,-29.32],[-51.091,-29.292],[-51.212,-29.358],[-51.288,-29.245],[-51.281,-29.113],[-51.306,-29.09],[-51.111,-29.079],[-51.113,-29.032],[-50.918,-29.025],[-50.957,-28.96],[-51.126,-28.877],[-51.096,-28.841],[-51.048,-28.862],[-50.962,-28.795]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305116\",\"name\":\"Centenário\",\"centroid\":[-52.0019,-27.7737]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.917,-27.765],[-51.955,-27.83],[-52.082,-27.819],[-52.074,-27.767],[-52.006,-27.695],[-51.917,-27.765]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305124\",\"name\":\"Cerrito\",\"centroid\":[-52.7975,-31.7331]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.856,-31.595],[-52.709,-31.611],[-52.741,-31.813],[-52.665,-31.9],[-52.812,-31.863],[-52.893,-31.803],[-52.868,-31.755],[-52.903,-31.672],[-52.856,-31.595]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305132\",\"name\":\"Cerro Branco\",\"centroid\":[-52.9979,-29.6229]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.017,-29.534],[-52.964,-29.569],[-52.927,-29.72],[-53.055,-29.654],[-53.058,-29.57],[-53.017,-29.534]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305157\",\"name\":\"Cerro Grande\",\"centroid\":[-53.1536,-27.6226]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.183,-27.587],[-53.118,-27.588],[-53.092,-27.642],[-53.214,-27.66],[-53.183,-27.587]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305173\",\"name\":\"Cerro Grande do Sul\",\"centroid\":[-51.7539,-30.5845]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.756,-30.523],[-51.658,-30.514],[-51.654,-30.641],[-51.697,-30.69],[-51.8,-30.628],[-51.824,-30.649],[-51.892,-30.591],[-51.767,-30.467],[-51.756,-30.523]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305207\",\"name\":\"Cerro Largo\",\"centroid\":[-54.7386,-28.1301]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.749,-28.043],[-54.751,-28.067],[-54.696,-28.067],[-54.695,-28.159],[-54.634,-28.206],[-54.662,-28.195],[-54.676,-28.226],[-54.695,-28.2],[-54.703,-28.235],[-54.778,-28.151],[-54.794,-28.176],[-54.807,-28.047],[-54.749,-28.043]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305306\",\"name\":\"Chapada\",\"centroid\":[-53.1151,-28.1017]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.078,-27.92],[-53.036,-27.952],[-53.058,-27.956],[-53.025,-28.044],[-52.984,-28.068],[-53.023,-28.105],[-52.971,-28.124],[-52.983,-28.166],[-52.955,-28.182],[-53.08,-28.268],[-53.144,-28.244],[-53.196,-28.159],[-53.255,-28.164],[-53.301,-28.08],[-53.193,-28.066],[-53.244,-28.011],[-53.078,-27.92]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305355\",\"name\":\"Charqueadas\",\"centroid\":[-51.5612,-29.9893]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.445,-29.998],[-51.535,-30.048],[-51.598,-30.013],[-51.63,-30.063],[-51.682,-30.019],[-51.637,-29.972],[-51.652,-29.954],[-51.538,-29.929],[-51.469,-29.946],[-51.445,-29.998]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305371\",\"name\":\"Charrua\",\"centroid\":[-52.0032,-27.9448]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.017,-27.881],[-51.917,-27.899],[-51.94,-27.902],[-51.908,-27.989],[-51.962,-27.981],[-51.983,-28.014],[-52.083,-27.984],[-52.082,-27.907],[-52.017,-27.881]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305405\",\"name\":\"Chiapetta\",\"centroid\":[-53.9106,-27.9889]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.95,-27.852],[-53.809,-27.982],[-53.749,-27.992],[-53.779,-28.043],[-53.909,-28.115],[-53.914,-28.07],[-53.981,-28.063],[-54.034,-27.985],[-54.026,-27.932],[-53.95,-27.852]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305439\",\"name\":\"Chuí\",\"centroid\":[-53.408,-33.6545]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.414,-33.561],[-53.3,-33.662],[-53.423,-33.744],[-53.44,-33.694],[-53.523,-33.69],[-53.414,-33.561]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305447\",\"name\":\"Chuvisca\",\"centroid\":[-52.0055,-30.7889]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.936,-30.712],[-51.935,-30.847],[-52.055,-30.873],[-52.098,-30.84],[-52.063,-30.74],[-51.986,-30.717],[-51.999,-30.669],[-51.936,-30.712]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305454\",\"name\":\"Cidreira\",\"centroid\":[-50.2719,-30.119]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.191,-30.049],[-50.21,-30.083],[-50.168,-30.097],[-50.224,-30.236],[-50.279,-30.159],[-50.394,-30.157],[-50.348,-30.053],[-50.191,-30.049]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305504\",\"name\":\"Ciríaco\",\"centroid\":[-51.9172,-28.3467]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.913,-28.241],[-51.845,-28.261],[-51.817,-28.338],[-51.894,-28.39],[-51.92,-28.494],[-51.991,-28.439],[-51.963,-28.331],[-52.018,-28.303],[-51.913,-28.241]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305587\",\"name\":\"Colinas\",\"centroid\":[-51.8652,-29.3856]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.823,-29.412],[-51.951,-29.417],[-51.875,-29.392],[-51.91,-29.352],[-51.875,-29.345],[-51.839,-29.344],[-51.86,-29.364],[-51.802,-29.394],[-51.823,-29.412]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305603\",\"name\":\"Colorado\",\"centroid\":[-52.9944,-28.4726]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.951,-28.352],[-52.915,-28.568],[-53.017,-28.589],[-53.079,-28.492],[-53.057,-28.397],[-52.976,-28.34],[-52.951,-28.352]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305702\",\"name\":\"Condor\",\"centroid\":[-53.4974,-28.1651]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.512,-28.146],[-53.435,-28.077],[-53.402,-28.136],[-53.352,-28.128],[-53.311,-28.204],[-53.356,-28.244],[-53.52,-28.22],[-53.639,-28.27],[-53.622,-28.092],[-53.585,-28.039],[-53.526,-28.065],[-53.512,-28.146]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305801\",\"name\":\"Constantina\",\"centroid\":[-52.993,-27.6905]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.937,-27.593],[-52.939,-27.636],[-52.9,-27.661],[-52.966,-27.677],[-52.917,-27.752],[-53.016,-27.781],[-53.039,-27.705],[-53.113,-27.65],[-53.052,-27.654],[-52.998,-27.609],[-52.972,-27.639],[-52.937,-27.593]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305835\",\"name\":\"Coqueiro Baixo\",\"centroid\":[-52.1284,-29.1686]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.088,-29.154],[-52.016,-29.167],[-52.122,-29.231],[-52.171,-29.209],[-52.201,-29.125],[-52.151,-29.088],[-52.137,-29.135],[-52.088,-29.154]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305850\",\"name\":\"Coqueiros do Sul\",\"centroid\":[-52.7566,-28.1338]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.775,-28.028],[-52.653,-28.14],[-52.654,-28.169],[-52.76,-28.24],[-52.825,-28.197],[-52.806,-28.12],[-52.867,-28.063],[-52.775,-28.028]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305871\",\"name\":\"Coronel Barros\",\"centroid\":[-54.0609,-28.4076]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.006,-28.35],[-53.984,-28.347],[-53.982,-28.441],[-54.033,-28.409],[-54.046,-28.471],[-54.139,-28.482],[-54.148,-28.433],[-54.092,-28.426],[-54.125,-28.346],[-54.038,-28.359],[-54.024,-28.319],[-54.006,-28.35]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305900\",\"name\":\"Coronel Bicaco\",\"centroid\":[-53.644,-27.8034]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.746,-27.659],[-53.631,-27.709],[-53.57,-27.682],[-53.575,-27.754],[-53.511,-27.817],[-53.55,-27.899],[-53.631,-27.957],[-53.687,-27.931],[-53.719,-27.805],[-53.78,-27.754],[-53.757,-27.753],[-53.774,-27.709],[-53.746,-27.659]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305934\",\"name\":\"Coronel Pilar\",\"centroid\":[-51.722,-29.2606]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.682,-29.213],[-51.649,-29.294],[-51.796,-29.299],[-51.801,-29.259],[-51.754,-29.26],[-51.749,-29.208],[-51.682,-29.213]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305959\",\"name\":\"Cotiporã\",\"centroid\":[-51.6913,-28.9929]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.62,-28.954],[-51.622,-29.015],[-51.678,-29.057],[-51.634,-29.086],[-51.677,-29.07],[-51.708,-29.095],[-51.78,-28.937],[-51.627,-28.927],[-51.62,-28.954]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305975\",\"name\":\"Coxilha\",\"centroid\":[-52.3293,-28.1213]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.377,-28.019],[-52.319,-28.032],[-52.289,-28.077],[-52.172,-28.064],[-52.171,-28.147],[-52.289,-28.231],[-52.303,-28.191],[-52.462,-28.168],[-52.507,-28.11],[-52.508,-28.037],[-52.474,-28.077],[-52.388,-28.09],[-52.377,-28.019]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306007\",\"name\":\"Crissiumal\",\"centroid\":[-54.1403,-27.4842]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.216,-27.4],[-54.152,-27.395],[-53.974,-27.514],[-54.06,-27.583],[-54.071,-27.551],[-54.198,-27.559],[-54.255,-27.499],[-54.229,-27.475],[-54.262,-27.457],[-54.238,-27.453],[-54.286,-27.456],[-54.261,-27.397],[-54.216,-27.4]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306056\",\"name\":\"Cristal\",\"centroid\":[-52.0288,-31.0104]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.212,-30.896],[-51.941,-30.943],[-51.882,-30.912],[-51.789,-31.123],[-51.855,-31.104],[-51.901,-31.036],[-51.956,-31.094],[-51.93,-31.111],[-52.016,-31.11],[-52.026,-31.18],[-52.03,-31.149],[-52.089,-31.146],[-52.155,-31.04],[-52.09,-31.003],[-52.244,-30.985],[-52.278,-30.949],[-52.243,-30.927],[-52.249,-30.884],[-52.212,-30.896]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306072\",\"name\":\"Cristal do Sul\",\"centroid\":[-53.2446,-27.428]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.245,-27.368],[-53.177,-27.412],[-53.25,-27.496],[-53.309,-27.429],[-53.245,-27.368]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306106\",\"name\":\"Cruz Alta\",\"centroid\":[-53.5599,-28.7036]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.693,-28.482],[-53.664,-28.515],[-53.521,-28.534],[-53.513,-28.571],[-53.451,-28.554],[-53.404,-28.604],[-53.321,-28.61],[-53.24,-28.682],[-53.26,-28.729],[-53.384,-28.79],[-53.408,-28.751],[-53.464,-28.737],[-53.513,-28.774],[-53.564,-28.732],[-53.585,-28.792],[-53.543,-28.886],[-53.56,-28.948],[-53.663,-28.939],[-53.795,-28.803],[-53.721,-28.709],[-53.74,-28.654],[-53.715,-28.659],[-53.737,-28.576],[-53.786,-28.552],[-53.704,-28.532],[-53.693,-28.482]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306130\",\"name\":\"Cruzaltense\",\"centroid\":[-52.6447,-27.6283]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.618,-27.577],[-52.557,-27.602],[-52.559,-27.679],[-52.602,-27.658],[-52.6,-27.679],[-52.669,-27.685],[-52.752,-27.619],[-52.722,-27.586],[-52.618,-27.577]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306205\",\"name\":\"Cruzeiro do Sul\",\"centroid\":[-52.0371,-29.5353]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.039,-29.471],[-51.97,-29.497],[-51.998,-29.59],[-51.939,-29.623],[-52.014,-29.622],[-52.142,-29.484],[-52.039,-29.471]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306304\",\"name\":\"David Canabarro\",\"centroid\":[-51.8129,-28.4173]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.833,-28.356],[-51.704,-28.379],[-51.76,-28.473],[-51.909,-28.467],[-51.894,-28.39],[-51.833,-28.356]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306320\",\"name\":\"Derrubadas\",\"centroid\":[-53.8899,-27.2384]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.819,-27.175],[-53.769,-27.233],[-53.785,-27.301],[-53.906,-27.333],[-53.994,-27.263],[-54.049,-27.276],[-53.952,-27.153],[-53.908,-27.176],[-53.86,-27.128],[-53.819,-27.175]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306353\",\"name\":\"Dezesseis de Novembro\",\"centroid\":[-55.0782,-28.209]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.115,-28.093],[-55.088,-28.126],[-55.049,-28.117],[-55.059,-28.147],[-55.031,-28.139],[-55.036,-28.216],[-54.992,-28.249],[-55.056,-28.321],[-55.138,-28.253],[-55.125,-28.144],[-55.152,-28.098],[-55.115,-28.093]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306379\",\"name\":\"Dilermando de Aguiar\",\"centroid\":[-54.1623,-29.8165]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.158,-29.686],[-54.096,-29.712],[-54.09,-29.763],[-53.951,-29.801],[-54.076,-29.876],[-54.039,-29.918],[-54.183,-29.928],[-54.247,-29.893],[-54.286,-29.932],[-54.328,-29.928],[-54.264,-29.815],[-54.304,-29.73],[-54.158,-29.686]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306403\",\"name\":\"Dois Irmãos\",\"centroid\":[-51.089,-29.5983]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.056,-29.615],[-51.062,-29.645],[-51.129,-29.638],[-51.117,-29.55],[-51.048,-29.561],[-51.056,-29.615]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306429\",\"name\":\"Dois Irmãos das Missões\",\"centroid\":[-53.4904,-27.6738]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.512,-27.601],[-53.391,-27.628],[-53.391,-27.69],[-53.46,-27.756],[-53.591,-27.714],[-53.582,-27.629],[-53.557,-27.643],[-53.561,-27.607],[-53.512,-27.601]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306452\",\"name\":\"Dois Lajeados\",\"centroid\":[-51.8427,-28.9753]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.842,-28.919],[-51.755,-28.957],[-51.778,-28.967],[-51.751,-28.975],[-51.76,-29.008],[-51.918,-29.022],[-51.923,-28.954],[-51.842,-28.919]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306502\",\"name\":\"Dom Feliciano\",\"centroid\":[-52.2011,-30.6058]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.297,-30.342],[-52.233,-30.435],[-52.152,-30.444],[-51.982,-30.575],[-51.986,-30.717],[-52.063,-30.74],[-52.12,-30.884],[-52.178,-30.837],[-52.177,-30.773],[-52.241,-30.757],[-52.269,-30.796],[-52.341,-30.711],[-52.362,-30.605],[-52.452,-30.577],[-52.348,-30.431],[-52.342,-30.359],[-52.297,-30.342]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306601\",\"name\":\"Dom Pedrito\",\"centroid\":[-54.6612,-31.0587]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.693,-30.611],[-54.671,-30.66],[-54.723,-30.714],[-54.712,-30.756],[-54.601,-30.782],[-54.545,-30.868],[-54.446,-30.868],[-54.382,-30.904],[-54.371,-30.879],[-54.138,-30.979],[-54.082,-30.952],[-53.954,-30.976],[-53.926,-30.987],[-53.928,-31.028],[-54.076,-31.09],[-54.146,-31.161],[-54.312,-31.16],[-54.405,-31.232],[-54.424,-31.301],[-54.509,-31.311],[-54.569,-31.371],[-54.635,-31.359],[-54.703,-31.44],[-54.836,-31.442],[-54.891,-31.375],[-54.94,-31.381],[-55.001,-31.269],[-55.035,-31.284],[-55.146,-30.98],[-55.028,-30.855],[-55.011,-30.724],[-54.836,-30.731],[-54.779,-30.696],[-54.724,-30.599],[-54.693,-30.611]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306551\",\"name\":\"Dom Pedro de Alcântara\",\"centroid\":[-49.8507,-29.3677]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-49.884,-29.307],[-49.815,-29.338],[-49.802,-29.391],[-49.835,-29.423],[-49.894,-29.395],[-49.884,-29.307]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306700\",\"name\":\"Dona Francisca\",\"centroid\":[-53.3458,-29.5537]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.293,-29.485],[-53.334,-29.553],[-53.287,-29.616],[-53.401,-29.622],[-53.375,-29.602],[-53.386,-29.489],[-53.293,-29.485]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306734\",\"name\":\"Doutor Maurício Cardoso\",\"centroid\":[-54.3666,-27.4899]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.286,-27.456],[-54.238,-27.453],[-54.262,-27.457],[-54.233,-27.5],[-54.343,-27.561],[-54.375,-27.548],[-54.386,-27.574],[-54.47,-27.528],[-54.474,-27.481],[-54.441,-27.46],[-54.462,-27.423],[-54.399,-27.409],[-54.346,-27.467],[-54.332,-27.402],[-54.286,-27.456]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306759\",\"name\":\"Doutor Ricardo\",\"centroid\":[-51.9756,-29.0947]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.955,-29.064],[-51.898,-29.144],[-51.992,-29.143],[-52.048,-29.021],[-51.955,-29.064]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306767\",\"name\":\"Eldorado do Sul\",\"centroid\":[-51.5006,-30.0786]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.277,-29.98],[-51.271,-30.038],[-51.295,-30],[-51.292,-30.047],[-51.493,-30.122],[-51.556,-30.201],[-51.695,-30.177],[-51.69,-30.081],[-51.626,-30.072],[-51.598,-30.013],[-51.535,-30.048],[-51.312,-29.948],[-51.277,-29.98]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306809\",\"name\":\"Encantado\",\"centroid\":[-51.9198,-29.2058]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.982,-29.136],[-51.898,-29.144],[-51.853,-29.226],[-51.869,-29.282],[-51.946,-29.271],[-51.958,-29.201],[-52.001,-29.174],[-51.982,-29.136]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306908\",\"name\":\"Encruzilhada do Sul\",\"centroid\":[-52.6747,-30.6316]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.657,-30.209],[-52.578,-30.373],[-52.535,-30.355],[-52.559,-30.285],[-52.531,-30.272],[-52.501,-30.362],[-52.402,-30.38],[-52.342,-30.359],[-52.348,-30.431],[-52.451,-30.558],[-52.362,-30.605],[-52.335,-30.687],[-52.447,-30.655],[-52.427,-30.915],[-52.439,-30.895],[-52.636,-30.964],[-52.658,-30.917],[-52.73,-30.895],[-52.912,-30.941],[-53.008,-30.933],[-53.014,-30.896],[-52.948,-30.83],[-52.949,-30.74],[-52.994,-30.682],[-52.974,-30.604],[-52.905,-30.574],[-52.877,-30.344],[-52.81,-30.335],[-52.79,-30.302],[-52.791,-30.341],[-52.713,-30.365],[-52.657,-30.209]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306924\",\"name\":\"Engenho Velho\",\"centroid\":[-52.9066,-27.6825]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.915,-27.607],[-52.868,-27.671],[-52.898,-27.703],[-52.854,-27.701],[-52.894,-27.75],[-52.966,-27.677],[-52.906,-27.672],[-52.939,-27.636],[-52.915,-27.607]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306957\",\"name\":\"Entre Rios do Sul\",\"centroid\":[-52.7266,-27.5179]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.744,-27.432],[-52.667,-27.517],[-52.67,-27.579],[-52.768,-27.584],[-52.746,-27.534],[-52.801,-27.501],[-52.744,-27.432]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306932\",\"name\":\"Entre-Ijuís\",\"centroid\":[-54.3015,-28.4634]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.303,-28.327],[-54.278,-28.358],[-54.233,-28.323],[-54.251,-28.349],[-54.227,-28.365],[-54.225,-28.339],[-54.13,-28.338],[-54.154,-28.366],[-54.116,-28.362],[-54.092,-28.426],[-54.148,-28.433],[-54.138,-28.466],[-54.301,-28.43],[-54.256,-28.491],[-54.345,-28.553],[-54.305,-28.585],[-54.322,-28.613],[-54.41,-28.668],[-54.441,-28.645],[-54.417,-28.6],[-54.447,-28.582],[-54.395,-28.557],[-54.463,-28.49],[-54.37,-28.428],[-54.366,-28.355],[-54.389,-28.357],[-54.303,-28.327]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306973\",\"name\":\"Erebango\",\"centroid\":[-52.3181,-27.8314]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.303,-27.745],[-52.236,-27.784],[-52.269,-27.821],[-52.258,-27.858],[-52.309,-27.905],[-52.356,-27.899],[-52.408,-27.855],[-52.303,-27.745]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307005\",\"name\":\"Erechim\",\"centroid\":[-52.2557,-27.645]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.238,-27.482],[-52.217,-27.541],[-52.237,-27.569],[-52.185,-27.568],[-52.147,-27.733],[-52.263,-27.785],[-52.332,-27.75],[-52.306,-27.699],[-52.343,-27.662],[-52.349,-27.527],[-52.255,-27.511],[-52.238,-27.482]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307054\",\"name\":\"Ernestina\",\"centroid\":[-52.5511,-28.4264]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.552,-28.33],[-52.513,-28.352],[-52.506,-28.412],[-52.461,-28.379],[-52.443,-28.404],[-52.552,-28.531],[-52.622,-28.512],[-52.588,-28.429],[-52.649,-28.372],[-52.552,-28.33]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307203\",\"name\":\"Erval Grande\",\"centroid\":[-52.5776,-27.3514]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.645,-27.26],[-52.55,-27.238],[-52.525,-27.279],[-52.495,-27.395],[-52.538,-27.492],[-52.619,-27.451],[-52.619,-27.349],[-52.691,-27.284],[-52.668,-27.238],[-52.645,-27.26]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307302\",\"name\":\"Erval Seco\",\"centroid\":[-53.523,-27.5137]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.644,-27.36],[-53.619,-27.391],[-53.611,-27.371],[-53.554,-27.389],[-53.571,-27.404],[-53.504,-27.459],[-53.47,-27.453],[-53.383,-27.622],[-53.578,-27.614],[-53.569,-27.565],[-53.594,-27.563],[-53.553,-27.456],[-53.615,-27.472],[-53.666,-27.369],[-53.644,-27.36]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307401\",\"name\":\"Esmeralda\",\"centroid\":[-51.171,-28.0345]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.266,-27.872],[-51.237,-27.978],[-51.113,-27.936],[-51.071,-27.884],[-51.018,-27.924],[-50.99,-27.994],[-51.041,-28.028],[-51.033,-28.127],[-51.062,-28.183],[-51.017,-28.216],[-51.081,-28.232],[-51.102,-28.193],[-51.213,-28.181],[-51.261,-28.133],[-51.255,-28.085],[-51.342,-28.039],[-51.334,-27.982],[-51.36,-27.978],[-51.33,-27.938],[-51.37,-27.914],[-51.372,-27.868],[-51.31,-27.872],[-51.277,-27.842],[-51.266,-27.872]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307450\",\"name\":\"Esperança do Sul\",\"centroid\":[-54.0138,-27.3263]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.991,-27.267],[-53.917,-27.327],[-53.956,-27.378],[-54.024,-27.4],[-54.115,-27.304],[-54.054,-27.264],[-53.991,-27.267]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307500\",\"name\":\"Espumoso\",\"centroid\":[-52.8289,-28.8614]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.757,-28.664],[-52.731,-28.672],[-52.709,-28.789],[-52.718,-29.009],[-52.855,-29.042],[-52.952,-28.955],[-53.014,-28.951],[-53.018,-28.917],[-52.921,-28.922],[-52.964,-28.884],[-52.939,-28.846],[-52.965,-28.813],[-52.924,-28.809],[-52.951,-28.737],[-52.874,-28.706],[-52.833,-28.724],[-52.805,-28.703],[-52.819,-28.678],[-52.783,-28.7],[-52.781,-28.657],[-52.757,-28.664]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307559\",\"name\":\"Estação\",\"centroid\":[-52.2909,-27.9293]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.248,-27.901],[-52.219,-27.913],[-52.226,-27.973],[-52.295,-27.954],[-52.334,-27.976],[-52.37,-27.932],[-52.342,-27.89],[-52.309,-27.905],[-52.278,-27.875],[-52.248,-27.901]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307609\",\"name\":\"Estância Velha\",\"centroid\":[-51.1844,-29.6498]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.176,-29.619],[-51.133,-29.628],[-51.143,-29.67],[-51.213,-29.694],[-51.231,-29.616],[-51.176,-29.619]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307708\",\"name\":\"Esteio\",\"centroid\":[-51.1703,-29.853]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.179,-29.829],[-51.101,-29.868],[-51.231,-29.862],[-51.179,-29.829]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307807\",\"name\":\"Estrela\",\"centroid\":[-51.9218,-29.5066]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.907,-29.425],[-51.842,-29.424],[-51.872,-29.543],[-51.973,-29.604],[-51.999,-29.583],[-51.973,-29.478],[-51.919,-29.45],[-51.956,-29.421],[-51.907,-29.425]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307815\",\"name\":\"Estrela Velha\",\"centroid\":[-53.182,-29.2265]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.141,-29.13],[-53.064,-29.182],[-53.132,-29.227],[-53.142,-29.313],[-53.194,-29.327],[-53.167,-29.342],[-53.197,-29.364],[-53.241,-29.336],[-53.239,-29.264],[-53.21,-29.265],[-53.249,-29.238],[-53.261,-29.144],[-53.141,-29.13]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307831\",\"name\":\"Eugênio de Castro\",\"centroid\":[-54.2434,-28.5696]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.295,-28.431],[-54.138,-28.466],[-54.127,-28.555],[-54.197,-28.66],[-54.339,-28.674],[-54.309,-28.689],[-54.327,-28.727],[-54.379,-28.702],[-54.35,-28.666],[-54.378,-28.654],[-54.305,-28.585],[-54.345,-28.553],[-54.256,-28.491],[-54.305,-28.458],[-54.278,-28.455],[-54.295,-28.431]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307864\",\"name\":\"Fagundes Varela\",\"centroid\":[-51.7156,-28.8877]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.65,-28.844],[-51.62,-28.886],[-51.693,-28.931],[-51.78,-28.937],[-51.817,-28.901],[-51.758,-28.872],[-51.754,-28.835],[-51.65,-28.844]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307906\",\"name\":\"Farroupilha\",\"centroid\":[-51.3613,-29.2072]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.357,-29.105],[-51.292,-29.113],[-51.258,-29.311],[-51.354,-29.333],[-51.354,-29.291],[-51.49,-29.26],[-51.492,-29.198],[-51.39,-29.197],[-51.388,-29.156],[-51.423,-29.156],[-51.422,-29.06],[-51.37,-29.069],[-51.357,-29.105]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308003\",\"name\":\"Faxinal do Soturno\",\"centroid\":[-53.4647,-29.5578]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.386,-29.489],[-53.375,-29.602],[-53.463,-29.585],[-53.483,-29.626],[-53.529,-29.615],[-53.568,-29.538],[-53.547,-29.516],[-53.513,-29.532],[-53.386,-29.489]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308052\",\"name\":\"Faxinalzinho\",\"centroid\":[-52.6786,-27.3745]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.679,-27.295],[-52.601,-27.408],[-52.695,-27.444],[-52.732,-27.424],[-52.713,-27.371],[-52.741,-27.32],[-52.679,-27.295]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308078\",\"name\":\"Fazenda Vilanova\",\"centroid\":[-51.8416,-29.59]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.794,-29.597],[-51.826,-29.648],[-51.889,-29.632],[-51.872,-29.543],[-51.816,-29.529],[-51.794,-29.597]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308102\",\"name\":\"Feliz\",\"centroid\":[-51.2856,-29.4545]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.196,-29.409],[-51.248,-29.433],[-51.29,-29.525],[-51.336,-29.523],[-51.33,-29.427],[-51.226,-29.389],[-51.196,-29.409]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308201\",\"name\":\"Flores da Cunha\",\"centroid\":[-51.2169,-29.0309]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.188,-28.941],[-51.122,-28.982],[-51.11,-29.078],[-51.357,-29.105],[-51.357,-29.059],[-51.245,-29.043],[-51.274,-29.029],[-51.275,-28.964],[-51.188,-28.941]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308250\",\"name\":\"Floriano Peixoto\",\"centroid\":[-52.0453,-27.8611]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.085,-27.799],[-52.061,-27.831],[-51.944,-27.82],[-51.924,-27.883],[-52.119,-27.911],[-52.148,-27.894],[-52.146,-27.845],[-52.085,-27.799]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308300\",\"name\":\"Fontoura Xavier\",\"centroid\":[-52.3777,-29.0069]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.325,-28.87],[-52.278,-28.886],[-52.214,-29.027],[-52.333,-29.022],[-52.292,-29.163],[-52.342,-29.14],[-52.427,-29.156],[-52.498,-29.077],[-52.497,-28.917],[-52.325,-28.87]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308409\",\"name\":\"Formigueiro\",\"centroid\":[-53.5088,-29.9786]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.536,-29.871],[-53.251,-29.961],[-53.583,-30.098],[-53.634,-30.092],[-53.677,-30.043],[-53.635,-29.988],[-53.651,-29.893],[-53.536,-29.871]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308433\",\"name\":\"Forquetinha\",\"centroid\":[-52.1254,-29.3859]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.154,-29.335],[-52.028,-29.411],[-52.201,-29.425],[-52.156,-29.413],[-52.192,-29.36],[-52.154,-29.335]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308458\",\"name\":\"Fortaleza dos Valos\",\"centroid\":[-53.2782,-28.8958]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.28,-28.727],[-53.124,-28.755],[-53.151,-28.796],[-53.116,-28.803],[-53.122,-28.85],[-53.182,-28.858],[-53.127,-28.944],[-53.156,-28.955],[-53.127,-28.99],[-53.152,-29.032],[-53.235,-28.956],[-53.317,-29.021],[-53.368,-28.974],[-53.449,-29.047],[-53.445,-29.086],[-53.494,-29.073],[-53.51,-29.037],[-53.47,-28.979],[-53.378,-28.948],[-53.428,-28.904],[-53.409,-28.873],[-53.291,-28.854],[-53.333,-28.78],[-53.28,-28.727]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308508\",\"name\":\"Frederico Westphalen\",\"centroid\":[-53.3634,-27.3407]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.326,-27.22],[-53.253,-27.381],[-53.426,-27.424],[-53.493,-27.302],[-53.402,-27.32],[-53.326,-27.22]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308607\",\"name\":\"Garibaldi\",\"centroid\":[-51.5804,-29.2407]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.677,-29.199],[-51.492,-29.198],[-51.49,-29.275],[-51.649,-29.294],[-51.677,-29.199]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308656\",\"name\":\"Garruchos\",\"centroid\":[-55.537,-28.2334]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.465,-28.094],[-55.358,-28.12],[-55.368,-28.159],[-55.338,-28.184],[-55.298,-28.171],[-55.34,-28.191],[-55.318,-28.208],[-55.383,-28.304],[-55.46,-28.251],[-55.525,-28.343],[-55.506,-28.403],[-55.583,-28.339],[-55.69,-28.415],[-55.673,-28.328],[-55.781,-28.254],[-55.63,-28.176],[-55.608,-28.116],[-55.557,-28.165],[-55.494,-28.077],[-55.465,-28.094]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308706\",\"name\":\"Gaurama\",\"centroid\":[-52.1134,-27.5958]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.054,-27.542],[-52.047,-27.666],[-52.181,-27.664],[-52.178,-27.533],[-52.134,-27.549],[-52.132,-27.517],[-52.088,-27.507],[-52.054,-27.542]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308805\",\"name\":\"General Câmara\",\"centroid\":[-51.9202,-29.8671]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.03,-29.702],[-51.815,-29.861],[-51.716,-29.86],[-51.75,-29.888],[-51.726,-29.946],[-51.868,-29.96],[-51.947,-29.931],[-52.002,-29.97],[-52.054,-29.922],[-52.03,-29.702]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308854\",\"name\":\"Gentil\",\"centroid\":[-52.0349,-28.3831]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.011,-28.306],[-51.963,-28.331],[-51.985,-28.437],[-52.084,-28.476],[-52.101,-28.349],[-52.068,-28.339],[-52.071,-28.305],[-52.011,-28.306]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308904\",\"name\":\"Getúlio Vargas\",\"centroid\":[-52.1823,-27.8552]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.149,-27.734],[-52.091,-27.794],[-52.146,-27.845],[-52.148,-27.894],[-52.068,-27.932],[-52.226,-27.969],[-52.219,-27.913],[-52.278,-27.875],[-52.269,-27.821],[-52.149,-27.734]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309001\",\"name\":\"Giruá\",\"centroid\":[-54.2883,-28.0302]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.332,-27.821],[-54.349,-27.862],[-54.294,-27.87],[-54.308,-27.895],[-54.237,-27.913],[-54.075,-28.053],[-54.069,-28.107],[-54.252,-28.164],[-54.378,-28.162],[-54.427,-28.07],[-54.516,-28.092],[-54.46,-28.029],[-54.455,-27.949],[-54.38,-27.916],[-54.369,-27.835],[-54.332,-27.821]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309050\",\"name\":\"Glorinha\",\"centroid\":[-50.7676,-29.8813]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.787,-29.766],[-50.695,-29.789],[-50.752,-29.788],[-50.684,-29.84],[-50.687,-29.948],[-50.82,-29.999],[-50.852,-29.835],[-50.787,-29.766]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309100\",\"name\":\"Gramado\",\"centroid\":[-50.8985,-29.3861]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.925,-29.291],[-50.852,-29.31],[-50.855,-29.382],[-50.801,-29.449],[-50.91,-29.501],[-50.91,-29.45],[-50.981,-29.39],[-50.955,-29.374],[-50.986,-29.306],[-50.925,-29.291]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309126\",\"name\":\"Gramado dos Loureiros\",\"centroid\":[-52.9134,-27.4459]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.89,-27.384],[-52.885,-27.417],[-52.809,-27.456],[-52.818,-27.502],[-52.865,-27.471],[-52.971,-27.485],[-53.016,-27.461],[-52.973,-27.411],[-52.89,-27.384]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309159\",\"name\":\"Gramado Xavier\",\"centroid\":[-52.6012,-29.2858]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.591,-29.224],[-52.526,-29.219],[-52.5,-29.247],[-52.528,-29.259],[-52.542,-29.376],[-52.728,-29.297],[-52.691,-29.286],[-52.674,-29.233],[-52.591,-29.224]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309209\",\"name\":\"Gravataí\",\"centroid\":[-50.9446,-29.893]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.82,-29.792],[-50.855,-29.872],[-50.82,-29.999],[-50.863,-30.016],[-50.949,-29.961],[-51.073,-29.966],[-51.066,-29.891],[-51.1,-29.869],[-51.08,-29.83],[-50.859,-29.794],[-50.835,-29.765],[-50.82,-29.792]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309258\",\"name\":\"Guabiju\",\"centroid\":[-51.655,-28.5801]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.624,-28.516],[-51.596,-28.54],[-51.596,-28.669],[-51.706,-28.614],[-51.743,-28.53],[-51.624,-28.516]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309308\",\"name\":\"Guaíba\",\"centroid\":[-51.4297,-30.1776]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.302,-30.054],[-51.328,-30.226],[-51.405,-30.229],[-51.407,-30.268],[-51.581,-30.257],[-51.538,-30.153],[-51.302,-30.054]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309407\",\"name\":\"Guaporé\",\"centroid\":[-51.9085,-28.8514]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.856,-28.755],[-51.829,-28.769],[-51.863,-28.83],[-51.793,-28.879],[-51.817,-28.901],[-51.781,-28.936],[-51.856,-28.919],[-51.913,-28.948],[-51.919,-28.921],[-52.001,-28.902],[-52.032,-28.854],[-52.015,-28.825],[-51.956,-28.821],[-51.958,-28.761],[-51.856,-28.755]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309506\",\"name\":\"Guarani das Missões\",\"centroid\":[-54.5826,-28.1685]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.689,-28.055],[-54.644,-28.075],[-54.66,-28.096],[-54.491,-28.124],[-54.487,-28.246],[-54.583,-28.299],[-54.556,-28.242],[-54.695,-28.159],[-54.689,-28.055]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309555\",\"name\":\"Harmonia\",\"centroid\":[-51.4256,-29.5418]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.451,-29.502],[-51.387,-29.528],[-51.376,-29.552],[-51.409,-29.555],[-51.386,-29.583],[-51.47,-29.557],[-51.451,-29.502]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307104\",\"name\":\"Herval\",\"centroid\":[-53.3982,-32.0175]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.453,-31.833],[-53.333,-31.841],[-53.238,-31.886],[-52.935,-31.864],[-52.917,-31.888],[-53.083,-31.946],[-53.224,-32.086],[-53.305,-32.218],[-53.349,-32.185],[-53.51,-32.189],[-53.583,-32.147],[-53.649,-32.183],[-53.676,-32.238],[-53.744,-32.116],[-53.704,-32.084],[-53.714,-32.002],[-53.636,-31.982],[-53.592,-31.951],[-53.596,-31.908],[-53.558,-31.924],[-53.453,-31.833]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309571\",\"name\":\"Herveiras\",\"centroid\":[-52.669,-29.4393]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.652,-29.39],[-52.566,-29.47],[-52.679,-29.5],[-52.689,-29.452],[-52.775,-29.438],[-52.75,-29.399],[-52.652,-29.39]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309605\",\"name\":\"Horizontina\",\"centroid\":[-54.2988,-27.59]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.237,-27.513],[-54.199,-27.596],[-54.288,-27.677],[-54.371,-27.648],[-54.408,-27.574],[-54.258,-27.499],[-54.237,-27.513]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309654\",\"name\":\"Hulha Negra\",\"centroid\":[-53.8901,-31.4521]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.838,-31.229],[-53.733,-31.238],[-53.796,-31.352],[-53.781,-31.438],[-53.832,-31.47],[-53.84,-31.607],[-53.926,-31.765],[-53.906,-31.808],[-53.975,-31.77],[-53.957,-31.614],[-53.991,-31.538],[-53.922,-31.454],[-53.999,-31.379],[-53.954,-31.346],[-54.012,-31.314],[-53.982,-31.26],[-53.838,-31.229]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309704\",\"name\":\"Humaitá\",\"centroid\":[-53.9895,-27.5752]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.922,-27.518],[-53.897,-27.595],[-54.019,-27.591],[-54.001,-27.607],[-54.036,-27.655],[-54.086,-27.602],[-53.991,-27.522],[-53.922,-27.518]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309753\",\"name\":\"Ibarama\",\"centroid\":[-53.1675,-29.4178]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.159,-29.345],[-53.091,-29.369],[-53.092,-29.468],[-53.136,-29.494],[-53.281,-29.447],[-53.228,-29.404],[-53.229,-29.35],[-53.159,-29.345]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309803\",\"name\":\"Ibiaçá\",\"centroid\":[-51.7917,-28.1021]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.926,-28],[-51.775,-28.027],[-51.703,-28.138],[-51.633,-28.047],[-51.603,-28.098],[-51.755,-28.214],[-51.917,-28.112],[-51.926,-28]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309902\",\"name\":\"Ibiraiaras\",\"centroid\":[-51.6308,-28.3847]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.593,-28.301],[-51.534,-28.326],[-51.502,-28.403],[-51.584,-28.425],[-51.619,-28.479],[-51.72,-28.479],[-51.76,-28.45],[-51.702,-28.394],[-51.705,-28.312],[-51.665,-28.323],[-51.635,-28.252],[-51.593,-28.301]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309951\",\"name\":\"Ibirapuitã\",\"centroid\":[-52.4422,-28.6236]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.515,-28.563],[-52.43,-28.549],[-52.343,-28.582],[-52.314,-28.648],[-52.332,-28.696],[-52.445,-28.699],[-52.564,-28.654],[-52.543,-28.624],[-52.579,-28.582],[-52.534,-28.531],[-52.515,-28.563]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310009\",\"name\":\"Ibirubá\",\"centroid\":[-53.1674,-28.5935]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.244,-28.446],[-53.059,-28.51],[-53.017,-28.563],[-53.026,-28.688],[-53.18,-28.725],[-53.321,-28.61],[-53.417,-28.598],[-53.328,-28.556],[-53.262,-28.567],[-53.244,-28.446]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310108\",\"name\":\"Igrejinha\",\"centroid\":[-50.7911,-29.5602]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.874,-29.513],[-50.773,-29.54],[-50.715,-29.517],[-50.692,-29.588],[-50.805,-29.617],[-50.856,-29.555],[-50.911,-29.542],[-50.91,-29.516],[-50.874,-29.513]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310207\",\"name\":\"Ijuí\",\"centroid\":[-53.8946,-28.3182]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.816,-28.125],[-53.848,-28.259],[-53.796,-28.28],[-53.822,-28.286],[-53.839,-28.39],[-53.772,-28.432],[-53.781,-28.488],[-53.823,-28.481],[-53.865,-28.538],[-53.975,-28.466],[-53.992,-28.338],[-54.024,-28.319],[-54.038,-28.359],[-54.075,-28.314],[-54.032,-28.274],[-54.017,-28.306],[-53.966,-28.29],[-53.953,-28.226],[-53.924,-28.239],[-53.931,-28.118],[-53.813,-28.056],[-53.792,-28.076],[-53.816,-28.125]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310306\",\"name\":\"Ilópolis\",\"centroid\":[-52.1298,-28.9289]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.079,-28.877],[-52.07,-28.978],[-52.159,-28.971],[-52.16,-28.944],[-52.228,-28.964],[-52.163,-28.886],[-52.079,-28.877]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310330\",\"name\":\"Imbé\",\"centroid\":[-50.117,-29.9314]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.075,-29.884],[-50.117,-29.975],[-50.155,-29.986],[-50.128,-29.946],[-50.151,-29.913],[-50.075,-29.884]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310363\",\"name\":\"Imigrante\",\"centroid\":[-51.7643,-29.3413]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.713,-29.294],[-51.729,-29.324],[-51.701,-29.334],[-51.767,-29.383],[-51.859,-29.368],[-51.775,-29.342],[-51.78,-29.298],[-51.713,-29.294]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310405\",\"name\":\"Independência\",\"centroid\":[-54.186,-27.8981]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.16,-27.797],[-54.123,-27.806],[-54.144,-27.84],[-54.085,-27.93],[-54.044,-27.941],[-54.076,-28.007],[-54.14,-28.019],[-54.237,-27.913],[-54.308,-27.895],[-54.294,-27.87],[-54.349,-27.862],[-54.349,-27.833],[-54.295,-27.807],[-54.202,-27.823],[-54.16,-27.797]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310413\",\"name\":\"Inhacorá\",\"centroid\":[-54.0226,-27.901]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.965,-27.824],[-53.949,-27.847],[-54.06,-28.02],[-54.044,-27.941],[-54.114,-27.883],[-54.049,-27.881],[-53.965,-27.824]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310439\",\"name\":\"Ipê\",\"centroid\":[-51.3016,-28.7161]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.265,-28.58],[-51.145,-28.653],[-51.158,-28.701],[-51.204,-28.707],[-51.184,-28.768],[-51.217,-28.802],[-51.158,-28.854],[-51.252,-28.817],[-51.319,-28.85],[-51.46,-28.791],[-51.424,-28.744],[-51.452,-28.682],[-51.382,-28.65],[-51.347,-28.589],[-51.265,-28.58]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310462\",\"name\":\"Ipiranga do Sul\",\"centroid\":[-52.4218,-27.9305]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.37,-27.872],[-52.342,-27.982],[-52.436,-27.989],[-52.526,-27.938],[-52.428,-27.862],[-52.37,-27.872]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310504\",\"name\":\"Iraí\",\"centroid\":[-53.2395,-27.2525]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.23,-27.171],[-53.179,-27.197],[-53.158,-27.282],[-53.257,-27.339],[-53.32,-27.277],[-53.301,-27.23],[-53.326,-27.22],[-53.23,-27.171]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310538\",\"name\":\"Itaara\",\"centroid\":[-53.7587,-29.577]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.689,-29.489],[-53.72,-29.518],[-53.696,-29.561],[-53.715,-29.644],[-53.779,-29.655],[-53.856,-29.592],[-53.692,-29.461],[-53.689,-29.489]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310553\",\"name\":\"Itacurubi\",\"centroid\":[-55.2652,-28.8088]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.346,-28.65],[-55.253,-28.69],[-55.225,-28.666],[-55.184,-28.761],[-55.114,-28.742],[-54.96,-28.808],[-55.053,-28.845],[-55.024,-28.898],[-55.103,-28.903],[-55.072,-28.921],[-55.101,-28.955],[-55.177,-28.943],[-55.227,-28.981],[-55.319,-28.953],[-55.372,-28.92],[-55.367,-28.88],[-55.431,-28.862],[-55.419,-28.844],[-55.503,-28.764],[-55.497,-28.731],[-55.549,-28.707],[-55.492,-28.693],[-55.485,-28.661],[-55.346,-28.65]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310579\",\"name\":\"Itapuca\",\"centroid\":[-52.1957,-28.7746]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.247,-28.749],[-52.078,-28.741],[-52.063,-28.809],[-52.327,-28.813],[-52.256,-28.68],[-52.247,-28.749]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310603\",\"name\":\"Itaqui\",\"centroid\":[-56.1743,-29.2114]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-56.093,-28.854],[-56.096,-28.919],[-56.268,-29.095],[-56.179,-29.133],[-56.18,-29.159],[-55.912,-29.156],[-55.529,-29.068],[-55.48,-29.198],[-55.616,-29.215],[-55.646,-29.278],[-55.798,-29.344],[-55.86,-29.422],[-55.916,-29.349],[-55.957,-29.362],[-56.034,-29.297],[-56.094,-29.369],[-56.178,-29.313],[-56.176,-29.375],[-56.291,-29.417],[-56.363,-29.397],[-56.439,-29.425],[-56.506,-29.387],[-56.605,-29.391],[-56.618,-29.425],[-56.703,-29.4],[-56.778,-29.419],[-56.768,-29.377],[-56.705,-29.361],[-56.59,-29.12],[-56.418,-29.075],[-56.394,-28.958],[-56.324,-28.924],[-56.231,-28.937],[-56.164,-28.862],[-56.093,-28.854]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310652\",\"name\":\"Itati\",\"centroid\":[-50.1672,-29.4566]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.109,-29.323],[-50.082,-29.351],[-50.148,-29.353],[-50.182,-29.39],[-50.079,-29.543],[-50.169,-29.601],[-50.188,-29.506],[-50.15,-29.475],[-50.218,-29.481],[-50.202,-29.455],[-50.249,-29.411],[-50.199,-29.407],[-50.239,-29.396],[-50.252,-29.333],[-50.191,-29.34],[-50.203,-29.368],[-50.109,-29.323]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310702\",\"name\":\"Itatiba do Sul\",\"centroid\":[-52.4735,-27.3633]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.44,-27.262],[-52.419,-27.282],[-52.445,-27.309],[-52.437,-27.494],[-52.511,-27.486],[-52.498,-27.36],[-52.536,-27.26],[-52.479,-27.265],[-52.44,-27.216],[-52.44,-27.262]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310751\",\"name\":\"Ivorá\",\"centroid\":[-53.5857,-29.5137]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.523,-29.476],[-53.513,-29.532],[-53.541,-29.512],[-53.568,-29.538],[-53.549,-29.574],[-53.629,-29.568],[-53.654,-29.514],[-53.622,-29.467],[-53.57,-29.48],[-53.552,-29.44],[-53.523,-29.476]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310801\",\"name\":\"Ivoti\",\"centroid\":[-51.1582,-29.5813]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.126,-29.621],[-51.196,-29.616],[-51.198,-29.548],[-51.116,-29.544],[-51.126,-29.621]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310850\",\"name\":\"Jaboticaba\",\"centroid\":[-53.2711,-27.6268]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.256,-27.584],[-53.204,-27.604],[-53.268,-27.714],[-53.307,-27.686],[-53.316,-27.62],[-53.286,-27.521],[-53.256,-27.584]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310876\",\"name\":\"Jacuizinho\",\"centroid\":[-53.0122,-29.0375]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.016,-28.947],[-52.952,-28.955],[-52.855,-29.042],[-52.96,-29.062],[-52.948,-29.095],[-53.017,-29.155],[-53.151,-29.024],[-53.104,-28.974],[-53.022,-28.979],[-53.016,-28.947]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310900\",\"name\":\"Jacutinga\",\"centroid\":[-52.5465,-27.7833]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.524,-27.685],[-52.457,-27.742],[-52.494,-27.767],[-52.493,-27.806],[-52.572,-27.883],[-52.647,-27.876],[-52.573,-27.803],[-52.595,-27.786],[-52.563,-27.689],[-52.524,-27.685]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311007\",\"name\":\"Jaguarão\",\"centroid\":[-53.3307,-32.4118]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.51,-32.189],[-53.349,-32.185],[-53.289,-32.235],[-53.243,-32.345],[-53.052,-32.389],[-52.984,-32.442],[-52.964,-32.491],[-53,-32.597],[-53.069,-32.622],[-53.084,-32.658],[-53.182,-32.656],[-53.249,-32.604],[-53.287,-32.622],[-53.432,-32.566],[-53.463,-32.485],[-53.583,-32.452],[-53.644,-32.384],[-53.676,-32.229],[-53.583,-32.147],[-53.51,-32.189]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311106\",\"name\":\"Jaguari\",\"centroid\":[-54.6477,-29.4568]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.501,-29.327],[-54.479,-29.383],[-54.512,-29.389],[-54.412,-29.437],[-54.415,-29.461],[-54.514,-29.445],[-54.633,-29.573],[-54.681,-29.565],[-54.8,-29.624],[-54.792,-29.569],[-54.832,-29.574],[-54.858,-29.528],[-54.75,-29.46],[-54.75,-29.391],[-54.686,-29.394],[-54.69,-29.32],[-54.625,-29.313],[-54.59,-29.364],[-54.563,-29.315],[-54.501,-29.327]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311122\",\"name\":\"Jaquirana\",\"centroid\":[-50.3643,-28.9505]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.552,-28.812],[-50.462,-28.819],[-50.44,-28.788],[-50.429,-28.825],[-50.407,-28.805],[-50.366,-28.835],[-50.33,-28.808],[-50.299,-28.843],[-50.211,-28.822],[-50.159,-28.906],[-50.253,-28.928],[-50.273,-29.007],[-50.188,-29.06],[-50.202,-29.104],[-50.24,-29.102],[-50.263,-29.14],[-50.366,-29.103],[-50.444,-29.129],[-50.469,-28.948],[-50.606,-28.83],[-50.577,-28.778],[-50.552,-28.812]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311130\",\"name\":\"Jari\",\"centroid\":[-54.3006,-29.2914]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.283,-29.117],[-54.17,-29.192],[-54.065,-29.21],[-54.157,-29.285],[-54.208,-29.426],[-54.37,-29.41],[-54.415,-29.461],[-54.412,-29.437],[-54.512,-29.389],[-54.479,-29.383],[-54.501,-29.327],[-54.43,-29.304],[-54.431,-29.237],[-54.366,-29.175],[-54.327,-29.185],[-54.35,-29.154],[-54.292,-29.135],[-54.293,-29.09],[-54.283,-29.117]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311155\",\"name\":\"Jóia\",\"centroid\":[-54.1499,-28.7668]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.138,-28.551],[-53.968,-28.645],[-53.977,-28.8],[-53.898,-28.816],[-53.964,-28.902],[-54.047,-28.913],[-54.13,-28.882],[-54.33,-28.931],[-54.402,-28.708],[-54.327,-28.727],[-54.309,-28.689],[-54.339,-28.674],[-54.197,-28.66],[-54.138,-28.551]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311205\",\"name\":\"Júlio de Castilhos\",\"centroid\":[-53.6492,-29.2583]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.552,-28.959],[-53.526,-28.967],[-53.545,-29.009],[-53.507,-29.064],[-53.405,-29.12],[-53.281,-29.128],[-53.243,-29.168],[-53.284,-29.204],[-53.328,-29.169],[-53.456,-29.201],[-53.441,-29.278],[-53.467,-29.308],[-53.438,-29.349],[-53.532,-29.399],[-53.499,-29.455],[-53.518,-29.471],[-53.552,-29.44],[-53.57,-29.48],[-53.608,-29.462],[-53.652,-29.502],[-53.629,-29.568],[-53.582,-29.577],[-53.627,-29.604],[-53.687,-29.575],[-53.72,-29.518],[-53.689,-29.489],[-53.692,-29.415],[-53.764,-29.346],[-54.021,-29.416],[-53.987,-29.298],[-53.913,-29.24],[-53.895,-29.168],[-53.709,-29.139],[-53.645,-29.029],[-53.552,-28.959]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311239\",\"name\":\"Lagoa Bonita do Sul\",\"centroid\":[-53.0374,-29.5002]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.048,-29.451],[-52.973,-29.493],[-52.973,-29.556],[-53.136,-29.494],[-53.048,-29.451]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311270\",\"name\":\"Lagoa dos Três Cantos\",\"centroid\":[-52.8282,-28.5673]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.781,-28.526],[-52.746,-28.589],[-52.762,-28.626],[-52.932,-28.573],[-52.88,-28.52],[-52.781,-28.526]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311304\",\"name\":\"Lagoa Vermelha\",\"centroid\":[-51.4971,-28.2276]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.369,-27.853],[-51.37,-27.914],[-51.33,-27.938],[-51.36,-27.978],[-51.334,-27.982],[-51.422,-28.067],[-51.511,-28.057],[-51.514,-28.153],[-51.449,-28.236],[-51.458,-28.346],[-51.408,-28.333],[-51.414,-28.295],[-51.326,-28.334],[-51.359,-28.402],[-51.334,-28.418],[-51.38,-28.47],[-51.354,-28.514],[-51.396,-28.539],[-51.455,-28.486],[-51.474,-28.527],[-51.531,-28.547],[-51.56,-28.521],[-51.611,-28.535],[-51.614,-28.447],[-51.498,-28.394],[-51.695,-28.148],[-51.622,-28.132],[-51.603,-28.098],[-51.645,-28.017],[-51.676,-28.024],[-51.644,-28],[-51.676,-27.983],[-51.525,-27.983],[-51.369,-27.853]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311254\",\"name\":\"Lagoão\",\"centroid\":[-52.7871,-29.2383]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.797,-29.115],[-52.662,-29.195],[-52.744,-29.367],[-52.813,-29.317],[-52.899,-29.316],[-52.896,-29.214],[-52.797,-29.115]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311403\",\"name\":\"Lajeado\",\"centroid\":[-52.0091,-29.4477]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.034,-29.403],[-51.919,-29.45],[-51.97,-29.497],[-52.049,-29.474],[-52.042,-29.445],[-52.129,-29.432],[-52.034,-29.403]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311429\",\"name\":\"Lajeado do Bugre\",\"centroid\":[-53.2061,-27.7003]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.214,-27.66],[-53.155,-27.661],[-53.151,-27.699],[-53.246,-27.754],[-53.263,-27.723],[-53.214,-27.66]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311502\",\"name\":\"Lavras do Sul\",\"centroid\":[-54.1511,-30.7716]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.818,-30.519],[-53.745,-30.513],[-53.736,-30.548],[-53.803,-30.632],[-53.805,-30.787],[-53.747,-30.772],[-53.664,-30.846],[-53.794,-30.909],[-53.884,-30.913],[-53.941,-30.981],[-54.082,-30.952],[-54.138,-30.979],[-54.371,-30.879],[-54.382,-30.904],[-54.446,-30.868],[-54.545,-30.868],[-54.577,-30.799],[-54.721,-30.733],[-54.679,-30.697],[-54.675,-30.605],[-54.526,-30.614],[-54.438,-30.623],[-54.342,-30.737],[-54.321,-30.718],[-54.157,-30.777],[-54.136,-30.71],[-54.018,-30.693],[-53.872,-30.481],[-53.818,-30.519]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311601\",\"name\":\"Liberato Salzano\",\"centroid\":[-53.0638,-27.5462]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.079,-27.438],[-53.041,-27.445],[-53.015,-27.509],[-53.05,-27.539],[-52.946,-27.588],[-52.972,-27.639],[-52.998,-27.609],[-53.096,-27.657],[-53.122,-27.622],[-53.101,-27.607],[-53.126,-27.577],[-53.096,-27.571],[-53.134,-27.571],[-53.107,-27.533],[-53.161,-27.496],[-53.121,-27.494],[-53.153,-27.473],[-53.122,-27.466],[-53.142,-27.442],[-53.079,-27.438]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311627\",\"name\":\"Lindolfo Collor\",\"centroid\":[-51.2232,-29.5779]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.223,-29.547],[-51.19,-29.559],[-51.215,-29.623],[-51.263,-29.567],[-51.223,-29.547]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311643\",\"name\":\"Linha Nova\",\"centroid\":[-51.213,-29.4593]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.168,-29.439],[-51.177,-29.494],[-51.27,-29.499],[-51.235,-29.422],[-51.189,-29.41],[-51.168,-29.439]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311718\",\"name\":\"Maçambará\",\"centroid\":[-55.7708,-29.0682]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-56.054,-28.892],[-56.065,-28.913],[-55.995,-28.944],[-55.817,-28.992],[-55.726,-28.982],[-55.67,-29.019],[-55.504,-29],[-55.465,-29.082],[-55.412,-29.047],[-55.385,-28.976],[-55.292,-28.991],[-55.245,-29.056],[-55.285,-29.104],[-55.28,-29.184],[-55.336,-29.223],[-55.361,-29.206],[-55.374,-29.237],[-55.401,-29.234],[-55.398,-29.204],[-55.459,-29.215],[-55.529,-29.068],[-55.912,-29.156],[-56.171,-29.16],[-56.261,-29.109],[-56.096,-28.919],[-56.081,-28.856],[-56.054,-28.892]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311700\",\"name\":\"Machadinho\",\"centroid\":[-51.6677,-27.5911]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.676,-27.506],[-51.622,-27.494],[-51.626,-27.545],[-51.582,-27.523],[-51.56,-27.629],[-51.579,-27.662],[-51.694,-27.7],[-51.755,-27.663],[-51.723,-27.655],[-51.762,-27.614],[-51.736,-27.57],[-51.767,-27.539],[-51.741,-27.529],[-51.802,-27.499],[-51.753,-27.487],[-51.725,-27.514],[-51.692,-27.478],[-51.676,-27.506]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311734\",\"name\":\"Mampituba\",\"centroid\":[-50.0039,-29.2634]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-49.899,-29.221],[-49.886,-29.258],[-49.93,-29.253],[-50.033,-29.349],[-50.114,-29.259],[-49.962,-29.199],[-49.899,-29.221]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311759\",\"name\":\"Manoel Viana\",\"centroid\":[-55.5542,-29.4288]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.496,-29.194],[-55.439,-29.226],[-55.415,-29.308],[-55.459,-29.325],[-55.482,-29.379],[-55.43,-29.362],[-55.439,-29.396],[-55.357,-29.445],[-55.329,-29.517],[-55.413,-29.66],[-55.539,-29.66],[-55.55,-29.6],[-55.625,-29.561],[-55.689,-29.566],[-55.659,-29.534],[-55.716,-29.462],[-55.76,-29.494],[-55.751,-29.437],[-55.852,-29.404],[-55.798,-29.344],[-55.646,-29.278],[-55.616,-29.215],[-55.496,-29.194]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311775\",\"name\":\"Maquiné\",\"centroid\":[-50.2122,-29.6311]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.315,-29.444],[-50.266,-29.454],[-50.292,-29.506],[-50.197,-29.495],[-50.222,-29.511],[-50.168,-29.536],[-50.155,-29.631],[-50.034,-29.666],[-50.062,-29.768],[-50.145,-29.783],[-50.14,-29.814],[-50.227,-29.709],[-50.35,-29.662],[-50.348,-29.588],[-50.325,-29.588],[-50.355,-29.503],[-50.315,-29.444]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311791\",\"name\":\"Maratá\",\"centroid\":[-51.5529,-29.5487]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.541,-29.504],[-51.503,-29.577],[-51.575,-29.613],[-51.587,-29.476],[-51.541,-29.504]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311809\",\"name\":\"Marau\",\"centroid\":[-52.2685,-28.4507]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.092,-28.317],[-52.115,-28.395],[-52.068,-28.492],[-52.229,-28.486],[-52.254,-28.52],[-52.234,-28.566],[-52.305,-28.597],[-52.305,-28.656],[-52.343,-28.582],[-52.39,-28.569],[-52.35,-28.546],[-52.373,-28.478],[-52.511,-28.476],[-52.437,-28.396],[-52.295,-28.389],[-52.306,-28.34],[-52.271,-28.342],[-52.25,-28.387],[-52.202,-28.338],[-52.092,-28.317]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311908\",\"name\":\"Marcelino Ramos\",\"centroid\":[-51.9528,-27.4811]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.996,-27.378],[-51.951,-27.381],[-52.008,-27.4],[-51.937,-27.427],[-51.962,-27.47],[-51.9,-27.463],[-51.889,-27.52],[-51.844,-27.481],[-51.847,-27.563],[-51.905,-27.595],[-51.975,-27.577],[-51.957,-27.511],[-52.074,-27.404],[-52.018,-27.331],[-51.996,-27.378]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311981\",\"name\":\"Mariana Pimentel\",\"centroid\":[-51.5853,-30.3125]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.632,-30.173],[-51.577,-30.218],[-51.581,-30.257],[-51.515,-30.272],[-51.521,-30.329],[-51.429,-30.353],[-51.436,-30.384],[-51.527,-30.417],[-51.68,-30.383],[-51.647,-30.313],[-51.686,-30.281],[-51.683,-30.188],[-51.632,-30.173]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312005\",\"name\":\"Mariano Moro\",\"centroid\":[-52.1716,-27.3471]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.167,-27.311],[-52.107,-27.309],[-52.111,-27.373],[-52.229,-27.407],[-52.224,-27.33],[-52.173,-27.272],[-52.167,-27.311]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312054\",\"name\":\"Marques de Souza\",\"centroid\":[-52.1426,-29.2939]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.225,-29.198],[-52.155,-29.222],[-52.157,-29.258],[-52.088,-29.301],[-52.034,-29.403],[-52.167,-29.327],[-52.206,-29.221],[-52.247,-29.241],[-52.258,-29.213],[-52.225,-29.198]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312104\",\"name\":\"Mata\",\"centroid\":[-54.4679,-29.5409]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.498,-29.448],[-54.387,-29.475],[-54.33,-29.575],[-54.411,-29.57],[-54.413,-29.606],[-54.478,-29.647],[-54.56,-29.6],[-54.567,-29.486],[-54.498,-29.448]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312138\",\"name\":\"Mato Castelhano\",\"centroid\":[-52.2006,-28.2777]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.2,-28.183],[-52.173,-28.239],[-52.127,-28.236],[-52.068,-28.339],[-52.097,-28.316],[-52.213,-28.357],[-52.304,-28.302],[-52.266,-28.208],[-52.2,-28.183]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312153\",\"name\":\"Mato Leitão\",\"centroid\":[-52.1394,-29.5194]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.129,-29.492],[-52.091,-29.529],[-52.147,-29.564],[-52.179,-29.503],[-52.155,-29.476],[-52.129,-29.492]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312179\",\"name\":\"Mato Queimado\",\"centroid\":[-54.6514,-28.2464]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.619,-28.222],[-54.556,-28.242],[-54.584,-28.296],[-54.759,-28.247],[-54.745,-28.207],[-54.703,-28.235],[-54.695,-28.2],[-54.676,-28.226],[-54.662,-28.195],[-54.619,-28.222]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312203\",\"name\":\"Maximiliano de Almeida\",\"centroid\":[-51.8123,-27.5986]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.822,-27.512],[-51.741,-27.529],[-51.767,-27.539],[-51.736,-27.57],[-51.762,-27.614],[-51.723,-27.655],[-51.892,-27.679],[-51.868,-27.631],[-51.891,-27.578],[-51.822,-27.512]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312252\",\"name\":\"Minas do Leão\",\"centroid\":[-52.0766,-30.0757]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.049,-29.941],[-52.006,-29.949],[-52.015,-30.041],[-51.97,-30.027],[-51.972,-30.061],[-52.017,-30.139],[-51.993,-30.2],[-52.079,-30.216],[-52.158,-30.191],[-52.154,-29.977],[-52.139,-29.939],[-52.049,-29.941]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312302\",\"name\":\"Miraguaí\",\"centroid\":[-53.7464,-27.4894]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.826,-27.438],[-53.707,-27.441],[-53.663,-27.547],[-53.717,-27.552],[-53.828,-27.489],[-53.826,-27.438]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312351\",\"name\":\"Montauri\",\"centroid\":[-52.0483,-28.6669]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.052,-28.626],[-52.006,-28.638],[-51.986,-28.707],[-52.091,-28.711],[-52.076,-28.688],[-52.11,-28.654],[-52.092,-28.615],[-52.052,-28.626]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312377\",\"name\":\"Monte Alegre dos Campos\",\"centroid\":[-50.8027,-28.7015]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.828,-28.553],[-50.682,-28.626],[-50.679,-28.765],[-50.724,-28.802],[-50.758,-28.772],[-50.787,-28.815],[-50.883,-28.84],[-50.89,-28.806],[-50.962,-28.795],[-50.899,-28.738],[-50.898,-28.618],[-50.828,-28.553]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312385\",\"name\":\"Monte Belo do Sul\",\"centroid\":[-51.6487,-29.1383]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.595,-29.158],[-51.665,-29.188],[-51.695,-29.097],[-51.637,-29.099],[-51.595,-29.158]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312401\",\"name\":\"Montenegro\",\"centroid\":[-51.5006,-29.7054]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.63,-29.585],[-51.552,-29.613],[-51.503,-29.577],[-51.427,-29.635],[-51.427,-29.691],[-51.462,-29.706],[-51.413,-29.716],[-51.409,-29.77],[-51.36,-29.788],[-51.354,-29.827],[-51.438,-29.844],[-51.522,-29.781],[-51.586,-29.776],[-51.565,-29.736],[-51.662,-29.59],[-51.63,-29.585]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312427\",\"name\":\"Mormaço\",\"centroid\":[-52.658,-28.6931]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.625,-28.63],[-52.588,-28.756],[-52.715,-28.749],[-52.71,-28.632],[-52.668,-28.634],[-52.664,-28.606],[-52.625,-28.63]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312443\",\"name\":\"Morrinhos do Sul\",\"centroid\":[-49.9536,-29.3367]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-49.896,-29.279],[-49.89,-29.372],[-50.024,-29.432],[-50.002,-29.357],[-50.034,-29.325],[-49.93,-29.253],[-49.886,-29.258],[-49.896,-29.279]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312450\",\"name\":\"Morro Redondo\",\"centroid\":[-52.6377,-31.632]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.596,-31.517],[-52.546,-31.562],[-52.589,-31.608],[-52.556,-31.68],[-52.61,-31.695],[-52.615,-31.728],[-52.736,-31.74],[-52.703,-31.694],[-52.714,-31.616],[-52.612,-31.504],[-52.596,-31.517]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312476\",\"name\":\"Morro Reuter\",\"centroid\":[-51.0487,-29.5173]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.059,-29.475],[-50.964,-29.518],[-50.967,-29.546],[-51.117,-29.55],[-51.106,-29.476],[-51.059,-29.475]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312500\",\"name\":\"Mostardas\",\"centroid\":[-50.7283,-30.8502]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.562,-30.825],[-50.847,-31.195],[-50.962,-31.182],[-50.985,-31.206],[-51.128,-31.123],[-51.18,-31.134],[-51.165,-31.061],[-51.11,-31.1],[-50.972,-31.032],[-50.966,-30.896],[-50.911,-30.905],[-50.736,-30.8],[-50.69,-30.706],[-50.686,-30.5],[-50.333,-30.5],[-50.562,-30.825]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312609\",\"name\":\"Muçum\",\"centroid\":[-51.8146,-29.1389]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.752,-29.114],[-51.74,-29.186],[-51.822,-29.183],[-51.835,-29.134],[-51.886,-29.171],[-51.914,-29.116],[-51.779,-29.094],[-51.752,-29.114]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312617\",\"name\":\"Muitos Capões\",\"centroid\":[-51.2263,-28.3832]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.237,-28.158],[-51.102,-28.193],[-51.061,-28.253],[-51.087,-28.308],[-51.037,-28.376],[-51.048,-28.405],[-51.103,-28.41],[-51.066,-28.462],[-51.159,-28.477],[-51.122,-28.507],[-51.153,-28.582],[-51.333,-28.583],[-51.382,-28.65],[-51.407,-28.562],[-51.354,-28.514],[-51.38,-28.47],[-51.346,-28.446],[-51.36,-28.421],[-51.333,-28.408],[-51.359,-28.402],[-51.323,-28.346],[-51.397,-28.274],[-51.237,-28.158]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312625\",\"name\":\"Muliterno\",\"centroid\":[-51.7809,-28.3235]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.808,-28.249],[-51.821,-28.297],[-51.751,-28.289],[-51.705,-28.312],[-51.696,-28.357],[-51.785,-28.381],[-51.833,-28.356],[-51.857,-28.252],[-51.808,-28.249]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312658\",\"name\":\"Não-Me-Toque\",\"centroid\":[-52.8257,-28.4553]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.798,-28.367],[-52.714,-28.429],[-52.685,-28.511],[-52.719,-28.496],[-52.723,-28.556],[-52.795,-28.518],[-52.933,-28.533],[-52.94,-28.379],[-52.798,-28.367]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312674\",\"name\":\"Nicolau Vergueiro\",\"centroid\":[-52.4433,-28.518]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.391,-28.467],[-52.349,-28.53],[-52.37,-28.569],[-52.496,-28.55],[-52.509,-28.575],[-52.528,-28.533],[-52.551,-28.542],[-52.511,-28.476],[-52.391,-28.467]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312708\",\"name\":\"Nonoai\",\"centroid\":[-52.8558,-27.3687]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.761,-27.25],[-52.714,-27.236],[-52.684,-27.295],[-52.741,-27.32],[-52.713,-27.371],[-52.726,-27.435],[-52.812,-27.503],[-52.813,-27.45],[-52.885,-27.417],[-52.89,-27.384],[-52.973,-27.411],[-53.016,-27.461],[-53.132,-27.444],[-53.075,-27.373],[-53.044,-27.393],[-52.955,-27.371],[-52.951,-27.308],[-52.834,-27.335],[-52.794,-27.292],[-52.8,-27.202],[-52.757,-27.218],[-52.761,-27.25]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312757\",\"name\":\"Nova Alvorada\",\"centroid\":[-52.1667,-28.7046]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.155,-28.651],[-52.085,-28.674],[-52.081,-28.745],[-52.238,-28.757],[-52.249,-28.662],[-52.155,-28.651]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312807\",\"name\":\"Nova Araçá\",\"centroid\":[-51.7426,-28.6522]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.669,-28.628],[-51.668,-28.657],[-51.721,-28.682],[-51.863,-28.675],[-51.707,-28.609],[-51.669,-28.628]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312906\",\"name\":\"Nova Bassano\",\"centroid\":[-51.7519,-28.7277]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.668,-28.657],[-51.662,-28.773],[-51.761,-28.795],[-51.846,-28.773],[-51.852,-28.712],[-51.823,-28.71],[-51.853,-28.685],[-51.668,-28.657]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312955\",\"name\":\"Nova Boa Vista\",\"centroid\":[-52.9815,-27.9966]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.976,-27.953],[-52.934,-27.961],[-52.908,-28.014],[-52.967,-28.051],[-53.021,-28.035],[-53.058,-27.956],[-52.976,-27.953]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313003\",\"name\":\"Nova Bréscia\",\"centroid\":[-52.0328,-29.2203]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.007,-29.162],[-51.958,-29.201],[-51.961,-29.237],[-52.112,-29.27],[-52.113,-29.231],[-52.007,-29.162]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313011\",\"name\":\"Nova Candelária\",\"centroid\":[-54.1287,-27.5933]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.071,-27.551],[-54.089,-27.588],[-54.045,-27.652],[-54.202,-27.606],[-54.195,-27.557],[-54.071,-27.551]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313037\",\"name\":\"Nova Esperança do Sul\",\"centroid\":[-54.8227,-29.4022]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.89,-29.322],[-54.774,-29.347],[-54.75,-29.46],[-54.834,-29.505],[-54.865,-29.397],[-54.927,-29.326],[-54.89,-29.322]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313060\",\"name\":\"Nova Hartz\",\"centroid\":[-50.8997,-29.5821]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.859,-29.608],[-50.911,-29.632],[-50.911,-29.599],[-50.947,-29.596],[-50.944,-29.547],[-50.856,-29.555],[-50.859,-29.608]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313086\",\"name\":\"Nova Pádua\",\"centroid\":[-51.3179,-29.0013]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.271,-28.957],[-51.274,-29.029],[-51.245,-29.043],[-51.357,-29.059],[-51.384,-29.005],[-51.362,-28.973],[-51.278,-28.925],[-51.271,-28.957]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313102\",\"name\":\"Nova Palma\",\"centroid\":[-53.412,-29.4318]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.44,-29.338],[-53.364,-29.355],[-53.312,-29.437],[-53.236,-29.412],[-53.286,-29.435],[-53.265,-29.449],[-53.293,-29.45],[-53.293,-29.485],[-53.507,-29.517],[-53.5,-29.421],[-53.532,-29.399],[-53.44,-29.338]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313201\",\"name\":\"Nova Petrópolis\",\"centroid\":[-51.0855,-29.3756]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.069,-29.291],[-50.966,-29.338],[-50.955,-29.374],[-50.992,-29.387],[-51.014,-29.445],[-51.087,-29.45],[-51.127,-29.398],[-51.134,-29.437],[-51.168,-29.439],[-51.224,-29.395],[-51.179,-29.325],[-51.142,-29.342],[-51.069,-29.291]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313300\",\"name\":\"Nova Prata\",\"centroid\":[-51.6059,-28.7567]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.643,-28.652],[-51.555,-28.693],[-51.494,-28.823],[-51.712,-28.835],[-51.683,-28.803],[-51.713,-28.774],[-51.662,-28.773],[-51.669,-28.628],[-51.643,-28.652]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313334\",\"name\":\"Nova Ramada\",\"centroid\":[-53.7019,-28.0818]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.722,-27.983],[-53.658,-28.034],[-53.585,-28.039],[-53.619,-28.145],[-53.709,-28.167],[-53.787,-28.129],[-53.813,-28.056],[-53.722,-27.983]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313359\",\"name\":\"Nova Roma do Sul\",\"centroid\":[-51.4121,-28.9886]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.355,-28.942],[-51.343,-28.974],[-51.384,-29.005],[-51.357,-29.059],[-51.438,-29.062],[-51.476,-29.018],[-51.466,-28.948],[-51.44,-28.941],[-51.463,-28.926],[-51.354,-28.919],[-51.355,-28.942]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313375\",\"name\":\"Nova Santa Rita\",\"centroid\":[-51.2912,-29.844]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.325,-29.766],[-51.182,-29.816],[-51.248,-29.881],[-51.233,-29.937],[-51.366,-29.891],[-51.361,-29.775],[-51.325,-29.766]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313490\",\"name\":\"Novo Barreiro\",\"centroid\":[-53.1151,-27.9013]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.041,-27.821],[-53.075,-27.856],[-53.04,-27.898],[-53.097,-27.902],[-53.048,-27.912],[-53.051,-27.939],[-53.143,-27.938],[-53.205,-27.988],[-53.185,-27.909],[-53.088,-27.842],[-53.104,-27.82],[-53.041,-27.821]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313391\",\"name\":\"Novo Cabrais\",\"centroid\":[-52.9929,-29.7624]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.002,-29.7],[-52.927,-29.72],[-52.899,-29.846],[-52.97,-29.811],[-53.057,-29.823],[-53.078,-29.793],[-53.037,-29.658],[-53.002,-29.7]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313409\",\"name\":\"Novo Hamburgo\",\"centroid\":[-51.0523,-29.7321]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.09,-29.674],[-51.08,-29.715],[-50.947,-29.69],[-50.934,-29.769],[-51.08,-29.83],[-51.086,-29.74],[-51.136,-29.74],[-51.178,-29.693],[-51.142,-29.637],[-51.094,-29.642],[-51.09,-29.674]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313425\",\"name\":\"Novo Machado\",\"centroid\":[-54.5433,-27.544]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.536,-27.503],[-54.474,-27.481],[-54.47,-27.528],[-54.423,-27.547],[-54.566,-27.631],[-54.562,-27.603],[-54.6,-27.6],[-54.601,-27.572],[-54.621,-27.59],[-54.635,-27.555],[-54.585,-27.454],[-54.536,-27.503]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313441\",\"name\":\"Novo Tiradentes\",\"centroid\":[-53.1642,-27.5621]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.144,-27.522],[-53.107,-27.533],[-53.134,-27.571],[-53.096,-27.571],[-53.121,-27.593],[-53.227,-27.592],[-53.227,-27.561],[-53.168,-27.537],[-53.194,-27.52],[-53.144,-27.522]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313466\",\"name\":\"Novo Xingu\",\"centroid\":[-53.052,-27.7516]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.074,-27.68],[-52.984,-27.79],[-53.031,-27.808],[-53.112,-27.758],[-53.067,-27.728],[-53.112,-27.714],[-53.081,-27.714],[-53.103,-27.68],[-53.074,-27.68]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313508\",\"name\":\"Osório\",\"centroid\":[-50.2662,-29.9161]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.154,-29.795],[-50.14,-29.814],[-50.145,-29.783],[-50.111,-29.785],[-50.099,-29.855],[-50.064,-29.861],[-50.151,-29.913],[-50.128,-29.946],[-50.155,-29.986],[-50.229,-29.966],[-50.415,-30.102],[-50.464,-30.027],[-50.399,-29.971],[-50.372,-29.858],[-50.278,-29.857],[-50.223,-29.725],[-50.154,-29.795]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313607\",\"name\":\"Paim Filho\",\"centroid\":[-51.7779,-27.7221]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.746,-27.666],[-51.671,-27.732],[-51.718,-27.807],[-51.754,-27.767],[-51.855,-27.75],[-51.892,-27.701],[-51.892,-27.679],[-51.746,-27.666]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313656\",\"name\":\"Palmares do Sul\",\"centroid\":[-50.4533,-30.3622]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.447,-30.199],[-50.264,-30.227],[-50.297,-30.304],[-50.25,-30.303],[-50.333,-30.5],[-50.686,-30.5],[-50.717,-30.351],[-50.623,-30.392],[-50.625,-30.328],[-50.593,-30.4],[-50.65,-30.413],[-50.654,-30.442],[-50.582,-30.49],[-50.541,-30.207],[-50.447,-30.199]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313706\",\"name\":\"Palmeira das Missões\",\"centroid\":[-53.3828,-27.9414]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.383,-27.742],[-53.368,-27.806],[-53.292,-27.754],[-53.282,-27.859],[-53.202,-27.803],[-53.102,-27.857],[-53.185,-27.909],[-53.211,-27.966],[-53.192,-27.993],[-53.244,-28.011],[-53.193,-28.066],[-53.301,-28.08],[-53.248,-28.146],[-53.311,-28.195],[-53.352,-28.128],[-53.402,-28.136],[-53.435,-28.077],[-53.512,-28.146],[-53.526,-28.065],[-53.585,-28.039],[-53.568,-28.001],[-53.625,-27.963],[-53.514,-27.833],[-53.574,-27.746],[-53.46,-27.756],[-53.391,-27.69],[-53.383,-27.742]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313805\",\"name\":\"Palmitinho\",\"centroid\":[-53.5886,-27.3252]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.542,-27.282],[-53.514,-27.375],[-53.619,-27.391],[-53.662,-27.316],[-53.651,-27.263],[-53.613,-27.285],[-53.561,-27.245],[-53.542,-27.282]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313904\",\"name\":\"Panambi\",\"centroid\":[-53.5081,-28.3283]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.52,-28.22],[-53.4,-28.243],[-53.373,-28.386],[-53.46,-28.491],[-53.494,-28.476],[-53.483,-28.391],[-53.544,-28.369],[-53.542,-28.41],[-53.612,-28.38],[-53.667,-28.301],[-53.722,-28.285],[-53.52,-28.22]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313953\",\"name\":\"Pantano Grande\",\"centroid\":[-52.3748,-30.2578]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.418,-30.078],[-52.334,-30.164],[-52.256,-30.142],[-52.291,-30.153],[-52.277,-30.263],[-52.209,-30.259],[-52.153,-30.334],[-52.18,-30.391],[-52.158,-30.442],[-52.233,-30.435],[-52.299,-30.334],[-52.402,-30.38],[-52.509,-30.352],[-52.557,-30.172],[-52.524,-30.101],[-52.418,-30.078]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314001\",\"name\":\"Paraí\",\"centroid\":[-51.791,-28.5957]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.788,-28.551],[-51.74,-28.549],[-51.705,-28.608],[-51.829,-28.658],[-51.871,-28.594],[-51.797,-28.532],[-51.788,-28.551]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314027\",\"name\":\"Paraíso do Sul\",\"centroid\":[-53.1192,-29.6967]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.103,-29.558],[-53.058,-29.57],[-53.041,-29.674],[-53.055,-29.768],[-53.109,-29.852],[-53.22,-29.734],[-53.186,-29.631],[-53.154,-29.632],[-53.136,-29.559],[-53.103,-29.558]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314035\",\"name\":\"Pareci Novo\",\"centroid\":[-51.4231,-29.6082]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.453,-29.563],[-51.383,-29.588],[-51.394,-29.658],[-51.466,-29.621],[-51.453,-29.563]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314050\",\"name\":\"Parobé\",\"centroid\":[-50.8553,-29.6542]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.826,-29.6],[-50.795,-29.672],[-50.871,-29.729],[-50.871,-29.693],[-50.928,-29.675],[-50.855,-29.583],[-50.826,-29.6]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314068\",\"name\":\"Passa Sete\",\"centroid\":[-52.873,-29.4407]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.803,-29.329],[-52.749,-29.373],[-52.801,-29.503],[-52.946,-29.521],[-53.004,-29.479],[-53.013,-29.45],[-52.938,-29.395],[-52.849,-29.387],[-52.815,-29.366],[-52.82,-29.316],[-52.803,-29.329]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314076\",\"name\":\"Passo do Sobrado\",\"centroid\":[-52.2439,-29.7612]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.21,-29.666],[-52.12,-29.723],[-52.232,-29.775],[-52.177,-29.826],[-52.306,-29.872],[-52.318,-29.684],[-52.26,-29.702],[-52.21,-29.666]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314100\",\"name\":\"Passo Fundo\",\"centroid\":[-52.4517,-28.267]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.487,-28.136],[-52.455,-28.171],[-52.288,-28.204],[-52.264,-28.249],[-52.304,-28.302],[-52.216,-28.364],[-52.271,-28.384],[-52.282,-28.334],[-52.308,-28.346],[-52.307,-28.395],[-52.373,-28.377],[-52.439,-28.405],[-52.461,-28.379],[-52.506,-28.412],[-52.513,-28.352],[-52.557,-28.32],[-52.6,-28.332],[-52.584,-28.3],[-52.677,-28.268],[-52.603,-28.229],[-52.637,-28.191],[-52.615,-28.154],[-52.571,-28.124],[-52.487,-28.136]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314134\",\"name\":\"Paulo Bento\",\"centroid\":[-52.3927,-27.7113]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.395,-27.659],[-52.323,-27.662],[-52.306,-27.699],[-52.332,-27.75],[-52.398,-27.777],[-52.484,-27.724],[-52.478,-27.682],[-52.395,-27.659]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314159\",\"name\":\"Paverama\",\"centroid\":[-51.7204,-29.5693]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.664,-29.5],[-51.638,-29.629],[-51.663,-29.643],[-51.699,-29.6],[-51.76,-29.649],[-51.816,-29.529],[-51.664,-29.5]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314175\",\"name\":\"Pedras Altas\",\"centroid\":[-53.69,-31.8409]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.665,-31.592],[-53.499,-31.674],[-53.499,-31.75],[-53.442,-31.839],[-53.558,-31.924],[-53.596,-31.908],[-53.592,-31.951],[-53.636,-31.982],[-53.697,-31.982],[-53.712,-32.1],[-53.833,-32.055],[-53.849,-32.001],[-53.954,-31.925],[-53.918,-31.859],[-53.834,-31.827],[-53.763,-31.738],[-53.767,-31.645],[-53.701,-31.65],[-53.665,-31.592]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314209\",\"name\":\"Pedro Osório\",\"centroid\":[-52.8711,-31.9629]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.825,-31.858],[-52.661,-31.901],[-52.79,-32.106],[-52.857,-32.045],[-53.124,-32.002],[-53.039,-31.913],[-52.825,-31.858]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314308\",\"name\":\"Pejuçara\",\"centroid\":[-53.5933,-28.4522]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.635,-28.34],[-53.542,-28.41],[-53.544,-28.369],[-53.483,-28.391],[-53.494,-28.476],[-53.448,-28.513],[-53.461,-28.553],[-53.513,-28.571],[-53.521,-28.534],[-53.664,-28.515],[-53.76,-28.449],[-53.683,-28.393],[-53.659,-28.319],[-53.635,-28.34]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314407\",\"name\":\"Pelotas\",\"centroid\":[-52.3414,-31.5733]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.478,-31.322],[-52.292,-31.368],[-52.3,-31.49],[-52.227,-31.447],[-52.135,-31.563],[-52.039,-31.559],[-52.009,-31.597],[-52.03,-31.692],[-52.149,-31.698],[-52.225,-31.751],[-52.223,-31.789],[-52.303,-31.774],[-52.372,-31.8],[-52.429,-31.723],[-52.579,-31.681],[-52.552,-31.673],[-52.589,-31.608],[-52.546,-31.562],[-52.612,-31.504],[-52.478,-31.322]],[[-52.354,-31.373],[-52.42,-31.376],[-52.491,-31.458],[-52.446,-31.45],[-52.411,-31.504],[-52.35,-31.506],[-52.354,-31.373]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314423\",\"name\":\"Picada Café\",\"centroid\":[-51.1026,-29.4604]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.1,-29.43],[-51.008,-29.447],[-51.012,-29.479],[-51.077,-29.465],[-51.112,-29.51],[-51.177,-29.494],[-51.127,-29.398],[-51.1,-29.43]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314456\",\"name\":\"Pinhal\",\"centroid\":[-53.2298,-27.527]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.273,-27.481],[-53.188,-27.494],[-53.197,-27.523],[-53.168,-27.537],[-53.256,-27.584],[-53.273,-27.481]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314464\",\"name\":\"Pinhal da Serra\",\"centroid\":[-51.2174,-27.8549]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.308,-27.719],[-51.243,-27.775],[-51.087,-27.831],[-51.055,-27.887],[-51.113,-27.936],[-51.243,-27.974],[-51.277,-27.842],[-51.325,-27.875],[-51.382,-27.846],[-51.334,-27.752],[-51.297,-27.75],[-51.308,-27.719]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314472\",\"name\":\"Pinhal Grande\",\"centroid\":[-53.3344,-29.2905]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.328,-29.169],[-53.284,-29.204],[-53.248,-29.192],[-53.249,-29.238],[-53.21,-29.265],[-53.247,-29.289],[-53.228,-29.404],[-53.312,-29.437],[-53.364,-29.355],[-53.467,-29.308],[-53.442,-29.184],[-53.348,-29.192],[-53.328,-29.169]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314498\",\"name\":\"Pinheirinho do Vale\",\"centroid\":[-53.6302,-27.2231]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.647,-27.193],[-53.642,-27.22],[-53.585,-27.195],[-53.553,-27.237],[-53.613,-27.285],[-53.717,-27.182],[-53.666,-27.162],[-53.647,-27.193]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314506\",\"name\":\"Pinheiro Machado\",\"centroid\":[-53.416,-31.4078]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.435,-30.949],[-53.385,-30.988],[-53.262,-31.01],[-53.224,-30.99],[-53.166,-31.024],[-53.24,-31.157],[-53.267,-31.131],[-53.354,-31.188],[-53.337,-31.226],[-53.386,-31.314],[-53.364,-31.393],[-53.28,-31.42],[-53.288,-31.487],[-53.166,-31.537],[-53.219,-31.548],[-53.303,-31.631],[-53.33,-31.7],[-53.315,-31.793],[-53.257,-31.863],[-53.442,-31.839],[-53.499,-31.75],[-53.499,-31.674],[-53.622,-31.604],[-53.587,-31.582],[-53.604,-31.47],[-53.561,-31.391],[-53.615,-31.385],[-53.65,-31.338],[-53.551,-31.229],[-53.529,-31.248],[-53.48,-31.121],[-53.49,-31.037],[-53.446,-31.016],[-53.435,-30.949]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314555\",\"name\":\"Pirapó\",\"centroid\":[-55.2387,-28.0752]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.309,-27.995],[-55.213,-28.004],[-55.243,-28.018],[-55.224,-28.037],[-55.182,-28.013],[-55.143,-28.086],[-55.099,-28.065],[-55.152,-28.098],[-55.125,-28.144],[-55.146,-28.187],[-55.264,-28.137],[-55.322,-28.053],[-55.369,-28.043],[-55.373,-27.975],[-55.309,-27.995]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314605\",\"name\":\"Piratini\",\"centroid\":[-53.1017,-31.4361]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.989,-30.93],[-52.858,-30.927],[-52.915,-31.058],[-52.945,-31.067],[-52.91,-31.145],[-52.906,-31.313],[-52.918,-31.4],[-52.992,-31.535],[-52.929,-31.609],[-52.94,-31.644],[-52.888,-31.679],[-52.898,-31.731],[-52.867,-31.771],[-52.893,-31.803],[-52.825,-31.858],[-52.884,-31.889],[-52.935,-31.864],[-53.238,-31.886],[-53.303,-31.817],[-53.332,-31.712],[-53.303,-31.631],[-53.219,-31.548],[-53.166,-31.537],[-53.288,-31.487],[-53.28,-31.42],[-53.383,-31.371],[-53.386,-31.314],[-53.337,-31.226],[-53.354,-31.188],[-53.267,-31.131],[-53.24,-31.157],[-53.131,-30.992],[-53.086,-30.969],[-53.022,-30.985],[-53.024,-30.923],[-52.989,-30.93]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314704\",\"name\":\"Planalto\",\"centroid\":[-53.0803,-27.338]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.067,-27.274],[-53.008,-27.323],[-52.951,-27.308],[-52.955,-27.371],[-53.044,-27.393],[-53.075,-27.373],[-53.124,-27.434],[-53.144,-27.408],[-53.113,-27.376],[-53.213,-27.325],[-53.205,-27.294],[-53.067,-27.274]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314753\",\"name\":\"Poço das Antas\",\"centroid\":[-51.6435,-29.4431]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.64,-29.417],[-51.643,-29.442],[-51.591,-29.43],[-51.57,-29.456],[-51.691,-29.47],[-51.691,-29.423],[-51.61,-29.401],[-51.64,-29.417]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314779\",\"name\":\"Pontão\",\"centroid\":[-52.642,-28.0324]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.696,-27.913],[-52.551,-27.965],[-52.491,-28.067],[-52.497,-28.129],[-52.571,-28.124],[-52.651,-28.171],[-52.659,-28.122],[-52.754,-28.036],[-52.836,-28.048],[-52.815,-27.999],[-52.696,-27.913]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314787\",\"name\":\"Ponte Preta\",\"centroid\":[-52.5111,-27.6553]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.545,-27.605],[-52.445,-27.631],[-52.492,-27.725],[-52.496,-27.695],[-52.575,-27.684],[-52.545,-27.605]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314803\",\"name\":\"Portão\",\"centroid\":[-51.2472,-29.7055]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.273,-29.58],[-51.237,-29.581],[-51.219,-29.682],[-51.193,-29.68],[-51.192,-29.804],[-51.307,-29.776],[-51.273,-29.58]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314902\",\"name\":\"Porto Alegre\",\"centroid\":[-51.1695,-30.0998]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.233,-29.937],[-51.2,-29.971],[-51.089,-29.963],[-51.111,-30.104],[-51.078,-30.178],[-51.012,-30.198],[-51.063,-30.249],[-51.169,-30.264],[-51.151,-30.246],[-51.192,-30.242],[-51.198,-30.194],[-51.248,-30.186],[-51.23,-30.137],[-51.288,-30.122],[-51.23,-30.043],[-51.292,-30.064],[-51.262,-30.011],[-51.305,-29.95],[-51.233,-29.937]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315008\",\"name\":\"Porto Lucena\",\"centroid\":[-54.9623,-27.8522]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.021,-27.795],[-54.963,-27.789],[-54.956,-27.821],[-54.852,-27.783],[-54.862,-27.834],[-54.82,-27.859],[-54.892,-27.855],[-54.89,-27.909],[-54.951,-27.935],[-54.988,-27.905],[-55.048,-27.922],[-55.051,-27.852],[-55.024,-27.834],[-55.084,-27.787],[-55.049,-27.769],[-55.021,-27.795]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315057\",\"name\":\"Porto Mauá\",\"centroid\":[-54.6559,-27.5933]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.63,-27.568],[-54.589,-27.576],[-54.641,-27.662],[-54.736,-27.58],[-54.673,-27.57],[-54.671,-27.505],[-54.63,-27.568]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315073\",\"name\":\"Porto Vera Cruz\",\"centroid\":[-54.8866,-27.7551]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.861,-27.69],[-54.819,-27.705],[-54.836,-27.787],[-54.956,-27.821],[-54.95,-27.797],[-54.998,-27.791],[-54.936,-27.772],[-54.902,-27.699],[-54.861,-27.69]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315107\",\"name\":\"Porto Xavier\",\"centroid\":[-55.1406,-27.9375]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.048,-27.882],[-55.072,-28.009],[-55.108,-28.033],[-55.157,-28.034],[-55.212,-27.954],[-55.277,-27.95],[-55.196,-27.856],[-55.133,-27.897],[-55.121,-27.853],[-55.081,-27.843],[-55.048,-27.882]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315131\",\"name\":\"Pouso Novo\",\"centroid\":[-52.2303,-29.1605]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.203,-29.101],[-52.171,-29.229],[-52.29,-29.174],[-52.29,-29.129],[-52.203,-29.101]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315149\",\"name\":\"Presidente Lucena\",\"centroid\":[-51.1711,-29.5268]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.172,-29.493],[-51.112,-29.51],[-51.116,-29.544],[-51.218,-29.557],[-51.235,-29.526],[-51.172,-29.493]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315156\",\"name\":\"Progresso\",\"centroid\":[-52.3156,-29.2238]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.342,-29.14],[-52.248,-29.199],[-52.247,-29.241],[-52.206,-29.221],[-52.199,-29.299],[-52.246,-29.314],[-52.417,-29.235],[-52.425,-29.146],[-52.342,-29.14]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315172\",\"name\":\"Protásio Alves\",\"centroid\":[-51.4889,-28.7374]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.466,-28.649],[-51.424,-28.744],[-51.46,-28.791],[-51.433,-28.801],[-51.465,-28.802],[-51.443,-28.846],[-51.462,-28.856],[-51.574,-28.698],[-51.466,-28.649]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315206\",\"name\":\"Putinga\",\"centroid\":[-52.1444,-29.0293]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.16,-28.954],[-52.053,-29.008],[-52.046,-29.058],[-52.194,-29.117],[-52.228,-28.964],[-52.16,-28.954]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315305\",\"name\":\"Quaraí\",\"centroid\":[-56.1475,-30.2788]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-56.02,-30.081],[-55.874,-30.068],[-55.873,-30.134],[-55.768,-30.168],[-55.745,-30.23],[-55.675,-30.226],[-55.676,-30.387],[-55.832,-30.432],[-56.057,-30.435],[-56.28,-30.535],[-56.329,-30.53],[-56.461,-30.385],[-56.489,-30.399],[-56.545,-30.36],[-56.54,-30.314],[-56.617,-30.301],[-56.612,-30.262],[-56.667,-30.218],[-56.546,-30.134],[-56.512,-30.159],[-56.405,-30.116],[-56.278,-30.114],[-56.15,-30.055],[-56.108,-30.084],[-56.043,-30.047],[-56.02,-30.081]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315313\",\"name\":\"Quatro Irmãos\",\"centroid\":[-52.4769,-27.8466]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.445,-27.737],[-52.398,-27.777],[-52.368,-27.751],[-52.322,-27.763],[-52.462,-27.909],[-52.541,-27.956],[-52.61,-27.946],[-52.575,-27.918],[-52.598,-27.886],[-52.445,-27.737]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315321\",\"name\":\"Quevedos\",\"centroid\":[-54.0697,-29.3143]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.942,-29.19],[-53.913,-29.24],[-53.987,-29.298],[-54.015,-29.359],[-53.999,-29.394],[-54.105,-29.473],[-54.15,-29.482],[-54.164,-29.458],[-54.191,-29.482],[-54.211,-29.443],[-54.189,-29.354],[-54.157,-29.285],[-54.05,-29.188],[-54.025,-29.103],[-53.942,-29.19]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315354\",\"name\":\"Quinze de Novembro\",\"centroid\":[-53.1135,-28.7598]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.233,-28.686],[-53.18,-28.725],[-53.129,-28.696],[-53.018,-28.703],[-53.085,-28.872],[-53.132,-28.871],[-53.112,-28.817],[-53.151,-28.796],[-53.124,-28.755],[-53.261,-28.73],[-53.233,-28.686]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315404\",\"name\":\"Redentora\",\"centroid\":[-53.6334,-27.5769]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.643,-27.432],[-53.608,-27.477],[-53.553,-27.456],[-53.594,-27.563],[-53.569,-27.565],[-53.586,-27.589],[-53.557,-27.643],[-53.582,-27.629],[-53.579,-27.681],[-53.631,-27.709],[-53.735,-27.661],[-53.668,-27.603],[-53.659,-27.54],[-53.701,-27.447],[-53.643,-27.432]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315453\",\"name\":\"Relvado\",\"centroid\":[-52.0691,-29.1176]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.042,-29.059],[-51.98,-29.152],[-52.085,-29.17],[-52.137,-29.135],[-52.151,-29.088],[-52.042,-29.059]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315503\",\"name\":\"Restinga Seca\",\"centroid\":[-53.3396,-29.8179]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.405,-29.626],[-53.283,-29.689],[-53.29,-29.731],[-53.253,-29.731],[-53.276,-29.799],[-53.201,-29.837],[-53.18,-29.774],[-53.16,-29.781],[-53.109,-29.852],[-53.119,-29.922],[-53.083,-29.93],[-53.09,-29.966],[-53.238,-29.969],[-53.548,-29.867],[-53.557,-29.791],[-53.516,-29.77],[-53.547,-29.714],[-53.405,-29.626]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315552\",\"name\":\"Rio dos Índios\",\"centroid\":[-52.8774,-27.2511]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.937,-27.197],[-52.858,-27.167],[-52.84,-27.209],[-52.8,-27.202],[-52.794,-27.292],[-52.834,-27.335],[-52.958,-27.291],[-52.959,-27.163],[-52.937,-27.197]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315602\",\"name\":\"Rio Grande\",\"centroid\":[-52.4038,-32.2284]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.215,-31.799],[-52.25,-31.875],[-52.113,-31.955],[-52.15,-31.928],[-52.15,-31.95],[-52.218,-31.959],[-52.248,-32.051],[-52.201,-32.04],[-52.238,-32.078],[-52.217,-32.084],[-52.098,-32.022],[-52.201,-32.024],[-52.185,-31.981],[-52.122,-31.98],[-52.149,-31.957],[-52.128,-31.958],[-52.096,-31.996],[-52.108,-32.027],[-52.063,-32.046],[-52.138,-32.061],[-52.157,-32.112],[-52.084,-32.061],[-52.105,-32.107],[-52.083,-32.183],[-52.117,-32.166],[-52.262,-32.295],[-52.425,-32.642],[-52.62,-32.638],[-52.593,-32.492],[-52.694,-32.317],[-52.656,-32.205],[-52.619,-32.132],[-52.409,-32.039],[-52.383,-31.806],[-52.303,-31.774],[-52.215,-31.799]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315701\",\"name\":\"Rio Pardo\",\"centroid\":[-52.4383,-30.0241]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.589,-29.791],[-52.504,-29.839],[-52.459,-29.924],[-52.399,-29.84],[-52.313,-29.835],[-52.296,-29.872],[-52.177,-29.826],[-52.186,-29.93],[-52.104,-29.945],[-52.139,-29.939],[-52.154,-29.977],[-52.169,-30.125],[-52.135,-30.217],[-52.177,-30.276],[-52.163,-30.322],[-52.209,-30.259],[-52.277,-30.263],[-52.291,-30.153],[-52.256,-30.142],[-52.334,-30.164],[-52.418,-30.078],[-52.524,-30.101],[-52.557,-30.172],[-52.532,-30.218],[-52.532,-30.279],[-52.559,-30.285],[-52.535,-30.355],[-52.578,-30.373],[-52.608,-30.339],[-52.69,-30.061],[-52.665,-30.025],[-52.605,-30.026],[-52.685,-29.999],[-52.755,-29.848],[-52.74,-29.804],[-52.589,-29.791]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315750\",\"name\":\"Riozinho\",\"centroid\":[-50.4005,-29.6119]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.348,-29.494],[-50.355,-29.551],[-50.325,-29.588],[-50.359,-29.631],[-50.313,-29.674],[-50.384,-29.718],[-50.48,-29.657],[-50.484,-29.6],[-50.422,-29.52],[-50.348,-29.494]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315800\",\"name\":\"Roca Sales\",\"centroid\":[-51.8278,-29.2585]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.842,-29.151],[-51.822,-29.183],[-51.757,-29.187],[-51.754,-29.26],[-51.801,-29.259],[-51.775,-29.342],[-51.91,-29.352],[-51.852,-29.232],[-51.894,-29.175],[-51.842,-29.151]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315909\",\"name\":\"Rodeio Bonito\",\"centroid\":[-53.1746,-27.4644]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.142,-27.405],[-53.12,-27.458],[-53.153,-27.473],[-53.121,-27.494],[-53.161,-27.496],[-53.131,-27.516],[-53.194,-27.52],[-53.213,-27.485],[-53.243,-27.502],[-53.201,-27.421],[-53.142,-27.405]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315958\",\"name\":\"Rolador\",\"centroid\":[-54.8241,-28.2559]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.769,-28.186],[-54.733,-28.181],[-54.749,-28.314],[-54.789,-28.365],[-54.867,-28.373],[-54.845,-28.335],[-54.958,-28.186],[-54.932,-28.201],[-54.899,-28.164],[-54.883,-28.202],[-54.855,-28.161],[-54.792,-28.189],[-54.778,-28.151],[-54.769,-28.186]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316006\",\"name\":\"Rolante\",\"centroid\":[-50.5545,-29.6373]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.48,-29.657],[-50.444,-29.691],[-50.572,-29.734],[-50.683,-29.677],[-50.589,-29.553],[-50.432,-29.538],[-50.484,-29.6],[-50.48,-29.657]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316105\",\"name\":\"Ronda Alta\",\"centroid\":[-52.7531,-27.8062]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.838,-27.673],[-52.736,-27.693],[-52.705,-27.797],[-52.676,-27.796],[-52.647,-27.876],[-52.6,-27.873],[-52.582,-27.929],[-52.765,-27.93],[-52.781,-27.826],[-52.861,-27.805],[-52.894,-27.75],[-52.854,-27.701],[-52.898,-27.703],[-52.881,-27.672],[-52.838,-27.673]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316204\",\"name\":\"Rondinha\",\"centroid\":[-52.8922,-27.835]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.882,-27.76],[-52.861,-27.805],[-52.781,-27.826],[-52.772,-27.915],[-52.987,-27.872],[-52.986,-27.837],[-53.032,-27.816],[-52.976,-27.788],[-52.985,-27.762],[-52.942,-27.77],[-52.912,-27.738],[-52.882,-27.76]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316303\",\"name\":\"Roque Gonzales\",\"centroid\":[-55.0805,-28.0642]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.248,-27.955],[-55.212,-27.954],[-55.15,-28.037],[-55.05,-28.002],[-54.99,-28.055],[-54.927,-28.057],[-54.936,-28.178],[-54.966,-28.192],[-55.007,-28.141],[-54.991,-28.169],[-55.037,-28.18],[-55.031,-28.139],[-55.066,-28.143],[-55.049,-28.117],[-55.088,-28.126],[-55.115,-28.093],[-55.099,-28.065],[-55.143,-28.086],[-55.182,-28.013],[-55.224,-28.037],[-55.243,-28.018],[-55.213,-28.004],[-55.337,-27.966],[-55.316,-27.924],[-55.248,-27.955]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316402\",\"name\":\"Rosário do Sul\",\"centroid\":[-55.1072,-30.3222]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.752,-30.017],[-54.702,-30.029],[-54.627,-30.12],[-54.729,-30.293],[-54.877,-30.274],[-54.803,-30.324],[-54.794,-30.386],[-54.71,-30.48],[-54.747,-30.517],[-54.723,-30.617],[-54.847,-30.735],[-55.018,-30.719],[-55.009,-30.687],[-55.055,-30.627],[-55.054,-30.504],[-54.984,-30.493],[-54.975,-30.445],[-55.008,-30.475],[-55.102,-30.443],[-55.254,-30.528],[-55.298,-30.519],[-55.441,-30.415],[-55.599,-30.384],[-55.642,-30.329],[-55.623,-30.306],[-55.69,-30.256],[-55.642,-30.216],[-55.673,-30.198],[-55.647,-30.161],[-55.671,-30.103],[-55.538,-30.163],[-55.465,-30.073],[-55.289,-30.103],[-55.096,-30.032],[-55.06,-30.144],[-54.931,-30.062],[-54.816,-30.107],[-54.752,-30.017]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316428\",\"name\":\"Sagrada Família\",\"centroid\":[-53.1318,-27.7075]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.11,-27.655],[-53.072,-27.67],[-53.103,-27.68],[-53.081,-27.714],[-53.112,-27.714],[-53.067,-27.728],[-53.179,-27.757],[-53.197,-27.732],[-53.151,-27.699],[-53.155,-27.661],[-53.11,-27.655]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316436\",\"name\":\"Saldanha Marinho\",\"centroid\":[-53.0948,-28.3866]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.091,-28.277],[-53.021,-28.317],[-53.041,-28.375],[-52.989,-28.372],[-53.057,-28.397],[-53.087,-28.498],[-53.137,-28.479],[-53.171,-28.416],[-53.091,-28.277]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316451\",\"name\":\"Salto do Jacuí\",\"centroid\":[-53.2562,-29.0672]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.215,-28.955],[-53.177,-29.025],[-53.108,-29.05],[-53.075,-29.125],[-53.018,-29.157],[-53.063,-29.156],[-53.064,-29.182],[-53.094,-29.139],[-53.277,-29.145],[-53.445,-29.086],[-53.449,-29.047],[-53.368,-28.974],[-53.317,-29.021],[-53.258,-28.959],[-53.215,-28.955]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316477\",\"name\":\"Salvador das Missões\",\"centroid\":[-54.8297,-28.097]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.863,-28.008],[-54.811,-28.02],[-54.792,-28.189],[-54.855,-28.161],[-54.863,-28.008]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316501\",\"name\":\"Salvador do Sul\",\"centroid\":[-51.5324,-29.4645]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.572,-29.428],[-51.472,-29.438],[-51.457,-29.495],[-51.521,-29.512],[-51.601,-29.475],[-51.57,-29.456],[-51.591,-29.43],[-51.643,-29.442],[-51.64,-29.417],[-51.572,-29.428]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316600\",\"name\":\"Sananduva\",\"centroid\":[-51.7994,-27.9583]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.939,-27.79],[-51.822,-27.86],[-51.748,-27.855],[-51.736,-27.939],[-51.685,-27.994],[-51.645,-27.993],[-51.676,-28.024],[-51.645,-28.017],[-51.633,-28.047],[-51.703,-28.138],[-51.775,-28.027],[-51.926,-28],[-51.919,-27.846],[-51.961,-27.813],[-51.939,-27.79]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317103\",\"name\":\"Sant' Ana do Livramento\",\"centroid\":[-55.5589,-30.7401]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.665,-30.276],[-55.623,-30.306],[-55.642,-30.329],[-55.599,-30.384],[-55.441,-30.415],[-55.298,-30.519],[-55.254,-30.528],[-55.102,-30.443],[-55.008,-30.475],[-54.975,-30.445],[-54.984,-30.493],[-55.054,-30.504],[-55.055,-30.627],[-55.009,-30.687],[-55.028,-30.855],[-55.146,-30.98],[-55.032,-31.289],[-55.056,-31.332],[-55.239,-31.261],[-55.29,-31.144],[-55.338,-31.134],[-55.351,-31.038],[-55.424,-31.017],[-55.44,-30.96],[-55.486,-30.948],[-55.578,-30.833],[-55.657,-30.864],[-55.665,-30.954],[-55.723,-30.943],[-55.727,-30.979],[-55.882,-31.077],[-56.01,-31.081],[-55.989,-30.859],[-56.011,-30.809],[-56.069,-30.747],[-56.129,-30.738],[-56.17,-30.615],[-56.26,-30.586],[-56.289,-30.532],[-56.057,-30.435],[-55.708,-30.406],[-55.676,-30.387],[-55.665,-30.276]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316709\",\"name\":\"Santa Bárbara do Sul\",\"centroid\":[-53.2832,-28.3755]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.196,-28.159],[-53.117,-28.262],[-53.115,-28.328],[-53.168,-28.377],[-53.137,-28.479],[-53.181,-28.489],[-53.244,-28.446],[-53.262,-28.567],[-53.42,-28.589],[-53.464,-28.536],[-53.417,-28.411],[-53.373,-28.386],[-53.4,-28.243],[-53.331,-28.233],[-53.281,-28.166],[-53.196,-28.159]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316733\",\"name\":\"Santa Cecília do Sul\",\"centroid\":[-51.8966,-28.1849]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.971,-28.106],[-51.796,-28.166],[-51.798,-28.212],[-51.846,-28.246],[-51.903,-28.21],[-51.968,-28.278],[-51.971,-28.106]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316758\",\"name\":\"Santa Clara do Sul\",\"centroid\":[-52.1325,-29.4553]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.223,-29.421],[-52.042,-29.445],[-52.053,-29.484],[-52.142,-29.484],[-52.218,-29.456],[-52.223,-29.421]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316808\",\"name\":\"Santa Cruz do Sul\",\"centroid\":[-52.4052,-29.6456]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.39,-29.375],[-52.353,-29.429],[-52.299,-29.673],[-52.334,-29.724],[-52.304,-29.808],[-52.325,-29.84],[-52.399,-29.84],[-52.459,-29.924],[-52.487,-29.81],[-52.464,-29.665],[-52.564,-29.584],[-52.44,-29.54],[-52.457,-29.399],[-52.39,-29.375]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316972\",\"name\":\"Santa Margarida do Sul\",\"centroid\":[-54.095,-30.3707]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.097,-30.188],[-54.011,-30.238],[-54.024,-30.264],[-53.964,-30.338],[-53.937,-30.416],[-53.974,-30.443],[-53.96,-30.481],[-53.882,-30.506],[-53.934,-30.574],[-54.072,-30.54],[-54.084,-30.458],[-54.156,-30.538],[-54.153,-30.51],[-54.271,-30.396],[-54.244,-30.345],[-54.256,-30.224],[-54.141,-30.167],[-54.097,-30.188]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316907\",\"name\":\"Santa Maria\",\"centroid\":[-53.8245,-29.7837]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.701,-29.549],[-53.627,-29.604],[-53.649,-29.622],[-53.631,-29.67],[-53.541,-29.705],[-53.516,-29.77],[-53.557,-29.791],[-53.548,-29.867],[-53.659,-29.891],[-53.783,-30.001],[-54.004,-29.984],[-54.076,-29.876],[-54.028,-29.87],[-53.95,-29.798],[-54.09,-29.763],[-54.086,-29.725],[-54.132,-29.686],[-54.075,-29.638],[-53.979,-29.622],[-53.999,-29.567],[-53.952,-29.575],[-53.953,-29.609],[-53.838,-29.593],[-53.779,-29.655],[-53.715,-29.644],[-53.701,-29.549]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316956\",\"name\":\"Santa Maria do Herval\",\"centroid\":[-50.9601,-29.4763]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.981,-29.39],[-50.91,-29.45],[-50.898,-29.551],[-50.951,-29.554],[-50.964,-29.518],[-51.061,-29.483],[-51.012,-29.479],[-51.02,-29.437],[-50.981,-29.39]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317202\",\"name\":\"Santa Rosa\",\"centroid\":[-54.4974,-27.8628]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.423,-27.724],[-54.358,-27.773],[-54.383,-27.793],[-54.357,-27.81],[-54.382,-27.818],[-54.38,-27.916],[-54.424,-27.923],[-54.474,-27.984],[-54.553,-27.98],[-54.685,-27.889],[-54.551,-27.836],[-54.6,-27.801],[-54.543,-27.757],[-54.47,-27.79],[-54.434,-27.697],[-54.423,-27.724]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317251\",\"name\":\"Santa Tereza\",\"centroid\":[-51.7092,-29.1657]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.671,-29.178],[-51.654,-29.199],[-51.678,-29.213],[-51.749,-29.208],[-51.725,-29.077],[-51.671,-29.178]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317301\",\"name\":\"Santa Vitória do Palmar\",\"centroid\":[-53.0102,-33.159]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.612,-32.634],[-52.425,-32.642],[-52.511,-32.903],[-52.738,-33.25],[-53.373,-33.745],[-53.423,-33.744],[-53.3,-33.662],[-53.414,-33.561],[-53.532,-33.689],[-53.508,-33.528],[-53.461,-33.575],[-53.434,-33.5],[-53.47,-33.26],[-53.411,-33.108],[-53.412,-33.163],[-53.319,-33.054],[-53.313,-33.093],[-53.261,-33.109],[-53.159,-32.969],[-53.142,-32.806],[-53.072,-32.833],[-52.988,-32.743],[-53.001,-32.794],[-52.96,-32.841],[-52.862,-32.909],[-52.804,-32.906],[-52.612,-32.634]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317004\",\"name\":\"Santana da Boa Vista\",\"centroid\":[-53.1749,-30.819]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.192,-30.504],[-53.123,-30.609],[-53.048,-30.665],[-52.997,-30.666],[-52.949,-30.74],[-52.948,-30.83],[-53.014,-30.896],[-53.022,-30.985],[-53.086,-30.969],[-53.147,-31.03],[-53.224,-30.99],[-53.262,-31.01],[-53.401,-30.982],[-53.432,-30.895],[-53.389,-30.78],[-53.216,-30.769],[-53.181,-30.695],[-53.187,-30.641],[-53.248,-30.573],[-53.213,-30.451],[-53.192,-30.504]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317400\",\"name\":\"Santiago\",\"centroid\":[-54.7966,-29.1252]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.954,-28.809],[-54.842,-28.834],[-54.765,-28.933],[-54.71,-28.954],[-54.691,-29.034],[-54.645,-29.048],[-54.641,-29.133],[-54.588,-29.122],[-54.534,-29.182],[-54.426,-29.089],[-54.366,-29.187],[-54.431,-29.237],[-54.43,-29.304],[-54.563,-29.315],[-54.59,-29.364],[-54.625,-29.313],[-54.69,-29.32],[-54.686,-29.394],[-54.739,-29.395],[-54.774,-29.347],[-54.845,-29.346],[-54.834,-29.318],[-54.94,-29.325],[-55.019,-29.243],[-55.132,-29.198],[-55.028,-29.066],[-54.987,-29.055],[-55.103,-28.903],[-55.024,-28.898],[-55.053,-28.845],[-54.954,-28.809]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317509\",\"name\":\"Santo Ângelo\",\"centroid\":[-54.2916,-28.248]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.396,-28.158],[-54.18,-28.138],[-54.126,-28.185],[-54.101,-28.276],[-54.143,-28.337],[-54.225,-28.339],[-54.216,-28.365],[-54.251,-28.349],[-54.233,-28.323],[-54.278,-28.358],[-54.295,-28.312],[-54.333,-28.318],[-54.351,-28.354],[-54.395,-28.346],[-54.394,-28.314],[-54.483,-28.329],[-54.464,-28.292],[-54.496,-28.317],[-54.509,-28.275],[-54.508,-28.317],[-54.54,-28.301],[-54.45,-28.226],[-54.451,-28.194],[-54.41,-28.193],[-54.411,-28.135],[-54.396,-28.158]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317608\",\"name\":\"Santo Antônio da Patrulha\",\"centroid\":[-50.5586,-29.8771]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.607,-29.698],[-50.572,-29.734],[-50.449,-29.68],[-50.404,-29.705],[-50.484,-29.786],[-50.372,-29.858],[-50.399,-29.971],[-50.459,-30.016],[-50.456,-30.051],[-50.678,-30.053],[-50.713,-30.011],[-50.679,-29.862],[-50.752,-29.788],[-50.699,-29.795],[-50.689,-29.68],[-50.607,-29.698]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317707\",\"name\":\"Santo Antônio das Missões\",\"centroid\":[-55.4254,-28.4912]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.286,-28.226],[-55.287,-28.256],[-55.327,-28.249],[-55.322,-28.28],[-55.284,-28.275],[-55.281,-28.304],[-55.312,-28.306],[-55.22,-28.292],[-55.176,-28.353],[-55.209,-28.395],[-55.154,-28.409],[-55.205,-28.543],[-55.238,-28.549],[-55.255,-28.638],[-55.33,-28.667],[-55.485,-28.661],[-55.516,-28.707],[-55.717,-28.657],[-55.699,-28.626],[-55.77,-28.582],[-55.679,-28.498],[-55.528,-28.457],[-55.499,-28.366],[-55.525,-28.343],[-55.486,-28.272],[-55.443,-28.248],[-55.383,-28.304],[-55.326,-28.209],[-55.286,-28.226]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317558\",\"name\":\"Santo Antônio do Palma\",\"centroid\":[-52.0026,-28.4922]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.976,-28.444],[-51.926,-28.476],[-51.925,-28.52],[-52.094,-28.532],[-52.056,-28.463],[-51.976,-28.444]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317756\",\"name\":\"Santo Antônio do Planalto\",\"centroid\":[-52.6823,-28.3683]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.642,-28.29],[-52.585,-28.306],[-52.649,-28.372],[-52.631,-28.429],[-52.701,-28.468],[-52.774,-28.37],[-52.727,-28.351],[-52.708,-28.287],[-52.642,-28.29]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317806\",\"name\":\"Santo Augusto\",\"centroid\":[-53.7535,-27.9033]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.78,-27.754],[-53.719,-27.805],[-53.687,-27.931],[-53.638,-27.935],[-53.616,-27.984],[-53.568,-28.001],[-53.585,-28.039],[-53.658,-28.034],[-53.696,-27.987],[-53.809,-27.982],[-53.887,-27.916],[-53.866,-27.838],[-53.81,-27.822],[-53.878,-27.79],[-53.78,-27.754]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317905\",\"name\":\"Santo Cristo\",\"centroid\":[-54.7101,-27.8004]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.668,-27.7],[-54.551,-27.836],[-54.685,-27.889],[-54.862,-27.834],[-54.832,-27.742],[-54.783,-27.762],[-54.757,-27.722],[-54.668,-27.7]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317954\",\"name\":\"Santo Expedito do Sul\",\"centroid\":[-51.657,-27.9237]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.622,-27.861],[-51.587,-27.898],[-51.599,-27.955],[-51.685,-27.994],[-51.739,-27.9],[-51.622,-27.861]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318002\",\"name\":\"São Borja\",\"centroid\":[-55.7944,-28.7477]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.583,-28.339],[-55.506,-28.403],[-55.528,-28.457],[-55.679,-28.498],[-55.769,-28.594],[-55.699,-28.626],[-55.717,-28.657],[-55.572,-28.676],[-55.534,-28.73],[-55.497,-28.731],[-55.503,-28.764],[-55.419,-28.844],[-55.431,-28.862],[-55.367,-28.88],[-55.372,-28.92],[-55.292,-28.991],[-55.385,-28.976],[-55.412,-29.047],[-55.465,-29.082],[-55.504,-29],[-55.67,-29.019],[-55.726,-28.982],[-55.817,-28.992],[-56.065,-28.913],[-56.075,-28.857],[-56.107,-28.848],[-56.164,-28.862],[-56.231,-28.937],[-56.324,-28.924],[-56.293,-28.797],[-56.189,-28.772],[-56.002,-28.598],[-56.011,-28.507],[-55.886,-28.48],[-55.902,-28.406],[-55.877,-28.361],[-55.753,-28.369],[-55.696,-28.425],[-55.583,-28.339]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318051\",\"name\":\"São Domingos do Sul\",\"centroid\":[-51.8685,-28.5336]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.888,-28.482],[-51.803,-28.527],[-51.838,-28.585],[-51.915,-28.561],[-51.92,-28.494],[-51.888,-28.482]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318101\",\"name\":\"São Francisco de Assis\",\"centroid\":[-55.132,-29.4454]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.235,-29.188],[-55.081,-29.209],[-54.9,-29.342],[-54.831,-29.488],[-54.862,-29.544],[-54.784,-29.597],[-54.831,-29.665],[-54.922,-29.663],[-55.01,-29.71],[-55.09,-29.646],[-55.133,-29.694],[-55.191,-29.696],[-55.243,-29.62],[-55.326,-29.642],[-55.378,-29.614],[-55.329,-29.517],[-55.357,-29.445],[-55.439,-29.396],[-55.43,-29.362],[-55.482,-29.379],[-55.459,-29.325],[-55.416,-29.321],[-55.459,-29.215],[-55.398,-29.204],[-55.401,-29.234],[-55.374,-29.237],[-55.361,-29.206],[-55.336,-29.223],[-55.235,-29.188]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318200\",\"name\":\"São Francisco de Paula\",\"centroid\":[-50.5587,-29.1998]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.745,-28.793],[-50.604,-28.81],[-50.549,-28.864],[-50.561,-28.887],[-50.475,-28.937],[-50.431,-29.075],[-50.444,-29.129],[-50.366,-29.103],[-50.301,-29.293],[-50.128,-29.303],[-50.123,-29.281],[-50.037,-29.351],[-50.07,-29.361],[-50.109,-29.323],[-50.203,-29.368],[-50.191,-29.34],[-50.252,-29.333],[-50.239,-29.396],[-50.199,-29.407],[-50.249,-29.411],[-50.202,-29.455],[-50.218,-29.481],[-50.15,-29.475],[-50.188,-29.506],[-50.168,-29.536],[-50.222,-29.511],[-50.214,-29.486],[-50.292,-29.506],[-50.266,-29.454],[-50.292,-29.467],[-50.316,-29.433],[-50.323,-29.473],[-50.432,-29.538],[-50.63,-29.559],[-50.673,-29.472],[-50.715,-29.455],[-50.66,-29.431],[-50.645,-29.378],[-50.692,-29.322],[-50.743,-29.327],[-50.761,-29.277],[-50.854,-29.262],[-50.838,-29.131],[-50.914,-29.119],[-50.908,-29.083],[-50.944,-29.071],[-50.876,-29.071],[-50.786,-29.009],[-50.784,-28.979],[-50.818,-28.967],[-50.787,-28.941],[-50.82,-28.893],[-50.794,-28.874],[-50.85,-28.819],[-50.787,-28.815],[-50.758,-28.772],[-50.745,-28.793]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318309\",\"name\":\"São Gabriel\",\"centroid\":[-54.3606,-30.3072]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.183,-29.928],[-54.051,-29.912],[-54.004,-29.984],[-53.869,-29.994],[-53.958,-30.122],[-53.954,-30.207],[-53.989,-30.247],[-54.141,-30.167],[-54.269,-30.247],[-54.244,-30.345],[-54.271,-30.396],[-54.153,-30.51],[-54.156,-30.538],[-54.084,-30.458],[-54.072,-30.54],[-53.942,-30.559],[-54.018,-30.693],[-54.136,-30.71],[-54.157,-30.777],[-54.321,-30.718],[-54.342,-30.737],[-54.438,-30.623],[-54.675,-30.605],[-54.689,-30.628],[-54.747,-30.517],[-54.711,-30.503],[-54.712,-30.465],[-54.794,-30.386],[-54.803,-30.324],[-54.877,-30.274],[-54.739,-30.294],[-54.698,-30.271],[-54.691,-30.2],[-54.627,-30.12],[-54.702,-30.029],[-54.639,-30.025],[-54.586,-29.963],[-54.499,-29.933],[-54.452,-29.96],[-54.286,-29.932],[-54.247,-29.893],[-54.183,-29.928]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318408\",\"name\":\"São Jerônimo\",\"centroid\":[-51.9139,-30.2965]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.618,-29.945],[-51.811,-30.1],[-51.802,-30.148],[-51.85,-30.203],[-51.839,-30.311],[-51.868,-30.318],[-51.843,-30.349],[-51.928,-30.424],[-51.901,-30.447],[-51.925,-30.498],[-51.904,-30.576],[-51.972,-30.637],[-51.986,-30.567],[-52.158,-30.442],[-52.037,-30.397],[-51.985,-30.25],[-51.842,-30.173],[-51.857,-30.132],[-51.833,-30.113],[-51.912,-30.054],[-51.857,-30.038],[-51.847,-29.97],[-51.618,-29.945]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318424\",\"name\":\"São João da Urtiga\",\"centroid\":[-51.8378,-27.7937]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.837,-27.751],[-51.745,-27.774],[-51.764,-27.802],[-51.737,-27.841],[-51.799,-27.867],[-51.939,-27.79],[-51.929,-27.766],[-51.911,-27.782],[-51.928,-27.758],[-51.9,-27.712],[-51.837,-27.751]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318432\",\"name\":\"São João do Polêsine\",\"centroid\":[-53.4702,-29.649]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.454,-29.589],[-53.383,-29.632],[-53.541,-29.705],[-53.547,-29.66],[-53.467,-29.639],[-53.454,-29.589]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318440\",\"name\":\"São Jorge\",\"centroid\":[-51.7127,-28.4982]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.723,-28.464],[-51.635,-28.466],[-51.613,-28.503],[-51.788,-28.551],[-51.776,-28.462],[-51.723,-28.464]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318457\",\"name\":\"São José das Missões\",\"centroid\":[-53.1327,-27.7951]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.143,-27.745],[-53.061,-27.778],[-53.094,-27.845],[-53.203,-27.82],[-53.179,-27.757],[-53.143,-27.745]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318465\",\"name\":\"São José do Herval\",\"centroid\":[-52.2698,-29.0643]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.287,-29.014],[-52.215,-29.039],[-52.204,-29.073],[-52.283,-29.13],[-52.336,-29.035],[-52.287,-29.014]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318481\",\"name\":\"São José do Hortêncio\",\"centroid\":[-51.2545,-29.5302]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.177,-29.494],[-51.26,-29.559],[-51.244,-29.583],[-51.302,-29.58],[-51.303,-29.522],[-51.222,-29.482],[-51.177,-29.494]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318499\",\"name\":\"São José do Inhacorá\",\"centroid\":[-54.1199,-27.7363]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.145,-27.687],[-54.165,-27.71],[-54.109,-27.692],[-54.066,-27.72],[-54.058,-27.768],[-54.103,-27.786],[-54.147,-27.74],[-54.168,-27.77],[-54.197,-27.731],[-54.145,-27.687]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318507\",\"name\":\"São José do Norte\",\"centroid\":[-51.6867,-31.7737]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.191,-31.496],[-51.47,-31.726],[-51.885,-31.958],[-52.074,-32.142],[-52.076,-32.182],[-52.093,-32.128],[-52.049,-32.073],[-52.054,-31.982],[-52.013,-31.939],[-52.092,-31.861],[-52.11,-31.793],[-52.08,-31.826],[-52.004,-31.819],[-51.852,-31.867],[-51.787,-31.806],[-51.865,-31.799],[-51.664,-31.77],[-51.491,-31.569],[-51.436,-31.624],[-51.465,-31.564],[-51.448,-31.527],[-51.466,-31.554],[-51.428,-31.48],[-51.37,-31.529],[-51.238,-31.458],[-51.191,-31.496]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318606\",\"name\":\"São José do Ouro\",\"centroid\":[-51.5619,-27.7646]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.541,-27.657],[-51.5,-27.723],[-51.509,-27.773],[-51.447,-27.846],[-51.463,-27.893],[-51.532,-27.859],[-51.595,-27.901],[-51.6,-27.786],[-51.694,-27.7],[-51.562,-27.632],[-51.541,-27.657]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318614\",\"name\":\"São José do Sul\",\"centroid\":[-51.4822,-29.538]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.49,-29.487],[-51.451,-29.502],[-51.47,-29.623],[-51.523,-29.506],[-51.49,-29.487]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318622\",\"name\":\"São José dos Ausentes\",\"centroid\":[-49.9581,-28.6449]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-49.971,-28.439],[-49.944,-28.482],[-49.928,-28.451],[-49.854,-28.444],[-49.877,-28.454],[-49.839,-28.496],[-49.81,-28.467],[-49.783,-28.496],[-49.764,-28.46],[-49.693,-28.625],[-49.788,-28.613],[-49.875,-28.744],[-49.905,-28.707],[-49.935,-28.728],[-49.969,-28.829],[-49.959,-28.895],[-50.128,-28.82],[-50.207,-28.847],[-50.203,-28.783],[-50.102,-28.678],[-50.11,-28.645],[-50.022,-28.635],[-50.068,-28.479],[-49.971,-28.439]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318705\",\"name\":\"São Leopoldo\",\"centroid\":[-51.1426,-29.756]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.178,-29.693],[-51.136,-29.74],[-51.086,-29.74],[-51.068,-29.811],[-51.189,-29.778],[-51.209,-29.735],[-51.177,-29.672],[-51.178,-29.693]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318804\",\"name\":\"São Lourenço do Sul\",\"centroid\":[-52.1255,-31.2371]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.154,-31.004],[-52.09,-31.003],[-52.155,-31.04],[-52.089,-31.146],[-52.03,-31.149],[-52.026,-31.18],[-52.016,-31.11],[-51.93,-31.111],[-51.956,-31.094],[-51.901,-31.036],[-51.855,-31.104],[-51.789,-31.123],[-51.82,-31.159],[-51.789,-31.176],[-51.788,-31.254],[-51.855,-31.336],[-51.869,-31.294],[-51.878,-31.324],[-51.919,-31.31],[-51.948,-31.339],[-52.033,-31.52],[-52.181,-31.383],[-52.265,-31.392],[-52.41,-31.35],[-52.475,-31.244],[-52.408,-31.152],[-52.275,-31.073],[-52.259,-30.994],[-52.154,-31.004]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318903\",\"name\":\"São Luiz Gonzaga\",\"centroid\":[-54.8899,-28.4188]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.997,-28.145],[-54.917,-28.272],[-54.875,-28.276],[-54.845,-28.335],[-54.867,-28.373],[-54.698,-28.338],[-54.613,-28.44],[-54.573,-28.364],[-54.537,-28.389],[-54.575,-28.411],[-54.588,-28.481],[-54.666,-28.439],[-54.682,-28.558],[-54.804,-28.638],[-54.861,-28.588],[-54.844,-28.564],[-54.917,-28.589],[-54.907,-28.497],[-55.122,-28.478],[-55.164,-28.397],[-55.209,-28.395],[-55.183,-28.313],[-55.066,-28.339],[-54.99,-28.259],[-55.036,-28.216],[-54.997,-28.145]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319000\",\"name\":\"São Marcos\",\"centroid\":[-51.059,-28.969]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.147,-28.877],[-50.978,-28.945],[-50.918,-29.025],[-51.11,-29.041],[-51.122,-28.982],[-51.184,-28.942],[-51.152,-28.942],[-51.174,-28.899],[-51.147,-28.877]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319109\",\"name\":\"São Martinho\",\"centroid\":[-53.9597,-27.7277]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.987,-27.663],[-53.821,-27.763],[-53.975,-27.781],[-54.021,-27.74],[-54.067,-27.743],[-54.027,-27.667],[-53.987,-27.663]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319125\",\"name\":\"São Martinho da Serra\",\"centroid\":[-53.887,-29.4761]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.783,-29.342],[-53.692,-29.415],[-53.687,-29.466],[-53.815,-29.541],[-53.859,-29.61],[-53.953,-29.609],[-53.952,-29.575],[-54.038,-29.549],[-54.099,-29.461],[-54.041,-29.403],[-54.01,-29.423],[-53.911,-29.401],[-53.839,-29.355],[-53.793,-29.374],[-53.783,-29.342]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319158\",\"name\":\"São Miguel das Missões\",\"centroid\":[-54.5221,-28.6723]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.537,-28.404],[-54.395,-28.557],[-54.447,-28.582],[-54.417,-28.6],[-54.437,-28.655],[-54.35,-28.666],[-54.412,-28.732],[-54.392,-28.791],[-54.357,-28.787],[-54.357,-28.889],[-54.329,-28.92],[-54.38,-29.006],[-54.457,-28.877],[-54.577,-28.838],[-54.582,-28.789],[-54.627,-28.769],[-54.61,-28.746],[-54.656,-28.739],[-54.692,-28.68],[-54.678,-28.633],[-54.726,-28.634],[-54.736,-28.601],[-54.682,-28.558],[-54.666,-28.439],[-54.588,-28.481],[-54.575,-28.411],[-54.537,-28.404]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319208\",\"name\":\"São Nicolau\",\"centroid\":[-55.2479,-28.203]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.368,-28.038],[-55.276,-28.096],[-55.264,-28.137],[-55.146,-28.187],[-55.138,-28.253],[-55.054,-28.329],[-55.102,-28.344],[-55.183,-28.313],[-55.201,-28.338],[-55.22,-28.292],[-55.312,-28.306],[-55.281,-28.304],[-55.284,-28.275],[-55.322,-28.28],[-55.327,-28.249],[-55.287,-28.256],[-55.284,-28.208],[-55.301,-28.229],[-55.34,-28.191],[-55.298,-28.171],[-55.357,-28.173],[-55.356,-28.122],[-55.395,-28.129],[-55.398,-28.096],[-55.437,-28.086],[-55.368,-28.038]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319307\",\"name\":\"São Paulo das Missões\",\"centroid\":[-54.9758,-27.9881]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.975,-27.909],[-54.907,-27.95],[-54.911,-27.989],[-54.86,-27.998],[-54.866,-28.045],[-54.99,-28.055],[-55.072,-28.009],[-55.079,-27.942],[-54.975,-27.909]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319356\",\"name\":\"São Pedro da Serra\",\"centroid\":[-51.5016,-29.416]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.556,-29.41],[-51.473,-29.4],[-51.435,-29.431],[-51.585,-29.419],[-51.556,-29.41]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319364\",\"name\":\"São Pedro das Missões\",\"centroid\":[-53.2408,-27.7856]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.256,-27.726],[-53.246,-27.754],[-53.197,-27.732],[-53.178,-27.766],[-53.267,-27.863],[-53.295,-27.75],[-53.269,-27.763],[-53.256,-27.726]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319372\",\"name\":\"São Pedro do Butiá\",\"centroid\":[-54.8952,-28.1214]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.866,-28.072],[-54.859,-28.188],[-54.883,-28.202],[-54.899,-28.164],[-54.932,-28.201],[-54.927,-28.057],[-54.866,-28.045],[-54.866,-28.072]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319406\",\"name\":\"São Pedro do Sul\",\"centroid\":[-54.2423,-29.6135]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.154,-29.469],[-54.082,-29.469],[-53.979,-29.622],[-54.075,-29.638],[-54.14,-29.692],[-54.252,-29.693],[-54.306,-29.737],[-54.494,-29.745],[-54.478,-29.638],[-54.413,-29.606],[-54.42,-29.575],[-54.336,-29.581],[-54.341,-29.549],[-54.154,-29.469]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319505\",\"name\":\"São Sebastião do Caí\",\"centroid\":[-51.3423,-29.5889]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.336,-29.523],[-51.296,-29.533],[-51.276,-29.656],[-51.337,-29.634],[-51.391,-29.653],[-51.409,-29.551],[-51.336,-29.523]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319604\",\"name\":\"São Sepé\",\"centroid\":[-53.6197,-30.1716]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.648,-29.91],[-53.635,-29.988],[-53.677,-30.043],[-53.593,-30.099],[-53.256,-29.96],[-53.124,-29.969],[-53.465,-30.261],[-53.485,-30.29],[-53.46,-30.318],[-53.516,-30.397],[-53.547,-30.363],[-53.614,-30.377],[-53.655,-30.432],[-53.712,-30.394],[-53.711,-30.483],[-53.818,-30.519],[-53.845,-30.483],[-53.826,-30.442],[-53.733,-30.353],[-53.789,-30.309],[-53.759,-30.243],[-53.834,-30.262],[-53.975,-30.17],[-53.869,-29.994],[-53.783,-30.001],[-53.706,-29.92],[-53.659,-29.891],[-53.648,-29.91]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319703\",\"name\":\"São Valentim\",\"centroid\":[-52.5583,-27.554]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.55,-27.482],[-52.511,-27.486],[-52.526,-27.529],[-52.476,-27.549],[-52.477,-27.603],[-52.538,-27.612],[-52.638,-27.564],[-52.676,-27.592],[-52.663,-27.534],[-52.579,-27.535],[-52.559,-27.509],[-52.582,-27.458],[-52.55,-27.482]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319711\",\"name\":\"São Valentim do Sul\",\"centroid\":[-51.7624,-29.0601]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.742,-29.005],[-51.71,-29.045],[-51.739,-29.136],[-51.808,-29.081],[-51.814,-29.014],[-51.742,-29.005]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319737\",\"name\":\"São Valério do Sul\",\"centroid\":[-53.909,-27.8206]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.855,-27.768],[-53.866,-27.815],[-53.81,-27.822],[-53.866,-27.838],[-53.897,-27.895],[-53.956,-27.85],[-53.978,-27.78],[-53.855,-27.768]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319752\",\"name\":\"São Vendelino\",\"centroid\":[-51.3715,-29.3851]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.344,-29.381],[-51.332,-29.409],[-51.401,-29.419],[-51.397,-29.351],[-51.354,-29.351],[-51.344,-29.381]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319802\",\"name\":\"São Vicente do Sul\",\"centroid\":[-54.7525,-29.7106]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.587,-29.528],[-54.543,-29.552],[-54.56,-29.6],[-54.463,-29.656],[-54.493,-29.75],[-54.566,-29.81],[-54.686,-29.808],[-54.834,-29.856],[-54.936,-29.782],[-55.134,-29.763],[-55.123,-29.66],[-55.09,-29.646],[-55.063,-29.692],[-55,-29.709],[-54.922,-29.663],[-54.831,-29.665],[-54.745,-29.59],[-54.633,-29.573],[-54.587,-29.528]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319901\",\"name\":\"Sapiranga\",\"centroid\":[-50.9922,-29.6136]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.046,-29.544],[-50.946,-29.552],[-50.944,-29.693],[-51.014,-29.695],[-51.007,-29.65],[-51.056,-29.615],[-51.046,-29.544]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320008\",\"name\":\"Sapucaia do Sul\",\"centroid\":[-51.1334,-29.8216]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.176,-29.786],[-51.068,-29.811],[-51.1,-29.869],[-51.19,-29.824],[-51.194,-29.776],[-51.176,-29.786]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320107\",\"name\":\"Sarandi\",\"centroid\":[-52.897,-27.9384]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.047,-27.792],[-52.986,-27.837],[-52.987,-27.872],[-52.816,-27.888],[-52.741,-27.948],[-52.815,-27.999],[-52.839,-28.061],[-52.94,-28.057],[-52.908,-28.014],[-52.934,-27.961],[-52.969,-27.969],[-52.966,-27.914],[-53.075,-27.856],[-53.047,-27.847],[-53.069,-27.843],[-53.04,-27.829],[-53.069,-27.813],[-53.047,-27.792]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320206\",\"name\":\"Seberi\",\"centroid\":[-53.3592,-27.5031]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.287,-27.395],[-53.309,-27.429],[-53.273,-27.481],[-53.289,-27.578],[-53.343,-27.618],[-53.389,-27.611],[-53.425,-27.504],[-53.492,-27.45],[-53.287,-27.395]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320230\",\"name\":\"Sede Nova\",\"centroid\":[-53.9553,-27.6388]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.006,-27.587],[-53.973,-27.61],[-53.9,-27.592],[-53.886,-27.68],[-54.032,-27.669],[-54.006,-27.587]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320263\",\"name\":\"Segredo\",\"centroid\":[-52.9299,-29.3096]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.917,-29.186],[-52.884,-29.205],[-52.899,-29.316],[-52.838,-29.314],[-52.815,-29.366],[-52.95,-29.398],[-53.03,-29.321],[-53.018,-29.264],[-52.945,-29.262],[-52.958,-29.227],[-52.917,-29.186]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320305\",\"name\":\"Selbach\",\"centroid\":[-52.9768,-28.6749]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.927,-28.584],[-52.925,-28.73],[-52.954,-28.76],[-53.034,-28.764],[-53.017,-28.589],[-52.927,-28.584]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320321\",\"name\":\"Senador Salgado Filho\",\"centroid\":[-54.5327,-28.0303]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.584,-27.95],[-54.553,-27.98],[-54.492,-27.966],[-54.455,-28.006],[-54.533,-28.113],[-54.584,-28.093],[-54.584,-27.95]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320354\",\"name\":\"Sentinela do Sul\",\"centroid\":[-51.6056,-30.624]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.491,-30.502],[-51.584,-30.71],[-51.694,-30.754],[-51.697,-30.69],[-51.648,-30.613],[-51.657,-30.519],[-51.623,-30.543],[-51.491,-30.502]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320404\",\"name\":\"Serafina Corrêa\",\"centroid\":[-51.9354,-28.6997]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.996,-28.61],[-51.994,-28.672],[-51.848,-28.663],[-51.849,-28.705],[-51.823,-28.71],[-51.852,-28.712],[-51.844,-28.752],[-51.985,-28.763],[-51.999,-28.647],[-52.066,-28.64],[-52.064,-28.614],[-51.996,-28.61]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320453\",\"name\":\"Sério\",\"centroid\":[-52.245,-29.3932]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.189,-29.395],[-52.156,-29.413],[-52.223,-29.421],[-52.224,-29.458],[-52.318,-29.38],[-52.3,-29.354],[-52.214,-29.357],[-52.189,-29.395]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320503\",\"name\":\"Sertão\",\"centroid\":[-52.3136,-28.0115]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.517,-27.946],[-52.404,-27.991],[-52.09,-27.936],[-52.088,-27.996],[-52.128,-28.012],[-52.158,-28.077],[-52.289,-28.077],[-52.319,-28.032],[-52.377,-28.019],[-52.388,-28.09],[-52.474,-28.077],[-52.579,-27.945],[-52.517,-27.946]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320552\",\"name\":\"Sertão Santana\",\"centroid\":[-51.627,-30.4642]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.533,-30.46],[-51.546,-30.521],[-51.63,-30.543],[-51.678,-30.507],[-51.756,-30.523],[-51.751,-30.482],[-51.679,-30.438],[-51.68,-30.383],[-51.536,-30.4],[-51.533,-30.46]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320578\",\"name\":\"Sete de Setembro\",\"centroid\":[-54.455,-28.1436]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.426,-28.093],[-54.395,-28.129],[-54.41,-28.193],[-54.451,-28.194],[-54.487,-28.246],[-54.491,-28.124],[-54.544,-28.115],[-54.44,-28.071],[-54.426,-28.093]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320602\",\"name\":\"Severiano de Almeida\",\"centroid\":[-52.111,-27.414]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.048,-27.345],[-52.074,-27.404],[-52.032,-27.419],[-52.028,-27.454],[-52.066,-27.453],[-52.067,-27.48],[-52.193,-27.442],[-52.178,-27.374],[-52.048,-27.345]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320651\",\"name\":\"Silveira Martins\",\"centroid\":[-53.5689,-29.6366]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.549,-29.574],[-53.467,-29.639],[-53.526,-29.639],[-53.541,-29.705],[-53.631,-29.67],[-53.649,-29.622],[-53.549,-29.574]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320677\",\"name\":\"Sinimbu\",\"centroid\":[-52.5656,-29.4455]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.699,-29.304],[-52.572,-29.376],[-52.542,-29.376],[-52.528,-29.323],[-52.434,-29.378],[-52.457,-29.399],[-52.44,-29.54],[-52.584,-29.585],[-52.62,-29.58],[-52.616,-29.524],[-52.682,-29.526],[-52.679,-29.5],[-52.566,-29.47],[-52.652,-29.39],[-52.764,-29.4],[-52.699,-29.304]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320701\",\"name\":\"Sobradinho\",\"centroid\":[-53.0273,-29.4079]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.012,-29.346],[-52.937,-29.409],[-53.014,-29.464],[-53.088,-29.459],[-53.091,-29.369],[-53.012,-29.346]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320800\",\"name\":\"Soledade\",\"centroid\":[-52.543,-28.8401]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.601,-28.635],[-52.426,-28.701],[-52.346,-28.704],[-52.288,-28.642],[-52.249,-28.662],[-52.329,-28.821],[-52.294,-28.867],[-52.486,-28.901],[-52.494,-29.034],[-52.569,-28.966],[-52.647,-28.952],[-52.75,-29.144],[-52.816,-29.083],[-52.81,-29.026],[-52.718,-29.009],[-52.724,-28.734],[-52.588,-28.756],[-52.615,-28.721],[-52.601,-28.635]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320859\",\"name\":\"Tabaí\",\"centroid\":[-51.729,-29.6646]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.679,-29.618],[-51.658,-29.644],[-51.724,-29.715],[-51.793,-29.72],[-51.779,-29.653],[-51.71,-29.603],[-51.679,-29.618]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320909\",\"name\":\"Tapejara\",\"centroid\":[-52.0107,-28.0538]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.074,-27.986],[-51.933,-28],[-51.903,-28.043],[-51.925,-28.051],[-51.91,-28.113],[-52.102,-28.117],[-52.087,-28.039],[-52.128,-28.014],[-52.074,-27.986]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321006\",\"name\":\"Tapera\",\"centroid\":[-52.8588,-28.6617]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.894,-28.594],[-52.762,-28.626],[-52.774,-28.695],[-52.819,-28.678],[-52.805,-28.703],[-52.833,-28.724],[-52.929,-28.727],[-52.936,-28.619],[-52.894,-28.594]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321105\",\"name\":\"Tapes\",\"centroid\":[-51.4372,-30.667]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.262,-30.475],[-51.303,-30.588],[-51.282,-30.812],[-51.331,-30.778],[-51.293,-30.77],[-51.317,-30.648],[-51.364,-30.633],[-51.405,-30.756],[-51.368,-30.874],[-51.479,-30.882],[-51.535,-30.801],[-51.63,-30.745],[-51.584,-30.71],[-51.491,-30.502],[-51.262,-30.475]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321204\",\"name\":\"Taquara\",\"centroid\":[-50.7622,-29.6765]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.674,-29.487],[-50.63,-29.559],[-50.588,-29.56],[-50.689,-29.68],[-50.695,-29.789],[-50.835,-29.765],[-50.874,-29.797],[-50.957,-29.79],[-50.934,-29.769],[-50.944,-29.675],[-50.839,-29.724],[-50.795,-29.672],[-50.805,-29.617],[-50.692,-29.588],[-50.715,-29.517],[-50.674,-29.487]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321303\",\"name\":\"Taquari\",\"centroid\":[-51.83,-29.7463]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.774,-29.632],[-51.77,-29.695],[-51.798,-29.713],[-51.719,-29.723],[-51.758,-29.818],[-51.716,-29.86],[-51.815,-29.861],[-51.84,-29.823],[-51.912,-29.809],[-51.907,-29.771],[-51.942,-29.758],[-51.954,-29.705],[-51.87,-29.663],[-51.872,-29.639],[-51.774,-29.632]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321329\",\"name\":\"Taquaruçu do Sul\",\"centroid\":[-53.4876,-27.4125]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.437,-27.388],[-53.426,-27.424],[-53.504,-27.459],[-53.571,-27.404],[-53.478,-27.386],[-53.46,-27.351],[-53.437,-27.388]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321352\",\"name\":\"Tavares\",\"centroid\":[-51.0808,-31.2871]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.028,-31.179],[-50.985,-31.206],[-50.962,-31.182],[-50.847,-31.195],[-51.191,-31.496],[-51.238,-31.458],[-51.159,-31.281],[-51.18,-31.134],[-51.128,-31.123],[-51.028,-31.179]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321402\",\"name\":\"Tenente Portela\",\"centroid\":[-53.766,-27.3686]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.766,-27.273],[-53.638,-27.33],[-53.666,-27.369],[-53.639,-27.412],[-53.681,-27.448],[-53.845,-27.441],[-53.898,-27.387],[-53.869,-27.348],[-53.906,-27.333],[-53.766,-27.273]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321436\",\"name\":\"Terra de Areia\",\"centroid\":[-50.0573,-29.5985]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-49.992,-29.537],[-50.029,-29.547],[-50.017,-29.58],[-49.923,-29.607],[-49.934,-29.624],[-49.992,-29.604],[-50.049,-29.652],[-50.161,-29.625],[-50.079,-29.543],[-49.992,-29.537]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321451\",\"name\":\"Teutônia\",\"centroid\":[-51.7742,-29.4678]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.781,-29.447],[-51.742,-29.461],[-51.739,-29.414],[-51.691,-29.415],[-51.668,-29.487],[-51.872,-29.543],[-51.816,-29.387],[-51.781,-29.387],[-51.781,-29.447]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321469\",\"name\":\"Tio Hugo\",\"centroid\":[-52.6063,-28.5795]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.598,-28.517],[-52.545,-28.546],[-52.579,-28.582],[-52.553,-28.653],[-52.662,-28.613],[-52.645,-28.528],[-52.598,-28.517]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321477\",\"name\":\"Tiradentes do Sul\",\"centroid\":[-54.1193,-27.3685]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.111,-27.302],[-54.008,-27.415],[-54.025,-27.45],[-54.116,-27.44],[-54.152,-27.395],[-54.216,-27.4],[-54.185,-27.265],[-54.111,-27.302]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321493\",\"name\":\"Toropi\",\"centroid\":[-54.3051,-29.4715]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.266,-29.409],[-54.196,-29.43],[-54.192,-29.492],[-54.235,-29.485],[-54.314,-29.548],[-54.347,-29.548],[-54.416,-29.467],[-54.37,-29.41],[-54.321,-29.434],[-54.266,-29.409]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321501\",\"name\":\"Torres\",\"centroid\":[-49.8113,-29.328]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-49.88,-29.22],[-49.838,-29.279],[-49.711,-29.325],[-49.802,-29.443],[-49.835,-29.423],[-49.802,-29.391],[-49.815,-29.338],[-49.888,-29.312],[-49.901,-29.215],[-49.88,-29.22]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321600\",\"name\":\"Tramandaí\",\"centroid\":[-50.2119,-30.0244]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.188,-29.992],[-50.117,-29.975],[-50.168,-30.097],[-50.21,-30.083],[-50.199,-30.04],[-50.348,-30.053],[-50.229,-29.966],[-50.188,-29.992]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321626\",\"name\":\"Travesseiro\",\"centroid\":[-52.0925,-29.2779]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.139,-29.208],[-52.112,-29.27],[-52.042,-29.251],[-52.036,-29.353],[-52.157,-29.258],[-52.168,-29.219],[-52.139,-29.208]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321634\",\"name\":\"Três Arroios\",\"centroid\":[-52.186,-27.4938]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.194,-27.408],[-52.161,-27.469],[-52.067,-27.491],[-52.132,-27.517],[-52.134,-27.549],[-52.153,-27.525],[-52.185,-27.568],[-52.237,-27.569],[-52.236,-27.411],[-52.194,-27.408]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321667\",\"name\":\"Três Cachoeiras\",\"centroid\":[-49.9556,-29.4698]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-49.894,-29.395],[-49.835,-29.423],[-49.987,-29.602],[-50.029,-29.547],[-49.98,-29.53],[-50.077,-29.463],[-49.98,-29.398],[-49.89,-29.372],[-49.894,-29.395]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321709\",\"name\":\"Três Coroas\",\"centroid\":[-50.7739,-29.4756]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.686,-29.404],[-50.66,-29.431],[-50.715,-29.453],[-50.688,-29.483],[-50.746,-29.537],[-50.91,-29.516],[-50.809,-29.435],[-50.77,-29.441],[-50.771,-29.414],[-50.686,-29.404]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321808\",\"name\":\"Três de Maio\",\"centroid\":[-54.2615,-27.7307]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.196,-27.595],[-54.143,-27.619],[-54.181,-27.641],[-54.141,-27.642],[-54.197,-27.731],[-54.168,-27.77],[-54.147,-27.74],[-54.106,-27.757],[-54.142,-27.775],[-54.123,-27.799],[-54.202,-27.823],[-54.295,-27.807],[-54.358,-27.843],[-54.383,-27.793],[-54.357,-27.774],[-54.405,-27.758],[-54.42,-27.702],[-54.285,-27.681],[-54.263,-27.631],[-54.196,-27.595]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321832\",\"name\":\"Três Forquilhas\",\"centroid\":[-50.0854,-29.4355]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.07,-29.361],[-50.002,-29.357],[-50.077,-29.463],[-50.024,-29.482],[-50.004,-29.536],[-50.067,-29.551],[-50.182,-29.39],[-50.099,-29.338],[-50.07,-29.361]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321857\",\"name\":\"Três Palmeiras\",\"centroid\":[-52.8335,-27.6194]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.841,-27.549],[-52.82,-27.596],[-52.737,-27.594],[-52.76,-27.69],[-52.868,-27.671],[-52.891,-27.619],[-52.963,-27.576],[-52.841,-27.549]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321907\",\"name\":\"Três Passos\",\"centroid\":[-53.9311,-27.4405]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.911,-27.325],[-53.869,-27.348],[-53.898,-27.387],[-53.826,-27.438],[-53.828,-27.489],[-53.906,-27.529],[-53.977,-27.526],[-54.029,-27.475],[-54.024,-27.4],[-53.911,-27.325]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321956\",\"name\":\"Trindade do Sul\",\"centroid\":[-52.9042,-27.5256]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.035,-27.453],[-52.971,-27.485],[-52.865,-27.471],[-52.757,-27.512],[-52.767,-27.552],[-52.739,-27.56],[-52.814,-27.597],[-52.845,-27.544],[-52.98,-27.587],[-53.05,-27.539],[-53.015,-27.509],[-53.05,-27.473],[-53.035,-27.453]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322004\",\"name\":\"Triunfo\",\"centroid\":[-51.5694,-29.8444]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.566,-29.779],[-51.438,-29.844],[-51.353,-29.843],[-51.366,-29.891],[-51.265,-29.934],[-51.412,-29.987],[-51.507,-29.928],[-51.726,-29.946],[-51.75,-29.888],[-51.716,-29.86],[-51.758,-29.793],[-51.693,-29.667],[-51.638,-29.629],[-51.566,-29.779]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322103\",\"name\":\"Tucunduva\",\"centroid\":[-54.4316,-27.6373]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.381,-27.612],[-54.371,-27.648],[-54.285,-27.681],[-54.452,-27.716],[-54.436,-27.678],[-54.566,-27.631],[-54.423,-27.547],[-54.381,-27.612]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322152\",\"name\":\"Tunas\",\"centroid\":[-52.8832,-29.1179]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.81,-29.033],[-52.79,-29.117],[-52.884,-29.205],[-52.999,-29.139],[-52.948,-29.095],[-52.956,-29.06],[-52.929,-29.075],[-52.81,-29.033]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322186\",\"name\":\"Tupanci do Sul\",\"centroid\":[-51.5343,-27.9293]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.518,-27.879],[-51.463,-27.893],[-51.46,-27.949],[-51.543,-27.99],[-51.615,-27.969],[-51.577,-27.885],[-51.532,-27.859],[-51.518,-27.879]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322202\",\"name\":\"Tupanciretã\",\"centroid\":[-54.0044,-29.0215]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.795,-28.803],[-53.668,-28.936],[-53.564,-28.957],[-53.645,-29.029],[-53.675,-29.109],[-53.761,-29.164],[-53.868,-29.145],[-53.919,-29.22],[-54.025,-29.103],[-54.06,-29.199],[-54.17,-29.192],[-54.293,-29.09],[-54.292,-29.135],[-54.35,-29.154],[-54.327,-29.185],[-54.376,-29.187],[-54.459,-29.067],[-54.351,-28.972],[-54.342,-28.93],[-54.223,-28.925],[-54.13,-28.882],[-54.047,-28.913],[-53.964,-28.902],[-53.888,-28.801],[-53.795,-28.803]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322251\",\"name\":\"Tupandi\",\"centroid\":[-51.43,-29.4696]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.461,-29.43],[-51.403,-29.433],[-51.396,-29.525],[-51.471,-29.48],[-51.461,-29.43]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322301\",\"name\":\"Tuparendi\",\"centroid\":[-54.5556,-27.7039]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.562,-27.635],[-54.436,-27.678],[-54.457,-27.783],[-54.543,-27.757],[-54.577,-27.796],[-54.645,-27.746],[-54.678,-27.648],[-54.641,-27.662],[-54.58,-27.589],[-54.562,-27.635]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322327\",\"name\":\"Turuçu\",\"centroid\":[-52.1549,-31.4765]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.181,-31.383],[-52.047,-31.522],[-52.01,-31.5],[-52.013,-31.597],[-52.039,-31.559],[-52.135,-31.563],[-52.227,-31.447],[-52.3,-31.49],[-52.277,-31.39],[-52.181,-31.383]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322343\",\"name\":\"Ubiretama\",\"centroid\":[-54.6493,-28.0339]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.595,-27.944],[-54.584,-28.093],[-54.738,-28.059],[-54.737,-28.007],[-54.616,-28.011],[-54.617,-27.936],[-54.595,-27.944]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322350\",\"name\":\"União da Serra\",\"centroid\":[-52.0174,-28.7726]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.985,-28.753],[-51.958,-28.761],[-51.956,-28.821],[-52.043,-28.844],[-52.085,-28.717],[-51.986,-28.707],[-51.985,-28.753]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322376\",\"name\":\"Unistalda\",\"centroid\":[-55.1582,-29.0674]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.059,-28.954],[-54.987,-29.055],[-55.028,-29.066],[-55.067,-29.138],[-55.132,-29.198],[-55.312,-29.204],[-55.268,-29.142],[-55.271,-29.055],[-55.245,-29.056],[-55.319,-28.953],[-55.227,-28.981],[-55.177,-28.943],[-55.072,-28.932],[-55.059,-28.954]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322400\",\"name\":\"Uruguaiana\",\"centroid\":[-56.7315,-29.8408]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-56.683,-29.405],[-56.607,-29.458],[-56.575,-29.44],[-56.517,-29.477],[-56.469,-29.47],[-56.467,-29.531],[-56.371,-29.595],[-56.361,-29.67],[-56.401,-29.704],[-56.363,-29.834],[-56.305,-29.867],[-56.24,-29.981],[-56.155,-30.032],[-56.171,-30.077],[-56.512,-30.159],[-56.594,-30.145],[-56.696,-30.205],[-56.835,-30.092],[-56.904,-30.114],[-57.069,-30.087],[-57.114,-30.114],[-57.136,-30.064],[-57.23,-30.019],[-57.282,-29.951],[-57.328,-29.972],[-57.328,-29.88],[-57.294,-29.831],[-57.227,-29.779],[-57.121,-29.765],[-56.778,-29.419],[-56.683,-29.405]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322509\",\"name\":\"Vacaria\",\"centroid\":[-50.9239,-28.3689]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.977,-27.952],[-50.874,-28.041],[-50.903,-28.086],[-50.867,-28.139],[-50.828,-28.119],[-50.784,-28.145],[-50.743,-28.272],[-50.764,-28.287],[-50.707,-28.368],[-50.738,-28.469],[-50.726,-28.599],[-50.786,-28.558],[-50.863,-28.573],[-50.912,-28.661],[-50.899,-28.738],[-50.957,-28.79],[-51.026,-28.624],[-51.075,-28.623],[-51.117,-28.555],[-51.152,-28.565],[-51.122,-28.507],[-51.159,-28.477],[-51.066,-28.462],[-51.103,-28.41],[-51.048,-28.405],[-51.034,-28.359],[-51.087,-28.308],[-51.061,-28.253],[-51.081,-28.232],[-51.009,-28.204],[-51.062,-28.183],[-51.033,-28.127],[-51.041,-28.028],[-50.977,-27.952]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322533\",\"name\":\"Vale do Sol\",\"centroid\":[-52.6917,-29.578]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.721,-29.433],[-52.674,-29.468],[-52.682,-29.526],[-52.616,-29.524],[-52.626,-29.653],[-52.599,-29.737],[-52.71,-29.697],[-52.733,-29.613],[-52.764,-29.602],[-52.747,-29.511],[-52.798,-29.495],[-52.771,-29.44],[-52.721,-29.433]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322541\",\"name\":\"Vale Real\",\"centroid\":[-51.249,-29.3708]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.219,-29.352],[-51.208,-29.373],[-51.28,-29.418],[-51.281,-29.372],[-51.239,-29.354],[-51.279,-29.296],[-51.219,-29.352]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322525\",\"name\":\"Vale Verde\",\"centroid\":[-52.112,-29.8329]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.033,-29.711],[-52.014,-29.736],[-52.058,-29.814],[-52.054,-29.922],[-52.015,-29.932],[-52.026,-29.954],[-52.186,-29.93],[-52.177,-29.826],[-52.232,-29.775],[-52.033,-29.711]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322558\",\"name\":\"Vanini\",\"centroid\":[-51.8361,-28.4877]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.884,-28.458],[-51.785,-28.467],[-51.786,-28.531],[-51.912,-28.484],[-51.884,-28.458]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322608\",\"name\":\"Venâncio Aires\",\"centroid\":[-52.1899,-29.5807]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.41,-29.359],[-52.155,-29.476],[-52.179,-29.503],[-52.147,-29.564],[-52.081,-29.553],[-51.976,-29.626],[-51.942,-29.758],[-52.006,-29.705],[-52.12,-29.723],[-52.179,-29.67],[-52.26,-29.702],[-52.314,-29.665],[-52.353,-29.429],[-52.39,-29.375],[-52.46,-29.385],[-52.448,-29.349],[-52.41,-29.359]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322707\",\"name\":\"Vera Cruz\",\"centroid\":[-52.5405,-29.7136]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.584,-29.582],[-52.464,-29.665],[-52.477,-29.875],[-52.581,-29.793],[-52.626,-29.653],[-52.62,-29.58],[-52.584,-29.582]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322806\",\"name\":\"Veranópolis\",\"centroid\":[-51.5548,-28.961]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.626,-28.879],[-51.456,-28.887],[-51.467,-28.937],[-51.44,-28.941],[-51.474,-28.987],[-51.454,-29.002],[-51.522,-29.032],[-51.505,-29.081],[-51.558,-29.048],[-51.539,-29.017],[-51.602,-29.062],[-51.635,-29.043],[-51.627,-28.927],[-51.693,-28.931],[-51.626,-28.879]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322855\",\"name\":\"Vespasiano Correa\",\"centroid\":[-51.8609,-29.063]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.814,-29.014],[-51.795,-29.112],[-51.927,-29.097],[-51.918,-29.022],[-51.814,-29.014]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322905\",\"name\":\"Viadutos\",\"centroid\":[-51.9874,-27.5713]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.01,-27.448],[-51.957,-27.511],[-51.975,-27.577],[-51.891,-27.578],[-51.868,-27.631],[-51.891,-27.634],[-51.87,-27.66],[-51.973,-27.673],[-51.983,-27.725],[-51.987,-27.639],[-52.041,-27.645],[-52.054,-27.542],[-52.088,-27.518],[-52.066,-27.453],[-52.01,-27.448]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323002\",\"name\":\"Viamão\",\"centroid\":[-50.8726,-30.1692]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.881,-30.012],[-50.725,-29.98],[-50.684,-30.051],[-50.635,-30.055],[-50.62,-30.198],[-50.658,-30.199],[-50.673,-30.296],[-50.781,-30.284],[-50.775,-30.333],[-50.922,-30.332],[-50.939,-30.394],[-50.901,-30.442],[-51.059,-30.385],[-51.041,-30.366],[-51.068,-30.355],[-51.019,-30.296],[-51.067,-30.25],[-51.012,-30.198],[-51.078,-30.178],[-51.121,-30.056],[-51.051,-30.05],[-51.039,-30.006],[-50.949,-29.966],[-50.881,-30.012]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323101\",\"name\":\"Vicente Dutra\",\"centroid\":[-53.3923,-27.1689]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.348,-27.117],[-53.293,-27.134],[-53.34,-27.24],[-53.488,-27.193],[-53.505,-27.159],[-53.491,-27.132],[-53.411,-27.141],[-53.373,-27.09],[-53.348,-27.117]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323200\",\"name\":\"Victor Graeff\",\"centroid\":[-52.69,-28.5573]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.602,-28.413],[-52.647,-28.607],[-52.71,-28.632],[-52.708,-28.689],[-52.74,-28.687],[-52.768,-28.654],[-52.76,-28.542],[-52.723,-28.556],[-52.719,-28.496],[-52.685,-28.511],[-52.688,-28.461],[-52.602,-28.413]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323309\",\"name\":\"Vila Flores\",\"centroid\":[-51.5585,-28.8609]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.486,-28.829],[-51.456,-28.887],[-51.577,-28.897],[-51.649,-28.872],[-51.667,-28.834],[-51.486,-28.829]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323358\",\"name\":\"Vila Lângaro\",\"centroid\":[-52.1421,-28.1293]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.112,-28.021],[-52.082,-28.063],[-52.102,-28.117],[-52.08,-28.119],[-52.106,-28.173],[-52.168,-28.189],[-52.136,-28.24],[-52.173,-28.239],[-52.216,-28.19],[-52.171,-28.147],[-52.187,-28.089],[-52.112,-28.021]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323408\",\"name\":\"Vila Maria\",\"centroid\":[-52.1533,-28.5497]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.135,-28.476],[-52.129,-28.505],[-52.088,-28.495],[-52.111,-28.671],[-52.147,-28.666],[-52.13,-28.614],[-52.178,-28.603],[-52.169,-28.569],[-52.254,-28.52],[-52.229,-28.486],[-52.135,-28.476]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323457\",\"name\":\"Vila Nova do Sul\",\"centroid\":[-53.8804,-30.3474]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.954,-30.207],[-53.834,-30.262],[-53.759,-30.243],[-53.789,-30.309],[-53.737,-30.327],[-53.745,-30.385],[-53.887,-30.497],[-53.96,-30.481],[-53.974,-30.443],[-53.939,-30.394],[-54.024,-30.264],[-53.954,-30.207]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323507\",\"name\":\"Vista Alegre\",\"centroid\":[-53.5028,-27.3308]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.546,-27.237],[-53.462,-27.342],[-53.478,-27.386],[-53.532,-27.388],[-53.512,-27.369],[-53.546,-27.237]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323606\",\"name\":\"Vista Alegre do Prata\",\"centroid\":[-51.7839,-28.8198]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.767,-28.783],[-51.706,-28.784],[-51.683,-28.814],[-51.754,-28.835],[-51.777,-28.885],[-51.858,-28.842],[-51.847,-28.78],[-51.767,-28.783]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323705\",\"name\":\"Vista Gaúcha\",\"centroid\":[-53.6958,-27.2652]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.706,-27.204],[-53.635,-27.26],[-53.669,-27.32],[-53.763,-27.279],[-53.706,-27.204]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323754\",\"name\":\"Vitória das Missões\",\"centroid\":[-54.4653,-28.3832]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.543,-28.27],[-54.518,-28.318],[-54.509,-28.275],[-54.496,-28.317],[-54.464,-28.292],[-54.483,-28.329],[-54.457,-28.337],[-54.389,-28.316],[-54.377,-28.438],[-54.463,-28.49],[-54.554,-28.372],[-54.551,-28.285],[-54.573,-28.299],[-54.543,-28.27]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323770\",\"name\":\"Westfalia\",\"centroid\":[-51.7401,-29.4067]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.691,-29.371],[-51.691,-29.415],[-51.739,-29.414],[-51.742,-29.461],[-51.779,-29.461],[-51.769,-29.368],[-51.691,-29.371]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323804\",\"name\":\"Xangri-lá\",\"centroid\":[-50.0692,-29.8081]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.05,-29.763],[-50.017,-29.772],[-50.064,-29.861],[-50.099,-29.855],[-50.111,-29.785],[-50.05,-29.763]]]}}]}"],"mappings":""}
1
+ {"version":3,"file":"RS.js","names":[],"sources":["../../../../src/br/data/mun/RS.json"],"sourcesContent":["{\"type\":\"FeatureCollection\",\"uf\":\"RS\",\"features\":[{\"type\":\"Feature\",\"properties\":{\"id\":\"4300034\",\"name\":\"Aceguá\",\"centroid\":[-54.1395,-31.6936]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.455,-31.653],[-54.096,-31.93],[-54.039,-31.897],[-53.944,-31.951],[-53.908,-31.837],[-53.928,-31.806],[-53.906,-31.808],[-53.98,-31.749],[-53.958,-31.613],[-53.992,-31.538],[-53.958,-31.493],[-54.014,-31.538],[-54.114,-31.429],[-54.144,-31.482],[-54.274,-31.509],[-54.326,-31.582],[-54.455,-31.653]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300059\",\"name\":\"Água Santa\",\"centroid\":[-52.0514,-28.2139]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.968,-28.278],[-51.981,-28.242],[-51.962,-28.169],[-51.989,-28.129],[-52.083,-28.118],[-52.108,-28.173],[-52.168,-28.189],[-52.092,-28.306],[-52.029,-28.307],[-51.968,-28.278]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300109\",\"name\":\"Agudo\",\"centroid\":[-53.2271,-29.6086]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.362,-29.637],[-53.348,-29.673],[-53.295,-29.673],[-53.291,-29.73],[-53.256,-29.728],[-53.29,-29.786],[-53.201,-29.837],[-53.175,-29.77],[-53.221,-29.731],[-53.187,-29.632],[-53.137,-29.608],[-53.136,-29.559],[-53.029,-29.553],[-53.184,-29.467],[-53.291,-29.448],[-53.281,-29.478],[-53.335,-29.556],[-53.287,-29.616],[-53.362,-29.637]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300208\",\"name\":\"Ajuricaba\",\"centroid\":[-53.7389,-28.2104]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.811,-28.285],[-53.727,-28.291],[-53.726,-28.314],[-53.722,-28.287],[-53.645,-28.273],[-53.62,-28.146],[-53.673,-28.14],[-53.709,-28.168],[-53.802,-28.102],[-53.846,-28.215],[-53.843,-28.258],[-53.823,-28.283],[-53.799,-28.275],[-53.811,-28.285]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300307\",\"name\":\"Alecrim\",\"centroid\":[-54.7838,-27.6516]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.723,-27.564],[-54.778,-27.584],[-54.81,-27.53],[-54.848,-27.621],[-54.903,-27.636],[-54.903,-27.699],[-54.836,-27.693],[-54.785,-27.762],[-54.757,-27.723],[-54.686,-27.705],[-54.668,-27.646],[-54.707,-27.623],[-54.723,-27.564]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300406\",\"name\":\"Alegrete\",\"centroid\":[-55.8362,-29.7632]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-56.15,-30.055],[-56.108,-30.084],[-56.044,-30.05],[-55.988,-30.095],[-55.874,-30.069],[-55.872,-30.128],[-55.768,-30.169],[-55.745,-30.231],[-55.653,-30.231],[-55.671,-30.103],[-55.538,-30.163],[-55.471,-30.079],[-55.313,-30.081],[-55.281,-30.052],[-55.23,-29.929],[-55.153,-29.875],[-55.151,-29.828],[-55.114,-29.801],[-55.126,-29.698],[-55.192,-29.697],[-55.212,-29.636],[-55.259,-29.617],[-55.326,-29.642],[-55.401,-29.615],[-55.414,-29.66],[-55.54,-29.662],[-55.548,-29.603],[-55.626,-29.561],[-55.691,-29.564],[-55.66,-29.537],[-55.717,-29.462],[-55.761,-29.495],[-55.748,-29.44],[-55.866,-29.423],[-55.916,-29.349],[-55.966,-29.358],[-56.038,-29.296],[-56.095,-29.37],[-56.178,-29.314],[-56.178,-29.377],[-56.291,-29.417],[-56.364,-29.398],[-56.43,-29.427],[-56.495,-29.388],[-56.66,-29.423],[-56.47,-29.47],[-56.457,-29.531],[-56.378,-29.589],[-56.362,-29.67],[-56.401,-29.71],[-56.366,-29.83],[-56.15,-30.055]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300455\",\"name\":\"Alegria\",\"centroid\":[-54.0567,-27.8148]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.067,-27.743],[-54.06,-27.768],[-54.08,-27.784],[-54.139,-27.771],[-54.124,-27.799],[-54.16,-27.797],[-54.131,-27.807],[-54.145,-27.838],[-54.115,-27.861],[-54.124,-27.881],[-54.05,-27.876],[-53.966,-27.824],[-53.974,-27.786],[-54.009,-27.755],[-54.016,-27.765],[-54.017,-27.744],[-54.067,-27.743]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300471\",\"name\":\"Almirante Tamandaré do Sul\",\"centroid\":[-52.9034,-28.1296]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.017,-28.037],[-52.987,-28.08],[-53.012,-28.097],[-52.978,-28.131],[-52.978,-28.174],[-52.904,-28.178],[-52.873,-28.213],[-52.882,-28.246],[-52.84,-28.24],[-52.806,-28.122],[-52.868,-28.067],[-53.017,-28.037]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300505\",\"name\":\"Alpestre\",\"centroid\":[-53.0619,-27.2209]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.159,-27.282],[-53.076,-27.27],[-53.01,-27.324],[-52.934,-27.313],[-52.959,-27.292],[-52.961,-27.218],[-53,-27.207],[-52.992,-27.14],[-53.044,-27.144],[-53.024,-27.085],[-53.077,-27.108],[-53.08,-27.164],[-53.132,-27.18],[-53.169,-27.144],[-53.188,-27.192],[-53.159,-27.282]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300554\",\"name\":\"Alto Alegre\",\"centroid\":[-52.9906,-28.8041]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.061,-28.83],[-52.986,-28.86],[-52.962,-28.847],[-52.964,-28.87],[-52.947,-28.875],[-52.939,-28.849],[-52.967,-28.818],[-52.927,-28.813],[-52.934,-28.748],[-52.953,-28.739],[-52.956,-28.761],[-52.986,-28.748],[-53.01,-28.757],[-52.997,-28.77],[-53.034,-28.764],[-53.064,-28.799],[-53.061,-28.83]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300570\",\"name\":\"Alto Feliz\",\"centroid\":[-51.3069,-29.3645]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.28,-29.405],[-51.282,-29.372],[-51.26,-29.351],[-51.239,-29.354],[-51.262,-29.316],[-51.353,-29.333],[-51.355,-29.368],[-51.33,-29.427],[-51.28,-29.405]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300604\",\"name\":\"Alvorada\",\"centroid\":[-51.0376,-29.9956]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.085,-30.046],[-51.051,-30.05],[-51.054,-30.029],[-51.034,-30.023],[-51.04,-30.006],[-50.962,-29.99],[-50.949,-29.961],[-51.087,-29.971],[-51.094,-30.015],[-51.085,-30.046]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300638\",\"name\":\"Amaral Ferrador\",\"centroid\":[-52.3194,-30.8066]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.427,-30.915],[-52.312,-30.887],[-52.287,-30.91],[-52.241,-30.881],[-52.107,-30.929],[-52.1,-30.909],[-52.179,-30.838],[-52.178,-30.774],[-52.24,-30.757],[-52.267,-30.799],[-52.336,-30.692],[-52.413,-30.655],[-52.443,-30.659],[-52.457,-30.797],[-52.419,-30.855],[-52.427,-30.915]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300646\",\"name\":\"Ametista do Sul\",\"centroid\":[-53.1942,-27.3656]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.143,-27.406],[-53.113,-27.377],[-53.131,-27.357],[-53.182,-27.353],[-53.172,-27.34],[-53.187,-27.323],[-53.213,-27.326],[-53.202,-27.312],[-53.228,-27.306],[-53.228,-27.322],[-53.246,-27.321],[-53.265,-27.35],[-53.249,-27.356],[-53.262,-27.374],[-53.249,-27.369],[-53.234,-27.397],[-53.217,-27.384],[-53.206,-27.399],[-53.221,-27.402],[-53.202,-27.413],[-53.143,-27.406]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300661\",\"name\":\"André da Rocha\",\"centroid\":[-51.5017,-28.5961]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.396,-28.54],[-51.447,-28.486],[-51.472,-28.526],[-51.53,-28.546],[-51.586,-28.52],[-51.612,-28.552],[-51.599,-28.675],[-51.562,-28.693],[-51.477,-28.65],[-51.422,-28.67],[-51.39,-28.615],[-51.396,-28.54]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300703\",\"name\":\"Anta Gorda\",\"centroid\":[-51.9966,-28.9671]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.049,-29.021],[-51.97,-29.039],[-51.955,-29.075],[-51.926,-29.075],[-51.915,-29.016],[-51.932,-28.994],[-51.906,-28.988],[-51.922,-28.982],[-51.907,-28.974],[-51.925,-28.96],[-51.92,-28.921],[-51.953,-28.908],[-51.954,-28.929],[-51.967,-28.906],[-51.97,-28.923],[-52.01,-28.873],[-52.079,-28.878],[-52.07,-28.98],[-52.091,-28.99],[-52.049,-29.021]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300802\",\"name\":\"Antônio Prado\",\"centroid\":[-51.3132,-28.8849]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.177,-28.858],[-51.228,-28.821],[-51.319,-28.85],[-51.462,-28.802],[-51.443,-28.847],[-51.472,-28.918],[-51.355,-28.919],[-51.34,-28.965],[-51.275,-28.926],[-51.261,-28.962],[-51.193,-28.93],[-51.167,-28.946],[-51.177,-28.858]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300851\",\"name\":\"Arambaré\",\"centroid\":[-51.5769,-30.9234]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.538,-31.115],[-51.446,-31.09],[-51.501,-30.965],[-51.498,-30.918],[-51.449,-30.872],[-51.487,-30.877],[-51.535,-30.802],[-51.63,-30.745],[-51.746,-30.846],[-51.6,-30.953],[-51.616,-31.065],[-51.538,-31.115]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300877\",\"name\":\"Araricá\",\"centroid\":[-50.9354,-29.6366]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.906,-29.631],[-50.913,-29.625],[-50.912,-29.599],[-50.96,-29.596],[-50.962,-29.609],[-50.951,-29.62],[-50.96,-29.68],[-50.942,-29.691],[-50.947,-29.679],[-50.927,-29.676],[-50.923,-29.66],[-50.907,-29.649],[-50.906,-29.631]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4300901\",\"name\":\"Aratiba\",\"centroid\":[-52.2979,-27.3882]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.344,-27.509],[-52.256,-27.511],[-52.239,-27.482],[-52.21,-27.367],[-52.235,-27.311],[-52.278,-27.297],[-52.234,-27.269],[-52.255,-27.256],[-52.306,-27.266],[-52.3,-27.319],[-52.342,-27.29],[-52.378,-27.304],[-52.386,-27.253],[-52.4,-27.263],[-52.347,-27.469],[-52.368,-27.494],[-52.344,-27.509]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301008\",\"name\":\"Arroio do Meio\",\"centroid\":[-51.9673,-29.3634]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.95,-29.416],[-51.927,-29.398],[-51.909,-29.417],[-51.874,-29.387],[-51.914,-29.348],[-51.9,-29.296],[-51.919,-29.292],[-51.955,-29.329],[-51.987,-29.301],[-52.033,-29.329],[-52.037,-29.354],[-52.064,-29.354],[-52.035,-29.401],[-51.974,-29.423],[-51.95,-29.416]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301073\",\"name\":\"Arroio do Padre\",\"centroid\":[-52.3989,-31.4374]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.406,-31.495],[-52.35,-31.506],[-52.355,-31.448],[-52.335,-31.441],[-52.353,-31.433],[-52.338,-31.41],[-52.348,-31.372],[-52.377,-31.391],[-52.415,-31.378],[-52.446,-31.417],[-52.482,-31.427],[-52.492,-31.458],[-52.443,-31.45],[-52.406,-31.495]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301057\",\"name\":\"Arroio do Sal\",\"centroid\":[-49.891,-29.5237]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-49.922,-29.607],[-49.803,-29.444],[-49.836,-29.424],[-49.986,-29.601],[-49.922,-29.607]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301206\",\"name\":\"Arroio do Tigre\",\"centroid\":[-53.0498,-29.2566]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.168,-29.342],[-53.09,-29.372],[-53.02,-29.358],[-53.029,-29.276],[-52.946,-29.262],[-52.959,-29.227],[-52.917,-29.185],[-52.999,-29.139],[-53.063,-29.161],[-53.073,-29.202],[-53.13,-29.228],[-53.142,-29.313],[-53.192,-29.326],[-53.168,-29.342]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301107\",\"name\":\"Arroio dos Ratos\",\"centroid\":[-51.7481,-30.1879]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.682,-30.011],[-51.811,-30.1],[-51.802,-30.148],[-51.85,-30.204],[-51.827,-30.317],[-51.759,-30.343],[-51.678,-30.289],[-51.688,-30.08],[-51.62,-30.061],[-51.682,-30.011]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301305\",\"name\":\"Arroio Grande\",\"centroid\":[-52.9219,-32.1904]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.306,-32.218],[-53.241,-32.347],[-53.052,-32.389],[-52.968,-32.49],[-52.786,-32.44],[-52.724,-32.382],[-52.772,-32.353],[-52.79,-32.379],[-52.821,-32.334],[-52.732,-32.16],[-52.623,-32.146],[-52.41,-32.028],[-52.663,-31.901],[-52.791,-32.106],[-52.858,-32.042],[-53.124,-32.003],[-53.232,-32.099],[-53.306,-32.218]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301404\",\"name\":\"Arvorezinha\",\"centroid\":[-52.1786,-28.8621]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.017,-28.842],[-52.069,-28.805],[-52.329,-28.821],[-52.232,-28.974],[-52.166,-28.886],[-52.01,-28.877],[-52.017,-28.842]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301503\",\"name\":\"Augusto Pestana\",\"centroid\":[-54.0077,-28.5376]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.128,-28.555],[-53.974,-28.648],[-53.894,-28.584],[-53.911,-28.547],[-53.881,-28.523],[-53.959,-28.489],[-53.947,-28.472],[-54.025,-28.413],[-54.047,-28.471],[-54.128,-28.49],[-54.128,-28.555]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301552\",\"name\":\"Áurea\",\"centroid\":[-52.0779,-27.7108]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.041,-27.645],[-52.066,-27.679],[-52.155,-27.669],[-52.156,-27.727],[-52.085,-27.801],[-51.991,-27.669],[-51.987,-27.639],[-52.041,-27.645]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301602\",\"name\":\"Bagé\",\"centroid\":[-54.0181,-31.2373]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.958,-31.493],[-53.922,-31.456],[-53.999,-31.379],[-53.954,-31.346],[-54.013,-31.314],[-53.984,-31.262],[-53.862,-31.221],[-53.758,-31.232],[-53.734,-31.239],[-53.765,-31.312],[-53.624,-31.333],[-53.562,-31.24],[-53.53,-31.242],[-53.481,-31.116],[-53.489,-31.036],[-53.433,-30.96],[-53.464,-30.945],[-53.482,-30.967],[-53.517,-30.935],[-53.542,-30.954],[-53.658,-30.839],[-53.795,-30.909],[-53.873,-30.91],[-53.935,-30.96],[-53.928,-31.029],[-53.958,-31.02],[-54.146,-31.162],[-54.312,-31.161],[-54.405,-31.232],[-54.425,-31.302],[-54.504,-31.308],[-54.57,-31.371],[-54.631,-31.357],[-54.701,-31.436],[-54.587,-31.456],[-54.516,-31.51],[-54.455,-31.653],[-54.326,-31.582],[-54.274,-31.509],[-54.144,-31.482],[-54.114,-31.429],[-54.014,-31.538],[-53.958,-31.493]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301636\",\"name\":\"Balneário Pinhal\",\"centroid\":[-50.2951,-30.2081]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.224,-30.236],[-50.251,-30.228],[-50.257,-30.173],[-50.307,-30.147],[-50.394,-30.158],[-50.368,-30.191],[-50.269,-30.222],[-50.289,-30.291],[-50.252,-30.305],[-50.224,-30.236]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301651\",\"name\":\"Barão\",\"centroid\":[-51.4913,-29.3861]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.584,-29.407],[-51.542,-29.419],[-51.475,-29.4],[-51.436,-29.431],[-51.404,-29.433],[-51.398,-29.352],[-51.521,-29.351],[-51.561,-29.359],[-51.578,-29.382],[-51.617,-29.378],[-51.608,-29.411],[-51.584,-29.407]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301701\",\"name\":\"Barão de Cotegipe\",\"centroid\":[-52.4182,-27.5654]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.477,-27.604],[-52.465,-27.631],[-52.445,-27.631],[-52.447,-27.663],[-52.342,-27.661],[-52.351,-27.498],[-52.399,-27.479],[-52.512,-27.487],[-52.527,-27.53],[-52.478,-27.546],[-52.477,-27.604]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301750\",\"name\":\"Barão do Triunfo\",\"centroid\":[-51.795,-30.4157]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.759,-30.505],[-51.681,-30.438],[-51.654,-30.297],[-51.692,-30.292],[-51.759,-30.343],[-51.846,-30.285],[-51.855,-30.367],[-51.928,-30.418],[-51.902,-30.448],[-51.917,-30.556],[-51.905,-30.577],[-51.767,-30.467],[-51.759,-30.505]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301859\",\"name\":\"Barra do Guarita\",\"centroid\":[-53.7642,-27.2083]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.707,-27.198],[-53.718,-27.183],[-53.748,-27.192],[-53.776,-27.148],[-53.82,-27.176],[-53.802,-27.177],[-53.808,-27.199],[-53.785,-27.213],[-53.787,-27.236],[-53.764,-27.279],[-53.741,-27.256],[-53.742,-27.233],[-53.707,-27.198]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301875\",\"name\":\"Barra do Quaraí\",\"centroid\":[-57.3404,-30.1524]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-57.328,-29.972],[-57.465,-30.11],[-57.65,-30.189],[-57.558,-30.213],[-57.566,-30.259],[-57.525,-30.285],[-57.466,-30.265],[-57.398,-30.305],[-57.311,-30.258],[-57.285,-30.294],[-57.259,-30.267],[-57.204,-30.285],[-57.115,-30.114],[-57.136,-30.064],[-57.231,-30.019],[-57.281,-29.953],[-57.328,-29.972]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301909\",\"name\":\"Barra do Ribeiro\",\"centroid\":[-51.3533,-30.3766]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.265,-30.48],[-51.182,-30.408],[-51.136,-30.437],[-51.151,-30.497],[-51.098,-30.358],[-51.178,-30.386],[-51.21,-30.301],[-51.295,-30.303],[-51.294,-30.232],[-51.364,-30.222],[-51.406,-30.23],[-51.407,-30.265],[-51.516,-30.273],[-51.525,-30.325],[-51.495,-30.354],[-51.429,-30.354],[-51.444,-30.39],[-51.536,-30.412],[-51.525,-30.51],[-51.265,-30.48]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301925\",\"name\":\"Barra do Rio Azul\",\"centroid\":[-52.4029,-27.4036]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.437,-27.495],[-52.399,-27.479],[-52.364,-27.501],[-52.347,-27.469],[-52.383,-27.32],[-52.419,-27.282],[-52.445,-27.307],[-52.43,-27.341],[-52.443,-27.377],[-52.426,-27.39],[-52.453,-27.409],[-52.437,-27.495]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301958\",\"name\":\"Barra Funda\",\"centroid\":[-53.0173,-27.9231]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.049,-27.882],[-53.049,-27.903],[-53.097,-27.901],[-53.095,-27.91],[-53.052,-27.911],[-53.057,-27.942],[-53.032,-27.962],[-52.962,-27.945],[-52.967,-27.913],[-52.987,-27.899],[-53.049,-27.882]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4301800\",\"name\":\"Barracão\",\"centroid\":[-51.4377,-27.7243]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.562,-27.632],[-51.517,-27.677],[-51.494,-27.804],[-51.447,-27.847],[-51.458,-27.929],[-51.417,-27.916],[-51.335,-27.754],[-51.3,-27.754],[-51.315,-27.675],[-51.36,-27.679],[-51.389,-27.624],[-51.432,-27.656],[-51.502,-27.556],[-51.578,-27.577],[-51.562,-27.632]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302006\",\"name\":\"Barros Cassal\",\"centroid\":[-52.5904,-29.1145]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.674,-29.233],[-52.439,-29.229],[-52.427,-29.157],[-52.559,-28.975],[-52.664,-28.962],[-52.731,-29.093],[-52.752,-29.165],[-52.672,-29.183],[-52.674,-29.233]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302055\",\"name\":\"Benjamin Constant do Sul\",\"centroid\":[-52.6433,-27.4838]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.663,-27.534],[-52.581,-27.536],[-52.56,-27.513],[-52.572,-27.482],[-52.62,-27.452],[-52.618,-27.432],[-52.672,-27.427],[-52.694,-27.444],[-52.726,-27.432],[-52.733,-27.456],[-52.701,-27.469],[-52.712,-27.485],[-52.663,-27.534]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302105\",\"name\":\"Bento Gonçalves\",\"centroid\":[-51.552,-29.1259]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.654,-29.198],[-51.391,-29.197],[-51.389,-29.156],[-51.458,-29.169],[-51.511,-29.122],[-51.497,-29.087],[-51.557,-29.045],[-51.535,-29.019],[-51.601,-29.062],[-51.652,-29.014],[-51.679,-29.06],[-51.634,-29.086],[-51.682,-29.089],[-51.638,-29.099],[-51.588,-29.168],[-51.654,-29.198]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302154\",\"name\":\"Boa Vista das Missões\",\"centroid\":[-53.3431,-27.7001]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.26,-27.712],[-53.296,-27.706],[-53.308,-27.683],[-53.3,-27.617],[-53.319,-27.601],[-53.401,-27.62],[-53.389,-27.771],[-53.362,-27.775],[-53.361,-27.807],[-53.326,-27.8],[-53.26,-27.712]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302204\",\"name\":\"Boa Vista do Buricá\",\"centroid\":[-54.0995,-27.6757]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.169,-27.692],[-54.146,-27.687],[-54.164,-27.702],[-54.157,-27.709],[-54.13,-27.714],[-54.129,-27.697],[-54.091,-27.712],[-54.087,-27.728],[-54.067,-27.72],[-54.071,-27.736],[-54.029,-27.697],[-54.025,-27.672],[-54.085,-27.627],[-54.108,-27.643],[-54.176,-27.623],[-54.18,-27.637],[-54.143,-27.64],[-54.176,-27.668],[-54.164,-27.674],[-54.169,-27.692]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302220\",\"name\":\"Boa Vista do Cadeado\",\"centroid\":[-53.8386,-28.6585]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.778,-28.436],[-53.781,-28.488],[-53.911,-28.547],[-53.894,-28.584],[-53.974,-28.648],[-53.957,-28.774],[-53.986,-28.78],[-53.947,-28.814],[-53.775,-28.796],[-53.722,-28.709],[-53.736,-28.586],[-53.781,-28.55],[-53.695,-28.51],[-53.778,-28.436]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302238\",\"name\":\"Boa Vista do Incra\",\"centroid\":[-53.4643,-28.8623]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.331,-28.786],[-53.384,-28.791],[-53.464,-28.737],[-53.514,-28.774],[-53.564,-28.734],[-53.586,-28.793],[-53.546,-28.883],[-53.567,-28.962],[-53.529,-28.967],[-53.511,-29.037],[-53.471,-28.98],[-53.42,-28.981],[-53.38,-28.944],[-53.429,-28.901],[-53.415,-28.877],[-53.297,-28.863],[-53.331,-28.786]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302253\",\"name\":\"Boa Vista do Sul\",\"centroid\":[-51.6711,-29.3508]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.728,-29.362],[-51.691,-29.371],[-51.691,-29.424],[-51.657,-29.399],[-51.611,-29.401],[-51.611,-29.371],[-51.646,-29.371],[-51.632,-29.294],[-51.693,-29.296],[-51.729,-29.316],[-51.702,-29.324],[-51.702,-29.334],[-51.729,-29.334],[-51.728,-29.362]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302303\",\"name\":\"Bom Jesus\",\"centroid\":[-50.422,-28.5995]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.604,-28.81],[-50.58,-28.779],[-50.546,-28.826],[-50.525,-28.799],[-50.462,-28.819],[-50.439,-28.788],[-50.433,-28.817],[-50.369,-28.835],[-50.332,-28.812],[-50.301,-28.843],[-50.211,-28.823],[-50.177,-28.737],[-50.106,-28.681],[-50.11,-28.645],[-50.026,-28.635],[-50.069,-28.479],[-50.122,-28.476],[-50.126,-28.429],[-50.16,-28.459],[-50.154,-28.498],[-50.178,-28.452],[-50.223,-28.463],[-50.247,-28.428],[-50.273,-28.457],[-50.336,-28.437],[-50.346,-28.464],[-50.361,-28.42],[-50.382,-28.447],[-50.457,-28.411],[-50.544,-28.427],[-50.593,-28.382],[-50.626,-28.392],[-50.696,-28.27],[-50.749,-28.248],[-50.764,-28.289],[-50.709,-28.363],[-50.738,-28.557],[-50.674,-28.648],[-50.705,-28.795],[-50.604,-28.81]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302352\",\"name\":\"Bom Princípio\",\"centroid\":[-51.3638,-29.4696]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.332,-29.41],[-51.356,-29.397],[-51.4,-29.417],[-51.405,-29.445],[-51.387,-29.474],[-51.397,-29.525],[-51.376,-29.552],[-51.372,-29.537],[-51.341,-29.532],[-51.348,-29.517],[-51.33,-29.516],[-51.314,-29.481],[-51.34,-29.474],[-51.332,-29.41]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302378\",\"name\":\"Bom Progresso\",\"centroid\":[-53.8515,-27.544]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.811,-27.576],[-53.823,-27.573],[-53.794,-27.556],[-53.809,-27.545],[-53.784,-27.535],[-53.818,-27.527],[-53.808,-27.487],[-53.885,-27.504],[-53.906,-27.53],[-53.89,-27.561],[-53.898,-27.595],[-53.839,-27.594],[-53.811,-27.576]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302402\",\"name\":\"Bom Retiro do Sul\",\"centroid\":[-51.921,-29.6354]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.952,-29.609],[-51.942,-29.624],[-51.97,-29.634],[-51.982,-29.66],[-51.954,-29.713],[-51.907,-29.668],[-51.871,-29.663],[-51.874,-29.566],[-51.935,-29.582],[-51.952,-29.609]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302451\",\"name\":\"Boqueirão do Leão\",\"centroid\":[-52.4143,-29.3073]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.462,-29.374],[-52.425,-29.342],[-52.315,-29.392],[-52.29,-29.341],[-52.308,-29.297],[-52.289,-29.288],[-52.4,-29.253],[-52.436,-29.214],[-52.456,-29.24],[-52.519,-29.248],[-52.535,-29.329],[-52.462,-29.374]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302501\",\"name\":\"Bossoroca\",\"centroid\":[-54.9682,-28.6642]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.316,-28.658],[-55.253,-28.691],[-55.223,-28.669],[-55.187,-28.762],[-55.112,-28.742],[-55.071,-28.776],[-55.043,-28.763],[-55.034,-28.798],[-54.996,-28.778],[-54.794,-28.875],[-54.708,-28.837],[-54.668,-28.708],[-54.677,-28.634],[-54.724,-28.637],[-54.729,-28.587],[-54.814,-28.625],[-54.862,-28.588],[-54.845,-28.565],[-54.91,-28.585],[-54.908,-28.498],[-55.123,-28.479],[-55.164,-28.428],[-55.2,-28.535],[-55.239,-28.549],[-55.254,-28.636],[-55.316,-28.658]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302584\",\"name\":\"Bozano\",\"centroid\":[-53.7516,-28.3574]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.713,-28.298],[-53.726,-28.314],[-53.727,-28.291],[-53.815,-28.298],[-53.822,-28.285],[-53.826,-28.402],[-53.764,-28.441],[-53.683,-28.392],[-53.66,-28.31],[-53.713,-28.298]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302600\",\"name\":\"Braga\",\"centroid\":[-53.7428,-27.5792]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.811,-27.576],[-53.76,-27.613],[-53.734,-27.662],[-53.673,-27.606],[-53.681,-27.548],[-53.722,-27.551],[-53.811,-27.498],[-53.818,-27.527],[-53.784,-27.535],[-53.809,-27.545],[-53.794,-27.556],[-53.823,-27.573],[-53.811,-27.576]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302659\",\"name\":\"Brochier\",\"centroid\":[-51.6233,-29.5359]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.663,-29.59],[-51.643,-29.575],[-51.576,-29.613],[-51.584,-29.595],[-51.571,-29.551],[-51.589,-29.538],[-51.588,-29.477],[-51.69,-29.488],[-51.691,-29.501],[-51.665,-29.501],[-51.663,-29.59]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302709\",\"name\":\"Butiá\",\"centroid\":[-52.0013,-30.1824]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.007,-29.95],[-52.016,-30.042],[-51.971,-30.028],[-52.017,-30.139],[-51.993,-30.2],[-52.08,-30.216],[-52.159,-30.191],[-52.136,-30.217],[-52.175,-30.281],[-52.159,-30.443],[-52.037,-30.397],[-51.985,-30.249],[-51.842,-30.169],[-51.858,-30.132],[-51.834,-30.114],[-51.912,-30.055],[-51.858,-30.039],[-51.847,-29.97],[-51.782,-29.959],[-51.941,-29.932],[-51.992,-29.972],[-52.007,-29.95]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302808\",\"name\":\"Caçapava do Sul\",\"centroid\":[-53.4769,-30.5941]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.667,-30.843],[-53.602,-30.868],[-53.602,-30.919],[-53.574,-30.908],[-53.542,-30.954],[-53.517,-30.935],[-53.482,-30.967],[-53.464,-30.945],[-53.418,-30.965],[-53.414,-30.805],[-53.362,-30.776],[-53.237,-30.781],[-53.183,-30.713],[-53.187,-30.652],[-53.248,-30.58],[-53.17,-30.352],[-53.217,-30.298],[-53.268,-30.345],[-53.337,-30.319],[-53.352,-30.248],[-53.303,-30.139],[-53.467,-30.262],[-53.466,-30.328],[-53.517,-30.397],[-53.548,-30.363],[-53.614,-30.378],[-53.656,-30.432],[-53.713,-30.403],[-53.738,-30.57],[-53.798,-30.631],[-53.818,-30.739],[-53.805,-30.788],[-53.747,-30.773],[-53.667,-30.843]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4302907\",\"name\":\"Cacequi\",\"centroid\":[-54.7976,-29.9178]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.329,-29.927],[-54.265,-29.815],[-54.305,-29.737],[-54.34,-29.727],[-54.49,-29.737],[-54.567,-29.81],[-54.676,-29.808],[-54.832,-29.856],[-54.929,-29.784],[-55.095,-29.777],[-55.096,-29.756],[-55.313,-30.081],[-55.212,-30.085],[-55.178,-30.046],[-55.096,-30.035],[-55.06,-30.145],[-54.938,-30.066],[-54.817,-30.108],[-54.755,-30.021],[-54.669,-30.035],[-54.5,-29.933],[-54.454,-29.96],[-54.329,-29.927]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4303004\",\"name\":\"Cachoeira do Sul\",\"centroid\":[-52.99,-30.206]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.657,-30.209],[-52.691,-30.061],[-52.666,-30.025],[-52.605,-30.027],[-52.683,-29.999],[-52.712,-29.909],[-52.844,-29.927],[-52.903,-29.841],[-52.97,-29.812],[-53.058,-29.823],[-53.078,-29.794],[-53.121,-29.896],[-53.09,-29.962],[-53.167,-29.995],[-53.285,-30.114],[-53.352,-30.248],[-53.337,-30.319],[-53.281,-30.346],[-53.217,-30.298],[-53.184,-30.314],[-53.17,-30.374],[-53.217,-30.447],[-53.189,-30.532],[-53.053,-30.662],[-52.981,-30.678],[-52.973,-30.603],[-52.906,-30.574],[-52.881,-30.352],[-52.796,-30.305],[-52.788,-30.343],[-52.719,-30.368],[-52.657,-30.209]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4303103\",\"name\":\"Cachoeirinha\",\"centroid\":[-51.095,-29.9214]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.127,-29.954],[-51.087,-29.971],[-51.074,-29.967],[-51.066,-29.891],[-51.101,-29.869],[-51.123,-29.866],[-51.106,-29.902],[-51.126,-29.933],[-51.127,-29.954]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4303202\",\"name\":\"Cacique Doble\",\"centroid\":[-51.6744,-27.8179]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.608,-27.882],[-51.591,-27.881],[-51.601,-27.787],[-51.623,-27.791],[-51.619,-27.756],[-51.705,-27.692],[-51.673,-27.733],[-51.714,-27.766],[-51.715,-27.807],[-51.761,-27.785],[-51.737,-27.843],[-51.764,-27.845],[-51.753,-27.88],[-51.696,-27.902],[-51.639,-27.85],[-51.608,-27.882]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4303301\",\"name\":\"Caibaté\",\"centroid\":[-54.652,-28.3323]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.788,-28.363],[-54.728,-28.363],[-54.699,-28.338],[-54.686,-28.381],[-54.651,-28.397],[-54.66,-28.419],[-54.602,-28.436],[-54.572,-28.363],[-54.54,-28.356],[-54.549,-28.289],[-54.699,-28.256],[-54.745,-28.267],[-54.76,-28.247],[-54.748,-28.305],[-54.788,-28.363]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4303400\",\"name\":\"Caiçara\",\"centroid\":[-53.4675,-27.2455]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.488,-27.29],[-53.403,-27.32],[-53.349,-27.24],[-53.401,-27.236],[-53.463,-27.196],[-53.518,-27.202],[-53.556,-27.173],[-53.6,-27.189],[-53.488,-27.29]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4303509\",\"name\":\"Camaquã\",\"centroid\":[-51.7881,-30.927]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.1,-30.909],[-51.941,-30.944],[-51.882,-30.912],[-51.789,-31.124],[-51.82,-31.159],[-51.78,-31.233],[-51.812,-31.286],[-51.628,-31.265],[-51.629,-31.153],[-51.538,-31.115],[-51.616,-31.065],[-51.6,-30.953],[-51.746,-30.846],[-51.635,-30.75],[-51.691,-30.759],[-51.697,-30.69],[-51.801,-30.629],[-51.847,-30.637],[-51.898,-30.572],[-51.979,-30.66],[-51.918,-30.755],[-51.951,-30.801],[-51.936,-30.848],[-52.055,-30.874],[-52.098,-30.84],[-52.12,-30.884],[-52.1,-30.909]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4303558\",\"name\":\"Camargo\",\"centroid\":[-52.2228,-28.6162]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.249,-28.662],[-52.203,-28.674],[-52.193,-28.656],[-52.163,-28.659],[-52.13,-28.615],[-52.178,-28.603],[-52.18,-28.562],[-52.243,-28.552],[-52.245,-28.581],[-52.295,-28.585],[-52.306,-28.602],[-52.271,-28.667],[-52.249,-28.662]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4303608\",\"name\":\"Cambará do Sul\",\"centroid\":[-50.1326,-29.0534]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-49.951,-28.893],[-50.113,-28.824],[-50.199,-28.832],[-50.159,-28.907],[-50.253,-28.928],[-50.27,-29.014],[-50.188,-29.06],[-50.192,-29.096],[-50.271,-29.138],[-50.337,-29.11],[-50.365,-29.132],[-50.296,-29.292],[-50.2,-29.257],[-50.145,-29.27],[-50.146,-29.198],[-50.084,-29.214],[-50.089,-29.175],[-50.043,-29.184],[-49.984,-29.137],[-49.955,-29.078],[-49.994,-29.07],[-49.931,-28.976],[-49.965,-28.925],[-49.951,-28.893]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4303673\",\"name\":\"Campestre da Serra\",\"centroid\":[-51.1,-28.7224]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.16,-28.874],[-51.096,-28.841],[-51.048,-28.862],[-50.958,-28.79],[-51.013,-28.696],[-51.009,-28.644],[-51.071,-28.621],[-51.118,-28.556],[-51.256,-28.589],[-51.146,-28.653],[-51.16,-28.699],[-51.205,-28.708],[-51.187,-28.782],[-51.218,-28.802],[-51.176,-28.817],[-51.16,-28.874]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4303707\",\"name\":\"Campina das Missões\",\"centroid\":[-54.8367,-27.9603]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.867,-28.009],[-54.809,-28.023],[-54.795,-28.054],[-54.75,-28.043],[-54.748,-28.069],[-54.718,-27.985],[-54.786,-27.991],[-54.787,-27.936],[-54.819,-27.916],[-54.828,-27.87],[-54.892,-27.855],[-54.891,-27.91],[-54.94,-27.911],[-54.941,-27.947],[-54.909,-27.949],[-54.912,-27.99],[-54.867,-28.009]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4303806\",\"name\":\"Campinas do Sul\",\"centroid\":[-52.6586,-27.7346]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.574,-27.681],[-52.602,-27.659],[-52.6,-27.68],[-52.67,-27.685],[-52.691,-27.651],[-52.758,-27.628],[-52.747,-27.747],[-52.717,-27.745],[-52.705,-27.793],[-52.68,-27.796],[-52.645,-27.853],[-52.573,-27.803],[-52.595,-27.802],[-52.56,-27.715],[-52.574,-27.681]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4303905\",\"name\":\"Campo Bom\",\"centroid\":[-51.0491,-29.6721]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.098,-29.644],[-51.09,-29.674],[-51.076,-29.686],[-51.081,-29.715],[-50.996,-29.706],[-51.014,-29.696],[-51.007,-29.65],[-51.039,-29.649],[-51.035,-29.618],[-51.056,-29.616],[-51.063,-29.647],[-51.098,-29.644]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304002\",\"name\":\"Campo Novo\",\"centroid\":[-53.8258,-27.668]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.917,-27.692],[-53.89,-27.722],[-53.844,-27.729],[-53.817,-27.767],[-53.759,-27.755],[-53.771,-27.724],[-53.757,-27.715],[-53.774,-27.707],[-53.745,-27.642],[-53.792,-27.603],[-53.797,-27.573],[-53.898,-27.595],[-53.881,-27.67],[-53.917,-27.692]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304101\",\"name\":\"Campos Borges\",\"centroid\":[-53.064,-28.9048]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.016,-28.947],[-52.997,-28.911],[-52.923,-28.924],[-52.966,-28.882],[-52.962,-28.847],[-52.986,-28.86],[-53.061,-28.83],[-53.119,-28.881],[-53.124,-28.847],[-53.182,-28.861],[-53.149,-28.88],[-53.17,-28.915],[-53.14,-28.919],[-53.132,-28.962],[-53.158,-28.959],[-53.129,-28.987],[-53.076,-28.962],[-53.023,-28.979],[-53.016,-28.947]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304200\",\"name\":\"Candelária\",\"centroid\":[-52.8134,-29.7053]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.599,-29.738],[-52.711,-29.698],[-52.772,-29.58],[-52.736,-29.547],[-52.751,-29.504],[-52.971,-29.52],[-52.917,-29.805],[-52.844,-29.927],[-52.741,-29.905],[-52.741,-29.804],[-52.581,-29.794],[-52.599,-29.738]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304309\",\"name\":\"Cândido Godói\",\"centroid\":[-54.7203,-27.9325]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.616,-27.936],[-54.714,-27.866],[-54.832,-27.841],[-54.826,-27.903],[-54.787,-27.936],[-54.786,-27.991],[-54.74,-27.98],[-54.718,-27.985],[-54.718,-28.014],[-54.616,-28.012],[-54.616,-27.936]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304358\",\"name\":\"Candiota\",\"centroid\":[-53.749,-31.5565]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.623,-31.605],[-53.587,-31.581],[-53.604,-31.474],[-53.566,-31.393],[-53.615,-31.385],[-53.651,-31.338],[-53.775,-31.316],[-53.801,-31.374],[-53.781,-31.439],[-53.833,-31.47],[-53.84,-31.608],[-53.926,-31.765],[-53.914,-31.855],[-53.836,-31.828],[-53.763,-31.739],[-53.772,-31.651],[-53.702,-31.651],[-53.684,-31.593],[-53.623,-31.605]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304408\",\"name\":\"Canela\",\"centroid\":[-50.777,-29.3521]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.89,-29.288],[-50.857,-29.305],[-50.853,-29.379],[-50.809,-29.433],[-50.645,-29.406],[-50.682,-29.36],[-50.675,-29.336],[-50.743,-29.327],[-50.763,-29.276],[-50.849,-29.267],[-50.859,-29.248],[-50.89,-29.288]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304507\",\"name\":\"Canguçu\",\"centroid\":[-52.6669,-31.2128]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.427,-30.915],[-52.44,-30.896],[-52.641,-30.961],[-52.652,-30.923],[-52.716,-30.897],[-52.866,-30.922],[-52.915,-31.057],[-52.946,-31.068],[-52.912,-31.144],[-52.907,-31.317],[-52.991,-31.559],[-52.929,-31.611],[-52.916,-31.666],[-52.854,-31.596],[-52.699,-31.609],[-52.501,-31.328],[-52.423,-31.336],[-52.474,-31.232],[-52.355,-31.109],[-52.28,-31.081],[-52.241,-30.98],[-52.278,-30.949],[-52.243,-30.926],[-52.249,-30.884],[-52.427,-30.915]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304606\",\"name\":\"Canoas\",\"centroid\":[-51.1783,-29.91]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.127,-29.954],[-51.106,-29.902],[-51.123,-29.866],[-51.232,-29.862],[-51.25,-29.884],[-51.221,-29.966],[-51.127,-29.954]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304614\",\"name\":\"Canudos do Vale\",\"centroid\":[-52.2342,-29.3276]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.3,-29.355],[-52.192,-29.361],[-52.165,-29.351],[-52.165,-29.313],[-52.188,-29.287],[-52.243,-29.314],[-52.289,-29.288],[-52.308,-29.297],[-52.303,-29.338],[-52.29,-29.341],[-52.3,-29.355]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304622\",\"name\":\"Capão Bonito do Sul\",\"centroid\":[-51.3882,-28.1528]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.35,-27.999],[-51.425,-28.068],[-51.512,-28.059],[-51.51,-28.17],[-51.45,-28.236],[-51.458,-28.346],[-51.413,-28.331],[-51.384,-28.241],[-51.327,-28.232],[-51.244,-28.154],[-51.264,-28.076],[-51.344,-28.038],[-51.35,-27.999]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304630\",\"name\":\"Capão da Canoa\",\"centroid\":[-50.0003,-29.68]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.018,-29.773],[-49.934,-29.625],[-49.99,-29.607],[-50.049,-29.654],[-50.022,-29.691],[-50.055,-29.762],[-50.018,-29.773]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304655\",\"name\":\"Capão do Cipó\",\"centroid\":[-54.5801,-28.962]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.378,-29.005],[-54.41,-28.922],[-54.578,-28.837],[-54.625,-28.765],[-54.61,-28.746],[-54.671,-28.716],[-54.708,-28.837],[-54.816,-28.869],[-54.711,-28.954],[-54.682,-29.046],[-54.646,-29.047],[-54.641,-29.134],[-54.589,-29.122],[-54.534,-29.182],[-54.455,-29.128],[-54.433,-29.09],[-54.46,-29.07],[-54.378,-29.005]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304663\",\"name\":\"Capão do Leão\",\"centroid\":[-52.5391,-31.8323]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.373,-31.8],[-52.43,-31.723],[-52.579,-31.682],[-52.62,-31.728],[-52.737,-31.741],[-52.746,-31.776],[-52.665,-31.9],[-52.423,-32.016],[-52.373,-31.8]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304689\",\"name\":\"Capela de Santana\",\"centroid\":[-51.3584,-29.7034]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.307,-29.776],[-51.277,-29.656],[-51.34,-29.634],[-51.428,-29.653],[-51.427,-29.692],[-51.457,-29.711],[-51.437,-29.726],[-51.414,-29.717],[-51.41,-29.77],[-51.392,-29.764],[-51.365,-29.788],[-51.334,-29.757],[-51.307,-29.776]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304697\",\"name\":\"Capitão\",\"centroid\":[-51.9846,-29.2817]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.033,-29.329],[-52.015,-29.329],[-52.02,-29.317],[-51.987,-29.301],[-51.955,-29.329],[-51.94,-29.304],[-51.92,-29.304],[-51.919,-29.292],[-51.947,-29.272],[-51.947,-29.247],[-51.994,-29.234],[-52.037,-29.268],[-52.033,-29.329]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304671\",\"name\":\"Capivari do Sul\",\"centroid\":[-50.5123,-30.1374]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.543,-30.252],[-50.537,-30.203],[-50.524,-30.222],[-50.363,-30.206],[-50.394,-30.158],[-50.367,-30.076],[-50.415,-30.103],[-50.457,-30.052],[-50.658,-30.047],[-50.631,-30.073],[-50.621,-30.198],[-50.543,-30.252]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304713\",\"name\":\"Caraá\",\"centroid\":[-50.3406,-29.7707]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.404,-29.706],[-50.468,-29.793],[-50.373,-29.858],[-50.356,-29.84],[-50.281,-29.859],[-50.23,-29.708],[-50.316,-29.678],[-50.359,-29.716],[-50.404,-29.706]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304705\",\"name\":\"Carazinho\",\"centroid\":[-52.8632,-28.2803]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.654,-28.169],[-52.763,-28.241],[-52.825,-28.196],[-52.871,-28.257],[-52.904,-28.178],[-52.948,-28.174],[-53.073,-28.262],[-53.13,-28.267],[-53.12,-28.298],[-53.093,-28.279],[-53.02,-28.32],[-53.04,-28.374],[-52.955,-28.334],[-52.94,-28.38],[-52.817,-28.383],[-52.725,-28.351],[-52.709,-28.288],[-52.608,-28.234],[-52.654,-28.169]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304804\",\"name\":\"Carlos Barbosa\",\"centroid\":[-51.5031,-29.3227]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.353,-29.333],[-51.354,-29.291],[-51.439,-29.291],[-51.473,-29.254],[-51.546,-29.293],[-51.632,-29.294],[-51.646,-29.371],[-51.578,-29.382],[-51.552,-29.355],[-51.35,-29.352],[-51.353,-29.333]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304853\",\"name\":\"Carlos Gomes\",\"centroid\":[-51.9304,-27.7051]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.982,-27.72],[-51.963,-27.731],[-51.963,-27.749],[-51.907,-27.757],[-51.888,-27.722],[-51.9,-27.714],[-51.881,-27.72],[-51.893,-27.702],[-51.875,-27.694],[-51.893,-27.679],[-51.896,-27.652],[-51.908,-27.654],[-51.974,-27.673],[-51.982,-27.72]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304903\",\"name\":\"Casca\",\"centroid\":[-51.9674,-28.5938]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.066,-28.614],[-51.996,-28.61],[-51.994,-28.672],[-51.84,-28.652],[-51.863,-28.636],[-51.854,-28.59],[-51.916,-28.562],[-51.916,-28.51],[-52.035,-28.546],[-52.09,-28.536],[-52.093,-28.616],[-52.066,-28.614]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4304952\",\"name\":\"Caseiros\",\"centroid\":[-51.7361,-28.2476]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.705,-28.313],[-51.666,-28.324],[-51.628,-28.28],[-51.667,-28.202],[-51.65,-28.187],[-51.694,-28.15],[-51.692,-28.191],[-51.732,-28.184],[-51.736,-28.214],[-51.791,-28.194],[-51.846,-28.239],[-51.908,-28.213],[-51.903,-28.256],[-51.81,-28.242],[-51.822,-28.298],[-51.764,-28.288],[-51.705,-28.313]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305009\",\"name\":\"Catuípe\",\"centroid\":[-54.0371,-28.1749]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.91,-28.115],[-53.915,-28.071],[-53.98,-28.064],[-54.034,-27.985],[-54.06,-28.022],[-54.14,-28.019],[-54.075,-28.054],[-54.069,-28.108],[-54.18,-28.138],[-54.107,-28.242],[-54.155,-28.366],[-54.125,-28.346],[-54.098,-28.368],[-54.109,-28.335],[-54.086,-28.357],[-54.033,-28.275],[-54.017,-28.306],[-53.969,-28.29],[-53.954,-28.226],[-53.917,-28.215],[-53.931,-28.119],[-53.91,-28.115]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305108\",\"name\":\"Caxias do Sul\",\"centroid\":[-51.026,-29.0988]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.112,-29.033],[-51.111,-29.08],[-51.145,-29.09],[-51.308,-29.088],[-51.289,-29.245],[-51.212,-29.359],[-51.089,-29.291],[-50.985,-29.321],[-50.88,-29.279],[-50.838,-29.142],[-50.913,-29.118],[-50.903,-29.09],[-50.944,-29.071],[-50.831,-29.063],[-50.799,-29.025],[-50.784,-28.979],[-50.81,-28.959],[-50.787,-28.942],[-50.82,-28.892],[-50.795,-28.876],[-50.821,-28.837],[-50.879,-28.841],[-50.891,-28.806],[-50.963,-28.794],[-51.048,-28.862],[-51.109,-28.848],[-51.124,-28.877],[-50.922,-29.004],[-51.112,-29.033]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305116\",\"name\":\"Centenário\",\"centroid\":[-52.0054,-27.7755]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.925,-27.752],[-51.963,-27.749],[-52.001,-27.695],[-52.071,-27.765],[-52.083,-27.819],[-51.956,-27.831],[-51.962,-27.813],[-51.939,-27.816],[-51.953,-27.791],[-51.925,-27.768],[-51.911,-27.781],[-51.925,-27.752]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305124\",\"name\":\"Cerrito\",\"centroid\":[-52.7965,-31.7323]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.826,-31.858],[-52.665,-31.9],[-52.744,-31.789],[-52.704,-31.694],[-52.71,-31.611],[-52.854,-31.596],[-52.891,-31.62],[-52.901,-31.723],[-52.868,-31.772],[-52.892,-31.806],[-52.826,-31.858]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305132\",\"name\":\"Cerro Branco\",\"centroid\":[-52.9939,-29.6267]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.042,-29.675],[-53.039,-29.66],[-53.016,-29.662],[-53.01,-29.697],[-52.93,-29.719],[-52.934,-29.652],[-52.971,-29.563],[-53.022,-29.531],[-53.058,-29.57],[-53.042,-29.675]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305157\",\"name\":\"Cerro Grande\",\"centroid\":[-53.1636,-27.6276]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.1,-27.646],[-53.094,-27.641],[-53.123,-27.621],[-53.101,-27.607],[-53.119,-27.588],[-53.148,-27.605],[-53.184,-27.588],[-53.206,-27.6],[-53.22,-27.653],[-53.183,-27.67],[-53.13,-27.646],[-53.1,-27.646]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305173\",\"name\":\"Cerro Grande do Sul\",\"centroid\":[-51.7595,-30.587]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.898,-30.572],[-51.847,-30.637],[-51.817,-30.649],[-51.801,-30.629],[-51.744,-30.682],[-51.697,-30.69],[-51.654,-30.642],[-51.658,-30.519],[-51.75,-30.535],[-51.767,-30.467],[-51.898,-30.572]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305207\",\"name\":\"Cerro Largo\",\"centroid\":[-54.7402,-28.1304]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.795,-28.176],[-54.779,-28.153],[-54.769,-28.186],[-54.74,-28.177],[-54.746,-28.208],[-54.71,-28.208],[-54.695,-28.234],[-54.697,-28.202],[-54.676,-28.227],[-54.662,-28.195],[-54.634,-28.207],[-54.695,-28.16],[-54.697,-28.067],[-54.748,-28.069],[-54.75,-28.043],[-54.808,-28.047],[-54.795,-28.176]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305306\",\"name\":\"Chapada\",\"centroid\":[-53.1136,-28.0992]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.964,-28.178],[-53.012,-28.097],[-52.987,-28.08],[-53.053,-27.963],[-53.035,-27.953],[-53.072,-27.924],[-53.238,-28.003],[-53.191,-28.045],[-53.209,-28.074],[-53.302,-28.081],[-53.256,-28.164],[-53.197,-28.159],[-53.122,-28.255],[-53.073,-28.262],[-52.964,-28.178]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305355\",\"name\":\"Charqueadas\",\"centroid\":[-51.5561,-29.9898]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.435,-29.983],[-51.462,-29.949],[-51.532,-29.927],[-51.654,-29.955],[-51.637,-29.977],[-51.683,-30.018],[-51.629,-30.064],[-51.6,-30.014],[-51.538,-30.049],[-51.467,-30.023],[-51.435,-29.983]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305371\",\"name\":\"Charrua\",\"centroid\":[-52.002,-27.9444]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.929,-27.991],[-51.91,-27.952],[-51.931,-27.932],[-51.925,-27.907],[-51.939,-27.906],[-51.919,-27.9],[-51.938,-27.884],[-52.061,-27.885],[-52.051,-27.906],[-52.082,-27.906],[-52.069,-27.932],[-52.094,-27.928],[-52.089,-27.977],[-52.065,-27.993],[-51.985,-28.015],[-51.963,-27.981],[-51.951,-28],[-51.929,-27.991]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305405\",\"name\":\"Chiapetta\",\"centroid\":[-53.9106,-27.9893]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.034,-27.985],[-53.98,-28.064],[-53.915,-28.071],[-53.91,-28.115],[-53.777,-28.04],[-53.749,-27.993],[-53.831,-27.966],[-53.953,-27.852],[-54.027,-27.933],[-54.034,-27.985]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305439\",\"name\":\"Chuí\",\"centroid\":[-53.4079,-33.6544]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.523,-33.689],[-53.44,-33.694],[-53.422,-33.744],[-53.3,-33.662],[-53.414,-33.561],[-53.523,-33.689]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305447\",\"name\":\"Chuvisca\",\"centroid\":[-52.0047,-30.7814]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.098,-30.84],[-52.055,-30.874],[-51.989,-30.844],[-51.936,-30.848],[-51.951,-30.801],[-51.918,-30.755],[-51.956,-30.676],[-51.999,-30.669],[-51.986,-30.717],[-52.062,-30.738],[-52.098,-30.84]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305454\",\"name\":\"Cidreira\",\"centroid\":[-50.2694,-30.1209]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.17,-30.097],[-50.211,-30.083],[-50.188,-30.057],[-50.2,-30.04],[-50.257,-30.065],[-50.274,-30.044],[-50.307,-30.067],[-50.349,-30.053],[-50.394,-30.158],[-50.307,-30.147],[-50.257,-30.173],[-50.251,-30.228],[-50.224,-30.236],[-50.17,-30.097]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305504\",\"name\":\"Ciríaco\",\"centroid\":[-51.9173,-28.3469]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.858,-28.252],[-51.946,-28.244],[-51.972,-28.29],[-52.02,-28.303],[-51.964,-28.331],[-51.991,-28.439],[-51.92,-28.494],[-51.907,-28.412],[-51.818,-28.338],[-51.858,-28.252]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305587\",\"name\":\"Colinas\",\"centroid\":[-51.8687,-29.393]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.909,-29.352],[-51.874,-29.387],[-51.909,-29.417],[-51.927,-29.398],[-51.95,-29.416],[-51.933,-29.426],[-51.842,-29.424],[-51.798,-29.39],[-51.859,-29.369],[-51.839,-29.344],[-51.909,-29.352]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305603\",\"name\":\"Colorado\",\"centroid\":[-52.9914,-28.4743]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.079,-28.492],[-53.017,-28.589],[-52.922,-28.581],[-52.924,-28.507],[-52.946,-28.496],[-52.927,-28.402],[-52.947,-28.339],[-53.058,-28.397],[-53.048,-28.426],[-53.079,-28.492]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305702\",\"name\":\"Condor\",\"centroid\":[-53.4989,-28.1626]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.312,-28.195],[-53.353,-28.129],[-53.403,-28.136],[-53.431,-28.08],[-53.476,-28.088],[-53.512,-28.145],[-53.527,-28.066],[-53.586,-28.039],[-53.623,-28.093],[-53.644,-28.251],[-53.627,-28.273],[-53.594,-28.237],[-53.505,-28.22],[-53.349,-28.241],[-53.312,-28.195]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305801\",\"name\":\"Constantina\",\"centroid\":[-52.9933,-27.6858]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.075,-27.675],[-53.025,-27.726],[-53.017,-27.782],[-52.984,-27.791],[-52.983,-27.764],[-52.935,-27.766],[-52.912,-27.738],[-52.965,-27.682],[-52.9,-27.661],[-52.939,-27.636],[-52.919,-27.609],[-52.947,-27.588],[-52.973,-27.639],[-52.999,-27.61],[-53.113,-27.65],[-53.075,-27.675]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305835\",\"name\":\"Coqueiro Baixo\",\"centroid\":[-52.1317,-29.1673]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.159,-29.214],[-52.096,-29.233],[-52.074,-29.196],[-52.018,-29.167],[-52.087,-29.171],[-52.089,-29.154],[-52.137,-29.136],[-52.152,-29.088],[-52.166,-29.089],[-52.201,-29.123],[-52.159,-29.214]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305850\",\"name\":\"Coqueiros do Sul\",\"centroid\":[-52.7582,-28.1295]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.825,-28.196],[-52.763,-28.241],[-52.654,-28.169],[-52.66,-28.123],[-52.755,-28.037],[-52.828,-28.029],[-52.868,-28.085],[-52.806,-28.122],[-52.825,-28.196]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305871\",\"name\":\"Coronel Barros\",\"centroid\":[-54.064,-28.4081]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.982,-28.442],[-53.997,-28.334],[-54.007,-28.35],[-54.027,-28.319],[-54.041,-28.36],[-54.086,-28.338],[-54.093,-28.358],[-54.109,-28.335],[-54.098,-28.368],[-54.133,-28.355],[-54.093,-28.426],[-54.149,-28.433],[-54.14,-28.484],[-54.047,-28.471],[-54.025,-28.413],[-53.982,-28.442]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305900\",\"name\":\"Coronel Bicaco\",\"centroid\":[-53.6462,-27.7981]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.78,-27.755],[-53.728,-27.79],[-53.688,-27.93],[-53.633,-27.954],[-53.519,-27.844],[-53.58,-27.681],[-53.632,-27.709],[-53.745,-27.656],[-53.774,-27.707],[-53.759,-27.755],[-53.78,-27.755]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305934\",\"name\":\"Coronel Pilar\",\"centroid\":[-51.7202,-29.2637]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.78,-29.299],[-51.743,-29.309],[-51.725,-29.295],[-51.701,-29.304],[-51.65,-29.294],[-51.646,-29.254],[-51.677,-29.247],[-51.685,-29.213],[-51.75,-29.208],[-51.755,-29.261],[-51.801,-29.26],[-51.797,-29.299],[-51.78,-29.299]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305959\",\"name\":\"Cotiporã\",\"centroid\":[-51.6893,-28.9925]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.682,-29.089],[-51.679,-29.072],[-51.634,-29.086],[-51.639,-29.064],[-51.679,-29.06],[-51.652,-29.014],[-51.624,-29.017],[-51.627,-28.927],[-51.781,-28.938],[-51.757,-28.957],[-51.778,-28.97],[-51.753,-28.974],[-51.76,-28.997],[-51.741,-28.994],[-51.71,-29.046],[-51.714,-29.091],[-51.682,-29.089]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4305975\",\"name\":\"Coxilha\",\"centroid\":[-52.3275,-28.1236]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.489,-28.12],[-52.465,-28.168],[-52.303,-28.192],[-52.286,-28.23],[-52.194,-28.175],[-52.165,-28.074],[-52.296,-28.076],[-52.326,-28.029],[-52.377,-28.019],[-52.389,-28.09],[-52.477,-28.073],[-52.504,-28.034],[-52.489,-28.12]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306007\",\"name\":\"Crissiumal\",\"centroid\":[-54.1369,-27.4862]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.199,-27.559],[-54.16,-27.575],[-54.071,-27.551],[-54.046,-27.581],[-53.974,-27.514],[-54.038,-27.452],[-54.217,-27.385],[-54.26,-27.396],[-54.287,-27.456],[-54.242,-27.45],[-54.261,-27.467],[-54.233,-27.468],[-54.236,-27.501],[-54.258,-27.499],[-54.199,-27.559]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306056\",\"name\":\"Cristal\",\"centroid\":[-52.0335,-31.0074]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.245,-30.985],[-52.111,-30.998],[-52.156,-31.041],[-52.066,-31.158],[-52.026,-31.165],[-52.008,-31.104],[-51.933,-31.11],[-51.956,-31.094],[-51.901,-31.037],[-51.872,-31.091],[-51.789,-31.124],[-51.882,-30.912],[-51.941,-30.944],[-52.241,-30.881],[-52.278,-30.949],[-52.245,-30.985]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306072\",\"name\":\"Cristal do Sul\",\"centroid\":[-53.2484,-27.4336]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.247,-27.496],[-53.202,-27.462],[-53.198,-27.422],[-53.177,-27.415],[-53.221,-27.402],[-53.206,-27.399],[-53.217,-27.384],[-53.234,-27.397],[-53.249,-27.369],[-53.288,-27.396],[-53.296,-27.415],[-53.286,-27.425],[-53.309,-27.429],[-53.29,-27.468],[-53.247,-27.496]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306106\",\"name\":\"Cruz Alta\",\"centroid\":[-53.5626,-28.7026]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.42,-28.59],[-53.455,-28.553],[-53.513,-28.571],[-53.521,-28.537],[-53.706,-28.481],[-53.702,-28.53],[-53.781,-28.55],[-53.742,-28.571],[-53.715,-28.659],[-53.739,-28.655],[-53.722,-28.709],[-53.745,-28.759],[-53.796,-28.803],[-53.764,-28.861],[-53.668,-28.938],[-53.568,-28.954],[-53.546,-28.883],[-53.586,-28.793],[-53.564,-28.734],[-53.514,-28.774],[-53.464,-28.737],[-53.408,-28.751],[-53.384,-28.791],[-53.261,-28.73],[-53.245,-28.676],[-53.322,-28.611],[-53.42,-28.59]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306130\",\"name\":\"Cruzaltense\",\"centroid\":[-52.6411,-27.6271]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.74,-27.626],[-52.691,-27.651],[-52.67,-27.685],[-52.6,-27.68],[-52.602,-27.659],[-52.559,-27.679],[-52.557,-27.603],[-52.639,-27.564],[-52.667,-27.589],[-52.759,-27.599],[-52.74,-27.626]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306205\",\"name\":\"Cruzeiro do Sul\",\"centroid\":[-52.036,-29.5403]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.101,-29.549],[-52.009,-29.625],[-51.942,-29.624],[-51.999,-29.591],[-51.97,-29.499],[-52.048,-29.469],[-52.053,-29.485],[-52.141,-29.479],[-52.107,-29.498],[-52.101,-29.549]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306304\",\"name\":\"David Canabarro\",\"centroid\":[-51.811,-28.4185]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.906,-28.467],[-51.771,-28.469],[-51.722,-28.436],[-51.704,-28.379],[-51.723,-28.368],[-51.786,-28.382],[-51.842,-28.355],[-51.907,-28.412],[-51.906,-28.467]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306320\",\"name\":\"Derrubadas\",\"centroid\":[-53.8912,-27.2381]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.055,-27.264],[-53.998,-27.263],[-53.935,-27.296],[-53.953,-27.32],[-53.906,-27.333],[-53.787,-27.303],[-53.77,-27.262],[-53.802,-27.177],[-53.864,-27.126],[-53.91,-27.176],[-53.953,-27.153],[-53.96,-27.195],[-54.008,-27.198],[-54.055,-27.264]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306353\",\"name\":\"Dezesseis de Novembro\",\"centroid\":[-55.0809,-28.208]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.146,-28.187],[-55.138,-28.253],[-55.057,-28.322],[-54.991,-28.26],[-55.036,-28.216],[-55.018,-28.186],[-55.045,-28.17],[-55.03,-28.144],[-55.067,-28.144],[-55.062,-28.111],[-55.097,-28.123],[-55.112,-28.076],[-55.15,-28.101],[-55.125,-28.152],[-55.146,-28.187]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306379\",\"name\":\"Dilermando de Aguiar\",\"centroid\":[-54.1624,-29.8128]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.04,-29.917],[-54.077,-29.876],[-54.023,-29.866],[-53.962,-29.795],[-54.09,-29.763],[-54.086,-29.724],[-54.132,-29.686],[-54.24,-29.69],[-54.305,-29.73],[-54.265,-29.815],[-54.329,-29.927],[-54.283,-29.93],[-54.246,-29.893],[-54.193,-29.926],[-54.04,-29.917]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306403\",\"name\":\"Dois Irmãos\",\"centroid\":[-51.0901,-29.5995]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.13,-29.639],[-51.063,-29.647],[-51.049,-29.562],[-51.118,-29.551],[-51.13,-29.639]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306429\",\"name\":\"Dois Irmãos das Missões\",\"centroid\":[-53.4978,-27.6771]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.401,-27.62],[-53.431,-27.635],[-53.513,-27.601],[-53.563,-27.607],[-53.564,-27.638],[-53.587,-27.638],[-53.581,-27.735],[-53.46,-27.756],[-53.42,-27.692],[-53.392,-27.691],[-53.401,-27.62]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306452\",\"name\":\"Dois Lajeados\",\"centroid\":[-51.8449,-28.9764]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.814,-29.015],[-51.793,-28.999],[-51.761,-29.008],[-51.751,-28.981],[-51.778,-28.97],[-51.757,-28.963],[-51.768,-28.943],[-51.842,-28.937],[-51.856,-28.919],[-51.924,-28.954],[-51.907,-28.974],[-51.922,-28.982],[-51.906,-28.988],[-51.932,-28.994],[-51.918,-29.023],[-51.814,-29.015]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306502\",\"name\":\"Dom Feliciano\",\"centroid\":[-52.2007,-30.6055]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.972,-30.638],[-52.02,-30.537],[-52.153,-30.444],[-52.235,-30.433],[-52.306,-30.337],[-52.356,-30.379],[-52.356,-30.439],[-52.418,-30.548],[-52.454,-30.561],[-52.343,-30.629],[-52.341,-30.711],[-52.267,-30.799],[-52.24,-30.757],[-52.19,-30.764],[-52.179,-30.838],[-52.12,-30.884],[-52.062,-30.738],[-51.986,-30.717],[-51.999,-30.669],[-51.972,-30.638]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306601\",\"name\":\"Dom Pedrito\",\"centroid\":[-54.6646,-31.0587]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.942,-30.981],[-54.075,-30.957],[-54.136,-30.98],[-54.371,-30.88],[-54.545,-30.869],[-54.597,-30.785],[-54.709,-30.759],[-54.723,-30.713],[-54.674,-30.67],[-54.72,-30.596],[-54.782,-30.699],[-54.838,-30.733],[-55.011,-30.723],[-55.041,-30.877],[-55.107,-30.912],[-55.148,-30.981],[-55.036,-31.284],[-55.002,-31.269],[-54.941,-31.379],[-54.886,-31.377],[-54.837,-31.442],[-54.703,-31.439],[-54.631,-31.357],[-54.57,-31.371],[-54.504,-31.308],[-54.425,-31.302],[-54.405,-31.232],[-54.312,-31.161],[-54.105,-31.141],[-54.077,-31.093],[-53.928,-31.029],[-53.942,-30.981]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306551\",\"name\":\"Dom Pedro de Alcântara\",\"centroid\":[-49.8552,-29.3685]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-49.836,-29.424],[-49.803,-29.392],[-49.829,-29.357],[-49.815,-29.339],[-49.858,-29.313],[-49.889,-29.312],[-49.895,-29.396],[-49.882,-29.41],[-49.836,-29.424]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306700\",\"name\":\"Dona Francisca\",\"centroid\":[-53.3451,-29.5588]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.362,-29.637],[-53.287,-29.616],[-53.335,-29.556],[-53.31,-29.538],[-53.294,-29.486],[-53.386,-29.489],[-53.376,-29.602],[-53.404,-29.611],[-53.362,-29.637]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306734\",\"name\":\"Doutor Maurício Cardoso\",\"centroid\":[-54.3669,-27.4868]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.399,-27.57],[-54.236,-27.501],[-54.233,-27.468],[-54.261,-27.467],[-54.242,-27.45],[-54.287,-27.456],[-54.334,-27.404],[-54.346,-27.467],[-54.411,-27.405],[-54.47,-27.426],[-54.443,-27.468],[-54.475,-27.481],[-54.472,-27.514],[-54.399,-27.57]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306759\",\"name\":\"Doutor Ricardo\",\"centroid\":[-51.9745,-29.0945]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.046,-29.058],[-51.993,-29.144],[-51.982,-29.135],[-51.959,-29.155],[-51.897,-29.146],[-51.926,-29.075],[-51.955,-29.075],[-51.97,-29.039],[-52.021,-29.04],[-52.041,-29.018],[-52.046,-29.058]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306767\",\"name\":\"Eldorado do Sul\",\"centroid\":[-51.4983,-30.0774]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.301,-30.054],[-51.299,-30.003],[-51.272,-30.039],[-51.262,-30.01],[-51.313,-29.949],[-51.538,-30.049],[-51.6,-30.014],[-51.626,-30.071],[-51.688,-30.08],[-51.695,-30.175],[-51.635,-30.174],[-51.583,-30.213],[-51.494,-30.122],[-51.301,-30.054]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306809\",\"name\":\"Encantado\",\"centroid\":[-51.9211,-29.2139]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.9,-29.296],[-51.866,-29.277],[-51.851,-29.229],[-51.871,-29.226],[-51.897,-29.146],[-51.959,-29.155],[-51.982,-29.135],[-52.002,-29.175],[-51.98,-29.174],[-51.979,-29.202],[-51.958,-29.202],[-51.965,-29.247],[-51.9,-29.296]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306908\",\"name\":\"Encruzilhada do Sul\",\"centroid\":[-52.6761,-30.6298]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.531,-30.272],[-52.559,-30.285],[-52.536,-30.355],[-52.579,-30.374],[-52.657,-30.209],[-52.719,-30.368],[-52.788,-30.343],[-52.796,-30.305],[-52.881,-30.352],[-52.906,-30.574],[-52.973,-30.603],[-52.989,-30.678],[-52.954,-30.733],[-52.954,-30.846],[-53.017,-30.93],[-52.912,-30.942],[-52.73,-30.895],[-52.659,-30.918],[-52.641,-30.961],[-52.44,-30.896],[-52.427,-30.915],[-52.419,-30.855],[-52.457,-30.797],[-52.443,-30.659],[-52.336,-30.681],[-52.358,-30.612],[-52.454,-30.561],[-52.356,-30.439],[-52.343,-30.359],[-52.402,-30.381],[-52.502,-30.362],[-52.531,-30.272]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306924\",\"name\":\"Engenho Velho\",\"centroid\":[-52.9097,-27.6848]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.919,-27.609],[-52.939,-27.636],[-52.908,-27.65],[-52.906,-27.672],[-52.965,-27.682],[-52.946,-27.719],[-52.895,-27.751],[-52.884,-27.737],[-52.896,-27.721],[-52.862,-27.713],[-52.855,-27.699],[-52.895,-27.701],[-52.882,-27.673],[-52.869,-27.672],[-52.888,-27.629],[-52.919,-27.609]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306957\",\"name\":\"Entre Rios do Sul\",\"centroid\":[-52.7252,-27.5169]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.8,-27.496],[-52.757,-27.513],[-52.747,-27.538],[-52.766,-27.551],[-52.745,-27.547],[-52.748,-27.58],[-52.768,-27.585],[-52.67,-27.579],[-52.663,-27.534],[-52.68,-27.523],[-52.668,-27.517],[-52.691,-27.516],[-52.683,-27.503],[-52.712,-27.485],[-52.701,-27.469],[-52.733,-27.456],[-52.727,-27.436],[-52.746,-27.435],[-52.8,-27.496]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306932\",\"name\":\"Entre-Ijuís\",\"centroid\":[-54.302,-28.4597]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.144,-28.337],[-54.226,-28.339],[-54.228,-28.365],[-54.25,-28.32],[-54.283,-28.357],[-54.297,-28.312],[-54.389,-28.357],[-54.366,-28.356],[-54.375,-28.436],[-54.463,-28.489],[-54.396,-28.556],[-54.447,-28.582],[-54.418,-28.609],[-54.441,-28.651],[-54.392,-28.666],[-54.313,-28.599],[-54.346,-28.553],[-54.257,-28.49],[-54.303,-28.43],[-54.139,-28.466],[-54.149,-28.433],[-54.093,-28.426],[-54.118,-28.361],[-54.155,-28.366],[-54.144,-28.337]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4306973\",\"name\":\"Erebango\",\"centroid\":[-52.3166,-27.8299]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.278,-27.876],[-52.237,-27.785],[-52.277,-27.782],[-52.284,-27.756],[-52.328,-27.749],[-52.327,-27.77],[-52.35,-27.797],[-52.364,-27.791],[-52.387,-27.85],[-52.409,-27.858],[-52.357,-27.878],[-52.359,-27.895],[-52.309,-27.905],[-52.278,-27.876]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307005\",\"name\":\"Erechim\",\"centroid\":[-52.2555,-27.6452]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.328,-27.749],[-52.237,-27.785],[-52.149,-27.734],[-52.186,-27.568],[-52.237,-27.569],[-52.217,-27.542],[-52.239,-27.482],[-52.256,-27.511],[-52.344,-27.509],[-52.328,-27.749]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307054\",\"name\":\"Ernestina\",\"centroid\":[-52.5564,-28.4223]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.618,-28.518],[-52.552,-28.53],[-52.445,-28.394],[-52.462,-28.38],[-52.507,-28.412],[-52.531,-28.339],[-52.567,-28.321],[-52.601,-28.333],[-52.648,-28.383],[-52.589,-28.435],[-52.618,-28.518]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307203\",\"name\":\"Erval Grande\",\"centroid\":[-52.5805,-27.3557]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.593,-27.468],[-52.539,-27.492],[-52.519,-27.469],[-52.497,-27.393],[-52.539,-27.309],[-52.527,-27.285],[-52.545,-27.241],[-52.633,-27.265],[-52.668,-27.238],[-52.691,-27.284],[-52.613,-27.37],[-52.62,-27.452],[-52.593,-27.468]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307302\",\"name\":\"Erval Seco\",\"centroid\":[-53.5155,-27.5117]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.571,-27.617],[-53.513,-27.601],[-53.423,-27.635],[-53.381,-27.61],[-53.47,-27.453],[-53.562,-27.418],[-53.556,-27.39],[-53.623,-27.387],[-53.642,-27.342],[-53.666,-27.371],[-53.638,-27.441],[-53.553,-27.457],[-53.571,-27.617]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307401\",\"name\":\"Esmeralda\",\"centroid\":[-51.1741,-28.0311]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.35,-27.999],[-51.344,-28.038],[-51.264,-28.076],[-51.234,-28.165],[-51.103,-28.194],[-51.081,-28.233],[-51.017,-28.216],[-51.063,-28.184],[-51.041,-28.028],[-50.994,-27.991],[-51.057,-27.887],[-51.24,-27.98],[-51.277,-27.843],[-51.32,-27.875],[-51.359,-27.863],[-51.369,-27.916],[-51.331,-27.94],[-51.35,-27.999]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307450\",\"name\":\"Esperança do Sul\",\"centroid\":[-54.0088,-27.3282]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.025,-27.4],[-53.979,-27.39],[-53.918,-27.323],[-53.936,-27.309],[-53.953,-27.32],[-53.935,-27.296],[-53.959,-27.302],[-53.998,-27.263],[-54.026,-27.28],[-54.055,-27.264],[-54.082,-27.299],[-54.111,-27.302],[-54.079,-27.319],[-54.025,-27.4]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307500\",\"name\":\"Espumoso\",\"centroid\":[-52.8303,-28.8613]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.855,-29.043],[-52.718,-29.01],[-52.719,-28.707],[-52.769,-28.648],[-52.775,-28.696],[-52.819,-28.679],[-52.833,-28.725],[-52.874,-28.706],[-52.953,-28.739],[-52.927,-28.813],[-52.966,-28.813],[-52.939,-28.849],[-52.966,-28.882],[-52.92,-28.913],[-52.939,-28.934],[-52.997,-28.911],[-53.016,-28.947],[-52.953,-28.956],[-52.855,-29.043]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307559\",\"name\":\"Estação\",\"centroid\":[-52.2883,-27.928]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.228,-27.972],[-52.22,-27.912],[-52.278,-27.876],[-52.309,-27.905],[-52.344,-27.892],[-52.352,-27.913],[-52.366,-27.913],[-52.372,-27.928],[-52.339,-27.947],[-52.335,-27.977],[-52.295,-27.955],[-52.228,-27.972]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307609\",\"name\":\"Estância Velha\",\"centroid\":[-51.1861,-29.6474]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.177,-29.672],[-51.143,-29.67],[-51.142,-29.637],[-51.135,-29.638],[-51.133,-29.628],[-51.231,-29.617],[-51.22,-29.682],[-51.177,-29.672]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307708\",\"name\":\"Esteio\",\"centroid\":[-51.1774,-29.8524]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.232,-29.862],[-51.101,-29.869],[-51.181,-29.83],[-51.226,-29.843],[-51.232,-29.862]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307807\",\"name\":\"Estrela\",\"centroid\":[-51.922,-29.5096]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.873,-29.544],[-51.842,-29.424],[-51.95,-29.416],[-51.919,-29.451],[-51.978,-29.487],[-51.999,-29.591],[-51.952,-29.609],[-51.873,-29.544]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307815\",\"name\":\"Estrela Velha\",\"centroid\":[-53.1794,-29.2252]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.064,-29.182],[-53.094,-29.14],[-53.141,-29.131],[-53.261,-29.144],[-53.247,-29.24],[-53.211,-29.264],[-53.24,-29.265],[-53.248,-29.288],[-53.231,-29.35],[-53.195,-29.364],[-53.171,-29.345],[-53.192,-29.326],[-53.142,-29.313],[-53.13,-29.228],[-53.064,-29.182]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307831\",\"name\":\"Eugênio de Castro\",\"centroid\":[-54.2442,-28.5665]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.128,-28.555],[-54.139,-28.466],[-54.303,-28.43],[-54.306,-28.457],[-54.257,-28.49],[-54.346,-28.553],[-54.31,-28.587],[-54.379,-28.655],[-54.35,-28.666],[-54.377,-28.702],[-54.323,-28.724],[-54.315,-28.663],[-54.197,-28.66],[-54.128,-28.555]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307864\",\"name\":\"Fagundes Varela\",\"centroid\":[-51.7163,-28.8874]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.712,-28.835],[-51.755,-28.836],[-51.758,-28.873],[-51.799,-28.886],[-51.813,-28.908],[-51.782,-28.914],[-51.781,-28.938],[-51.694,-28.932],[-51.646,-28.91],[-51.635,-28.88],[-51.621,-28.886],[-51.62,-28.873],[-51.65,-28.873],[-51.667,-28.835],[-51.712,-28.835]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307906\",\"name\":\"Farroupilha\",\"centroid\":[-51.3662,-29.2077]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.491,-29.26],[-51.461,-29.255],[-51.439,-29.291],[-51.354,-29.291],[-51.353,-29.333],[-51.27,-29.313],[-51.294,-29.113],[-51.343,-29.115],[-51.37,-29.069],[-51.422,-29.06],[-51.423,-29.156],[-51.389,-29.156],[-51.391,-29.197],[-51.492,-29.198],[-51.491,-29.26]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308003\",\"name\":\"Faxinal do Soturno\",\"centroid\":[-53.4642,-29.5585]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.386,-29.489],[-53.478,-29.526],[-53.546,-29.515],[-53.568,-29.539],[-53.53,-29.615],[-53.496,-29.621],[-53.464,-29.586],[-53.404,-29.611],[-53.376,-29.602],[-53.386,-29.489]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308052\",\"name\":\"Faxinalzinho\",\"centroid\":[-52.6746,-27.3756]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.618,-27.432],[-52.602,-27.409],[-52.613,-27.37],[-52.662,-27.31],[-52.705,-27.298],[-52.715,-27.318],[-52.743,-27.323],[-52.714,-27.369],[-52.734,-27.38],[-52.716,-27.389],[-52.733,-27.401],[-52.726,-27.432],[-52.694,-27.444],[-52.672,-27.427],[-52.618,-27.432]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308078\",\"name\":\"Fazenda Vilanova\",\"centroid\":[-51.8382,-29.5905]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.873,-29.643],[-51.827,-29.649],[-51.803,-29.627],[-51.796,-29.574],[-51.817,-29.529],[-51.877,-29.547],[-51.873,-29.643]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308102\",\"name\":\"Feliz\",\"centroid\":[-51.2848,-29.4564]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.226,-29.39],[-51.267,-29.418],[-51.28,-29.405],[-51.33,-29.427],[-51.34,-29.474],[-51.314,-29.481],[-51.337,-29.523],[-51.29,-29.525],[-51.265,-29.503],[-51.268,-29.478],[-51.248,-29.446],[-51.234,-29.449],[-51.249,-29.434],[-51.197,-29.409],[-51.226,-29.39]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308201\",\"name\":\"Flores da Cunha\",\"centroid\":[-51.2164,-29.028]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.112,-29.033],[-51.125,-28.981],[-51.193,-28.93],[-51.274,-28.964],[-51.274,-29.029],[-51.246,-29.043],[-51.37,-29.069],[-51.343,-29.115],[-51.294,-29.113],[-51.308,-29.088],[-51.111,-29.08],[-51.112,-29.033]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308250\",\"name\":\"Floriano Peixoto\",\"centroid\":[-52.0482,-27.8591]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.95,-27.827],[-52.06,-27.831],[-52.091,-27.794],[-52.146,-27.846],[-52.132,-27.858],[-52.149,-27.894],[-52.12,-27.911],[-52.051,-27.906],[-52.061,-27.885],[-51.924,-27.882],[-51.936,-27.87],[-51.92,-27.845],[-51.95,-27.827]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308300\",\"name\":\"Fontoura Xavier\",\"centroid\":[-52.3777,-29.0116]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.427,-29.157],[-52.343,-29.141],[-52.292,-29.164],[-52.33,-29.02],[-52.215,-29.027],[-52.29,-28.879],[-52.487,-28.909],[-52.495,-29.085],[-52.427,-29.157]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308409\",\"name\":\"Formigueiro\",\"centroid\":[-53.5111,-29.9762]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.254,-29.958],[-53.571,-29.863],[-53.652,-29.893],[-53.635,-29.989],[-53.671,-30.051],[-53.634,-30.094],[-53.586,-30.097],[-53.254,-29.958]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308433\",\"name\":\"Forquetinha\",\"centroid\":[-52.1275,-29.3876]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.202,-29.425],[-52.093,-29.425],[-52.082,-29.411],[-52.037,-29.409],[-52.09,-29.36],[-52.112,-29.362],[-52.164,-29.329],[-52.165,-29.351],[-52.192,-29.361],[-52.179,-29.406],[-52.158,-29.414],[-52.202,-29.425]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308458\",\"name\":\"Fortaleza dos Valos\",\"centroid\":[-53.28,-28.8968]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.331,-28.786],[-53.297,-28.863],[-53.415,-28.877],[-53.429,-28.901],[-53.38,-28.944],[-53.42,-28.981],[-53.471,-28.98],[-53.511,-29.037],[-53.494,-29.073],[-53.449,-29.09],[-53.449,-29.047],[-53.371,-28.976],[-53.317,-29.014],[-53.235,-28.956],[-53.153,-29.033],[-53.129,-28.987],[-53.158,-28.959],[-53.13,-28.941],[-53.182,-28.861],[-53.115,-28.834],[-53.152,-28.797],[-53.137,-28.76],[-53.291,-28.726],[-53.331,-28.786]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308508\",\"name\":\"Frederico Westphalen\",\"centroid\":[-53.3609,-27.338]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.262,-27.374],[-53.251,-27.348],[-53.292,-27.28],[-53.322,-27.275],[-53.31,-27.226],[-53.335,-27.223],[-53.403,-27.32],[-53.493,-27.3],[-53.419,-27.427],[-53.262,-27.374]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308607\",\"name\":\"Garibaldi\",\"centroid\":[-51.5832,-29.2411]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.491,-29.26],[-51.492,-29.198],[-51.678,-29.198],[-51.685,-29.213],[-51.677,-29.247],[-51.646,-29.254],[-51.65,-29.294],[-51.546,-29.293],[-51.541,-29.275],[-51.491,-29.276],[-51.491,-29.26]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308656\",\"name\":\"Garruchos\",\"centroid\":[-55.5346,-28.2308]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.438,-28.086],[-55.499,-28.081],[-55.557,-28.165],[-55.611,-28.117],[-55.634,-28.178],[-55.779,-28.248],[-55.67,-28.334],[-55.692,-28.416],[-55.583,-28.339],[-55.507,-28.403],[-55.525,-28.343],[-55.461,-28.252],[-55.384,-28.305],[-55.318,-28.209],[-55.34,-28.192],[-55.304,-28.178],[-55.359,-28.173],[-55.356,-28.123],[-55.438,-28.086]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308706\",\"name\":\"Gaurama\",\"centroid\":[-52.1153,-27.5995]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.155,-27.669],[-52.066,-27.679],[-52.068,-27.663],[-52.039,-27.654],[-52.041,-27.595],[-52.069,-27.585],[-52.054,-27.543],[-52.089,-27.508],[-52.132,-27.517],[-52.136,-27.547],[-52.167,-27.531],[-52.187,-27.544],[-52.182,-27.664],[-52.155,-27.669]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308805\",\"name\":\"General Câmara\",\"centroid\":[-51.9227,-29.8647]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.716,-29.861],[-51.816,-29.862],[-51.841,-29.824],[-51.914,-29.808],[-51.91,-29.767],[-52.037,-29.704],[-52.014,-29.736],[-52.059,-29.814],[-52.055,-29.923],[-52.003,-29.971],[-51.941,-29.932],[-51.75,-29.96],[-51.727,-29.947],[-51.75,-29.888],[-51.716,-29.861]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308854\",\"name\":\"Gentil\",\"centroid\":[-52.0393,-28.384]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.083,-28.345],[-52.102,-28.352],[-52.111,-28.399],[-52.084,-28.476],[-51.985,-28.434],[-51.964,-28.331],[-52.02,-28.303],[-52.074,-28.305],[-52.063,-28.322],[-52.083,-28.345]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4308904\",\"name\":\"Getúlio Vargas\",\"centroid\":[-52.1798,-27.857]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.278,-27.876],[-52.22,-27.912],[-52.228,-27.972],[-52.069,-27.932],[-52.082,-27.906],[-52.149,-27.894],[-52.146,-27.846],[-52.091,-27.794],[-52.149,-27.734],[-52.258,-27.807],[-52.278,-27.876]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309001\",\"name\":\"Giruá\",\"centroid\":[-54.2938,-28.0337]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.516,-28.093],[-54.427,-28.07],[-54.396,-28.159],[-54.281,-28.166],[-54.069,-28.108],[-54.075,-28.054],[-54.306,-27.893],[-54.306,-27.864],[-54.349,-27.861],[-54.333,-27.821],[-54.369,-27.835],[-54.38,-27.917],[-54.455,-27.949],[-54.462,-28.029],[-54.516,-28.093]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309050\",\"name\":\"Glorinha\",\"centroid\":[-50.7714,-29.8843]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.694,-29.79],[-50.787,-29.766],[-50.853,-29.835],[-50.84,-29.977],[-50.821,-29.999],[-50.686,-29.955],[-50.706,-29.926],[-50.679,-29.887],[-50.685,-29.84],[-50.752,-29.789],[-50.694,-29.79]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309100\",\"name\":\"Gramado\",\"centroid\":[-50.8956,-29.387]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.788,-29.439],[-50.853,-29.379],[-50.857,-29.305],[-50.91,-29.288],[-50.92,-29.308],[-50.942,-29.284],[-50.952,-29.306],[-50.988,-29.309],[-50.955,-29.374],[-50.981,-29.39],[-50.91,-29.451],[-50.91,-29.502],[-50.788,-29.439]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309126\",\"name\":\"Gramado dos Loureiros\",\"centroid\":[-52.9159,-27.4463]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.017,-27.462],[-52.972,-27.486],[-52.866,-27.471],[-52.828,-27.504],[-52.809,-27.456],[-52.868,-27.433],[-52.904,-27.384],[-52.974,-27.412],[-53.017,-27.462]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309159\",\"name\":\"Gramado Xavier\",\"centroid\":[-52.6008,-29.2881]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.71,-29.306],[-52.634,-29.33],[-52.622,-29.36],[-52.543,-29.376],[-52.528,-29.26],[-52.501,-29.247],[-52.526,-29.219],[-52.674,-29.233],[-52.71,-29.306]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309209\",\"name\":\"Gravataí\",\"centroid\":[-50.9447,-29.8907]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.074,-29.967],[-50.949,-29.961],[-50.869,-30.016],[-50.821,-29.999],[-50.855,-29.872],[-50.812,-29.774],[-51.081,-29.83],[-51.101,-29.869],[-51.066,-29.891],[-51.074,-29.967]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309258\",\"name\":\"Guabiju\",\"centroid\":[-51.6596,-28.575]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.707,-28.61],[-51.596,-28.669],[-51.616,-28.635],[-51.599,-28.537],[-51.626,-28.511],[-51.74,-28.531],[-51.707,-28.61]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309308\",\"name\":\"Guaíba\",\"centroid\":[-51.4314,-30.1769]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.328,-30.227],[-51.311,-30.052],[-51.539,-30.154],[-51.582,-30.257],[-51.407,-30.265],[-51.406,-30.23],[-51.328,-30.227]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309407\",\"name\":\"Guaporé\",\"centroid\":[-51.9074,-28.8543]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.791,-28.884],[-51.864,-28.83],[-51.835,-28.819],[-51.87,-28.803],[-51.832,-28.758],[-51.959,-28.761],[-51.956,-28.822],[-52.015,-28.826],[-52.033,-28.855],[-51.97,-28.923],[-51.967,-28.906],[-51.954,-28.929],[-51.953,-28.908],[-51.92,-28.921],[-51.914,-28.948],[-51.856,-28.919],[-51.781,-28.936],[-51.782,-28.914],[-51.813,-28.908],[-51.791,-28.884]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309506\",\"name\":\"Guarani das Missões\",\"centroid\":[-54.5852,-28.1696]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.634,-28.207],[-54.557,-28.242],[-54.585,-28.296],[-54.533,-28.278],[-54.487,-28.246],[-54.492,-28.124],[-54.532,-28.13],[-54.574,-28.093],[-54.661,-28.096],[-54.666,-28.062],[-54.697,-28.067],[-54.695,-28.16],[-54.634,-28.207]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309555\",\"name\":\"Harmonia\",\"centroid\":[-51.426,-29.5476]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.462,-29.569],[-51.422,-29.573],[-51.424,-29.588],[-51.407,-29.591],[-51.414,-29.576],[-51.387,-29.584],[-51.397,-29.552],[-51.376,-29.552],[-51.388,-29.528],[-51.437,-29.518],[-51.453,-29.502],[-51.469,-29.549],[-51.462,-29.569]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4307104\",\"name\":\"Herval\",\"centroid\":[-53.3977,-32.0209]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.268,-31.864],[-53.454,-31.833],[-53.558,-31.924],[-53.596,-31.908],[-53.592,-31.951],[-53.635,-31.982],[-53.702,-31.984],[-53.703,-32.076],[-53.744,-32.115],[-53.705,-32.207],[-53.676,-32.238],[-53.648,-32.182],[-53.583,-32.148],[-53.496,-32.191],[-53.35,-32.185],[-53.306,-32.218],[-53.086,-31.948],[-52.918,-31.888],[-52.936,-31.864],[-53.158,-31.891],[-53.268,-31.864]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309571\",\"name\":\"Herveiras\",\"centroid\":[-52.6671,-29.441]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.68,-29.5],[-52.614,-29.493],[-52.607,-29.474],[-52.571,-29.466],[-52.652,-29.39],[-52.758,-29.405],[-52.774,-29.443],[-52.722,-29.434],[-52.689,-29.453],[-52.68,-29.5]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309605\",\"name\":\"Horizontina\",\"centroid\":[-54.2983,-27.5874]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.285,-27.675],[-54.264,-27.631],[-54.2,-27.591],[-54.203,-27.547],[-54.236,-27.529],[-54.227,-27.51],[-54.265,-27.498],[-54.349,-27.564],[-54.38,-27.554],[-54.409,-27.575],[-54.374,-27.645],[-54.285,-27.675]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309654\",\"name\":\"Hulha Negra\",\"centroid\":[-53.891,-31.4507]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.906,-31.808],[-53.926,-31.765],[-53.84,-31.608],[-53.833,-31.47],[-53.781,-31.439],[-53.796,-31.353],[-53.734,-31.239],[-53.904,-31.228],[-53.984,-31.262],[-54.013,-31.314],[-53.954,-31.346],[-53.999,-31.379],[-53.922,-31.456],[-53.992,-31.538],[-53.958,-31.613],[-53.976,-31.77],[-53.906,-31.808]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309704\",\"name\":\"Humaitá\",\"centroid\":[-53.9782,-27.5728]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.037,-27.655],[-54.031,-27.627],[-54.008,-27.621],[-54.02,-27.591],[-53.984,-27.59],[-53.973,-27.61],[-53.898,-27.595],[-53.896,-27.538],[-53.922,-27.519],[-53.992,-27.522],[-54.046,-27.581],[-54.085,-27.584],[-54.037,-27.655]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309753\",\"name\":\"Ibarama\",\"centroid\":[-53.1658,-29.4176]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.095,-29.467],[-53.083,-29.372],[-53.168,-29.342],[-53.195,-29.364],[-53.231,-29.35],[-53.229,-29.405],[-53.286,-29.436],[-53.137,-29.495],[-53.095,-29.467]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309803\",\"name\":\"Ibiaçá\",\"centroid\":[-51.7923,-28.0981]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.918,-28.112],[-51.736,-28.214],[-51.732,-28.184],[-51.692,-28.191],[-51.69,-28.139],[-51.634,-28.135],[-51.614,-28.063],[-51.634,-28.048],[-51.681,-28.083],[-51.704,-28.138],[-51.776,-28.027],[-51.929,-27.991],[-51.918,-28.112]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309902\",\"name\":\"Ibiraiaras\",\"centroid\":[-51.6307,-28.3819]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.62,-28.48],[-51.585,-28.424],[-51.499,-28.398],[-51.535,-28.374],[-51.545,-28.314],[-51.594,-28.301],[-51.636,-28.253],[-51.628,-28.28],[-51.666,-28.324],[-51.705,-28.313],[-51.722,-28.436],[-51.76,-28.449],[-51.62,-28.48]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4309951\",\"name\":\"Ibirapuitã\",\"centroid\":[-52.4449,-28.625]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.565,-28.654],[-52.438,-28.699],[-52.346,-28.704],[-52.314,-28.648],[-52.361,-28.579],[-52.434,-28.549],[-52.458,-28.565],[-52.495,-28.549],[-52.512,-28.574],[-52.534,-28.531],[-52.581,-28.582],[-52.544,-28.624],[-52.565,-28.654]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310009\",\"name\":\"Ibirubá\",\"centroid\":[-53.1635,-28.5925]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.017,-28.589],[-53.079,-28.492],[-53.202,-28.463],[-53.245,-28.483],[-53.263,-28.567],[-53.42,-28.59],[-53.322,-28.611],[-53.164,-28.726],[-53.157,-28.702],[-53.03,-28.69],[-53.017,-28.589]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310108\",\"name\":\"Igrejinha\",\"centroid\":[-50.7922,-29.5618]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.716,-29.516],[-50.77,-29.54],[-50.908,-29.516],[-50.912,-29.545],[-50.856,-29.556],[-50.856,-29.584],[-50.806,-29.617],[-50.761,-29.608],[-50.752,-29.583],[-50.696,-29.592],[-50.694,-29.553],[-50.716,-29.516]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310207\",\"name\":\"Ijuí\",\"centroid\":[-53.8946,-28.3273]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.982,-28.442],[-53.959,-28.489],[-53.873,-28.531],[-53.781,-28.488],[-53.779,-28.43],[-53.836,-28.388],[-53.799,-28.275],[-53.832,-28.276],[-53.846,-28.215],[-53.797,-28.063],[-53.931,-28.119],[-53.917,-28.215],[-53.954,-28.226],[-53.969,-28.29],[-54.017,-28.306],[-54.033,-28.275],[-54.076,-28.315],[-54.041,-28.36],[-54.027,-28.319],[-53.985,-28.347],[-53.982,-28.442]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310306\",\"name\":\"Ilópolis\",\"centroid\":[-52.1301,-28.9321]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.228,-28.97],[-52.161,-28.948],[-52.158,-28.975],[-52.07,-28.98],[-52.071,-28.887],[-52.166,-28.886],[-52.228,-28.97]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310330\",\"name\":\"Imbé\",\"centroid\":[-50.1172,-29.9297]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.119,-29.976],[-50.075,-29.884],[-50.109,-29.884],[-50.147,-29.919],[-50.129,-29.94],[-50.134,-29.957],[-50.154,-29.965],[-50.155,-29.987],[-50.119,-29.976]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310363\",\"name\":\"Imigrante\",\"centroid\":[-51.7734,-29.3456]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.728,-29.362],[-51.729,-29.334],[-51.702,-29.334],[-51.702,-29.324],[-51.729,-29.325],[-51.701,-29.304],[-51.725,-29.295],[-51.743,-29.309],[-51.78,-29.299],[-51.776,-29.343],[-51.839,-29.344],[-51.862,-29.36],[-51.798,-29.39],[-51.728,-29.362]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310405\",\"name\":\"Independência\",\"centroid\":[-54.189,-27.8945]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.333,-27.821],[-54.349,-27.861],[-54.225,-27.926],[-54.14,-28.019],[-54.042,-27.968],[-54.124,-27.881],[-54.143,-27.799],[-54.333,-27.821]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310413\",\"name\":\"Inhacorá\",\"centroid\":[-54.0336,-27.9057]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.966,-27.824],[-54.05,-27.876],[-54.115,-27.883],[-54.076,-27.938],[-54.046,-27.941],[-54.042,-27.968],[-54.078,-28.006],[-54.06,-28.022],[-54.02,-27.966],[-54.027,-27.933],[-53.953,-27.852],[-53.966,-27.824]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310439\",\"name\":\"Ipê\",\"centroid\":[-51.3048,-28.7151]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.438,-28.806],[-51.319,-28.85],[-51.254,-28.817],[-51.159,-28.854],[-51.218,-28.802],[-51.187,-28.782],[-51.205,-28.708],[-51.16,-28.699],[-51.146,-28.653],[-51.255,-28.582],[-51.335,-28.584],[-51.451,-28.684],[-51.426,-28.738],[-51.46,-28.79],[-51.438,-28.806]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310462\",\"name\":\"Ipiranga do Sul\",\"centroid\":[-52.4184,-27.9318]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.524,-27.942],[-52.439,-27.988],[-52.335,-27.977],[-52.339,-27.947],[-52.372,-27.928],[-52.352,-27.913],[-52.357,-27.878],[-52.409,-27.858],[-52.463,-27.909],[-52.52,-27.924],[-52.524,-27.942]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310504\",\"name\":\"Iraí\",\"centroid\":[-53.2403,-27.2498]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.327,-27.221],[-53.303,-27.234],[-53.319,-27.239],[-53.303,-27.254],[-53.322,-27.275],[-53.292,-27.28],[-53.28,-27.327],[-53.258,-27.34],[-53.228,-27.306],[-53.202,-27.312],[-53.205,-27.294],[-53.159,-27.282],[-53.179,-27.199],[-53.232,-27.171],[-53.327,-27.221]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310538\",\"name\":\"Itaara\",\"centroid\":[-53.7649,-29.5782]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.856,-29.592],[-53.801,-29.646],[-53.715,-29.645],[-53.697,-29.559],[-53.722,-29.518],[-53.688,-29.466],[-53.841,-29.564],[-53.856,-29.592]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310553\",\"name\":\"Itacurubi\",\"centroid\":[-55.2643,-28.8106]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.961,-28.808],[-55.112,-28.742],[-55.187,-28.762],[-55.223,-28.669],[-55.253,-28.691],[-55.43,-28.651],[-55.55,-28.707],[-55.499,-28.73],[-55.428,-28.865],[-55.367,-28.88],[-55.373,-28.921],[-55.228,-28.982],[-55.178,-28.943],[-55.09,-28.95],[-55.073,-28.922],[-55.096,-28.904],[-55.036,-28.896],[-55.042,-28.836],[-54.961,-28.808]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310579\",\"name\":\"Itapuca\",\"centroid\":[-52.1973,-28.7756]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.063,-28.81],[-52.078,-28.741],[-52.239,-28.757],[-52.257,-28.68],[-52.327,-28.814],[-52.27,-28.808],[-52.244,-28.829],[-52.214,-28.809],[-52.063,-28.81]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310603\",\"name\":\"Itaqui\",\"centroid\":[-56.1745,-29.2127]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-56.66,-29.423],[-56.495,-29.388],[-56.43,-29.427],[-56.364,-29.398],[-56.291,-29.417],[-56.178,-29.377],[-56.178,-29.314],[-56.095,-29.37],[-56.038,-29.296],[-55.966,-29.358],[-55.916,-29.349],[-55.866,-29.423],[-55.799,-29.345],[-55.645,-29.277],[-55.612,-29.217],[-55.48,-29.199],[-55.477,-29.171],[-55.532,-29.072],[-55.912,-29.156],[-56.18,-29.159],[-56.18,-29.134],[-56.269,-29.095],[-56.097,-28.92],[-56.082,-28.857],[-56.103,-28.849],[-56.167,-28.865],[-56.232,-28.938],[-56.379,-28.948],[-56.416,-28.992],[-56.422,-29.076],[-56.589,-29.12],[-56.7,-29.356],[-56.768,-29.378],[-56.78,-29.416],[-56.695,-29.401],[-56.66,-29.423]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310652\",\"name\":\"Itati\",\"centroid\":[-50.1626,-29.4583]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.168,-29.535],[-50.168,-29.602],[-50.075,-29.545],[-50.13,-29.442],[-50.183,-29.4],[-50.155,-29.355],[-50.084,-29.349],[-50.113,-29.327],[-50.204,-29.366],[-50.194,-29.342],[-50.249,-29.33],[-50.235,-29.394],[-50.213,-29.399],[-50.244,-29.422],[-50.21,-29.442],[-50.215,-29.476],[-50.157,-29.471],[-50.188,-29.506],[-50.168,-29.535]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310702\",\"name\":\"Itatiba do Sul\",\"centroid\":[-52.4792,-27.3581]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.536,-27.26],[-52.539,-27.309],[-52.497,-27.393],[-52.528,-27.464],[-52.512,-27.487],[-52.437,-27.495],[-52.453,-27.409],[-52.426,-27.39],[-52.443,-27.377],[-52.445,-27.307],[-52.419,-27.282],[-52.442,-27.25],[-52.432,-27.218],[-52.48,-27.235],[-52.479,-27.266],[-52.536,-27.26]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310751\",\"name\":\"Ivorá\",\"centroid\":[-53.5822,-29.5125]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.518,-29.471],[-53.55,-29.442],[-53.572,-29.481],[-53.59,-29.466],[-53.623,-29.468],[-53.62,-29.486],[-53.655,-29.508],[-53.63,-29.568],[-53.55,-29.574],[-53.568,-29.539],[-53.542,-29.513],[-53.519,-29.526],[-53.507,-29.517],[-53.518,-29.471]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310801\",\"name\":\"Ivoti\",\"centroid\":[-51.1566,-29.5795]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.196,-29.616],[-51.133,-29.628],[-51.13,-29.639],[-51.116,-29.544],[-51.151,-29.532],[-51.196,-29.547],[-51.205,-29.557],[-51.19,-29.559],[-51.196,-29.616]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310850\",\"name\":\"Jaboticaba\",\"centroid\":[-53.2641,-27.6293]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.319,-27.601],[-53.3,-27.617],[-53.308,-27.683],[-53.296,-27.706],[-53.26,-27.712],[-53.218,-27.663],[-53.206,-27.6],[-53.231,-27.579],[-53.256,-27.585],[-53.276,-27.518],[-53.291,-27.53],[-53.291,-27.578],[-53.319,-27.601]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310876\",\"name\":\"Jacuizinho\",\"centroid\":[-53.0132,-29.0406]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.999,-29.139],[-52.948,-29.096],[-52.958,-29.066],[-52.855,-29.043],[-52.977,-28.947],[-53.148,-29.001],[-53.151,-29.025],[-53.078,-29.076],[-53.076,-29.125],[-53.017,-29.156],[-52.999,-29.139]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4310900\",\"name\":\"Jacutinga\",\"centroid\":[-52.5485,-27.7833]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.483,-27.719],[-52.501,-27.693],[-52.564,-27.689],[-52.595,-27.787],[-52.573,-27.803],[-52.645,-27.853],[-52.648,-27.876],[-52.561,-27.875],[-52.463,-27.754],[-52.483,-27.719]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311007\",\"name\":\"Jaguarão\",\"centroid\":[-53.3317,-32.4103]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.676,-32.238],[-53.644,-32.385],[-53.553,-32.474],[-53.471,-32.481],[-53.403,-32.58],[-53.37,-32.57],[-53.289,-32.621],[-53.255,-32.602],[-53.176,-32.658],[-53.084,-32.657],[-52.997,-32.591],[-52.968,-32.49],[-52.985,-32.442],[-53.052,-32.389],[-53.241,-32.347],[-53.29,-32.235],[-53.35,-32.185],[-53.496,-32.191],[-53.583,-32.148],[-53.648,-32.182],[-53.676,-32.238]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311106\",\"name\":\"Jaguari\",\"centroid\":[-54.6456,-29.4579]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.502,-29.328],[-54.549,-29.31],[-54.59,-29.358],[-54.627,-29.312],[-54.682,-29.319],[-54.686,-29.394],[-54.751,-29.392],[-54.751,-29.461],[-54.862,-29.545],[-54.797,-29.578],[-54.793,-29.629],[-54.673,-29.563],[-54.633,-29.573],[-54.51,-29.444],[-54.406,-29.461],[-54.397,-29.441],[-54.513,-29.39],[-54.486,-29.381],[-54.502,-29.328]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311122\",\"name\":\"Jaquirana\",\"centroid\":[-50.363,-28.9529]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.358,-29.117],[-50.271,-29.138],[-50.192,-29.096],[-50.188,-29.06],[-50.27,-29.014],[-50.253,-28.928],[-50.159,-28.907],[-50.185,-28.846],[-50.234,-28.818],[-50.314,-28.84],[-50.332,-28.812],[-50.369,-28.835],[-50.433,-28.817],[-50.439,-28.788],[-50.462,-28.819],[-50.525,-28.799],[-50.546,-28.826],[-50.58,-28.779],[-50.605,-28.832],[-50.464,-28.96],[-50.444,-29.129],[-50.358,-29.117]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311130\",\"name\":\"Jari\",\"centroid\":[-54.2994,-29.2885]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.07,-29.199],[-54.17,-29.192],[-54.291,-29.089],[-54.343,-29.144],[-54.329,-29.189],[-54.397,-29.201],[-54.432,-29.307],[-54.502,-29.328],[-54.486,-29.381],[-54.513,-29.39],[-54.395,-29.452],[-54.371,-29.41],[-54.209,-29.426],[-54.157,-29.285],[-54.07,-29.199]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311155\",\"name\":\"Jóia\",\"centroid\":[-54.1505,-28.7646]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.906,-28.811],[-53.986,-28.78],[-53.957,-28.774],[-53.981,-28.67],[-53.96,-28.654],[-54.11,-28.557],[-54.15,-28.567],[-54.197,-28.66],[-54.315,-28.663],[-54.323,-28.724],[-54.378,-28.695],[-54.411,-28.727],[-54.394,-28.79],[-54.359,-28.787],[-54.331,-28.931],[-54.135,-28.883],[-54.048,-28.912],[-53.953,-28.898],[-53.906,-28.811]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311205\",\"name\":\"Júlio de Castilhos\",\"centroid\":[-53.6504,-29.2587]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.627,-29.605],[-53.583,-29.577],[-53.63,-29.568],[-53.648,-29.497],[-53.612,-29.463],[-53.572,-29.481],[-53.55,-29.442],[-53.518,-29.471],[-53.511,-29.371],[-53.439,-29.349],[-53.468,-29.304],[-53.442,-29.277],[-53.457,-29.2],[-53.33,-29.17],[-53.284,-29.195],[-53.243,-29.169],[-53.279,-29.131],[-53.408,-29.119],[-53.494,-29.073],[-53.549,-28.963],[-53.642,-29.027],[-53.709,-29.14],[-53.758,-29.164],[-53.878,-29.153],[-54.027,-29.405],[-53.885,-29.395],[-53.766,-29.345],[-53.693,-29.416],[-53.708,-29.547],[-53.627,-29.605]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311239\",\"name\":\"Lagoa Bonita do Sul\",\"centroid\":[-53.0425,-29.5023]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.029,-29.553],[-53.038,-29.539],[-53.022,-29.531],[-52.98,-29.557],[-52.962,-29.515],[-53.014,-29.464],[-53.088,-29.459],[-53.137,-29.495],[-53.029,-29.553]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311270\",\"name\":\"Lagoa dos Três Cantos\",\"centroid\":[-52.8343,-28.5715]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.917,-28.596],[-52.775,-28.629],[-52.749,-28.598],[-52.767,-28.569],[-52.76,-28.543],[-52.795,-28.519],[-52.852,-28.535],[-52.88,-28.52],[-52.921,-28.54],[-52.917,-28.596]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311304\",\"name\":\"Lagoa Vermelha\",\"centroid\":[-51.5003,-28.2321]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.599,-28.537],[-51.518,-28.542],[-51.456,-28.486],[-51.396,-28.54],[-51.354,-28.508],[-51.374,-28.475],[-51.327,-28.333],[-51.414,-28.295],[-51.413,-28.331],[-51.458,-28.346],[-51.45,-28.236],[-51.512,-28.156],[-51.512,-28.059],[-51.425,-28.068],[-51.335,-27.982],[-51.359,-27.976],[-51.333,-27.931],[-51.369,-27.916],[-51.378,-27.849],[-51.417,-27.916],[-51.526,-27.984],[-51.676,-27.983],[-51.646,-27.993],[-51.675,-28.022],[-51.646,-28.018],[-51.614,-28.097],[-51.634,-28.135],[-51.694,-28.15],[-51.499,-28.398],[-51.614,-28.447],[-51.624,-28.515],[-51.599,-28.537]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311254\",\"name\":\"Lagoão\",\"centroid\":[-52.7881,-29.2406]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.825,-29.328],[-52.743,-29.365],[-52.663,-29.209],[-52.672,-29.183],[-52.752,-29.165],[-52.785,-29.115],[-52.817,-29.119],[-52.898,-29.216],[-52.892,-29.313],[-52.825,-29.328]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311403\",\"name\":\"Lajeado\",\"centroid\":[-52.0056,-29.445]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.97,-29.499],[-51.97,-29.474],[-51.919,-29.451],[-51.926,-29.436],[-52.04,-29.401],[-52.045,-29.415],[-52.128,-29.424],[-52.042,-29.445],[-52.048,-29.469],[-51.97,-29.499]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311429\",\"name\":\"Lajeado do Bugre\",\"centroid\":[-53.2068,-27.7041]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.197,-27.733],[-53.152,-27.699],[-53.155,-27.662],[-53.183,-27.67],[-53.22,-27.653],[-53.234,-27.691],[-53.261,-27.721],[-53.246,-27.755],[-53.201,-27.745],[-53.197,-27.733]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311502\",\"name\":\"Lavras do Sul\",\"centroid\":[-54.1539,-30.77]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.667,-30.843],[-53.747,-30.773],[-53.805,-30.788],[-53.798,-30.631],[-53.737,-30.547],[-53.745,-30.514],[-53.821,-30.517],[-53.859,-30.476],[-53.987,-30.616],[-54.018,-30.694],[-54.137,-30.711],[-54.16,-30.777],[-54.322,-30.719],[-54.346,-30.737],[-54.374,-30.677],[-54.456,-30.621],[-54.676,-30.605],[-54.679,-30.694],[-54.723,-30.713],[-54.709,-30.759],[-54.558,-30.815],[-54.545,-30.869],[-54.371,-30.88],[-54.136,-30.98],[-54.075,-30.957],[-53.942,-30.981],[-53.873,-30.91],[-53.795,-30.909],[-53.667,-30.843]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311601\",\"name\":\"Liberato Salzano\",\"centroid\":[-53.066,-27.5516]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.963,-27.581],[-53,-27.579],[-53.048,-27.534],[-53.015,-27.51],[-53.051,-27.473],[-53.035,-27.454],[-53.139,-27.446],[-53.12,-27.463],[-53.151,-27.478],[-53.127,-27.494],[-53.16,-27.499],[-53.128,-27.508],[-53.139,-27.532],[-53.109,-27.529],[-53.134,-27.567],[-53.098,-27.575],[-53.127,-27.58],[-53.101,-27.607],[-53.123,-27.621],[-53.102,-27.654],[-52.999,-27.61],[-52.973,-27.639],[-52.952,-27.626],[-52.963,-27.581]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311627\",\"name\":\"Lindolfo Collor\",\"centroid\":[-51.2198,-29.5826]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.196,-29.616],[-51.19,-29.61],[-51.196,-29.587],[-51.19,-29.559],[-51.218,-29.557],[-51.224,-29.547],[-51.249,-29.562],[-51.262,-29.56],[-51.26,-29.571],[-51.245,-29.584],[-51.238,-29.581],[-51.231,-29.617],[-51.196,-29.616]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311643\",\"name\":\"Linha Nova\",\"centroid\":[-51.2147,-29.459]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.197,-29.409],[-51.249,-29.434],[-51.234,-29.449],[-51.248,-29.446],[-51.27,-29.5],[-51.226,-29.501],[-51.222,-29.483],[-51.178,-29.494],[-51.169,-29.435],[-51.197,-29.409]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311718\",\"name\":\"Maçambará\",\"centroid\":[-55.772,-29.0675]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-56.082,-28.857],[-56.097,-28.92],[-56.269,-29.095],[-56.18,-29.134],[-56.18,-29.159],[-55.912,-29.156],[-55.532,-29.072],[-55.459,-29.215],[-55.402,-29.205],[-55.377,-29.237],[-55.279,-29.182],[-55.262,-29.048],[-55.293,-28.991],[-55.386,-28.976],[-55.413,-29.047],[-55.465,-29.082],[-55.505,-29.001],[-55.67,-29.02],[-55.726,-28.982],[-55.818,-28.993],[-56.067,-28.911],[-56.082,-28.857]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311700\",\"name\":\"Machadinho\",\"centroid\":[-51.6719,-27.5916]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.755,-27.667],[-51.695,-27.7],[-51.578,-27.661],[-51.58,-27.524],[-51.623,-27.546],[-51.623,-27.493],[-51.665,-27.517],[-51.684,-27.48],[-51.728,-27.513],[-51.752,-27.488],[-51.802,-27.494],[-51.741,-27.529],[-51.768,-27.555],[-51.737,-27.571],[-51.758,-27.584],[-51.738,-27.629],[-51.753,-27.648],[-51.726,-27.659],[-51.755,-27.667]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311734\",\"name\":\"Mampituba\",\"centroid\":[-50.0027,-29.2615]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-49.902,-29.215],[-49.958,-29.2],[-50.115,-29.262],[-50.034,-29.35],[-50.022,-29.312],[-49.955,-29.285],[-49.93,-29.253],[-49.887,-29.258],[-49.902,-29.215]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311759\",\"name\":\"Manoel Viana\",\"centroid\":[-55.555,-29.4317]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.85,-29.411],[-55.748,-29.44],[-55.761,-29.495],[-55.717,-29.462],[-55.66,-29.537],[-55.691,-29.564],[-55.626,-29.561],[-55.548,-29.603],[-55.531,-29.665],[-55.414,-29.66],[-55.33,-29.531],[-55.338,-29.477],[-55.439,-29.396],[-55.43,-29.362],[-55.483,-29.379],[-55.459,-29.325],[-55.416,-29.322],[-55.462,-29.199],[-55.612,-29.217],[-55.645,-29.277],[-55.799,-29.345],[-55.85,-29.411]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311775\",\"name\":\"Maquiné\",\"centroid\":[-50.2055,-29.6347]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.316,-29.678],[-50.23,-29.708],[-50.145,-29.799],[-50.055,-29.762],[-50.022,-29.691],[-50.049,-29.654],[-50.154,-29.632],[-50.168,-29.535],[-50.227,-29.493],[-50.292,-29.506],[-50.267,-29.466],[-50.324,-29.44],[-50.315,-29.474],[-50.356,-29.526],[-50.327,-29.588],[-50.359,-29.63],[-50.316,-29.678]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311791\",\"name\":\"Maratá\",\"centroid\":[-51.5497,-29.5506]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.503,-29.577],[-51.517,-29.542],[-51.51,-29.523],[-51.532,-29.496],[-51.541,-29.504],[-51.588,-29.477],[-51.58,-29.511],[-51.589,-29.538],[-51.571,-29.551],[-51.584,-29.595],[-51.576,-29.613],[-51.538,-29.613],[-51.536,-29.597],[-51.503,-29.577]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311809\",\"name\":\"Marau\",\"centroid\":[-52.2683,-28.4545]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.063,-28.474],[-52.11,-28.436],[-52.083,-28.345],[-52.109,-28.317],[-52.197,-28.338],[-52.251,-28.387],[-52.304,-28.339],[-52.295,-28.389],[-52.438,-28.396],[-52.512,-28.476],[-52.372,-28.482],[-52.35,-28.547],[-52.391,-28.569],[-52.301,-28.651],[-52.3,-28.59],[-52.235,-28.567],[-52.242,-28.501],[-52.136,-28.477],[-52.105,-28.502],[-52.063,-28.474]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311908\",\"name\":\"Marcelino Ramos\",\"centroid\":[-51.9528,-27.4785]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.03,-27.436],[-51.956,-27.512],[-51.975,-27.577],[-51.899,-27.595],[-51.849,-27.564],[-51.856,-27.53],[-51.828,-27.534],[-51.855,-27.518],[-51.848,-27.479],[-51.876,-27.482],[-51.881,-27.521],[-51.904,-27.46],[-51.96,-27.473],[-51.936,-27.429],[-52.008,-27.402],[-51.949,-27.386],[-52.023,-27.362],[-52.008,-27.334],[-52.049,-27.346],[-52.074,-27.401],[-52.03,-27.436]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4311981\",\"name\":\"Mariana Pimentel\",\"centroid\":[-51.5888,-30.3129]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.681,-30.384],[-51.525,-30.419],[-51.444,-30.39],[-51.429,-30.354],[-51.495,-30.354],[-51.525,-30.325],[-51.516,-30.273],[-51.582,-30.257],[-51.577,-30.219],[-51.635,-30.174],[-51.685,-30.188],[-51.687,-30.282],[-51.648,-30.314],[-51.681,-30.384]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312005\",\"name\":\"Mariano Moro\",\"centroid\":[-52.1675,-27.3441]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.107,-27.343],[-52.112,-27.306],[-52.169,-27.309],[-52.159,-27.282],[-52.172,-27.271],[-52.209,-27.331],[-52.225,-27.331],[-52.21,-27.38],[-52.229,-27.408],[-52.194,-27.408],[-52.178,-27.374],[-52.112,-27.374],[-52.107,-27.343]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312054\",\"name\":\"Marques de Souza\",\"centroid\":[-52.1437,-29.2948]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.164,-29.329],[-52.035,-29.401],[-52.064,-29.33],[-52.089,-29.333],[-52.088,-29.302],[-52.158,-29.257],[-52.154,-29.223],[-52.249,-29.197],[-52.243,-29.242],[-52.206,-29.222],[-52.201,-29.28],[-52.164,-29.329]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312104\",\"name\":\"Mata\",\"centroid\":[-54.4664,-29.5354]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.395,-29.452],[-54.541,-29.458],[-54.568,-29.485],[-54.57,-29.54],[-54.543,-29.548],[-54.565,-29.596],[-54.478,-29.648],[-54.464,-29.616],[-54.413,-29.604],[-54.419,-29.572],[-54.331,-29.575],[-54.395,-29.452]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312138\",\"name\":\"Mato Castelhano\",\"centroid\":[-52.1984,-28.278]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.144,-28.243],[-52.194,-28.223],[-52.204,-28.177],[-52.233,-28.177],[-52.305,-28.302],[-52.214,-28.353],[-52.109,-28.317],[-52.071,-28.339],[-52.074,-28.305],[-52.144,-28.243]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312153\",\"name\":\"Mato Leitão\",\"centroid\":[-52.1361,-29.525]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.101,-29.549],[-52.092,-29.53],[-52.109,-29.523],[-52.107,-29.498],[-52.131,-29.495],[-52.156,-29.477],[-52.156,-29.5],[-52.18,-29.5],[-52.168,-29.517],[-52.167,-29.546],[-52.148,-29.564],[-52.128,-29.553],[-52.106,-29.56],[-52.101,-29.549]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312179\",\"name\":\"Mato Queimado\",\"centroid\":[-54.6551,-28.2456]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.585,-28.296],[-54.557,-28.242],[-54.603,-28.213],[-54.62,-28.221],[-54.662,-28.195],[-54.676,-28.227],[-54.697,-28.202],[-54.695,-28.234],[-54.71,-28.208],[-54.753,-28.212],[-54.76,-28.247],[-54.745,-28.267],[-54.699,-28.256],[-54.679,-28.275],[-54.585,-28.296]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312203\",\"name\":\"Maximiliano de Almeida\",\"centroid\":[-51.8137,-27.6045]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.755,-27.667],[-51.726,-27.659],[-51.753,-27.648],[-51.738,-27.629],[-51.753,-27.63],[-51.744,-27.602],[-51.758,-27.584],[-51.737,-27.571],[-51.768,-27.555],[-51.741,-27.529],[-51.831,-27.515],[-51.831,-27.538],[-51.861,-27.537],[-51.844,-27.539],[-51.849,-27.564],[-51.892,-27.579],[-51.883,-27.593],[-51.899,-27.602],[-51.869,-27.632],[-51.888,-27.632],[-51.873,-27.655],[-51.896,-27.652],[-51.893,-27.679],[-51.755,-27.667]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312252\",\"name\":\"Minas do Leão\",\"centroid\":[-52.0778,-30.0784]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.018,-29.938],[-52.033,-29.957],[-52.07,-29.933],[-52.148,-29.951],[-52.156,-30.193],[-52.08,-30.216],[-51.993,-30.2],[-52.017,-30.139],[-51.971,-30.028],[-52.016,-30.042],[-52.018,-29.938]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312302\",\"name\":\"Miraguaí\",\"centroid\":[-53.7444,-27.4919]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.681,-27.548],[-53.659,-27.54],[-53.7,-27.447],[-53.843,-27.446],[-53.833,-27.483],[-53.808,-27.487],[-53.806,-27.503],[-53.722,-27.551],[-53.681,-27.548]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312351\",\"name\":\"Montauri\",\"centroid\":[-52.0515,-28.6679]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.1,-28.669],[-52.084,-28.677],[-52.09,-28.692],[-52.077,-28.687],[-52.095,-28.709],[-51.986,-28.707],[-51.987,-28.689],[-52.009,-28.679],[-51.999,-28.67],[-52.007,-28.639],[-52.023,-28.648],[-52.044,-28.636],[-52.06,-28.642],[-52.054,-28.621],[-52.066,-28.614],[-52.093,-28.616],[-52.11,-28.656],[-52.1,-28.669]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312377\",\"name\":\"Monte Alegre dos Campos\",\"centroid\":[-50.8045,-28.6995]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.705,-28.795],[-50.674,-28.739],[-50.683,-28.627],[-50.786,-28.558],[-50.864,-28.573],[-50.913,-28.662],[-50.897,-28.715],[-50.963,-28.794],[-50.891,-28.806],[-50.879,-28.841],[-50.786,-28.814],[-50.755,-28.772],[-50.705,-28.795]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312385\",\"name\":\"Monte Belo do Sul\",\"centroid\":[-51.6528,-29.1397]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.696,-29.097],[-51.695,-29.158],[-51.665,-29.159],[-51.666,-29.188],[-51.617,-29.187],[-51.617,-29.167],[-51.588,-29.168],[-51.615,-29.145],[-51.615,-29.125],[-51.626,-29.125],[-51.638,-29.099],[-51.682,-29.089],[-51.696,-29.097]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312401\",\"name\":\"Montenegro\",\"centroid\":[-51.5021,-29.7055]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.642,-29.636],[-51.566,-29.737],[-51.587,-29.776],[-51.522,-29.781],[-51.438,-29.844],[-51.356,-29.831],[-51.357,-29.797],[-51.418,-29.755],[-51.414,-29.717],[-51.457,-29.711],[-51.427,-29.692],[-51.428,-29.634],[-51.503,-29.577],[-51.556,-29.614],[-51.648,-29.577],[-51.642,-29.636]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312427\",\"name\":\"Mormaço\",\"centroid\":[-52.6602,-28.692]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.661,-28.612],[-52.664,-28.625],[-52.711,-28.634],[-52.695,-28.666],[-52.726,-28.673],[-52.715,-28.684],[-52.728,-28.685],[-52.719,-28.707],[-52.734,-28.73],[-52.71,-28.747],[-52.589,-28.756],[-52.613,-28.724],[-52.596,-28.688],[-52.615,-28.637],[-52.661,-28.612]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312443\",\"name\":\"Morrinhos do Sul\",\"centroid\":[-49.9513,-29.3378]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-49.887,-29.258],[-49.93,-29.253],[-49.955,-29.285],[-50.035,-29.325],[-50.005,-29.353],[-50.019,-29.38],[-50.01,-29.401],[-50.033,-29.418],[-50.024,-29.432],[-49.981,-29.398],[-49.944,-29.402],[-49.891,-29.372],[-49.887,-29.258]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312450\",\"name\":\"Morro Redondo\",\"centroid\":[-52.6362,-31.6365]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.579,-31.682],[-52.554,-31.678],[-52.589,-31.608],[-52.548,-31.559],[-52.612,-31.504],[-52.66,-31.58],[-52.71,-31.611],[-52.704,-31.694],[-52.737,-31.741],[-52.62,-31.728],[-52.579,-31.682]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312476\",\"name\":\"Morro Reuter\",\"centroid\":[-51.0525,-29.5217]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.064,-29.468],[-51.106,-29.477],[-51.118,-29.551],[-51.049,-29.562],[-51.044,-29.545],[-51.003,-29.542],[-50.947,-29.553],[-50.947,-29.533],[-50.969,-29.52],[-51.033,-29.518],[-51.034,-29.493],[-51.048,-29.496],[-51.064,-29.468]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312500\",\"name\":\"Mostardas\",\"centroid\":[-50.729,-30.8498]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.842,-31.19],[-50.334,-30.501],[-50.686,-30.501],[-50.69,-30.707],[-50.745,-30.812],[-50.905,-30.904],[-50.968,-30.898],[-50.953,-30.982],[-50.978,-31.039],[-51.104,-31.099],[-51.177,-31.08],[-51.179,-31.134],[-51.134,-31.123],[-50.986,-31.206],[-50.962,-31.183],[-50.842,-31.19]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312609\",\"name\":\"Muçum\",\"centroid\":[-51.8144,-29.1403]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.886,-29.171],[-51.836,-29.134],[-51.843,-29.151],[-51.822,-29.183],[-51.74,-29.186],[-51.757,-29.141],[-51.732,-29.129],[-51.78,-29.094],[-51.801,-29.116],[-51.829,-29.115],[-51.831,-29.097],[-51.861,-29.097],[-51.863,-29.116],[-51.908,-29.108],[-51.886,-29.171]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312617\",\"name\":\"Muitos Capões\",\"centroid\":[-51.2288,-28.3807]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.081,-28.233],[-51.103,-28.194],[-51.244,-28.154],[-51.327,-28.232],[-51.384,-28.241],[-51.389,-28.296],[-51.324,-28.349],[-51.374,-28.475],[-51.357,-28.517],[-51.404,-28.549],[-51.383,-28.651],[-51.335,-28.584],[-51.148,-28.571],[-51.123,-28.507],[-51.159,-28.48],[-51.072,-28.465],[-51.097,-28.412],[-51.038,-28.376],[-51.086,-28.314],[-51.062,-28.254],[-51.081,-28.233]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312625\",\"name\":\"Muliterno\",\"centroid\":[-51.778,-28.3258]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.705,-28.313],[-51.749,-28.308],[-51.764,-28.288],[-51.822,-28.298],[-51.81,-28.242],[-51.858,-28.252],[-51.818,-28.338],[-51.833,-28.357],[-51.786,-28.382],[-51.717,-28.37],[-51.699,-28.352],[-51.705,-28.313]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312658\",\"name\":\"Não-Me-Toque\",\"centroid\":[-52.8268,-28.4577]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.921,-28.54],[-52.795,-28.519],[-52.727,-28.549],[-52.688,-28.486],[-52.774,-28.371],[-52.923,-28.373],[-52.946,-28.496],[-52.921,-28.54]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312674\",\"name\":\"Nicolau Vergueiro\",\"centroid\":[-52.4485,-28.5209]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.391,-28.569],[-52.371,-28.569],[-52.349,-28.53],[-52.392,-28.468],[-52.432,-28.486],[-52.512,-28.476],[-52.555,-28.52],[-52.546,-28.547],[-52.526,-28.536],[-52.512,-28.574],[-52.495,-28.549],[-52.458,-28.565],[-52.434,-28.549],[-52.391,-28.569]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312708\",\"name\":\"Nonoai\",\"centroid\":[-52.8589,-27.3706]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.017,-27.462],[-52.904,-27.384],[-52.813,-27.45],[-52.819,-27.503],[-52.78,-27.483],[-52.727,-27.436],[-52.714,-27.369],[-52.743,-27.323],[-52.685,-27.296],[-52.714,-27.238],[-52.756,-27.258],[-52.761,-27.213],[-52.801,-27.203],[-52.794,-27.292],[-52.835,-27.336],[-52.951,-27.308],[-52.956,-27.372],[-53.044,-27.394],[-53.076,-27.373],[-53.132,-27.444],[-53.017,-27.462]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312757\",\"name\":\"Nova Alvorada\",\"centroid\":[-52.1717,-28.7083]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.156,-28.652],[-52.193,-28.656],[-52.203,-28.674],[-52.249,-28.662],[-52.258,-28.73],[-52.239,-28.757],[-52.082,-28.745],[-52.082,-28.712],[-52.098,-28.703],[-52.08,-28.7],[-52.084,-28.677],[-52.133,-28.673],[-52.156,-28.652]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312807\",\"name\":\"Nova Araçá\",\"centroid\":[-51.7495,-28.652]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.836,-28.68],[-51.783,-28.666],[-51.722,-28.683],[-51.669,-28.658],[-51.67,-28.629],[-51.718,-28.61],[-51.73,-28.628],[-51.779,-28.631],[-51.799,-28.653],[-51.849,-28.649],[-51.864,-28.676],[-51.836,-28.68]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312906\",\"name\":\"Nova Bassano\",\"centroid\":[-51.7521,-28.7273]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.714,-28.784],[-51.662,-28.774],[-51.669,-28.658],[-51.722,-28.683],[-51.783,-28.666],[-51.857,-28.688],[-51.825,-28.709],[-51.853,-28.715],[-51.838,-28.744],[-51.856,-28.755],[-51.832,-28.758],[-51.834,-28.778],[-51.763,-28.778],[-51.761,-28.796],[-51.714,-28.784]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4312955\",\"name\":\"Nova Boa Vista\",\"centroid\":[-52.9795,-27.9974]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.017,-28.037],[-52.944,-28.044],[-52.909,-28.015],[-52.935,-27.987],[-52.935,-27.961],[-52.948,-27.967],[-52.948,-27.954],[-52.97,-27.97],[-52.986,-27.948],[-53.053,-27.963],[-53.022,-28.004],[-53.017,-28.037]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313003\",\"name\":\"Nova Bréscia\",\"centroid\":[-52.0354,-29.2205]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.965,-29.238],[-51.958,-29.202],[-51.979,-29.202],[-51.98,-29.174],[-52.007,-29.163],[-52.074,-29.196],[-52.096,-29.233],[-52.113,-29.233],[-52.112,-29.271],[-52.073,-29.27],[-52.057,-29.25],[-52.03,-29.267],[-51.994,-29.234],[-51.965,-29.238]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313011\",\"name\":\"Nova Candelária\",\"centroid\":[-54.1239,-27.5976]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.144,-27.626],[-54.108,-27.643],[-54.085,-27.627],[-54.063,-27.654],[-54.046,-27.652],[-54.058,-27.614],[-54.088,-27.601],[-54.062,-27.559],[-54.126,-27.557],[-54.16,-27.575],[-54.167,-27.56],[-54.199,-27.559],[-54.198,-27.605],[-54.144,-27.626]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313037\",\"name\":\"Nova Esperança do Sul\",\"centroid\":[-54.823,-29.3994]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.834,-29.506],[-54.751,-29.461],[-54.751,-29.379],[-54.78,-29.345],[-54.846,-29.346],[-54.834,-29.319],[-54.909,-29.312],[-54.928,-29.327],[-54.866,-29.398],[-54.834,-29.506]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313060\",\"name\":\"Nova Hartz\",\"centroid\":[-50.8987,-29.5855]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.906,-29.631],[-50.88,-29.637],[-50.859,-29.608],[-50.856,-29.556],[-50.943,-29.547],[-50.95,-29.596],[-50.912,-29.599],[-50.906,-29.631]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313086\",\"name\":\"Nova Pádua\",\"centroid\":[-51.3144,-29.0013]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.27,-28.96],[-51.275,-28.926],[-51.369,-28.981],[-51.383,-29],[-51.359,-29.018],[-51.357,-29.058],[-51.333,-29.066],[-51.318,-29.047],[-51.246,-29.043],[-51.247,-29.028],[-51.274,-29.029],[-51.27,-28.96]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313102\",\"name\":\"Nova Palma\",\"centroid\":[-53.4144,-29.4367]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.439,-29.339],[-53.526,-29.4],[-53.499,-29.455],[-53.524,-29.476],[-53.492,-29.525],[-53.294,-29.486],[-53.291,-29.448],[-53.265,-29.449],[-53.286,-29.436],[-53.238,-29.412],[-53.313,-29.438],[-53.357,-29.365],[-53.439,-29.339]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313201\",\"name\":\"Nova Petrópolis\",\"centroid\":[-51.0823,-29.3722]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.169,-29.439],[-51.134,-29.437],[-51.127,-29.402],[-51.097,-29.41],[-51.087,-29.45],[-51.019,-29.437],[-50.955,-29.374],[-50.967,-29.339],[-50.996,-29.307],[-51.07,-29.292],[-51.137,-29.339],[-51.181,-29.326],[-51.226,-29.39],[-51.169,-29.439]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313300\",\"name\":\"Nova Prata\",\"centroid\":[-51.6079,-28.7562]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.494,-28.824],[-51.562,-28.693],[-51.67,-28.629],[-51.662,-28.774],[-51.714,-28.774],[-51.684,-28.803],[-51.712,-28.835],[-51.494,-28.824]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313334\",\"name\":\"Nova Ramada\",\"centroid\":[-53.7054,-28.0755]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.802,-28.102],[-53.709,-28.168],[-53.673,-28.14],[-53.62,-28.146],[-53.623,-28.093],[-53.586,-28.039],[-53.659,-28.035],[-53.696,-27.987],[-53.728,-27.983],[-53.814,-28.056],[-53.797,-28.063],[-53.802,-28.102]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313359\",\"name\":\"Nova Roma do Sul\",\"centroid\":[-51.4086,-28.9882]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.422,-29.06],[-51.357,-29.058],[-51.359,-29.018],[-51.383,-29],[-51.34,-28.965],[-51.355,-28.919],[-51.464,-28.925],[-51.466,-28.938],[-51.441,-28.942],[-51.468,-28.949],[-51.453,-28.978],[-51.472,-28.992],[-51.455,-29],[-51.477,-29.019],[-51.441,-29.059],[-51.422,-29.06]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313375\",\"name\":\"Nova Santa Rita\",\"centroid\":[-51.2894,-29.8474]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.367,-29.837],[-51.354,-29.844],[-51.368,-29.889],[-51.31,-29.931],[-51.233,-29.939],[-51.25,-29.884],[-51.226,-29.843],[-51.181,-29.83],[-51.206,-29.79],[-51.302,-29.782],[-51.334,-29.757],[-51.366,-29.783],[-51.35,-29.819],[-51.367,-29.837]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313490\",\"name\":\"Novo Barreiro\",\"centroid\":[-53.114,-27.8944]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.069,-27.814],[-53.103,-27.823],[-53.095,-27.846],[-53.114,-27.836],[-53.145,-27.892],[-53.185,-27.91],[-53.205,-27.989],[-53.143,-27.938],[-53.081,-27.922],[-53.052,-27.938],[-53.052,-27.911],[-53.097,-27.901],[-53.042,-27.895],[-53.057,-27.874],[-53.043,-27.865],[-53.075,-27.857],[-53.051,-27.85],[-53.057,-27.823],[-53.042,-27.822],[-53.069,-27.814]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313391\",\"name\":\"Novo Cabrais\",\"centroid\":[-52.9913,-29.7644]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.078,-29.794],[-53.058,-29.823],[-52.97,-29.812],[-52.964,-29.834],[-52.9,-29.846],[-52.93,-29.719],[-53.01,-29.697],[-53.028,-29.658],[-53.066,-29.719],[-53.056,-29.769],[-53.078,-29.794]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313409\",\"name\":\"Novo Hamburgo\",\"centroid\":[-51.0484,-29.7346]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.177,-29.672],[-51.132,-29.741],[-51.085,-29.735],[-51.081,-29.83],[-50.934,-29.769],[-50.947,-29.693],[-51.081,-29.715],[-51.098,-29.644],[-51.142,-29.637],[-51.143,-29.67],[-51.177,-29.672]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313425\",\"name\":\"Novo Machado\",\"centroid\":[-54.5372,-27.5483]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.475,-27.481],[-54.525,-27.506],[-54.581,-27.453],[-54.637,-27.575],[-54.607,-27.591],[-54.603,-27.573],[-54.601,-27.593],[-54.564,-27.604],[-54.583,-27.622],[-54.567,-27.631],[-54.444,-27.58],[-54.424,-27.547],[-54.468,-27.523],[-54.475,-27.481]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313441\",\"name\":\"Novo Tiradentes\",\"centroid\":[-53.1678,-27.5619]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.206,-27.6],[-53.184,-27.588],[-53.148,-27.605],[-53.119,-27.588],[-53.121,-27.576],[-53.098,-27.575],[-53.134,-27.567],[-53.112,-27.548],[-53.131,-27.543],[-53.109,-27.529],[-53.139,-27.532],[-53.164,-27.51],[-53.195,-27.52],[-53.17,-27.535],[-53.203,-27.543],[-53.228,-27.561],[-53.22,-27.573],[-53.231,-27.579],[-53.206,-27.6]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313466\",\"name\":\"Novo Xingu\",\"centroid\":[-53.0575,-27.7437]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.113,-27.758],[-53.066,-27.775],[-53.056,-27.797],[-53.019,-27.805],[-52.984,-27.791],[-53.017,-27.782],[-53.025,-27.726],[-53.075,-27.675],[-53.1,-27.675],[-53.101,-27.7],[-53.08,-27.711],[-53.104,-27.718],[-53.071,-27.726],[-53.1,-27.735],[-53.113,-27.758]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313508\",\"name\":\"Osório\",\"centroid\":[-50.2665,-29.9179]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.349,-30.053],[-50.23,-29.967],[-50.155,-29.987],[-50.129,-29.94],[-50.147,-29.919],[-50.064,-29.86],[-50.104,-29.844],[-50.116,-29.786],[-50.173,-29.794],[-50.223,-29.726],[-50.281,-29.859],[-50.373,-29.858],[-50.399,-29.972],[-50.465,-30.029],[-50.415,-30.103],[-50.349,-30.053]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313607\",\"name\":\"Paim Filho\",\"centroid\":[-51.7805,-27.722]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.701,-27.69],[-51.767,-27.668],[-51.893,-27.679],[-51.875,-27.694],[-51.893,-27.702],[-51.857,-27.75],[-51.754,-27.767],[-51.744,-27.797],[-51.715,-27.807],[-51.714,-27.766],[-51.673,-27.733],[-51.709,-27.704],[-51.701,-27.69]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313656\",\"name\":\"Palmares do Sul\",\"centroid\":[-50.4564,-30.3634]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.334,-30.501],[-50.252,-30.305],[-50.289,-30.291],[-50.269,-30.222],[-50.292,-30.214],[-50.537,-30.203],[-50.583,-30.49],[-50.649,-30.454],[-50.654,-30.418],[-50.593,-30.4],[-50.626,-30.33],[-50.63,-30.392],[-50.706,-30.348],[-50.73,-30.368],[-50.686,-30.501],[-50.334,-30.501]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313706\",\"name\":\"Palmeira das Missões\",\"centroid\":[-53.386,-27.9395]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.193,-27.994],[-53.211,-27.966],[-53.185,-27.91],[-53.114,-27.836],[-53.192,-27.829],[-53.203,-27.803],[-53.268,-27.838],[-53.292,-27.755],[-53.361,-27.807],[-53.392,-27.691],[-53.46,-27.756],[-53.571,-27.749],[-53.519,-27.844],[-53.624,-27.945],[-53.619,-27.982],[-53.568,-28.001],[-53.586,-28.039],[-53.527,-28.066],[-53.512,-28.145],[-53.476,-28.088],[-53.431,-28.08],[-53.403,-28.136],[-53.353,-28.129],[-53.312,-28.195],[-53.248,-28.146],[-53.302,-28.081],[-53.198,-28.066],[-53.245,-28.011],[-53.193,-27.994]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313805\",\"name\":\"Palmitinho\",\"centroid\":[-53.5895,-27.3282]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.642,-27.342],[-53.649,-27.354],[-53.631,-27.355],[-53.623,-27.387],[-53.599,-27.372],[-53.603,-27.389],[-53.551,-27.394],[-53.513,-27.374],[-53.545,-27.321],[-53.561,-27.245],[-53.613,-27.285],[-53.64,-27.261],[-53.656,-27.282],[-53.648,-27.3],[-53.663,-27.303],[-53.642,-27.342]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313904\",\"name\":\"Panambi\",\"centroid\":[-53.5103,-28.3237]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.66,-28.319],[-53.61,-28.381],[-53.483,-28.391],[-53.48,-28.488],[-53.373,-28.387],[-53.401,-28.242],[-53.505,-28.22],[-53.722,-28.287],[-53.66,-28.319]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4313953\",\"name\":\"Pantano Grande\",\"centroid\":[-52.3747,-30.2584]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.343,-30.359],[-52.306,-30.337],[-52.235,-30.433],[-52.159,-30.443],[-52.18,-30.386],[-52.154,-30.335],[-52.21,-30.26],[-52.278,-30.264],[-52.294,-30.156],[-52.257,-30.146],[-52.342,-30.159],[-52.387,-30.084],[-52.525,-30.102],[-52.558,-30.172],[-52.509,-30.352],[-52.402,-30.381],[-52.343,-30.359]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314001\",\"name\":\"Paraí\",\"centroid\":[-51.7895,-28.5983]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.84,-28.652],[-51.73,-28.628],[-51.708,-28.592],[-51.74,-28.549],[-51.766,-28.558],[-51.797,-28.532],[-51.837,-28.583],[-51.865,-28.593],[-51.863,-28.636],[-51.84,-28.652]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314027\",\"name\":\"Paraíso do Sul\",\"centroid\":[-53.1232,-29.699]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.058,-29.57],[-53.136,-29.559],[-53.137,-29.608],[-53.187,-29.632],[-53.221,-29.731],[-53.109,-29.852],[-53.056,-29.769],[-53.058,-29.57]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314035\",\"name\":\"Pareci Novo\",\"centroid\":[-51.4222,-29.611]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.392,-29.653],[-51.389,-29.631],[-51.378,-29.63],[-51.387,-29.584],[-51.414,-29.576],[-51.407,-29.591],[-51.424,-29.588],[-51.422,-29.573],[-51.462,-29.569],[-51.467,-29.621],[-51.428,-29.634],[-51.428,-29.653],[-51.417,-29.661],[-51.392,-29.653]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314050\",\"name\":\"Parobé\",\"centroid\":[-50.856,-29.6575]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.806,-29.617],[-50.816,-29.598],[-50.831,-29.603],[-50.856,-29.584],[-50.88,-29.637],[-50.906,-29.631],[-50.927,-29.676],[-50.898,-29.698],[-50.876,-29.695],[-50.869,-29.73],[-50.855,-29.717],[-50.84,-29.725],[-50.824,-29.685],[-50.8,-29.679],[-50.806,-29.617]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314068\",\"name\":\"Passa Sete\",\"centroid\":[-52.8707,-29.4372]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.798,-29.495],[-52.75,-29.373],[-52.816,-29.316],[-52.815,-29.366],[-52.939,-29.395],[-53.014,-29.464],[-52.943,-29.52],[-52.798,-29.495]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314076\",\"name\":\"Passo do Sobrado\",\"centroid\":[-52.2429,-29.7579]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.12,-29.724],[-52.183,-29.67],[-52.26,-29.702],[-52.299,-29.675],[-52.319,-29.684],[-52.335,-29.729],[-52.307,-29.792],[-52.306,-29.872],[-52.178,-29.827],[-52.233,-29.775],[-52.142,-29.753],[-52.12,-29.724]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314100\",\"name\":\"Passo Fundo\",\"centroid\":[-52.4526,-28.2694]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.214,-28.353],[-52.305,-28.302],[-52.268,-28.254],[-52.288,-28.204],[-52.465,-28.168],[-52.489,-28.12],[-52.618,-28.157],[-52.638,-28.191],[-52.608,-28.234],[-52.673,-28.27],[-52.593,-28.304],[-52.601,-28.333],[-52.531,-28.339],[-52.507,-28.412],[-52.462,-28.38],[-52.444,-28.404],[-52.373,-28.377],[-52.305,-28.394],[-52.309,-28.347],[-52.282,-28.335],[-52.269,-28.384],[-52.214,-28.353]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314134\",\"name\":\"Paulo Bento\",\"centroid\":[-52.3938,-27.708]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.342,-27.661],[-52.447,-27.663],[-52.458,-27.683],[-52.478,-27.682],[-52.481,-27.726],[-52.427,-27.746],[-52.399,-27.777],[-52.369,-27.752],[-52.333,-27.75],[-52.315,-27.705],[-52.322,-27.661],[-52.342,-27.661]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314159\",\"name\":\"Paverama\",\"centroid\":[-51.7292,-29.571]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.663,-29.59],[-51.665,-29.501],[-51.817,-29.529],[-51.798,-29.558],[-51.799,-29.614],[-51.761,-29.649],[-51.7,-29.6],[-51.651,-29.642],[-51.638,-29.629],[-51.663,-29.59]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314175\",\"name\":\"Pedras Altas\",\"centroid\":[-53.6922,-31.8392]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.623,-31.605],[-53.684,-31.593],[-53.702,-31.651],[-53.772,-31.651],[-53.763,-31.739],[-53.836,-31.828],[-53.914,-31.855],[-53.953,-31.921],[-53.947,-31.955],[-53.851,-32],[-53.833,-32.055],[-53.726,-32.098],[-53.702,-31.984],[-53.635,-31.982],[-53.592,-31.951],[-53.596,-31.908],[-53.558,-31.924],[-53.443,-31.839],[-53.499,-31.751],[-53.5,-31.674],[-53.623,-31.605]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314209\",\"name\":\"Pedro Osório\",\"centroid\":[-52.8694,-31.9604]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.124,-32.003],[-52.858,-32.042],[-52.791,-32.106],[-52.663,-31.901],[-52.708,-31.87],[-52.843,-31.861],[-53.046,-31.915],[-53.124,-32.003]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314308\",\"name\":\"Pejuçara\",\"centroid\":[-53.5911,-28.4511]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.706,-28.481],[-53.521,-28.537],[-53.513,-28.571],[-53.457,-28.548],[-53.449,-28.511],[-53.495,-28.477],[-53.483,-28.391],[-53.61,-28.381],[-53.66,-28.319],[-53.683,-28.392],[-53.759,-28.437],[-53.706,-28.481]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314407\",\"name\":\"Pelotas\",\"centroid\":[-52.3434,-31.573]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.224,-31.789],[-52.226,-31.752],[-52.152,-31.699],[-52.031,-31.692],[-52.01,-31.598],[-52.04,-31.56],[-52.136,-31.563],[-52.228,-31.447],[-52.302,-31.478],[-52.293,-31.368],[-52.501,-31.328],[-52.612,-31.504],[-52.548,-31.559],[-52.589,-31.608],[-52.554,-31.678],[-52.579,-31.682],[-52.43,-31.723],[-52.373,-31.8],[-52.305,-31.774],[-52.224,-31.789]],[[-52.406,-31.495],[-52.443,-31.45],[-52.492,-31.458],[-52.482,-31.427],[-52.446,-31.417],[-52.415,-31.378],[-52.377,-31.391],[-52.348,-31.372],[-52.338,-31.41],[-52.353,-31.433],[-52.335,-31.441],[-52.355,-31.448],[-52.35,-31.506],[-52.406,-31.495]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314423\",\"name\":\"Picada Café\",\"centroid\":[-51.1111,-29.4611]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.112,-29.511],[-51.106,-29.477],[-51.079,-29.48],[-51.078,-29.465],[-51.013,-29.476],[-51.008,-29.446],[-51.087,-29.45],[-51.102,-29.439],[-51.097,-29.41],[-51.127,-29.402],[-51.134,-29.437],[-51.169,-29.439],[-51.178,-29.494],[-51.112,-29.511]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314456\",\"name\":\"Pinhal\",\"centroid\":[-53.2355,-27.5291]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.231,-27.579],[-53.22,-27.573],[-53.228,-27.561],[-53.203,-27.543],[-53.17,-27.535],[-53.195,-27.52],[-53.188,-27.494],[-53.207,-27.487],[-53.244,-27.503],[-53.274,-27.481],[-53.283,-27.511],[-53.256,-27.585],[-53.231,-27.579]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314464\",\"name\":\"Pinhal da Serra\",\"centroid\":[-51.2164,-27.8539]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.053,-27.869],[-51.188,-27.778],[-51.24,-27.779],[-51.282,-27.723],[-51.309,-27.72],[-51.3,-27.754],[-51.335,-27.754],[-51.331,-27.786],[-51.378,-27.823],[-51.354,-27.871],[-51.277,-27.843],[-51.24,-27.98],[-51.114,-27.937],[-51.053,-27.869]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314472\",\"name\":\"Pinhal Grande\",\"centroid\":[-53.3353,-29.2874]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.238,-29.412],[-53.22,-29.37],[-53.248,-29.288],[-53.211,-29.264],[-53.247,-29.24],[-53.245,-29.194],[-53.33,-29.17],[-53.442,-29.185],[-53.466,-29.231],[-53.454,-29.325],[-53.357,-29.365],[-53.313,-29.438],[-53.238,-29.412]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314498\",\"name\":\"Pinheirinho do Vale\",\"centroid\":[-53.6321,-27.2241]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.707,-27.198],[-53.709,-27.215],[-53.686,-27.21],[-53.67,-27.247],[-53.613,-27.285],[-53.554,-27.238],[-53.576,-27.203],[-53.613,-27.186],[-53.649,-27.218],[-53.666,-27.163],[-53.718,-27.183],[-53.707,-27.198]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314506\",\"name\":\"Pinheiro Machado\",\"centroid\":[-53.4143,-31.4054]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.623,-31.605],[-53.5,-31.674],[-53.499,-31.751],[-53.443,-31.839],[-53.257,-31.863],[-53.316,-31.791],[-53.325,-31.681],[-53.224,-31.551],[-53.169,-31.532],[-53.287,-31.49],[-53.281,-31.421],[-53.383,-31.372],[-53.387,-31.315],[-53.347,-31.256],[-53.354,-31.188],[-53.236,-31.152],[-53.166,-31.024],[-53.222,-30.991],[-53.262,-31.011],[-53.385,-30.988],[-53.439,-30.951],[-53.489,-31.036],[-53.481,-31.116],[-53.53,-31.242],[-53.562,-31.24],[-53.651,-31.338],[-53.561,-31.407],[-53.604,-31.474],[-53.592,-31.595],[-53.623,-31.605]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314548\",\"name\":\"Pinto Bandeira\",\"centroid\":[-51.4614,-29.0929]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.504,-29.082],[-51.497,-29.107],[-51.511,-29.122],[-51.479,-29.128],[-51.458,-29.169],[-51.423,-29.165],[-51.413,-29.087],[-51.426,-29.088],[-51.422,-29.06],[-51.441,-29.059],[-51.466,-29.017],[-51.522,-29.033],[-51.498,-29.054],[-51.504,-29.082]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314555\",\"name\":\"Pirapó\",\"centroid\":[-55.2435,-28.0704]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.376,-28.034],[-55.276,-28.096],[-55.266,-28.137],[-55.146,-28.187],[-55.129,-28.165],[-55.15,-28.101],[-55.1,-28.065],[-55.148,-28.082],[-55.182,-28.013],[-55.24,-28.024],[-55.215,-28.003],[-55.31,-27.996],[-55.34,-27.966],[-55.387,-27.986],[-55.376,-28.034]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314605\",\"name\":\"Piratini\",\"centroid\":[-53.1021,-31.4383]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.268,-31.864],[-53.158,-31.891],[-52.936,-31.864],[-52.908,-31.891],[-52.826,-31.858],[-52.892,-31.806],[-52.868,-31.772],[-52.899,-31.732],[-52.889,-31.68],[-52.991,-31.559],[-52.907,-31.317],[-52.912,-31.144],[-52.946,-31.068],[-52.915,-31.057],[-52.866,-30.922],[-53.021,-30.92],[-53.023,-30.986],[-53.125,-30.985],[-53.236,-31.152],[-53.354,-31.188],[-53.388,-31.367],[-53.281,-31.421],[-53.287,-31.49],[-53.169,-31.532],[-53.224,-31.551],[-53.325,-31.681],[-53.316,-31.791],[-53.268,-31.864]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314704\",\"name\":\"Planalto\",\"centroid\":[-53.0844,-27.3357]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.124,-27.434],[-53.076,-27.373],[-53.044,-27.394],[-53.034,-27.372],[-52.956,-27.372],[-52.951,-27.308],[-53.01,-27.324],[-53.076,-27.27],[-53.205,-27.294],[-53.213,-27.326],[-53.113,-27.377],[-53.143,-27.406],[-53.124,-27.434]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314753\",\"name\":\"Poço das Antas\",\"centroid\":[-51.6398,-29.4467]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.669,-29.481],[-51.615,-29.483],[-51.569,-29.458],[-51.595,-29.434],[-51.643,-29.436],[-51.641,-29.417],[-51.608,-29.411],[-51.611,-29.401],[-51.657,-29.399],[-51.669,-29.418],[-51.691,-29.424],[-51.691,-29.471],[-51.67,-29.471],[-51.669,-29.481]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314779\",\"name\":\"Pontão\",\"centroid\":[-52.6405,-28.0364]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.828,-28.029],[-52.724,-28.06],[-52.66,-28.123],[-52.654,-28.169],[-52.489,-28.12],[-52.552,-27.966],[-52.698,-27.912],[-52.828,-28.029]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314787\",\"name\":\"Ponte Preta\",\"centroid\":[-52.5067,-27.6538]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.564,-27.689],[-52.501,-27.693],[-52.5,-27.713],[-52.48,-27.718],[-52.478,-27.682],[-52.448,-27.674],[-52.445,-27.631],[-52.465,-27.631],[-52.477,-27.604],[-52.517,-27.615],[-52.557,-27.603],[-52.559,-27.679],[-52.574,-27.681],[-52.564,-27.689]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314803\",\"name\":\"Portão\",\"centroid\":[-51.2492,-29.7001]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.307,-29.776],[-51.253,-29.774],[-51.193,-29.803],[-51.21,-29.734],[-51.194,-29.68],[-51.22,-29.682],[-51.238,-29.581],[-51.284,-29.594],[-51.277,-29.656],[-51.307,-29.776]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4314902\",\"name\":\"Porto Alegre\",\"centroid\":[-51.1657,-30.1011]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.272,-30.039],[-51.234,-30.048],[-51.267,-30.103],[-51.226,-30.144],[-51.239,-30.19],[-51.202,-30.192],[-51.157,-30.261],[-51.063,-30.26],[-51.012,-30.199],[-51.077,-30.175],[-51.112,-30.104],[-51.087,-29.971],[-51.201,-29.971],[-51.267,-29.935],[-51.303,-29.95],[-51.272,-30.039]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315008\",\"name\":\"Porto Lucena\",\"centroid\":[-54.963,-27.8524]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.049,-27.923],[-54.988,-27.905],[-54.952,-27.936],[-54.94,-27.911],[-54.891,-27.91],[-54.892,-27.855],[-54.828,-27.87],[-54.832,-27.841],[-54.863,-27.834],[-54.853,-27.783],[-54.921,-27.818],[-55.073,-27.774],[-55.083,-27.797],[-55.025,-27.835],[-55.055,-27.863],[-55.049,-27.923]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315057\",\"name\":\"Porto Mauá\",\"centroid\":[-54.6563,-27.5918]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.632,-27.546],[-54.671,-27.505],[-54.672,-27.566],[-54.723,-27.564],[-54.736,-27.58],[-54.703,-27.593],[-54.707,-27.623],[-54.697,-27.613],[-54.649,-27.658],[-54.605,-27.63],[-54.594,-27.598],[-54.603,-27.573],[-54.607,-27.591],[-54.637,-27.575],[-54.618,-27.558],[-54.632,-27.546]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315073\",\"name\":\"Porto Vera Cruz\",\"centroid\":[-54.8909,-27.7554]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.903,-27.699],[-54.937,-27.77],[-54.993,-27.776],[-54.983,-27.806],[-54.963,-27.79],[-54.921,-27.818],[-54.878,-27.785],[-54.831,-27.78],[-54.819,-27.704],[-54.903,-27.699]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315107\",\"name\":\"Porto Xavier\",\"centroid\":[-55.1421,-27.9327]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.052,-27.852],[-55.114,-27.849],[-55.139,-27.895],[-55.203,-27.858],[-55.278,-27.948],[-55.213,-27.953],[-55.153,-28.014],[-55.158,-28.035],[-55.089,-28.027],[-55.08,-27.942],[-55.048,-27.942],[-55.052,-27.852]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315131\",\"name\":\"Pouso Novo\",\"centroid\":[-52.2285,-29.1594]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.159,-29.214],[-52.171,-29.21],[-52.167,-29.175],[-52.185,-29.165],[-52.212,-29.095],[-52.291,-29.13],[-52.276,-29.196],[-52.231,-29.193],[-52.204,-29.214],[-52.196,-29.199],[-52.166,-29.227],[-52.159,-29.214]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315149\",\"name\":\"Presidente Lucena\",\"centroid\":[-51.1746,-29.5247]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.112,-29.511],[-51.178,-29.494],[-51.236,-29.527],[-51.218,-29.557],[-51.205,-29.557],[-51.151,-29.532],[-51.116,-29.544],[-51.112,-29.511]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315156\",\"name\":\"Progresso\",\"centroid\":[-52.3174,-29.2258]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.436,-29.214],[-52.4,-29.253],[-52.243,-29.314],[-52.188,-29.287],[-52.206,-29.222],[-52.243,-29.242],[-52.249,-29.197],[-52.343,-29.141],[-52.42,-29.15],[-52.436,-29.214]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315172\",\"name\":\"Protásio Alves\",\"centroid\":[-51.4842,-28.7376]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.562,-28.693],[-51.479,-28.849],[-51.448,-28.851],[-51.464,-28.809],[-51.433,-28.798],[-51.46,-28.79],[-51.431,-28.771],[-51.426,-28.738],[-51.444,-28.668],[-51.477,-28.65],[-51.562,-28.693]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315206\",\"name\":\"Putinga\",\"centroid\":[-52.1426,-29.0319]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.092,-28.98],[-52.158,-28.975],[-52.161,-28.948],[-52.228,-28.97],[-52.206,-29.111],[-52.166,-29.089],[-52.128,-29.084],[-52.09,-29.108],[-52.089,-29.087],[-52.057,-29.093],[-52.049,-29.021],[-52.092,-28.98]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315305\",\"name\":\"Quaraí\",\"centroid\":[-56.1516,-30.278]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-56.658,-30.201],[-56.609,-30.269],[-56.619,-30.301],[-56.541,-30.315],[-56.546,-30.361],[-56.491,-30.398],[-56.462,-30.384],[-56.386,-30.496],[-56.323,-30.532],[-56.057,-30.435],[-55.701,-30.401],[-55.662,-30.306],[-55.692,-30.256],[-55.659,-30.245],[-55.745,-30.231],[-55.768,-30.169],[-55.866,-30.134],[-55.874,-30.069],[-55.988,-30.095],[-56.044,-30.05],[-56.513,-30.159],[-56.547,-30.134],[-56.658,-30.201]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315313\",\"name\":\"Quatro Irmãos\",\"centroid\":[-52.4796,-27.8487]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.409,-27.858],[-52.328,-27.749],[-52.399,-27.777],[-52.466,-27.737],[-52.495,-27.807],[-52.597,-27.884],[-52.58,-27.925],[-52.611,-27.942],[-52.542,-27.956],[-52.409,-27.858]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315321\",\"name\":\"Quevedos\",\"centroid\":[-54.0686,-29.3089]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.92,-29.221],[-54.028,-29.106],[-54.065,-29.211],[-54.157,-29.285],[-54.208,-29.42],[-54.191,-29.483],[-54.001,-29.396],[-54.015,-29.358],[-53.92,-29.221]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315354\",\"name\":\"Quinze de Novembro\",\"centroid\":[-53.1174,-28.7588]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.261,-28.73],[-53.235,-28.754],[-53.137,-28.76],[-53.152,-28.797],[-53.113,-28.814],[-53.119,-28.881],[-53.079,-28.863],[-53.013,-28.715],[-53.057,-28.69],[-53.181,-28.725],[-53.241,-28.682],[-53.261,-28.73]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315404\",\"name\":\"Redentora\",\"centroid\":[-53.6323,-27.5706]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.734,-27.662],[-53.632,-27.709],[-53.58,-27.681],[-53.563,-27.447],[-53.611,-27.464],[-53.648,-27.419],[-53.7,-27.447],[-53.659,-27.54],[-53.681,-27.548],[-53.673,-27.606],[-53.734,-27.662]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315453\",\"name\":\"Relvado\",\"centroid\":[-52.0671,-29.1237]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.993,-29.144],[-52.046,-29.058],[-52.058,-29.059],[-52.057,-29.093],[-52.089,-29.087],[-52.09,-29.108],[-52.128,-29.084],[-52.152,-29.088],[-52.137,-29.136],[-52.089,-29.154],[-52.087,-29.171],[-52.002,-29.166],[-51.993,-29.144]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315503\",\"name\":\"Restinga Sêca\",\"centroid\":[-53.3429,-29.8172]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.549,-29.867],[-53.227,-29.967],[-53.114,-29.972],[-53.083,-29.934],[-53.12,-29.92],[-53.109,-29.852],[-53.161,-29.78],[-53.201,-29.837],[-53.277,-29.799],[-53.283,-29.762],[-53.254,-29.747],[-53.291,-29.73],[-53.282,-29.69],[-53.401,-29.628],[-53.545,-29.704],[-53.519,-29.765],[-53.565,-29.813],[-53.549,-29.867]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315552\",\"name\":\"Rio dos Índios\",\"centroid\":[-52.8767,-27.2538]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.934,-27.313],[-52.835,-27.336],[-52.794,-27.292],[-52.783,-27.233],[-52.801,-27.203],[-52.846,-27.207],[-52.851,-27.17],[-52.929,-27.204],[-52.957,-27.163],[-52.971,-27.218],[-52.95,-27.249],[-52.967,-27.262],[-52.934,-27.313]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315602\",\"name\":\"Rio Grande\",\"centroid\":[-52.4,-32.2222]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.423,-32.629],[-52.27,-32.304],[-52.097,-32.162],[-52.085,-32.065],[-52.149,-32.116],[-52.15,-32.075],[-52.071,-32.052],[-52.108,-32.025],[-52.24,-32.08],[-52.194,-32.058],[-52.196,-32.028],[-52.097,-31.995],[-52.188,-31.982],[-52.202,-32.039],[-52.253,-32.047],[-52.219,-31.959],[-52.115,-31.942],[-52.22,-31.873],[-52.235,-31.893],[-52.257,-31.85],[-52.225,-31.847],[-52.218,-31.795],[-52.275,-31.775],[-52.389,-31.815],[-52.41,-32.038],[-52.619,-32.131],[-52.691,-32.297],[-52.586,-32.509],[-52.621,-32.638],[-52.423,-32.629]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315701\",\"name\":\"Rio Pardo\",\"centroid\":[-52.4399,-30.0253]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.105,-29.946],[-52.191,-29.923],[-52.178,-29.827],[-52.297,-29.873],[-52.314,-29.835],[-52.4,-29.84],[-52.451,-29.924],[-52.51,-29.873],[-52.505,-29.839],[-52.597,-29.786],[-52.741,-29.804],[-52.756,-29.849],[-52.683,-29.999],[-52.605,-30.027],[-52.666,-30.025],[-52.691,-30.061],[-52.667,-30.191],[-52.579,-30.374],[-52.536,-30.355],[-52.559,-30.285],[-52.532,-30.279],[-52.532,-30.218],[-52.558,-30.172],[-52.525,-30.102],[-52.418,-30.081],[-52.342,-30.159],[-52.257,-30.146],[-52.294,-30.156],[-52.278,-30.264],[-52.21,-30.26],[-52.163,-30.322],[-52.175,-30.281],[-52.136,-30.217],[-52.17,-30.125],[-52.154,-29.984],[-52.139,-29.939],[-52.105,-29.946]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315750\",\"name\":\"Riozinho\",\"centroid\":[-50.3983,-29.6138]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.449,-29.679],[-50.383,-29.719],[-50.316,-29.678],[-50.321,-29.656],[-50.351,-29.66],[-50.359,-29.63],[-50.334,-29.603],[-50.348,-29.588],[-50.327,-29.588],[-50.355,-29.551],[-50.348,-29.494],[-50.421,-29.518],[-50.432,-29.556],[-50.483,-29.595],[-50.466,-29.607],[-50.48,-29.657],[-50.449,-29.679]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315800\",\"name\":\"Roca Sales\",\"centroid\":[-51.8308,-29.2553]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.78,-29.299],[-51.797,-29.299],[-51.801,-29.26],[-51.755,-29.261],[-51.758,-29.185],[-51.822,-29.183],[-51.831,-29.141],[-51.851,-29.138],[-51.896,-29.178],[-51.851,-29.229],[-51.866,-29.277],[-51.9,-29.29],[-51.914,-29.348],[-51.776,-29.343],[-51.78,-29.299]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315909\",\"name\":\"Rodeio Bonito\",\"centroid\":[-53.1702,-27.4615]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.195,-27.52],[-53.18,-27.509],[-53.131,-27.517],[-53.128,-27.508],[-53.16,-27.499],[-53.127,-27.494],[-53.151,-27.471],[-53.12,-27.463],[-53.136,-27.458],[-53.124,-27.434],[-53.147,-27.401],[-53.178,-27.403],[-53.182,-27.425],[-53.198,-27.422],[-53.202,-27.462],[-53.247,-27.496],[-53.188,-27.494],[-53.195,-27.52]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4315958\",\"name\":\"Rolador\",\"centroid\":[-54.8308,-28.2529]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.795,-28.176],[-54.856,-28.161],[-54.882,-28.202],[-54.901,-28.166],[-54.929,-28.201],[-54.959,-28.188],[-54.903,-28.289],[-54.876,-28.277],[-54.845,-28.337],[-54.858,-28.369],[-54.788,-28.363],[-54.751,-28.315],[-54.76,-28.247],[-54.733,-28.184],[-54.769,-28.186],[-54.779,-28.153],[-54.795,-28.176]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316006\",\"name\":\"Rolante\",\"centroid\":[-50.5539,-29.631]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.433,-29.537],[-50.59,-29.553],[-50.684,-29.677],[-50.575,-29.711],[-50.572,-29.733],[-50.491,-29.689],[-50.447,-29.693],[-50.486,-29.643],[-50.466,-29.607],[-50.483,-29.595],[-50.433,-29.537]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316105\",\"name\":\"Ronda Alta\",\"centroid\":[-52.7503,-27.81]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.895,-27.751],[-52.819,-27.83],[-52.781,-27.826],[-52.745,-27.945],[-52.704,-27.912],[-52.651,-27.948],[-52.58,-27.925],[-52.607,-27.87],[-52.648,-27.876],[-52.717,-27.745],[-52.747,-27.747],[-52.746,-27.692],[-52.882,-27.673],[-52.895,-27.701],[-52.855,-27.703],[-52.895,-27.751]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316204\",\"name\":\"Rondinha\",\"centroid\":[-52.8911,-27.8323]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.019,-27.805],[-52.971,-27.878],[-52.857,-27.88],[-52.772,-27.915],[-52.758,-27.88],[-52.781,-27.826],[-52.819,-27.83],[-52.912,-27.738],[-52.935,-27.766],[-52.983,-27.764],[-52.973,-27.781],[-53.019,-27.805]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316303\",\"name\":\"Roque Gonzales\",\"centroid\":[-55.0956,-28.0546]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.025,-28.177],[-54.995,-28.17],[-55.004,-28.142],[-54.944,-28.183],[-54.928,-28.056],[-54.99,-28.055],[-55.053,-28.002],[-55.151,-28.037],[-55.213,-27.953],[-55.327,-27.927],[-55.34,-27.966],[-55.31,-27.996],[-55.215,-28.003],[-55.227,-28.027],[-55.182,-28.013],[-55.14,-28.086],[-55.1,-28.065],[-55.106,-28.112],[-55.05,-28.118],[-55.067,-28.144],[-55.036,-28.138],[-55.025,-28.177]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316402\",\"name\":\"Rosário do Sul\",\"centroid\":[-55.1137,-30.3247]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.675,-30.278],[-55.625,-30.305],[-55.643,-30.327],[-55.599,-30.385],[-55.441,-30.417],[-55.294,-30.52],[-55.241,-30.523],[-55.111,-30.448],[-55.002,-30.474],[-54.984,-30.448],[-54.984,-30.491],[-55.055,-30.505],[-55.054,-30.634],[-55.018,-30.719],[-54.849,-30.735],[-54.782,-30.699],[-54.723,-30.613],[-54.748,-30.516],[-54.711,-30.48],[-54.795,-30.384],[-54.804,-30.323],[-54.879,-30.277],[-54.727,-30.272],[-54.627,-30.117],[-54.736,-30.021],[-54.817,-30.108],[-54.938,-30.066],[-55.06,-30.145],[-55.096,-30.035],[-55.178,-30.046],[-55.212,-30.085],[-55.471,-30.079],[-55.538,-30.163],[-55.671,-30.103],[-55.672,-30.202],[-55.643,-30.213],[-55.689,-30.247],[-55.675,-30.278]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316428\",\"name\":\"Sagrada Família\",\"centroid\":[-53.1327,-27.7081]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.179,-27.757],[-53.146,-27.746],[-53.113,-27.758],[-53.1,-27.735],[-53.071,-27.726],[-53.104,-27.718],[-53.08,-27.711],[-53.101,-27.7],[-53.104,-27.682],[-53.074,-27.67],[-53.106,-27.664],[-53.116,-27.643],[-53.155,-27.662],[-53.152,-27.699],[-53.197,-27.733],[-53.179,-27.757]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316436\",\"name\":\"Saldanha Marinho\",\"centroid\":[-53.0959,-28.3893]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.079,-28.492],[-53.048,-28.426],[-53.058,-28.397],[-52.998,-28.374],[-53.04,-28.374],[-53.02,-28.32],[-53.1,-28.279],[-53.123,-28.341],[-53.163,-28.366],[-53.171,-28.416],[-53.133,-28.483],[-53.079,-28.492]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316451\",\"name\":\"Salto do Jacuí\",\"centroid\":[-53.2542,-29.0717]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.261,-29.144],[-53.141,-29.131],[-53.064,-29.182],[-53.017,-29.156],[-53.076,-29.125],[-53.109,-29.05],[-53.171,-29.031],[-53.215,-28.956],[-53.317,-29.014],[-53.371,-28.976],[-53.449,-29.047],[-53.408,-29.119],[-53.261,-29.144]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316477\",\"name\":\"Salvador das Missões\",\"centroid\":[-54.8317,-28.1002]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.856,-28.161],[-54.838,-28.181],[-54.795,-28.176],[-54.795,-28.127],[-54.806,-28.127],[-54.809,-28.023],[-54.861,-28.02],[-54.867,-28.009],[-54.856,-28.161]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316501\",\"name\":\"Salvador do Sul\",\"centroid\":[-51.5333,-29.4623]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.473,-29.437],[-51.562,-29.431],[-51.584,-29.407],[-51.644,-29.425],[-51.595,-29.434],[-51.569,-29.458],[-51.602,-29.476],[-51.522,-29.512],[-51.49,-29.487],[-51.486,-29.51],[-51.457,-29.496],[-51.473,-29.437]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316600\",\"name\":\"Sananduva\",\"centroid\":[-51.7979,-27.9601]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.929,-27.991],[-51.776,-28.027],[-51.704,-28.138],[-51.634,-28.048],[-51.675,-28.022],[-51.646,-27.993],[-51.686,-27.995],[-51.733,-27.933],[-51.749,-27.854],[-51.81,-27.866],[-51.953,-27.791],[-51.92,-27.845],[-51.929,-27.991]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317103\",\"name\":\"Sant'Ana do Livramento\",\"centroid\":[-55.5603,-30.7399]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-56.29,-30.532],[-56.26,-30.58],[-56.17,-30.616],[-56.127,-30.741],[-56.024,-30.786],[-55.99,-30.86],[-56.005,-31.082],[-55.882,-31.077],[-55.767,-31.01],[-55.719,-30.942],[-55.666,-30.954],[-55.642,-30.912],[-55.658,-30.864],[-55.579,-30.833],[-55.487,-30.948],[-55.441,-30.96],[-55.437,-31.005],[-55.351,-31.038],[-55.339,-31.134],[-55.29,-31.145],[-55.247,-31.252],[-55.075,-31.332],[-55.039,-31.3],[-55.116,-31.011],[-55.148,-30.981],[-55.03,-30.853],[-55.011,-30.723],[-55.054,-30.634],[-55.055,-30.505],[-54.984,-30.491],[-54.984,-30.448],[-55.002,-30.474],[-55.111,-30.448],[-55.241,-30.523],[-55.294,-30.52],[-55.441,-30.417],[-55.599,-30.385],[-55.643,-30.327],[-55.625,-30.305],[-55.675,-30.278],[-55.701,-30.401],[-56.057,-30.435],[-56.29,-30.532]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316709\",\"name\":\"Santa Bárbara do Sul\",\"centroid\":[-53.2835,-28.3779]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.256,-28.164],[-53.349,-28.241],[-53.401,-28.242],[-53.373,-28.387],[-53.418,-28.412],[-53.464,-28.537],[-53.42,-28.59],[-53.263,-28.567],[-53.223,-28.467],[-53.138,-28.48],[-53.171,-28.416],[-53.113,-28.316],[-53.122,-28.255],[-53.197,-28.159],[-53.256,-28.164]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316733\",\"name\":\"Santa Cecília do Sul\",\"centroid\":[-51.9012,-28.1806]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.918,-28.112],[-51.971,-28.106],[-51.989,-28.129],[-51.962,-28.169],[-51.981,-28.242],[-51.968,-28.278],[-51.946,-28.244],[-51.914,-28.241],[-51.908,-28.213],[-51.838,-28.238],[-51.791,-28.194],[-51.797,-28.166],[-51.918,-28.112]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316758\",\"name\":\"Santa Clara do Sul\",\"centroid\":[-52.1317,-29.4527]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.048,-29.469],[-52.042,-29.445],[-52.077,-29.432],[-52.224,-29.421],[-52.218,-29.455],[-52.177,-29.476],[-52.053,-29.485],[-52.048,-29.469]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316808\",\"name\":\"Santa Cruz do Sul\",\"centroid\":[-52.4062,-29.6416]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.435,-29.378],[-52.457,-29.4],[-52.439,-29.54],[-52.565,-29.585],[-52.464,-29.666],[-52.487,-29.802],[-52.451,-29.924],[-52.4,-29.84],[-52.314,-29.835],[-52.335,-29.729],[-52.299,-29.675],[-52.353,-29.429],[-52.391,-29.375],[-52.435,-29.378]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316972\",\"name\":\"Santa Margarida do Sul\",\"centroid\":[-54.0961,-30.3717]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.001,-30.247],[-54.142,-30.168],[-54.253,-30.223],[-54.245,-30.347],[-54.271,-30.397],[-54.153,-30.51],[-54.159,-30.537],[-54.082,-30.464],[-54.072,-30.54],[-53.934,-30.574],[-53.883,-30.505],[-53.961,-30.482],[-53.975,-30.444],[-53.938,-30.404],[-54.018,-30.266],[-54.001,-30.247]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316907\",\"name\":\"Santa Maria\",\"centroid\":[-53.8254,-29.7833]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.701,-29.549],[-53.715,-29.645],[-53.767,-29.658],[-53.838,-29.594],[-53.946,-29.605],[-53.952,-29.576],[-54,-29.567],[-53.979,-29.622],[-54.076,-29.639],[-54.132,-29.686],[-54.086,-29.724],[-54.09,-29.763],[-53.962,-29.795],[-54.023,-29.866],[-54.077,-29.876],[-54.008,-29.981],[-53.784,-30.002],[-53.663,-29.894],[-53.549,-29.867],[-53.565,-29.813],[-53.519,-29.765],[-53.545,-29.704],[-53.633,-29.671],[-53.619,-29.649],[-53.65,-29.623],[-53.627,-29.605],[-53.701,-29.549]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4316956\",\"name\":\"Santa Maria do Herval\",\"centroid\":[-50.967,-29.4771]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.064,-29.468],[-51.048,-29.496],[-51.034,-29.493],[-51.033,-29.518],[-50.969,-29.52],[-50.943,-29.547],[-50.9,-29.55],[-50.91,-29.451],[-50.981,-29.39],[-51.019,-29.437],[-51.042,-29.439],[-51.008,-29.446],[-51.013,-29.476],[-51.064,-29.468]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317202\",\"name\":\"Santa Rosa\",\"centroid\":[-54.4981,-27.8646]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.474,-27.983],[-54.425,-27.923],[-54.38,-27.917],[-54.365,-27.809],[-54.435,-27.698],[-54.457,-27.784],[-54.543,-27.757],[-54.6,-27.802],[-54.551,-27.836],[-54.685,-27.889],[-54.557,-27.98],[-54.474,-27.983]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317251\",\"name\":\"Santa Tereza\",\"centroid\":[-51.7116,-29.162]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.666,-29.188],[-51.665,-29.159],[-51.695,-29.158],[-51.696,-29.097],[-51.725,-29.078],[-51.73,-29.095],[-51.713,-29.112],[-51.757,-29.141],[-51.734,-29.178],[-51.758,-29.185],[-51.75,-29.208],[-51.678,-29.213],[-51.678,-29.198],[-51.654,-29.198],[-51.666,-29.188]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317301\",\"name\":\"Santa Vitória do Palmar\",\"centroid\":[-53.0092,-33.1603]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.523,-33.689],[-53.414,-33.561],[-53.3,-33.662],[-53.422,-33.744],[-53.37,-33.744],[-52.777,-33.283],[-52.593,-33.05],[-52.485,-32.844],[-52.423,-32.629],[-52.621,-32.638],[-52.73,-32.847],[-52.808,-32.911],[-52.908,-32.888],[-53.002,-32.765],[-53.07,-32.834],[-53.141,-32.807],[-53.164,-32.984],[-53.26,-33.107],[-53.337,-33.083],[-53.403,-33.158],[-53.428,-33.141],[-53.469,-33.255],[-53.433,-33.491],[-53.472,-33.563],[-53.511,-33.544],[-53.523,-33.689]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317004\",\"name\":\"Santana da Boa Vista\",\"centroid\":[-53.1733,-30.8189]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.021,-30.92],[-52.954,-30.846],[-52.954,-30.733],[-52.998,-30.667],[-53.053,-30.662],[-53.189,-30.532],[-53.214,-30.451],[-53.248,-30.58],[-53.187,-30.652],[-53.183,-30.713],[-53.237,-30.781],[-53.362,-30.776],[-53.414,-30.805],[-53.416,-30.973],[-53.262,-31.011],[-53.222,-30.991],[-53.139,-31.029],[-53.087,-30.969],[-53.023,-30.986],[-53.021,-30.92]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317400\",\"name\":\"Santiago\",\"centroid\":[-54.7957,-29.1262]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.928,-29.327],[-54.834,-29.319],[-54.846,-29.346],[-54.686,-29.394],[-54.682,-29.319],[-54.627,-29.312],[-54.59,-29.358],[-54.549,-29.31],[-54.432,-29.307],[-54.432,-29.254],[-54.367,-29.188],[-54.427,-29.089],[-54.534,-29.182],[-54.589,-29.122],[-54.641,-29.134],[-54.646,-29.047],[-54.682,-29.046],[-54.711,-28.954],[-54.767,-28.933],[-54.841,-28.837],[-54.961,-28.808],[-55.042,-28.836],[-55.036,-28.896],[-55.096,-28.904],[-54.988,-29.055],[-55.029,-29.066],[-55.132,-29.198],[-55.05,-29.224],[-54.928,-29.327]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317509\",\"name\":\"Santo Ângelo\",\"centroid\":[-54.2933,-28.25]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.369,-28.349],[-54.297,-28.312],[-54.283,-28.357],[-54.25,-28.32],[-54.228,-28.365],[-54.226,-28.339],[-54.144,-28.337],[-54.105,-28.278],[-54.131,-28.183],[-54.18,-28.138],[-54.281,-28.166],[-54.39,-28.161],[-54.412,-28.135],[-54.411,-28.193],[-54.451,-28.194],[-54.451,-28.226],[-54.54,-28.301],[-54.508,-28.317],[-54.513,-28.276],[-54.496,-28.317],[-54.464,-28.293],[-54.462,-28.337],[-54.395,-28.314],[-54.369,-28.349]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317608\",\"name\":\"Santo Antônio da Patrulha\",\"centroid\":[-50.5588,-29.8748]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.457,-30.052],[-50.373,-29.884],[-50.468,-29.793],[-50.404,-29.706],[-50.449,-29.679],[-50.572,-29.733],[-50.684,-29.677],[-50.687,-29.747],[-50.713,-29.756],[-50.694,-29.79],[-50.752,-29.789],[-50.68,-29.857],[-50.706,-29.926],[-50.686,-29.955],[-50.718,-29.979],[-50.7,-30.034],[-50.457,-30.052]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317707\",\"name\":\"Santo Antônio das Missões\",\"centroid\":[-55.4269,-28.4927]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.318,-28.209],[-55.384,-28.305],[-55.444,-28.249],[-55.486,-28.272],[-55.525,-28.343],[-55.5,-28.366],[-55.529,-28.458],[-55.679,-28.498],[-55.772,-28.585],[-55.7,-28.627],[-55.72,-28.653],[-55.573,-28.676],[-55.55,-28.707],[-55.501,-28.699],[-55.491,-28.665],[-55.331,-28.667],[-55.254,-28.636],[-55.239,-28.549],[-55.2,-28.535],[-55.155,-28.409],[-55.202,-28.398],[-55.205,-28.309],[-55.312,-28.307],[-55.284,-28.276],[-55.322,-28.28],[-55.327,-28.25],[-55.29,-28.257],[-55.284,-28.209],[-55.318,-28.209]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317558\",\"name\":\"Santo Antônio do Palma\",\"centroid\":[-52.0087,-28.4943]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.92,-28.494],[-51.927,-28.476],[-51.998,-28.438],[-52.058,-28.465],[-52.089,-28.496],[-52.094,-28.532],[-52.035,-28.546],[-52.02,-28.528],[-51.925,-28.52],[-51.92,-28.494]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317756\",\"name\":\"Santo Antônio do Planalto\",\"centroid\":[-52.6812,-28.3627]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.601,-28.333],[-52.593,-28.304],[-52.673,-28.27],[-52.709,-28.288],[-52.725,-28.351],[-52.758,-28.344],[-52.774,-28.371],[-52.693,-28.469],[-52.63,-28.42],[-52.648,-28.383],[-52.601,-28.333]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317806\",\"name\":\"Santo Augusto\",\"centroid\":[-53.7548,-27.9013]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.898,-27.895],[-53.798,-27.985],[-53.696,-27.987],[-53.659,-28.035],[-53.568,-28.02],[-53.624,-27.945],[-53.688,-27.93],[-53.728,-27.79],[-53.78,-27.755],[-53.877,-27.791],[-53.815,-27.828],[-53.867,-27.838],[-53.898,-27.895]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317905\",\"name\":\"Santo Cristo\",\"centroid\":[-54.7097,-27.7984]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.685,-27.889],[-54.551,-27.836],[-54.645,-27.747],[-54.647,-27.706],[-54.67,-27.686],[-54.738,-27.713],[-54.785,-27.762],[-54.832,-27.743],[-54.86,-27.839],[-54.78,-27.841],[-54.78,-27.863],[-54.685,-27.889]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4317954\",\"name\":\"Santo Expedito do Sul\",\"centroid\":[-51.6602,-27.9231]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.588,-27.899],[-51.639,-27.85],[-51.641,-27.869],[-51.671,-27.871],[-51.685,-27.898],[-51.732,-27.89],[-51.74,-27.902],[-51.686,-27.995],[-51.673,-27.978],[-51.616,-27.969],[-51.601,-27.954],[-51.615,-27.935],[-51.588,-27.899]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318002\",\"name\":\"São Borja\",\"centroid\":[-55.7952,-28.7482]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-56.082,-28.857],[-56.067,-28.911],[-55.818,-28.993],[-55.726,-28.982],[-55.67,-29.02],[-55.505,-29.001],[-55.465,-29.082],[-55.413,-29.047],[-55.386,-28.976],[-55.291,-28.985],[-55.373,-28.921],[-55.367,-28.88],[-55.428,-28.865],[-55.499,-28.73],[-55.534,-28.73],[-55.573,-28.676],[-55.707,-28.662],[-55.7,-28.627],[-55.77,-28.595],[-55.679,-28.498],[-55.529,-28.458],[-55.507,-28.403],[-55.583,-28.339],[-55.704,-28.428],[-55.746,-28.373],[-55.879,-28.362],[-55.903,-28.408],[-55.884,-28.479],[-56.011,-28.507],[-56.003,-28.598],[-56.194,-28.775],[-56.289,-28.794],[-56.323,-28.925],[-56.232,-28.938],[-56.167,-28.865],[-56.082,-28.857]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318051\",\"name\":\"São Domingos do Sul\",\"centroid\":[-51.8671,-28.5395]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.916,-28.51],[-51.907,-28.522],[-51.924,-28.536],[-51.911,-28.54],[-51.916,-28.562],[-51.854,-28.59],[-51.809,-28.557],[-51.803,-28.527],[-51.876,-28.506],[-51.889,-28.484],[-51.912,-28.484],[-51.916,-28.51]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318101\",\"name\":\"São Francisco de Assis\",\"centroid\":[-55.1329,-29.4446]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.378,-29.615],[-55.326,-29.642],[-55.243,-29.62],[-55.192,-29.697],[-55.086,-29.649],[-55.01,-29.711],[-54.922,-29.663],[-54.832,-29.666],[-54.783,-29.604],[-54.862,-29.545],[-54.833,-29.488],[-54.901,-29.342],[-55.05,-29.224],[-55.235,-29.189],[-55.337,-29.223],[-55.362,-29.207],[-55.377,-29.237],[-55.402,-29.205],[-55.459,-29.215],[-55.416,-29.322],[-55.459,-29.325],[-55.483,-29.379],[-55.43,-29.362],[-55.439,-29.396],[-55.338,-29.477],[-55.328,-29.522],[-55.378,-29.615]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318200\",\"name\":\"São Francisco de Paula\",\"centroid\":[-50.5574,-29.2036]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.358,-29.117],[-50.444,-29.129],[-50.464,-28.96],[-50.562,-28.887],[-50.55,-28.865],[-50.604,-28.81],[-50.739,-28.799],[-50.755,-28.772],[-50.786,-28.814],[-50.85,-28.817],[-50.795,-28.876],[-50.82,-28.892],[-50.785,-29.007],[-50.831,-29.063],[-50.944,-29.071],[-50.903,-29.09],[-50.913,-29.118],[-50.842,-29.127],[-50.849,-29.267],[-50.763,-29.276],[-50.743,-29.327],[-50.692,-29.323],[-50.645,-29.382],[-50.657,-29.422],[-50.685,-29.407],[-50.727,-29.454],[-50.675,-29.472],[-50.631,-29.559],[-50.433,-29.537],[-50.315,-29.474],[-50.324,-29.44],[-50.267,-29.466],[-50.292,-29.506],[-50.227,-29.493],[-50.168,-29.535],[-50.188,-29.506],[-50.157,-29.471],[-50.215,-29.476],[-50.249,-29.33],[-50.194,-29.342],[-50.204,-29.366],[-50.113,-29.327],[-50.041,-29.355],[-50.145,-29.27],[-50.2,-29.257],[-50.296,-29.292],[-50.357,-29.191],[-50.358,-29.117]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318309\",\"name\":\"São Gabriel\",\"centroid\":[-54.364,-30.3073]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.69,-30.629],[-54.676,-30.605],[-54.439,-30.623],[-54.346,-30.737],[-54.322,-30.719],[-54.16,-30.777],[-54.137,-30.711],[-54.018,-30.694],[-53.938,-30.563],[-54.072,-30.54],[-54.082,-30.464],[-54.159,-30.537],[-54.153,-30.51],[-54.271,-30.397],[-54.245,-30.347],[-54.269,-30.25],[-54.142,-30.168],[-53.99,-30.248],[-53.955,-30.207],[-53.957,-30.124],[-53.869,-29.994],[-54.001,-29.986],[-54.051,-29.912],[-54.193,-29.926],[-54.246,-29.893],[-54.283,-29.93],[-54.454,-29.96],[-54.5,-29.933],[-54.586,-29.962],[-54.641,-30.026],[-54.703,-30.029],[-54.627,-30.117],[-54.708,-30.21],[-54.714,-30.264],[-54.879,-30.277],[-54.804,-30.323],[-54.795,-30.384],[-54.713,-30.463],[-54.748,-30.516],[-54.69,-30.629]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318408\",\"name\":\"São Jerônimo\",\"centroid\":[-51.9097,-30.2898]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.628,-29.946],[-51.847,-29.97],[-51.858,-30.039],[-51.912,-30.055],[-51.834,-30.114],[-51.858,-30.132],[-51.842,-30.169],[-51.985,-30.249],[-52.037,-30.397],[-52.159,-30.443],[-51.987,-30.567],[-51.972,-30.638],[-51.905,-30.577],[-51.925,-30.498],[-51.902,-30.448],[-51.928,-30.418],[-51.843,-30.347],[-51.868,-30.32],[-51.841,-30.294],[-51.85,-30.204],[-51.802,-30.148],[-51.811,-30.1],[-51.654,-29.996],[-51.628,-29.946]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318424\",\"name\":\"São João da Urtiga\",\"centroid\":[-51.8355,-27.7978]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.94,-27.791],[-51.81,-27.866],[-51.737,-27.843],[-51.754,-27.822],[-51.743,-27.807],[-51.765,-27.8],[-51.745,-27.775],[-51.857,-27.75],[-51.894,-27.711],[-51.907,-27.757],[-51.928,-27.759],[-51.911,-27.781],[-51.925,-27.768],[-51.94,-27.791]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318432\",\"name\":\"São João do Polêsine\",\"centroid\":[-53.4698,-29.6424]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.404,-29.611],[-53.464,-29.586],[-53.477,-29.612],[-53.468,-29.64],[-53.526,-29.639],[-53.547,-29.674],[-53.53,-29.696],[-53.422,-29.651],[-53.401,-29.628],[-53.384,-29.632],[-53.404,-29.611]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318440\",\"name\":\"São Jorge\",\"centroid\":[-51.7189,-28.4993]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.62,-28.48],[-51.76,-28.449],[-51.79,-28.487],[-51.793,-28.546],[-51.749,-28.561],[-51.74,-28.531],[-51.618,-28.513],[-51.62,-28.48]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318457\",\"name\":\"São José das Missões\",\"centroid\":[-53.1329,-27.7937]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.203,-27.803],[-53.192,-27.829],[-53.14,-27.828],[-53.095,-27.846],[-53.103,-27.823],[-53.056,-27.797],[-53.066,-27.775],[-53.146,-27.746],[-53.179,-27.757],[-53.183,-27.785],[-53.203,-27.803]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318465\",\"name\":\"São José do Herval\",\"centroid\":[-52.2754,-29.0656]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.226,-29.038],[-52.306,-29.005],[-52.33,-29.02],[-52.337,-29.059],[-52.291,-29.13],[-52.212,-29.095],[-52.205,-29.073],[-52.223,-29.069],[-52.21,-29.054],[-52.226,-29.038]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318481\",\"name\":\"São José do Hortêncio\",\"centroid\":[-51.2583,-29.5342]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.178,-29.494],[-51.222,-29.483],[-51.226,-29.501],[-51.252,-29.497],[-51.303,-29.523],[-51.303,-29.58],[-51.245,-29.584],[-51.262,-29.56],[-51.224,-29.547],[-51.233,-29.521],[-51.178,-29.494]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318499\",\"name\":\"São José do Inhacorá\",\"centroid\":[-54.1259,-27.7395]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.169,-27.692],[-54.198,-27.731],[-54.169,-27.77],[-54.11,-27.755],[-54.126,-27.769],[-54.09,-27.788],[-54.06,-27.768],[-54.067,-27.72],[-54.087,-27.728],[-54.091,-27.712],[-54.129,-27.697],[-54.13,-27.714],[-54.157,-27.709],[-54.164,-27.702],[-54.146,-27.687],[-54.169,-27.692]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318507\",\"name\":\"São José do Norte\",\"centroid\":[-51.672,-31.7622]},\"geometry\":{\"type\":\"MultiPolygon\",\"coordinates\":[[[[-51.237,-31.457],[-51.361,-31.532],[-51.428,-31.492],[-51.462,-31.567],[-51.437,-31.614],[-51.475,-31.566],[-51.659,-31.767],[-51.832,-31.8],[-51.803,-31.833],[-51.86,-31.87],[-52.008,-31.818],[-52.098,-31.836],[-52.005,-31.951],[-52.053,-31.979],[-52.041,-32.045],[-52.09,-32.131],[-51.831,-31.919],[-51.267,-31.579],[-51.186,-31.504],[-51.237,-31.457]]],[[[-52.102,-31.791],[-52.109,-31.795],[-52.104,-31.802],[-52.097,-31.799],[-52.102,-31.791]]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318606\",\"name\":\"São José do Ouro\",\"centroid\":[-51.5612,-27.7682]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.695,-27.7],[-51.601,-27.787],[-51.608,-27.892],[-51.532,-27.859],[-51.463,-27.893],[-51.447,-27.847],[-51.494,-27.804],[-51.5,-27.724],[-51.531,-27.709],[-51.517,-27.677],[-51.545,-27.645],[-51.562,-27.632],[-51.578,-27.661],[-51.695,-27.7]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318614\",\"name\":\"São José do Sul\",\"centroid\":[-51.4854,-29.5477]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.503,-29.577],[-51.495,-29.602],[-51.467,-29.621],[-51.457,-29.496],[-51.486,-29.51],[-51.49,-29.487],[-51.52,-29.503],[-51.503,-29.577]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318622\",\"name\":\"São José dos Ausentes\",\"centroid\":[-49.9631,-28.6472]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.194,-28.84],[-50.113,-28.824],[-49.951,-28.893],[-49.962,-28.778],[-49.922,-28.745],[-49.935,-28.726],[-49.84,-28.713],[-49.839,-28.666],[-49.783,-28.61],[-49.691,-28.621],[-49.749,-28.546],[-49.727,-28.519],[-49.766,-28.501],[-49.764,-28.463],[-49.782,-28.497],[-49.816,-28.469],[-49.839,-28.497],[-49.869,-28.481],[-49.854,-28.445],[-49.928,-28.451],[-49.942,-28.482],[-49.981,-28.441],[-50.069,-28.479],[-50.026,-28.635],[-50.11,-28.645],[-50.106,-28.681],[-50.2,-28.781],[-50.216,-28.837],[-50.194,-28.84]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318705\",\"name\":\"São Leopoldo\",\"centroid\":[-51.1446,-29.7558]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.191,-29.778],[-51.166,-29.799],[-51.068,-29.811],[-51.085,-29.735],[-51.132,-29.741],[-51.158,-29.716],[-51.16,-29.693],[-51.179,-29.693],[-51.177,-29.672],[-51.194,-29.68],[-51.21,-29.734],[-51.191,-29.778]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318804\",\"name\":\"São Lourenço do Sul\",\"centroid\":[-52.1232,-31.2369]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.01,-31.501],[-51.949,-31.339],[-51.873,-31.3],[-51.85,-31.328],[-51.78,-31.233],[-51.79,-31.176],[-51.821,-31.168],[-51.789,-31.124],[-51.872,-31.091],[-51.901,-31.037],[-51.956,-31.094],[-51.933,-31.11],[-52.008,-31.104],[-52.026,-31.165],[-52.066,-31.158],[-52.156,-31.041],[-52.111,-30.998],[-52.245,-30.985],[-52.28,-31.081],[-52.404,-31.148],[-52.475,-31.245],[-52.4,-31.357],[-52.181,-31.383],[-52.052,-31.514],[-52.01,-31.501]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4318903\",\"name\":\"São Luiz Gonzaga\",\"centroid\":[-54.8972,-28.4175]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.164,-28.428],[-55.123,-28.479],[-54.908,-28.498],[-54.91,-28.585],[-54.845,-28.565],[-54.862,-28.588],[-54.805,-28.627],[-54.683,-28.559],[-54.666,-28.439],[-54.587,-28.482],[-54.575,-28.412],[-54.538,-28.392],[-54.572,-28.363],[-54.613,-28.439],[-54.66,-28.419],[-54.699,-28.338],[-54.858,-28.369],[-54.876,-28.277],[-54.903,-28.289],[-55.004,-28.142],[-55.036,-28.216],[-54.991,-28.26],[-55.055,-28.329],[-55.184,-28.314],[-55.201,-28.338],[-55.202,-28.398],[-55.164,-28.398],[-55.164,-28.428]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319000\",\"name\":\"São Marcos\",\"centroid\":[-51.0638,-28.9625]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.112,-29.033],[-50.931,-29.024],[-50.922,-29.004],[-51.074,-28.887],[-51.16,-28.874],[-51.174,-28.902],[-51.153,-28.942],[-51.186,-28.942],[-51.125,-28.981],[-51.112,-29.033]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319109\",\"name\":\"São Martinho\",\"centroid\":[-53.9511,-27.73]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.979,-27.78],[-53.822,-27.764],[-53.844,-27.729],[-53.89,-27.722],[-53.917,-27.692],[-54.028,-27.667],[-54.029,-27.697],[-54.071,-27.736],[-54.024,-27.741],[-53.979,-27.78]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319125\",\"name\":\"São Martinho da Serra\",\"centroid\":[-53.8816,-29.4735]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.856,-29.592],[-53.688,-29.466],[-53.693,-29.416],[-53.766,-29.345],[-54.011,-29.423],[-54.035,-29.402],[-54.091,-29.445],[-54.029,-29.555],[-53.952,-29.576],[-53.946,-29.605],[-53.856,-29.592]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319158\",\"name\":\"São Miguel das Missões\",\"centroid\":[-54.5225,-28.6729]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.671,-28.716],[-54.61,-28.746],[-54.625,-28.765],[-54.578,-28.837],[-54.41,-28.922],[-54.378,-29.005],[-54.331,-28.918],[-54.363,-28.866],[-54.359,-28.787],[-54.394,-28.79],[-54.411,-28.727],[-54.35,-28.666],[-54.441,-28.651],[-54.418,-28.609],[-54.447,-28.582],[-54.396,-28.556],[-54.537,-28.404],[-54.575,-28.412],[-54.587,-28.482],[-54.67,-28.443],[-54.683,-28.559],[-54.736,-28.601],[-54.724,-28.637],[-54.677,-28.634],[-54.671,-28.716]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319208\",\"name\":\"São Nicolau\",\"centroid\":[-55.2532,-28.2005]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.318,-28.209],[-55.284,-28.209],[-55.29,-28.257],[-55.327,-28.25],[-55.322,-28.28],[-55.284,-28.276],[-55.312,-28.307],[-55.216,-28.303],[-55.201,-28.338],[-55.184,-28.314],[-55.055,-28.329],[-55.138,-28.253],[-55.146,-28.187],[-55.266,-28.137],[-55.276,-28.096],[-55.376,-28.034],[-55.438,-28.086],[-55.356,-28.123],[-55.369,-28.162],[-55.304,-28.178],[-55.34,-28.192],[-55.318,-28.209]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319307\",\"name\":\"São Paulo das Missões\",\"centroid\":[-54.9734,-27.9894]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.073,-28.01],[-55.045,-28.003],[-54.99,-28.055],[-54.907,-28.058],[-54.866,-28.046],[-54.862,-27.999],[-54.912,-27.99],[-54.896,-27.973],[-54.909,-27.949],[-54.969,-27.935],[-54.988,-27.905],[-55.08,-27.942],[-55.073,-28.01]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319356\",\"name\":\"São Pedro da Serra\",\"centroid\":[-51.505,-29.4191]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.584,-29.407],[-51.562,-29.431],[-51.436,-29.431],[-51.441,-29.417],[-51.475,-29.4],[-51.542,-29.419],[-51.559,-29.404],[-51.584,-29.407]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319364\",\"name\":\"São Pedro das Missões\",\"centroid\":[-53.238,-27.7806]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.292,-27.755],[-53.268,-27.838],[-53.19,-27.794],[-53.178,-27.766],[-53.197,-27.733],[-53.201,-27.745],[-53.246,-27.755],[-53.257,-27.727],[-53.274,-27.752],[-53.292,-27.755]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319372\",\"name\":\"São Pedro do Butiá\",\"centroid\":[-54.8956,-28.1236]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.944,-28.183],[-54.929,-28.201],[-54.901,-28.166],[-54.881,-28.185],[-54.895,-28.196],[-54.882,-28.202],[-54.859,-28.188],[-54.866,-28.046],[-54.928,-28.058],[-54.925,-28.14],[-54.944,-28.183]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319406\",\"name\":\"São Pedro do Sul\",\"centroid\":[-54.2398,-29.6102]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.1,-29.461],[-54.232,-29.485],[-54.342,-29.549],[-54.331,-29.575],[-54.419,-29.572],[-54.413,-29.604],[-54.47,-29.626],[-54.499,-29.738],[-54.305,-29.737],[-54.252,-29.693],[-54.141,-29.693],[-54.076,-29.639],[-53.998,-29.636],[-53.993,-29.576],[-54.1,-29.461]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319505\",\"name\":\"São Sebastião do Caí\",\"centroid\":[-51.3376,-29.5887]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.392,-29.653],[-51.34,-29.634],[-51.335,-29.648],[-51.309,-29.638],[-51.277,-29.656],[-51.288,-29.619],[-51.28,-29.584],[-51.303,-29.58],[-51.307,-29.562],[-51.303,-29.523],[-51.348,-29.517],[-51.352,-29.54],[-51.397,-29.552],[-51.378,-29.63],[-51.392,-29.653]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319604\",\"name\":\"São Sepé\",\"centroid\":[-53.618,-30.1732]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.745,-30.514],[-53.711,-30.48],[-53.713,-30.403],[-53.656,-30.432],[-53.614,-30.378],[-53.548,-30.363],[-53.517,-30.397],[-53.466,-30.328],[-53.467,-30.262],[-53.126,-29.968],[-53.254,-29.958],[-53.593,-30.098],[-53.671,-30.051],[-53.635,-29.989],[-53.652,-29.893],[-53.784,-30.002],[-53.869,-29.994],[-53.972,-30.179],[-53.834,-30.262],[-53.759,-30.244],[-53.79,-30.309],[-53.742,-30.322],[-53.734,-30.356],[-53.845,-30.483],[-53.821,-30.517],[-53.745,-30.514]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319703\",\"name\":\"São Valentim\",\"centroid\":[-52.5587,-27.5516]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.67,-27.579],[-52.639,-27.564],[-52.566,-27.604],[-52.486,-27.611],[-52.478,-27.546],[-52.527,-27.53],[-52.527,-27.507],[-52.507,-27.502],[-52.522,-27.476],[-52.539,-27.492],[-52.582,-27.458],[-52.593,-27.468],[-52.56,-27.513],[-52.581,-27.536],[-52.663,-27.534],[-52.67,-27.579]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319711\",\"name\":\"São Valentim do Sul\",\"centroid\":[-51.7625,-29.056]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.78,-29.094],[-51.739,-29.119],[-51.739,-29.137],[-51.713,-29.112],[-51.731,-29.085],[-51.72,-29.079],[-51.714,-29.091],[-51.72,-29.055],[-51.71,-29.046],[-51.729,-29.036],[-51.741,-28.994],[-51.76,-28.997],[-51.761,-29.008],[-51.793,-28.999],[-51.814,-29.015],[-51.808,-29.082],[-51.78,-29.094]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319737\",\"name\":\"São Valério do Sul\",\"centroid\":[-53.9126,-27.8223]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.953,-27.852],[-53.898,-27.895],[-53.867,-27.838],[-53.815,-27.828],[-53.867,-27.816],[-53.877,-27.791],[-53.854,-27.766],[-53.893,-27.781],[-53.942,-27.771],[-53.979,-27.78],[-53.953,-27.852]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319752\",\"name\":\"São Vendelino\",\"centroid\":[-51.3731,-29.382]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.35,-29.352],[-51.398,-29.352],[-51.4,-29.417],[-51.356,-29.397],[-51.343,-29.413],[-51.332,-29.41],[-51.355,-29.368],[-51.35,-29.352]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319802\",\"name\":\"São Vicente do Sul\",\"centroid\":[-54.7581,-29.7109]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.492,-29.742],[-54.463,-29.659],[-54.565,-29.596],[-54.543,-29.548],[-54.588,-29.529],[-54.633,-29.573],[-54.749,-29.592],[-54.832,-29.666],[-54.922,-29.663],[-55.01,-29.711],[-55.086,-29.649],[-55.144,-29.695],[-55.132,-29.765],[-54.929,-29.784],[-54.832,-29.856],[-54.676,-29.808],[-54.6,-29.821],[-54.492,-29.742]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4319901\",\"name\":\"Sapiranga\",\"centroid\":[-50.9961,-29.6153]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.056,-29.616],[-51.035,-29.618],[-51.039,-29.649],[-51.007,-29.65],[-51.014,-29.696],[-50.996,-29.706],[-50.942,-29.691],[-50.96,-29.68],[-50.947,-29.553],[-51.044,-29.545],[-51.056,-29.616]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320008\",\"name\":\"Sapucaia do Sul\",\"centroid\":[-51.1336,-29.8245]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.181,-29.83],[-51.101,-29.869],[-51.068,-29.811],[-51.166,-29.799],[-51.191,-29.778],[-51.197,-29.809],[-51.181,-29.83]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320107\",\"name\":\"Sarandi\",\"centroid\":[-52.89,-27.9452]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.976,-27.953],[-52.935,-27.961],[-52.909,-28.015],[-52.938,-28.052],[-52.866,-28.069],[-52.745,-27.945],[-52.816,-27.888],[-52.971,-27.878],[-53.056,-27.797],[-53.044,-27.831],[-53.075,-27.857],[-52.967,-27.913],[-52.976,-27.953]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320206\",\"name\":\"Seberi\",\"centroid\":[-53.3603,-27.5013]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.492,-27.45],[-53.406,-27.539],[-53.389,-27.611],[-53.346,-27.619],[-53.291,-27.578],[-53.274,-27.481],[-53.309,-27.429],[-53.286,-27.425],[-53.288,-27.396],[-53.492,-27.45]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320230\",\"name\":\"Sede Nova\",\"centroid\":[-53.951,-27.6416]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.028,-27.667],[-53.988,-27.663],[-53.956,-27.686],[-53.903,-27.696],[-53.881,-27.67],[-53.881,-27.638],[-53.899,-27.625],[-53.893,-27.602],[-53.936,-27.595],[-53.973,-27.61],[-53.984,-27.59],[-54.02,-27.591],[-54.005,-27.605],[-54.008,-27.621],[-54.035,-27.633],[-54.028,-27.667]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320263\",\"name\":\"Segredo\",\"centroid\":[-52.9269,-29.3109]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.825,-29.328],[-52.892,-29.313],[-52.884,-29.206],[-52.917,-29.185],[-52.959,-29.227],[-52.946,-29.262],[-53.029,-29.276],[-53.025,-29.337],[-52.974,-29.358],[-52.96,-29.396],[-52.851,-29.386],[-52.815,-29.366],[-52.825,-29.328]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320305\",\"name\":\"Selbach\",\"centroid\":[-52.9796,-28.6692]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.926,-28.73],[-52.935,-28.62],[-52.917,-28.596],[-52.955,-28.576],[-53.017,-28.589],[-53.035,-28.685],[-53.013,-28.715],[-53.033,-28.729],[-53.034,-28.764],[-52.997,-28.77],[-53.01,-28.757],[-52.986,-28.748],[-52.956,-28.761],[-52.963,-28.744],[-52.926,-28.73]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320321\",\"name\":\"Senador Salgado Filho\",\"centroid\":[-54.5367,-28.0297]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.585,-28.094],[-54.532,-28.114],[-54.504,-28.058],[-54.462,-28.029],[-54.465,-27.991],[-54.492,-27.966],[-54.515,-27.983],[-54.557,-27.98],[-54.595,-27.944],[-54.585,-28.094]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320354\",\"name\":\"Sentinela do Sul\",\"centroid\":[-51.6064,-30.6266]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.63,-30.745],[-51.58,-30.703],[-51.491,-30.503],[-51.623,-30.543],[-51.658,-30.519],[-51.649,-30.614],[-51.697,-30.69],[-51.698,-30.745],[-51.63,-30.745]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320404\",\"name\":\"Serafina Corrêa\",\"centroid\":[-51.9362,-28.6994]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.848,-28.663],[-51.994,-28.672],[-51.996,-28.61],[-52.066,-28.614],[-52.06,-28.642],[-51.999,-28.652],[-51.985,-28.763],[-51.845,-28.753],[-51.853,-28.715],[-51.825,-28.709],[-51.853,-28.698],[-51.848,-28.663]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320453\",\"name\":\"Sério\",\"centroid\":[-52.243,-29.3972]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.202,-29.425],[-52.158,-29.414],[-52.179,-29.406],[-52.192,-29.361],[-52.309,-29.359],[-52.301,-29.375],[-52.318,-29.38],[-52.315,-29.392],[-52.249,-29.448],[-52.218,-29.455],[-52.224,-29.421],[-52.202,-29.425]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320503\",\"name\":\"Sertão\",\"centroid\":[-52.3085,-28.0108]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.124,-28.024],[-52.089,-27.994],[-52.091,-27.936],[-52.404,-27.991],[-52.505,-27.944],[-52.58,-27.945],[-52.455,-28.08],[-52.389,-28.09],[-52.377,-28.019],[-52.326,-28.029],[-52.296,-28.076],[-52.158,-28.078],[-52.124,-28.024]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320552\",\"name\":\"Sertão Santana\",\"centroid\":[-51.6276,-30.4663]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.536,-30.412],[-51.681,-30.384],[-51.681,-30.438],[-51.752,-30.485],[-51.757,-30.523],[-51.672,-30.51],[-51.623,-30.543],[-51.563,-30.511],[-51.547,-30.521],[-51.525,-30.51],[-51.536,-30.412]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320578\",\"name\":\"Sete de Setembro\",\"centroid\":[-54.4587,-28.1454]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.544,-28.116],[-54.532,-28.13],[-54.506,-28.113],[-54.492,-28.124],[-54.487,-28.246],[-54.451,-28.226],[-54.451,-28.194],[-54.411,-28.193],[-54.412,-28.135],[-54.396,-28.129],[-54.427,-28.07],[-54.494,-28.099],[-54.528,-28.093],[-54.544,-28.116]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320602\",\"name\":\"Severiano de Almeida\",\"centroid\":[-52.1132,-27.415]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.194,-27.408],[-52.194,-27.442],[-52.145,-27.478],[-52.133,-27.465],[-52.067,-27.48],[-52.067,-27.454],[-52.029,-27.454],[-52.033,-27.419],[-52.074,-27.415],[-52.047,-27.355],[-52.072,-27.338],[-52.107,-27.343],[-52.112,-27.374],[-52.178,-27.374],[-52.194,-27.408]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320651\",\"name\":\"Silveira Martins\",\"centroid\":[-53.5688,-29.6367]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.627,-29.605],[-53.65,-29.623],[-53.619,-29.649],[-53.633,-29.671],[-53.545,-29.704],[-53.53,-29.696],[-53.547,-29.661],[-53.526,-29.639],[-53.468,-29.64],[-53.477,-29.612],[-53.53,-29.615],[-53.553,-29.573],[-53.627,-29.605]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320677\",\"name\":\"Sinimbu\",\"centroid\":[-52.5674,-29.4436]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.758,-29.405],[-52.652,-29.39],[-52.571,-29.466],[-52.68,-29.5],[-52.669,-29.535],[-52.617,-29.525],[-52.62,-29.581],[-52.439,-29.54],[-52.457,-29.4],[-52.435,-29.378],[-52.49,-29.344],[-52.535,-29.329],[-52.543,-29.376],[-52.572,-29.376],[-52.719,-29.306],[-52.758,-29.405]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320701\",\"name\":\"Sobradinho\",\"centroid\":[-53.0261,-29.4064]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.014,-29.464],[-52.964,-29.413],[-52.937,-29.41],[-52.939,-29.395],[-52.969,-29.387],[-52.974,-29.358],[-53.025,-29.337],[-53.02,-29.358],[-53.083,-29.372],[-53.095,-29.467],[-53.047,-29.454],[-53.014,-29.464]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320800\",\"name\":\"Soledade\",\"centroid\":[-52.5412,-28.842]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.495,-29.034],[-52.482,-28.902],[-52.299,-28.876],[-52.329,-28.821],[-52.249,-28.662],[-52.288,-28.642],[-52.346,-28.704],[-52.438,-28.699],[-52.615,-28.637],[-52.589,-28.756],[-52.725,-28.735],[-52.718,-29.01],[-52.81,-29.027],[-52.798,-29.112],[-52.746,-29.139],[-52.647,-28.952],[-52.559,-28.975],[-52.495,-29.034]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320859\",\"name\":\"Tabaí\",\"centroid\":[-51.7296,-29.6655]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.659,-29.644],[-51.679,-29.614],[-51.71,-29.602],[-51.706,-29.614],[-51.741,-29.621],[-51.764,-29.655],[-51.78,-29.653],[-51.788,-29.673],[-51.771,-29.696],[-51.798,-29.713],[-51.756,-29.733],[-51.659,-29.644]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4320909\",\"name\":\"Tapejara\",\"centroid\":[-52.0093,-28.0575]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.083,-28.118],[-52.022,-28.132],[-51.971,-28.106],[-51.913,-28.114],[-51.909,-28.025],[-51.963,-27.981],[-51.985,-28.015],[-52.1,-27.983],[-52.103,-28.016],[-52.128,-28.012],[-52.085,-28.055],[-52.098,-28.118],[-52.083,-28.118]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321006\",\"name\":\"Tapera\",\"centroid\":[-52.8614,-28.6611]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.769,-28.648],[-52.763,-28.627],[-52.917,-28.596],[-52.935,-28.62],[-52.926,-28.73],[-52.886,-28.727],[-52.874,-28.706],[-52.833,-28.725],[-52.811,-28.705],[-52.819,-28.679],[-52.775,-28.696],[-52.782,-28.657],[-52.769,-28.648]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321105\",\"name\":\"Tapes\",\"centroid\":[-51.4367,-30.6665]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.449,-30.872],[-51.373,-30.872],[-51.406,-30.757],[-51.364,-30.633],[-51.319,-30.646],[-51.312,-30.789],[-51.281,-30.802],[-51.303,-30.589],[-51.276,-30.471],[-51.491,-30.503],[-51.58,-30.703],[-51.63,-30.745],[-51.535,-30.802],[-51.487,-30.877],[-51.449,-30.872]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321204\",\"name\":\"Taquara\",\"centroid\":[-50.7598,-29.6729]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.684,-29.677],[-50.59,-29.566],[-50.631,-29.559],[-50.675,-29.472],[-50.716,-29.516],[-50.693,-29.588],[-50.806,-29.617],[-50.8,-29.679],[-50.84,-29.725],[-50.947,-29.679],[-50.934,-29.769],[-50.958,-29.789],[-50.858,-29.793],[-50.822,-29.765],[-50.694,-29.79],[-50.713,-29.756],[-50.687,-29.747],[-50.684,-29.677]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321303\",\"name\":\"Taquari\",\"centroid\":[-51.8301,-29.7471]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.943,-29.759],[-51.91,-29.767],[-51.914,-29.808],[-51.841,-29.824],[-51.816,-29.862],[-51.716,-29.861],[-51.758,-29.819],[-51.719,-29.723],[-51.798,-29.713],[-51.761,-29.649],[-51.786,-29.616],[-51.827,-29.649],[-51.872,-29.638],[-51.871,-29.663],[-51.956,-29.707],[-51.943,-29.759]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321329\",\"name\":\"Taquaruçu do Sul\",\"centroid\":[-53.4874,-27.4082]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.427,-27.424],[-53.431,-27.384],[-53.461,-27.351],[-53.481,-27.388],[-53.532,-27.387],[-53.572,-27.405],[-53.545,-27.429],[-53.506,-27.434],[-53.506,-27.457],[-53.427,-27.424]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321352\",\"name\":\"Tavares\",\"centroid\":[-51.0791,-31.2914]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.842,-31.19],[-50.962,-31.183],[-50.986,-31.206],[-51.134,-31.123],[-51.179,-31.134],[-51.157,-31.285],[-51.237,-31.457],[-51.186,-31.504],[-50.842,-31.19]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321402\",\"name\":\"Tenente Portela\",\"centroid\":[-53.7669,-27.3711]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.642,-27.342],[-53.77,-27.262],[-53.787,-27.303],[-53.906,-27.333],[-53.87,-27.348],[-53.9,-27.381],[-53.88,-27.418],[-53.856,-27.407],[-53.845,-27.441],[-53.736,-27.455],[-53.639,-27.413],[-53.666,-27.371],[-53.642,-27.342]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321436\",\"name\":\"Terra de Areia\",\"centroid\":[-50.0597,-29.5995]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-49.922,-29.607],[-50.007,-29.59],[-50.031,-29.559],[-50.004,-29.537],[-50.091,-29.548],[-50.163,-29.625],[-50.049,-29.654],[-49.99,-29.607],[-49.934,-29.625],[-49.922,-29.607]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321451\",\"name\":\"Teutônia\",\"centroid\":[-51.7784,-29.4707]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.798,-29.39],[-51.842,-29.424],[-51.873,-29.544],[-51.809,-29.519],[-51.733,-29.523],[-51.731,-29.508],[-51.691,-29.508],[-51.69,-29.488],[-51.668,-29.488],[-51.691,-29.471],[-51.691,-29.415],[-51.739,-29.414],[-51.744,-29.462],[-51.782,-29.461],[-51.781,-29.388],[-51.798,-29.39]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321469\",\"name\":\"Tio Hugo\",\"centroid\":[-52.5989,-28.5799]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.615,-28.637],[-52.565,-28.654],[-52.544,-28.624],[-52.58,-28.601],[-52.581,-28.582],[-52.544,-28.564],[-52.552,-28.53],[-52.604,-28.511],[-52.645,-28.528],[-52.636,-28.586],[-52.661,-28.612],[-52.615,-28.637]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321477\",\"name\":\"Tiradentes do Sul\",\"centroid\":[-54.119,-27.3688]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.217,-27.385],[-54.218,-27.403],[-54.149,-27.402],[-54.07,-27.457],[-54.025,-27.451],[-54.008,-27.416],[-54.079,-27.319],[-54.155,-27.297],[-54.162,-27.256],[-54.187,-27.265],[-54.217,-27.385]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321493\",\"name\":\"Toropi\",\"centroid\":[-54.303,-29.4705]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.342,-29.549],[-54.315,-29.548],[-54.232,-29.485],[-54.194,-29.492],[-54.21,-29.45],[-54.198,-29.429],[-54.267,-29.41],[-54.312,-29.415],[-54.32,-29.432],[-54.371,-29.41],[-54.395,-29.452],[-54.384,-29.499],[-54.342,-29.549]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321501\",\"name\":\"Torres\",\"centroid\":[-49.8125,-29.3266]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-49.803,-29.444],[-49.713,-29.326],[-49.747,-29.324],[-49.742,-29.299],[-49.844,-29.278],[-49.857,-29.233],[-49.902,-29.215],[-49.889,-29.312],[-49.815,-29.339],[-49.829,-29.357],[-49.803,-29.392],[-49.836,-29.424],[-49.803,-29.444]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321600\",\"name\":\"Tramandaí\",\"centroid\":[-50.2252,-30.0268]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.17,-30.097],[-50.119,-29.976],[-50.185,-29.995],[-50.23,-29.967],[-50.346,-30.039],[-50.343,-30.061],[-50.307,-30.067],[-50.274,-30.044],[-50.257,-30.065],[-50.2,-30.04],[-50.188,-30.057],[-50.211,-30.083],[-50.17,-30.097]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321626\",\"name\":\"Travesseiro\",\"centroid\":[-52.0895,-29.2835]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.166,-29.227],[-52.154,-29.223],[-52.158,-29.257],[-52.088,-29.302],[-52.101,-29.32],[-52.089,-29.333],[-52.064,-29.33],[-52.064,-29.354],[-52.037,-29.354],[-52.042,-29.251],[-52.073,-29.27],[-52.112,-29.271],[-52.121,-29.217],[-52.159,-29.214],[-52.166,-29.227]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321634\",\"name\":\"Três Arroios\",\"centroid\":[-52.178,-27.4933]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.186,-27.568],[-52.18,-27.535],[-52.136,-27.547],[-52.132,-27.517],[-52.078,-27.507],[-52.067,-27.48],[-52.133,-27.465],[-52.145,-27.478],[-52.194,-27.442],[-52.194,-27.408],[-52.229,-27.408],[-52.244,-27.463],[-52.217,-27.542],[-52.238,-27.544],[-52.237,-27.569],[-52.186,-27.568]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321667\",\"name\":\"Três Cachoeiras\",\"centroid\":[-49.958,-29.471]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-49.836,-29.424],[-49.882,-29.41],[-49.891,-29.372],[-50.032,-29.422],[-50.078,-29.464],[-50.025,-29.483],[-50.004,-29.537],[-50.031,-29.559],[-49.992,-29.602],[-49.836,-29.424]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321709\",\"name\":\"Três Coroas\",\"centroid\":[-50.7802,-29.4812]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.908,-29.516],[-50.742,-29.535],[-50.688,-29.484],[-50.727,-29.454],[-50.685,-29.407],[-50.764,-29.413],[-50.767,-29.439],[-50.867,-29.476],[-50.908,-29.516]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321808\",\"name\":\"Três de Maio\",\"centroid\":[-54.2684,-27.7331]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.2,-27.591],[-54.287,-27.679],[-54.421,-27.702],[-54.369,-27.835],[-54.124,-27.799],[-54.139,-27.771],[-54.11,-27.755],[-54.169,-27.77],[-54.198,-27.731],[-54.143,-27.64],[-54.18,-27.637],[-54.144,-27.626],[-54.2,-27.591]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321832\",\"name\":\"Três Forquilhas\",\"centroid\":[-50.0834,-29.4276]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.084,-29.349],[-50.155,-29.355],[-50.183,-29.4],[-50.101,-29.482],[-50.081,-29.542],[-50.014,-29.541],[-50.025,-29.483],[-50.078,-29.464],[-50.01,-29.401],[-50.005,-29.353],[-50.03,-29.343],[-50.06,-29.365],[-50.084,-29.349]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321857\",\"name\":\"Três Palmeiras\",\"centroid\":[-52.8419,-27.6188]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.869,-27.672],[-52.76,-27.691],[-52.758,-27.628],[-52.74,-27.626],[-52.767,-27.609],[-52.734,-27.591],[-52.82,-27.597],[-52.849,-27.544],[-52.955,-27.573],[-52.869,-27.672]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321907\",\"name\":\"Três Passos\",\"centroid\":[-53.929,-27.4428]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.981,-27.524],[-53.906,-27.53],[-53.827,-27.489],[-53.843,-27.446],[-53.826,-27.439],[-53.845,-27.441],[-53.856,-27.407],[-53.88,-27.418],[-53.9,-27.381],[-53.878,-27.337],[-53.918,-27.323],[-53.979,-27.39],[-54.025,-27.4],[-54.008,-27.416],[-54.032,-27.468],[-54.007,-27.473],[-53.981,-27.524]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4321956\",\"name\":\"Trindade do Sul\",\"centroid\":[-52.9044,-27.5254]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.963,-27.581],[-52.849,-27.544],[-52.799,-27.596],[-52.74,-27.56],[-52.766,-27.551],[-52.757,-27.513],[-52.828,-27.504],[-52.866,-27.471],[-52.972,-27.486],[-53.035,-27.454],[-53.051,-27.473],[-53.015,-27.51],[-53.048,-27.534],[-52.963,-27.581]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322004\",\"name\":\"Triunfo\",\"centroid\":[-51.5689,-29.8431]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.727,-29.947],[-51.507,-29.927],[-51.413,-29.988],[-51.267,-29.935],[-51.368,-29.889],[-51.367,-29.837],[-51.438,-29.844],[-51.522,-29.781],[-51.587,-29.776],[-51.566,-29.737],[-51.642,-29.636],[-51.696,-29.672],[-51.758,-29.792],[-51.716,-29.861],[-51.75,-29.888],[-51.727,-29.947]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322103\",\"name\":\"Tucunduva\",\"centroid\":[-54.4297,-27.642]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.567,-27.631],[-54.437,-27.678],[-54.453,-27.716],[-54.285,-27.675],[-54.374,-27.645],[-54.424,-27.547],[-54.444,-27.58],[-54.567,-27.631]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322152\",\"name\":\"Tunas\",\"centroid\":[-52.8912,-29.1134]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.999,-29.139],[-52.884,-29.206],[-52.841,-29.14],[-52.791,-29.117],[-52.817,-29.084],[-52.805,-29.043],[-52.825,-29.032],[-52.916,-29.054],[-52.928,-29.075],[-52.958,-29.066],[-52.948,-29.096],[-52.987,-29.106],[-52.999,-29.139]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322186\",\"name\":\"Tupanci do Sul\",\"centroid\":[-51.5393,-27.929]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.463,-27.893],[-51.518,-27.884],[-51.532,-27.859],[-51.586,-27.894],[-51.615,-27.935],[-51.601,-27.954],[-51.616,-27.969],[-51.574,-27.988],[-51.526,-27.984],[-51.509,-27.955],[-51.46,-27.949],[-51.463,-27.893]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322202\",\"name\":\"Tupanciretã\",\"centroid\":[-54.0011,-29.0217]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.92,-29.221],[-53.869,-29.145],[-53.758,-29.164],[-53.709,-29.14],[-53.568,-28.954],[-53.668,-28.938],[-53.796,-28.803],[-53.888,-28.802],[-53.953,-28.898],[-54.048,-28.912],[-54.135,-28.883],[-54.227,-28.926],[-54.344,-28.93],[-54.351,-28.973],[-54.46,-29.07],[-54.376,-29.187],[-54.329,-29.189],[-54.343,-29.144],[-54.291,-29.089],[-54.17,-29.192],[-54.063,-29.2],[-54.028,-29.106],[-53.92,-29.221]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322251\",\"name\":\"Tupandi\",\"centroid\":[-51.4266,-29.4759]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.453,-29.502],[-51.437,-29.518],[-51.397,-29.525],[-51.388,-29.503],[-51.399,-29.493],[-51.387,-29.474],[-51.404,-29.433],[-51.473,-29.437],[-51.455,-29.471],[-51.472,-29.481],[-51.453,-29.502]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322301\",\"name\":\"Tuparendi\",\"centroid\":[-54.5559,-27.705]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.443,-27.707],[-54.437,-27.678],[-54.489,-27.65],[-54.539,-27.655],[-54.522,-27.636],[-54.562,-27.635],[-54.585,-27.597],[-54.643,-27.658],[-54.678,-27.648],[-54.645,-27.747],[-54.594,-27.793],[-54.553,-27.788],[-54.543,-27.757],[-54.457,-27.784],[-54.443,-27.707]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322327\",\"name\":\"Turuçu\",\"centroid\":[-52.1521,-31.4771]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.277,-31.39],[-52.302,-31.478],[-52.228,-31.447],[-52.136,-31.563],[-52.04,-31.56],[-52.011,-31.594],[-52.01,-31.501],[-52.052,-31.514],[-52.181,-31.383],[-52.277,-31.39]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322343\",\"name\":\"Ubiretama\",\"centroid\":[-54.6473,-28.0377]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.697,-28.067],[-54.666,-28.062],[-54.679,-28.07],[-54.657,-28.08],[-54.661,-28.096],[-54.585,-28.094],[-54.595,-27.944],[-54.616,-27.936],[-54.616,-28.012],[-54.736,-28.01],[-54.738,-28.059],[-54.697,-28.067]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322350\",\"name\":\"União da Serra\",\"centroid\":[-52.022,-28.7731]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.078,-28.741],[-52.062,-28.827],[-52.043,-28.844],[-52.017,-28.842],[-52.015,-28.826],[-51.956,-28.822],[-51.959,-28.761],[-51.985,-28.763],[-51.992,-28.748],[-51.986,-28.707],[-52.082,-28.712],[-52.078,-28.741]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322376\",\"name\":\"Unistalda\",\"centroid\":[-55.1638,-29.0683]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-55.073,-28.933],[-55.178,-28.943],[-55.228,-28.982],[-55.319,-28.954],[-55.262,-29.048],[-55.303,-29.213],[-55.132,-29.198],[-55.029,-29.066],[-54.988,-29.055],[-55.073,-28.933]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322400\",\"name\":\"Uruguaiana\",\"centroid\":[-56.7318,-29.8398]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-57.328,-29.972],[-57.281,-29.953],[-57.231,-30.019],[-57.136,-30.064],[-57.115,-30.114],[-57.066,-30.085],[-56.903,-30.112],[-56.85,-30.089],[-56.696,-30.205],[-56.6,-30.148],[-56.28,-30.114],[-56.15,-30.055],[-56.366,-29.83],[-56.401,-29.71],[-56.362,-29.67],[-56.378,-29.589],[-56.457,-29.531],[-56.47,-29.47],[-56.613,-29.455],[-56.695,-29.401],[-56.78,-29.42],[-57.1,-29.748],[-57.282,-29.817],[-57.33,-29.888],[-57.328,-29.972]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322509\",\"name\":\"Vacaria\",\"centroid\":[-50.9233,-28.3673]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.958,-28.79],[-50.897,-28.715],[-50.913,-28.662],[-50.864,-28.573],[-50.786,-28.558],[-50.727,-28.6],[-50.709,-28.363],[-50.764,-28.289],[-50.744,-28.273],[-50.785,-28.146],[-50.83,-28.118],[-50.872,-28.137],[-50.903,-28.083],[-50.875,-28.041],[-50.986,-27.941],[-50.994,-27.991],[-51.041,-28.028],[-51.063,-28.184],[-51.011,-28.206],[-51.081,-28.233],[-51.062,-28.254],[-51.086,-28.314],[-51.038,-28.376],[-51.097,-28.412],[-51.072,-28.465],[-51.159,-28.48],[-51.123,-28.507],[-51.152,-28.565],[-51.118,-28.556],[-51.071,-28.621],[-51.025,-28.624],[-50.958,-28.79]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322533\",\"name\":\"Vale do Sol\",\"centroid\":[-52.6857,-29.5841]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.798,-29.495],[-52.747,-29.511],[-52.736,-29.547],[-52.772,-29.58],[-52.734,-29.613],[-52.711,-29.698],[-52.599,-29.738],[-52.617,-29.525],[-52.682,-29.527],[-52.674,-29.474],[-52.722,-29.434],[-52.774,-29.443],[-52.798,-29.495]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322541\",\"name\":\"Vale Real\",\"centroid\":[-51.2489,-29.3626]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.226,-29.39],[-51.224,-29.378],[-51.208,-29.373],[-51.227,-29.344],[-51.217,-29.337],[-51.263,-29.295],[-51.278,-29.295],[-51.239,-29.354],[-51.26,-29.351],[-51.282,-29.372],[-51.274,-29.396],[-51.281,-29.413],[-51.267,-29.418],[-51.226,-29.39]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322525\",\"name\":\"Vale Verde\",\"centroid\":[-52.1098,-29.831]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.178,-29.827],[-52.18,-29.933],[-52.026,-29.955],[-52.019,-29.931],[-52.055,-29.923],[-52.038,-29.858],[-52.059,-29.814],[-52.014,-29.736],[-52.037,-29.704],[-52.233,-29.775],[-52.178,-29.827]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322558\",\"name\":\"Vanini\",\"centroid\":[-51.8366,-28.4903]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.912,-28.484],[-51.889,-28.484],[-51.876,-28.506],[-51.803,-28.527],[-51.803,-28.538],[-51.781,-28.511],[-51.783,-28.472],[-51.794,-28.465],[-51.817,-28.471],[-51.884,-28.458],[-51.906,-28.467],[-51.912,-28.484]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322608\",\"name\":\"Venâncio Aires\",\"centroid\":[-52.1865,-29.5822]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.299,-29.675],[-52.26,-29.702],[-52.183,-29.67],[-52.12,-29.724],[-52.007,-29.706],[-51.943,-29.759],[-51.97,-29.634],[-52.101,-29.549],[-52.148,-29.564],[-52.18,-29.5],[-52.156,-29.477],[-52.443,-29.346],[-52.46,-29.385],[-52.391,-29.375],[-52.353,-29.429],[-52.299,-29.675]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322707\",\"name\":\"Vera Cruz\",\"centroid\":[-52.5372,-29.7108]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.581,-29.794],[-52.505,-29.839],[-52.51,-29.873],[-52.478,-29.875],[-52.464,-29.666],[-52.531,-29.599],[-52.62,-29.581],[-52.623,-29.673],[-52.595,-29.696],[-52.581,-29.794]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322806\",\"name\":\"Veranópolis\",\"centroid\":[-51.5543,-28.9595]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.629,-29.021],[-51.601,-29.062],[-51.535,-29.019],[-51.551,-29.056],[-51.504,-29.082],[-51.522,-29.033],[-51.455,-29],[-51.473,-28.985],[-51.453,-28.978],[-51.468,-28.949],[-51.441,-28.942],[-51.472,-28.918],[-51.456,-28.886],[-51.635,-28.88],[-51.694,-28.932],[-51.627,-28.927],[-51.629,-29.021]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322855\",\"name\":\"Vespasiano Corrêa\",\"centroid\":[-51.8623,-29.0668]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.78,-29.094],[-51.808,-29.082],[-51.814,-29.015],[-51.918,-29.023],[-51.928,-29.096],[-51.894,-29.116],[-51.863,-29.116],[-51.861,-29.097],[-51.831,-29.097],[-51.829,-29.115],[-51.801,-29.116],[-51.78,-29.094]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4322905\",\"name\":\"Viadutos\",\"centroid\":[-51.9899,-27.5674]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.041,-27.645],[-51.987,-27.639],[-51.982,-27.72],[-51.974,-27.673],[-51.876,-27.66],[-51.888,-27.632],[-51.869,-27.632],[-51.892,-27.579],[-51.975,-27.577],[-51.956,-27.512],[-52.02,-27.432],[-52.067,-27.454],[-52.089,-27.508],[-52.054,-27.543],[-52.069,-27.585],[-52.041,-27.595],[-52.041,-27.645]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323002\",\"name\":\"Viamão\",\"centroid\":[-50.8743,-30.1702]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.085,-30.046],[-51.118,-30.055],[-51.112,-30.104],[-51.077,-30.175],[-51.012,-30.199],[-51.069,-30.271],[-51.02,-30.297],[-51.065,-30.357],[-51.041,-30.366],[-51.056,-30.392],[-50.93,-30.436],[-50.915,-30.326],[-50.797,-30.338],[-50.782,-30.285],[-50.656,-30.286],[-50.659,-30.2],[-50.621,-30.198],[-50.631,-30.073],[-50.684,-30.052],[-50.718,-29.979],[-50.869,-30.016],[-50.949,-29.966],[-51.04,-30.006],[-51.051,-30.05],[-51.085,-30.046]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323101\",\"name\":\"Vicente Dutra\",\"centroid\":[-53.3867,-27.1736]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.488,-27.194],[-53.401,-27.236],[-53.33,-27.236],[-53.293,-27.141],[-53.371,-27.091],[-53.406,-27.137],[-53.455,-27.157],[-53.503,-27.135],[-53.488,-27.194]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323200\",\"name\":\"Victor Graeff\",\"centroid\":[-52.6855,-28.5506]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.626,-28.411],[-52.693,-28.469],[-52.727,-28.549],[-52.763,-28.55],[-52.769,-28.648],[-52.74,-28.688],[-52.695,-28.666],[-52.711,-28.634],[-52.664,-28.625],[-52.636,-28.586],[-52.645,-28.528],[-52.618,-28.518],[-52.589,-28.435],[-52.626,-28.411]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323309\",\"name\":\"Vila Flores\",\"centroid\":[-51.554,-28.8572]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.494,-28.824],[-51.667,-28.835],[-51.65,-28.873],[-51.62,-28.873],[-51.621,-28.886],[-51.456,-28.886],[-51.448,-28.865],[-51.494,-28.824]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323358\",\"name\":\"Vila Lângaro\",\"centroid\":[-52.1432,-28.1277]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.165,-28.074],[-52.184,-28.095],[-52.175,-28.144],[-52.213,-28.193],[-52.194,-28.223],[-52.144,-28.243],[-52.168,-28.189],[-52.101,-28.165],[-52.085,-28.055],[-52.124,-28.024],[-52.165,-28.074]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323408\",\"name\":\"Vila Maria\",\"centroid\":[-52.1515,-28.5592]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-52.235,-28.548],[-52.18,-28.562],[-52.178,-28.603],[-52.13,-28.615],[-52.156,-28.639],[-52.148,-28.667],[-52.1,-28.669],[-52.089,-28.496],[-52.129,-28.506],[-52.136,-28.477],[-52.186,-28.5],[-52.212,-28.483],[-52.255,-28.52],[-52.235,-28.548]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323457\",\"name\":\"Vila Nova do Sul\",\"centroid\":[-53.8792,-30.3477]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.845,-30.483],[-53.734,-30.356],[-53.742,-30.322],[-53.79,-30.309],[-53.759,-30.244],[-53.834,-30.262],[-53.955,-30.207],[-54.018,-30.266],[-53.938,-30.404],[-53.975,-30.444],[-53.961,-30.482],[-53.845,-30.483]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323507\",\"name\":\"Vista Alegre\",\"centroid\":[-53.5123,-27.3225]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.561,-27.245],[-53.545,-27.321],[-53.512,-27.366],[-53.532,-27.387],[-53.481,-27.388],[-53.461,-27.351],[-53.493,-27.3],[-53.484,-27.296],[-53.52,-27.279],[-53.546,-27.238],[-53.561,-27.245]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323606\",\"name\":\"Vista Alegre do Prata\",\"centroid\":[-51.7845,-28.8222]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.712,-28.835],[-51.704,-28.815],[-51.684,-28.815],[-51.707,-28.784],[-51.761,-28.796],[-51.763,-28.778],[-51.834,-28.778],[-51.87,-28.803],[-51.835,-28.819],[-51.864,-28.83],[-51.859,-28.841],[-51.835,-28.837],[-51.829,-28.869],[-51.791,-28.884],[-51.758,-28.873],[-51.755,-28.836],[-51.712,-28.835]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323705\",\"name\":\"Vista Gaúcha\",\"centroid\":[-53.702,-27.2665]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-53.764,-27.279],[-53.729,-27.305],[-53.688,-27.308],[-53.688,-27.321],[-53.672,-27.321],[-53.648,-27.3],[-53.656,-27.282],[-53.64,-27.261],[-53.67,-27.247],[-53.691,-27.224],[-53.686,-27.21],[-53.709,-27.215],[-53.707,-27.198],[-53.718,-27.2],[-53.764,-27.279]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323754\",\"name\":\"Vitória das Missões\",\"centroid\":[-54.4644,-28.3809]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-54.369,-28.349],[-54.395,-28.347],[-54.395,-28.314],[-54.462,-28.337],[-54.464,-28.293],[-54.49,-28.292],[-54.496,-28.317],[-54.513,-28.276],[-54.517,-28.319],[-54.54,-28.301],[-54.533,-28.278],[-54.567,-28.276],[-54.542,-28.399],[-54.463,-28.489],[-54.375,-28.436],[-54.366,-28.356],[-54.389,-28.357],[-54.369,-28.349]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323770\",\"name\":\"Westfália\",\"centroid\":[-51.7429,-29.4061]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-51.781,-29.388],[-51.782,-29.461],[-51.744,-29.462],[-51.739,-29.414],[-51.691,-29.415],[-51.691,-29.371],[-51.751,-29.362],[-51.781,-29.388]]]}},{\"type\":\"Feature\",\"properties\":{\"id\":\"4323804\",\"name\":\"Xangri-lá\",\"centroid\":[-50.07,-29.8068]},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-50.018,-29.773],[-50.055,-29.762],[-50.085,-29.771],[-50.094,-29.789],[-50.116,-29.788],[-50.104,-29.844],[-50.064,-29.86],[-50.018,-29.773]]]}}]}"],"mappings":""}