AmbitiousPilots / LittleNavmapOFMTheme

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

Preview image 0.jpg has to match tile size #15

Closed albar965 closed 2 years ago

albar965 commented 2 years ago

I recently spent an afternoon debugging deep into Marble trying to fix a crash with Maptiler and MapBox maps while using the spherical map theme in the LNM alpha release.

At the end I noticed that the 0.jpg/0.png has to match the 512x512 tile size too to avoid the crash. This could apply to your map theme too since the Jpg is 256x256 and the tiles are 512x512.

Just a hint to avoid potential problems with LNM and your terrific map theme. :upside_down_face:

Alex

AmbitiousPilots commented 2 years ago

Thanks for investigating and sharing your findings!

I've updated the files accordingly. Looks like it works fine 👍

Cheers

albar965 commented 2 years ago

That was quick! Thanks!