Separate internal and API methods for the view
This commit is contained in:
@@ -117,7 +117,7 @@ class PinchRotate extends PointerInteraction {
|
||||
// rotate
|
||||
if (this.rotating_) {
|
||||
map.render();
|
||||
view.adjustRotation(rotationDelta, this.anchor_);
|
||||
view.adjustRotationInternal(rotationDelta, this.anchor_);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user