Map count tooltip not displaying scale correctly
fluffyxox opened this issue ยท 1 comments
If your source map is scaled up, the filled map and empty map count become somewhat unintuitive.
In my example, I'm using a 1:8 scale atlas with 43 filled maps and 354 empty maps remaining, but it has stopped filling new area.
354 / 43 = 8.2 meaning technically, the atlas has used all available empty stock as its "using" 8 empty maps per map added to the atlas.
I recommend having the displayed empty maps be converted to filled in the tooltip based on the source map scale, meaning your empty stock should be chunked by 8 for every new map loaded in 1:8 scale.