mobility-toolbox-js 2.0.0-beta.44 → 2.0.0-beta.45

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.
@@ -70,7 +70,7 @@ export default class Layer extends BaseObject {
70
70
  value: name,
71
71
  },
72
72
  key: {
73
- value: key || uid,
73
+ value: key || name || uid,
74
74
  },
75
75
  group: {
76
76
  get: () => this.get('group'),
package/mbt.js CHANGED
@@ -47816,7 +47816,7 @@ uniform ${i3} ${o3} u_${a3};
47816
47816
  value: name
47817
47817
  },
47818
47818
  key: {
47819
- value: key || uid
47819
+ value: key || name || uid
47820
47820
  },
47821
47821
  group: {
47822
47822
  get: () => this.get("group"),