@kortexya/nodus 0.1.3 → 0.1.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/nodus.src.bundle.js +4 -4
- package/package.json +1 -1
package/nodus.src.bundle.js
CHANGED
|
@@ -8696,16 +8696,16 @@ var lc = class extends B {
|
|
|
8696
8696
|
"geoReady"
|
|
8697
8697
|
]), js() && (this.L = Ms("L") || Ms("leaflet"), this.L && qs(this.L)), this._modules.graph.createNodeAttribute({
|
|
8698
8698
|
name: "geo.prevLat",
|
|
8699
|
-
storage: "
|
|
8699
|
+
storage: "float64"
|
|
8700
8700
|
}, !0), this._modules.graph.createNodeAttribute({
|
|
8701
8701
|
name: Cs,
|
|
8702
|
-
storage: "
|
|
8702
|
+
storage: "float64"
|
|
8703
8703
|
}, !0), this._modules.graph.createNodeAttribute({
|
|
8704
8704
|
name: bs,
|
|
8705
|
-
storage: "
|
|
8705
|
+
storage: "float64"
|
|
8706
8706
|
}, !0), this._modules.graph.createNodeAttribute({
|
|
8707
8707
|
name: xs,
|
|
8708
|
-
storage: "
|
|
8708
|
+
storage: "float64"
|
|
8709
8709
|
}, !0), this._modules.events.register(["beforeGeoCameraMove"]), this._modules.events.on("addNodes", (e) => {
|
|
8710
8710
|
e.virtual || this._refreshOrAddNodes(e.nodes, !0);
|
|
8711
8711
|
}).on("updateNodeData", (e) => {
|
package/package.json
CHANGED