We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6563f75 commit df4901fCopy full SHA for df4901f
src/ui/map.ts
@@ -4358,7 +4358,9 @@ export class Map extends Camera {
4358
averageElevationChanged = this._updateAverageElevation(frameStartTime);
4359
this.style.updateSources(this.transform);
4360
// Update positions of markers and popups on enabling/disabling terrain
4361
- this._forceMarkerAndPopupUpdate();
+ if (!this.isMoving()) {
4362
+ this._forceMarkerAndPopupUpdate();
4363
+ }
4364
} else {
4365
4366
}
0 commit comments