mkouhia / dearpygui-map

Map widget for Dear PyGui
https://pypi.org/project/dearpygui-map/
MIT License
13 stars 2 forks source link

Free zooming #9

Open mkouhia opened 2 years ago

mkouhia commented 2 years ago

Free zooming, switch level when scale factor would be >1 or <0.5

mkouhia commented 2 years ago

Do not load all layers' tiles anymore at their own locations; find a way to scale them where they belong. This also helps with loading lags, as the older, off-resolution one would be shown until there is higher resolution content.

mkouhia commented 2 years ago

A method where there are only textures for a window size, they are dragged in [0, size] steps and map images are placed to each texture worked, but the swap of textures resulted in significant glitches when dragging.