Skip to content

Commit 52d74c4

Browse files
committed
【update】dist
1 parent b79e539 commit 52d74c4

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

dist/maplibregl/iclient-maplibregl-es6.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49974,6 +49974,7 @@ class MapvLayer {
4997449974
getResolution: this._getResolution,
4997549975
validZoom: this._validZoom.bind(this)
4997649976
}, { id: this.id, targetElement: this.mapContainer, mapElement: this.map.getCanvas() });
49977+
this.mapContainer.style.perspective = this.map.transform.cameraToCenterDistance + 'px';
4997749978
this._bindEvent();
4997849979
}
4997949980
/**
@@ -54583,7 +54584,7 @@ class GraticuleLayer {
5458354584
id: this.id
5458454585
});
5458554586
this.addGraticuleLayer();
54586-
this.resizeEvent = this.renderer._resizeCallback;
54587+
this.resizeEvent = this.renderer._resizeCallback.bind(this.renderer);
5458754588
this.zoomendEvent = this.setVisibility.bind(this);
5458854589
this._bindEvent()
5458954590
}

dist/maplibregl/iclient-maplibregl-es6.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/maplibregl/iclient-maplibregl.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54230,6 +54230,7 @@ var MapvLayer = /*#__PURE__*/function () {
5423054230
targetElement: this.mapContainer,
5423154231
mapElement: this.map.getCanvas()
5423254232
});
54233+
this.mapContainer.style.perspective = this.map.transform.cameraToCenterDistance + 'px';
5423354234
this._bindEvent();
5423454235
}
5423554236
/**
@@ -59309,7 +59310,7 @@ var GraticuleLayer = /*#__PURE__*/function () {
5930959310
id: this.id
5931059311
});
5931159312
this.addGraticuleLayer();
59312-
this.resizeEvent = this.renderer._resizeCallback;
59313+
this.resizeEvent = this.renderer._resizeCallback.bind(this.renderer);
5931359314
this.zoomendEvent = this.setVisibility.bind(this);
5931459315
this._bindEvent();
5931559316
}

dist/maplibregl/iclient-maplibregl.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)