AmbitiousPilots / LittleNavmapOFMTheme

Open Flightmaps VFR Map Theme for Little Navmap
GNU General Public License v3.0
37 stars 9 forks source link

Some areas do not repaint at low zoom levels #14

Closed jonaseberle closed 2 years ago

jonaseberle commented 2 years ago

Thank you so much for this project! And thanks to openflightmaps. This is a game-changer!

I have an issue: When panning the map at low zoom levels I have areas that are not repainted.

This leads to the map as well as navaids to be "smearing": image

For one specific zoom level, the problematic area is reproducibly the same. For the min zoom level as shown in the image above it is an area south of EDDK until Northern Italy and From the Western border of Paris FIR to EDDM.

To prevent smearing within that area I have to stay at this zoom level: image

Is that just me? Is that an issue with the map tiles or with LittleNavmap?

albar965 commented 2 years ago

Smearing was a LNM/Marble issue and fixed for the next release.

jonaseberle commented 2 years ago

Thanks. Is LittleNavmap using the marble engine? Sorry, I am really impressed by it but haven't checked in the code yet how it works.

albar965 commented 2 years ago

LNM uses Marble for the background maps. I have a clone of the Marble repo right here where I add fixes and adapt it to my needs. Alex

jonaseberle commented 2 years ago

Thank you so much. I just realize that you are the creator of LittleNavmap :) Together with this it makes VFR flying such a joy.

AmbitiousPilots commented 2 years ago

@jonaseberle Glad you enjoy the VFR theme in LittleNavmap.

@albar965 Thanks for the reply. Did you manage to or are you planning to change the "smearing" in marble yet?

albar965 commented 2 years ago

@AmbitiousPilots It's already fixed in the current Marble branch lnm/1.1. The commit is albar965/marble@19e65bd03c78ce3d9f4634cbf9374dbcfdc4b104

AmbitiousPilots commented 2 years ago

@albar965 Great! Thanks :)