Tiles.PrefetchToFolder() saves without extension
Description
As mentioned on GitHub: https://github.com/MapWindow/MapWinGIS/issues/63
I used the function
{{ PrefetchToFolder (ext, iLevel, iTileProv, sDir, ".png", null);}}
and it worked perfectly. But after upgrading to version 4.9.5.0. function began to save tiles without an extension. After returning to the old version, the function started working good again.
Is this a bug or I missed something?
Environment
None
Activity
Show:
Paul Meems
February 2, 2018, 7:45 AM
Solved with commit bd661b4
Paul Meems
January 25, 2018, 11:32 AM
I created a unit test which confirms this behavior.