Handle event coordinate in the user projection
This commit is contained in:
@@ -95,7 +95,7 @@ class PinchZoom extends PointerInteraction {
|
||||
|
||||
// scale, bypass the resolution constraint
|
||||
map.render();
|
||||
view.adjustResolution(scaleDelta, this.anchor_);
|
||||
view.adjustResolutionInternal(scaleDelta, this.anchor_);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user