@redus/georedus-ui 0.19.3 → 0.19.4
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 +7 -0
- package/dist/main.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,16 @@
|
|
|
1
1
|
# @orioro/template-react
|
|
2
2
|
|
|
3
|
+
## 0.19.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- update dependencies
|
|
8
|
+
|
|
3
9
|
## 0.19.3
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
6
12
|
|
|
13
|
+
- fix total_pessoas_por_km2 mainDisplayValue
|
|
7
14
|
- update dependency versions
|
|
8
15
|
- Updated dependencies
|
|
9
16
|
- @orioro/react-maplibre-util@0.7.1
|
package/dist/main.js
CHANGED
|
@@ -5531,7 +5531,7 @@ function setor_censitario_layers(opts) {
|
|
|
5531
5531
|
var variableId = get$1(context, 'view.conf.data.variableId');
|
|
5532
5532
|
var variableLabel = get$1(context, "view.metadata.labels.".concat(variableId));
|
|
5533
5533
|
var mainValueDisplay;
|
|
5534
|
-
if (variableId === '
|
|
5534
|
+
if (variableId === 'total_pessoas_por_km2') {
|
|
5535
5535
|
try {
|
|
5536
5536
|
var value_src = JSON.parse(context.feature.properties.value_src);
|
|
5537
5537
|
mainValueDisplay = value_src['bas.v0001'];
|