Separate internal and API methods for the view

This commit is contained in:
Tim Schaub
2019-08-11 17:28:28 -06:00
parent f73d0b16ec
commit c03c359a20
17 changed files with 214 additions and 69 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ class PinchRotate extends PointerInteraction {
// rotate
if (this.rotating_) {
map.render();
view.adjustRotation(rotationDelta, this.anchor_);
view.adjustRotationInternal(rotationDelta, this.anchor_);
}
}