forked from maplibre/maplibre-navigation-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix maplibre#27: navigation puck falls off route when panning
The bug was especially noticeable when panning quickly or zooming in while navigating. The issue is that the upstream method signature changed in 76469a0c2227927f03a15fb95b3a20f34becc78c and then again in 8ad5f9c1fd58c60b93d26c2819637fd8f2144fd1 So our "overridden method" wasn't actually being called. It's not the commit authors fault that it broke - this is a private method we're calling. A longer term fix might be to include some kind of public stable delegate method rather than an override.
- Loading branch information
1 parent
0c7a0f6
commit b4e53c3
Showing
3 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters