@idmwx/idmui-gl4 2.4.0 → 2.4.1

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 CHANGED
@@ -13546,7 +13546,7 @@ const Km = {
13546
13546
  return !1;
13547
13547
  },
13548
13548
  handleGetPosition(t) {
13549
- if (isNaN(t.lat) || isNaN(t.lng))
13549
+ if (console.log(t), isNaN(t.lat) || isNaN(t.lng))
13550
13550
  return !1;
13551
13551
  this.form.latDegree = Number(q.lat2pretty(t.lat).degree), this.form.latMinute = Number(q.lat2pretty(t.lat).minute), this.form.latDirection = q.lat2pretty(t.lat).direction, this.form.lngDegree = Number(q.lng2pretty(t.lng).degree), this.form.lngMinute = Number(q.lng2pretty(t.lng).minute), this.form.lngDirection = q.lng2pretty(t.lng).direction;
13552
13552
  },