@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 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 === 'total_pessoas_por_hectare') {
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'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redus/georedus-ui",
3
- "version": "0.19.3",
3
+ "version": "0.19.4",
4
4
  "packageManager": "yarn@4.0.2",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",