Lagaras Stelios
Lagaras Stelios
Updating from Vue 3.3.13 to 3.4.5 breaks functionality of the component throwing the following warning: `[Vue warn]: Missing ref owner context. ref cannot be used on hoisted vnodes. A vnode...
In cog_translate(...) the combination of parameters cog_translate(..., use_cog_driver=True, overview_level=0) should not produce overviews for the cog file.
Combination of overview_level=0 and use_cog_driver produces unexpected behavior. cog_trasnlate(..., overview_level=0, use_cog_driver='True') The function will enforce the default option which is OVERVIEWS=AUTO (default), even if we declarative set overview_level to zero....