AmonRaNet

Results 19 comments of AmonRaNet

Thanks for fast response! I could fix code around serial number retrieval and make custom twili build for myself. Or I will simply disable incognito for some time :) This...

Thanks! Depends what you understand under cache. - run-time cache, which are used to avoid download for tiles which was already requested. This is managed by QNetworkDiskCache for QNetworkAccessManager. ```...

You can zoom by selection rect (mouse right button) ![ezgif com-gif-maker](https://user-images.githubusercontent.com/22874827/153719159-81f599f3-b592-4d68-9cbb-83596f54fa69.gif) This skips many layers (but not all)

QGVLayerTiles uses 250 ms delay during animation. It mean all camera changes are skipped(layer not loading new tiles) in frame of 250 ms. Time is hard-coded (msAnimationUpdateDelay), but you can...

QGVMapQGView has 2 variables: wheelExponentDown and wheelExponentUp which controls "how strong" wheel will change scale (bigger value - bigger change)

It probably make sense to open such variables in public interface. Doable, but not done yet :)

QGeoView believes in parallelism and efficiency of QNetworkManager. When scale/zoom are changed layer request all visible tiles for new zoom level (again in case of animation there small delay added)....

@fockboi-lgtm I have updated all action files to use latest version: https://github.com/AmonRaNet/QGeoView/pull/16 With pre-commit latest is 2.0.3 which not includes 80db042ff08cdddbbbfb6f89c06a6bfc4dddf0b7. When I trying to use this commit or simply...

First of all sorry for delay :)

It is very difficult to review your delta, because 90% of changes is difference in formatting. Please run clang-format against code base or better activate pre-commit hooks (https://pre-commit.com/). Second is...