Conversation
Map stays roughly centered when zooming in and out.
Fix flicker and better centering - Scroll compensation on zoom now happening in the same event loop (no flickering). - Removed vi swap files added accidentally. - Added .gitignore with vi swap files. --------- Co-authored-by: Sean Eidemiller <sean.eidemiller@oracle.com>
This patch adds the ability to zoom with the scroll wheel like in BMS. Also the zoom can now go from 50% to 200% so greater range with a default of 100%. Issue: #5
* Add scroll wheel zoom in and out (#25) * Map stays roughly centered when zooming in and out. * Scroll compensation on zoom now happening in the same event loop. (#22) Fix flicker and better centering - Scroll compensation on zoom now happening in the same event loop (no flickering). - Removed vi swap files added accidentally. - Added .gitignore with vi swap files. --------- Co-authored-by: Sean Eidemiller <sean.eidemiller@oracle.com> * Add scroll wheel zoom This patch adds the ability to zoom with the scroll wheel like in BMS. Also the zoom can now go from 50% to 200% so greater range with a default of 100%. Issue: #5 --------- Co-authored-by: Sean Eidemiller <sean.eidemiller@oracle.com> Co-authored-by: MaxWaldorf <tigrou40@hotmail.com> Co-authored-by: Sean Eidemiller <157770408+rsedevnet@users.noreply.github.com> * Fix Issue #17 repeated rescaling of image map. Repeated scaling of image map will after a while make the image map coordinates diverge from the location of the airport on the map. To fix this the coordinates of the image map will be cached and used for calculating the new image map coordinates when scaling is applie. This patch also now resizes the airport locator circle so it is not a tiny circle when zoomed to 200%. --------- Co-authored-by: Sean Eidemiller <sean.eidemiller@oracle.com> Co-authored-by: MaxWaldorf <tigrou40@hotmail.com> Co-authored-by: Sean Eidemiller <157770408+rsedevnet@users.noreply.github.com>
New landing page and under construction for 4.38 Maps.
MaxWaldorf
approved these changes
Jul 3, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This new landing page prepares for 4.38 maps. It will show we are working on the next step.