@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 +6 -0
- package/dist/main.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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:
|
|
4743
|
+
maxzoom: 12
|
|
4744
4744
|
})
|
|
4745
4745
|
},
|
|
4746
4746
|
layers: _objectSpread2({
|