raintee-maputils 1.0.30 → 1.0.31
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5808,7 +5808,7 @@ const treeDataAdapterNext = (data) => {
|
|
|
5808
5808
|
currentNode.push({
|
|
5809
5809
|
id: item.id,
|
|
5810
5810
|
label: layerName,
|
|
5811
|
-
fullLayerName:
|
|
5811
|
+
fullLayerName: getLayerIdField(item.id, 'Main') + '-' + getLayerIdField(item.id, 'CN'),
|
|
5812
5812
|
layerId: item.id,
|
|
5813
5813
|
opacity: '1.0',
|
|
5814
5814
|
});
|