@fleet-frontend/mower-maps 0.2.5-beta.2 → 0.2.5-beta.3

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.esm.js CHANGED
@@ -10609,8 +10609,8 @@ var REAL_TIME_DATA_TYPE;
10609
10609
  */
10610
10610
  // 默认坐标
10611
10611
  const DEFAULT_COORDINATES = {
10612
- sw: [116.35497283935547, 40.0374755859375],
10613
- ne: [116.35584259033203, 40.038658142089844],
10612
+ sw: [116.071044, 40.102099],
10613
+ ne: [116.0734, 40.103901],
10614
10614
  };
10615
10615
  /**
10616
10616
  * 缩放因子 - 将米转换为像素
package/dist/index.js CHANGED
@@ -10629,8 +10629,8 @@ var REAL_TIME_DATA_TYPE;
10629
10629
  */
10630
10630
  // 默认坐标
10631
10631
  const DEFAULT_COORDINATES = {
10632
- sw: [116.35497283935547, 40.0374755859375],
10633
- ne: [116.35584259033203, 40.038658142089844],
10632
+ sw: [116.071044, 40.102099],
10633
+ ne: [116.0734, 40.103901],
10634
10634
  };
10635
10635
  /**
10636
10636
  * 缩放因子 - 将米转换为像素
@@ -1 +1 @@
1
- {"version":3,"file":"MowerMapRenderer.d.ts","sourceRoot":"","sources":["../../src/render/MowerMapRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAQN,MAAM,OAAO,CAAC;AAyBf,OAAO,EAGL,qBAAqB,EACrB,mBAAmB,EACpB,MAAM,mBAAmB,CAAC;AA0B3B,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,MAAM,EAAE,GAAG,CAAC;KACb;CACF;AAMD,eAAO,MAAM,gBAAgB,mGAoxB5B,CAAC;AAIF,eAAe,gBAAgB,CAAC;AAChC,YAAY,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,CAAC"}
1
+ {"version":3,"file":"MowerMapRenderer.d.ts","sourceRoot":"","sources":["../../src/render/MowerMapRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAQN,MAAM,OAAO,CAAC;AAwBf,OAAO,EAGL,qBAAqB,EACrB,mBAAmB,EACpB,MAAM,mBAAmB,CAAC;AA0B3B,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,MAAM,EAAE,GAAG,CAAC;KACb;CACF;AAMD,eAAO,MAAM,gBAAgB,mGAoxB5B,CAAC;AAIF,eAAe,gBAAgB,CAAC;AAChC,YAAY,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fleet-frontend/mower-maps",
3
- "version": "0.2.5-beta.2",
3
+ "version": "0.2.5-beta.3",
4
4
  "type": "module",
5
5
  "description": "a mower maps in google maps",
6
6
  "main": "dist/index.js",