Akaflieg-Freiburg / enroute

A free navigation app for VFR pilots
https://akaflieg-freiburg.github.io/enroute/
GNU General Public License v3.0
111 stars 28 forks source link

Aerodrome not visible at certain zoom levels #421

Closed ubx closed 1 month ago

ubx commented 4 months ago

Describe the bug Aerodrome not visible at certain zoom levels.

To Reproduce Steps to reproduce the behavior:

  1. Navigate to aerodrome LSTB (Bellechasse)
  2. Zoom in to 6 km : aerodrome LSTB not visible
  3. Zoom in to 3 km : aerodrome LSTB visible
  4. Zoom out to 10 km: aerodrome LSTB visible

Expected behavior The aerodrome should be visible at all zoom levels.

Screenshots Zoom 6 km Zoom 3 km Zoom 10 km

Smartphone (please complete the following information):

kebekus commented 4 months ago

@ubx Thank you for the report. I will look into the issue. Still, we would like your understanding that we will take substantial time. We are a small team and program the app in our spare time. Development is slow, and we must prioritize strictly.

kebekus commented 1 month ago

@ubx Update: I will start to work on this issue now.

kebekus commented 1 month ago

@schneisi Will backport MapLibre style from external JSON into QML, which should give a better fine-tuning about drawing priorities, and as an additional benefit allows to change map properties dynamically. We had something like that in Qt5, and needed to change that for Qt6. Now MapLibre has caught up and we can revert to the old version.

kebekus commented 1 month ago

The issue is fixed in version 2.31.12, which has become available at Google Play and will hopefully become available for iOS devices in the next few days or so. I am closing this issue now

@ubx Dear Andreas, thanks again for your report. Please feel free to re-open this issue if you are not satisfied with the fix. Please keep reporting issues that you become aware of.

ubx commented 1 month ago

Perfect! Thanks for the fix.