@idmwx/idmui-gl4 1.0.1 → 1.0.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
|
@@ -8294,7 +8294,7 @@ const Cs = {
|
|
|
8294
8294
|
this.showForm = !1, this.cancelForm(), !this.showForm && !this.showMeteo && (this.toggle = !1), (t = this.positionMarker) == null || t.remove(), this.positionMarker = void 0;
|
|
8295
8295
|
},
|
|
8296
8296
|
async fetchMeteoData(t) {
|
|
8297
|
-
this.loading = !0, this.showMeteo = !0, this.handleRender([t.lng, t.lat]), this.meteoData = [];
|
|
8297
|
+
this.loading = !0, this.showMeteo = !0, this.form.lng = t.lng, this.form.lat = t.lat, this.handleRender([t.lng, t.lat]), this.meteoData = [];
|
|
8298
8298
|
const { weatherModels: e, marineModels: o } = io.autoPickMeteoModel(t.forecastModel);
|
|
8299
8299
|
let i = {
|
|
8300
8300
|
lat: t.lat,
|