@redus/georedus-ui 0.8.0 → 0.8.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @orioro/template-react
2
2
 
3
+ ## 0.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fix municipio maxzoom
8
+
3
9
  ## 0.8.0
4
10
 
5
11
  ### Minor Changes
package/dist/main.js CHANGED
@@ -4740,7 +4740,7 @@ function globalResources(context) {
4740
4740
  global_municipio: tableVectorSource(context, MUNICIPIO_MALHA_TABLE_ID, {
4741
4741
  absoluteId: MUNICIPIO_MALHA_TABLE_ID,
4742
4742
  minzoom: 4,
4743
- maxzoom: 20
4743
+ maxzoom: 12
4744
4744
  })
4745
4745
  },
4746
4746
  layers: _objectSpread2({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redus/georedus-ui",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "packageManager": "yarn@4.0.2",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",