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.
- package/common/layers/Layer.js +1 -1
- package/mbt.js +1 -1
- package/mbt.js.map +2 -2
- package/mbt.min.js +1 -1
- package/mbt.min.js.map +2 -2
- package/package.json +1 -1
package/common/layers/Layer.js
CHANGED
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"),
|