@antv/l7-map 2.10.1 → 2.10.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.
@@ -48,7 +48,7 @@ var LngLatBounds = /*#__PURE__*/function () {
48
48
  }
49
49
  } else {
50
50
  if (Array.isArray(obj)) {
51
- //@ts-ignore
51
+ // @ts-ignore
52
52
  if (obj.length === 4 || obj.every(Array.isArray)) {
53
53
  var lngLatBoundsObj = obj;
54
54
  return this.extend(LngLatBounds.convert(lngLatBoundsObj));
@@ -59,7 +59,7 @@ var LngLatBounds = /*#__PURE__*/function () {
59
59
  }
60
60
  } else {
61
61
  if (Array.isArray(obj)) {
62
- //@ts-ignore
62
+ // @ts-ignore
63
63
  if (obj.length === 4 || obj.every(Array.isArray)) {
64
64
  var lngLatBoundsObj = obj;
65
65
  return this.extend(LngLatBounds.convert(lngLatBoundsObj));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antv/l7-map",
3
- "version": "2.10.1",
3
+ "version": "2.10.2",
4
4
  "description": "l7 map",
5
5
  "keywords": [],
6
6
  "author": "thinkinggis <lzx199065@gmail.com>",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "homepage": "https://github.com/antvis/L7#readme",
41
41
  "dependencies": {
42
- "@antv/l7-utils": "2.10.1",
42
+ "@antv/l7-utils": "2.10.2",
43
43
  "@babel/runtime": "^7.7.7",
44
44
  "@mapbox/point-geometry": "^0.1.0",
45
45
  "@mapbox/unitbezier": "^0.0.0",
@@ -47,5 +47,5 @@
47
47
  "gl-matrix": "^3.1.0",
48
48
  "lodash": "^4.17.15"
49
49
  },
50
- "gitHead": "25282411015887cd36c2de1e89a43beb886e1a70"
50
+ "gitHead": "2182dc4ba3ea9e59e964ea853eff2733e5861357"
51
51
  }