@idmui/basic 0.2.0 → 0.2.2
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.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7011,7 +7011,7 @@ const Be = {
|
|
|
7011
7011
|
async initMap() {
|
|
7012
7012
|
var d, s, m;
|
|
7013
7013
|
const l = [];
|
|
7014
|
-
(m = (s = (d = this.tropicals) == null ? void 0 : d.data) == null ? void 0 : s.features) == null || m.forEach((g) => {
|
|
7014
|
+
console.log(this.tropicals), (m = (s = (d = this.tropicals) == null ? void 0 : d.data) == null ? void 0 : s.features) == null || m.forEach((g) => {
|
|
7015
7015
|
var x, p, z;
|
|
7016
7016
|
((x = g == null ? void 0 : g.properties) == null ? void 0 : x.type) === "forecast" && !g.properties.disabled && ((p = g == null ? void 0 : g.geometry) == null ? void 0 : p.type) === "Point" && D(g.properties.date).diff(D(), "hour") <= 123 && l.push((z = g == null ? void 0 : g.geometry) == null ? void 0 : z.coordinates);
|
|
7017
7017
|
});
|