Page 1 of 1

[done] Setting to prevent +/- zoom from autoloading maps?

Posted: Fri Dec 29, 2017 6:29 pm
by theksmith
On AQ 2.0.8.R4024, I added the following user setting:

maps.features.offlinemaps.coverage_autoload=0

I expected it to prevent the +/- zoom btns from autoloading file based maps, but it does not. Should it? If not could you please change it so that it does or else add a new setting that can achieve this?

thanks!

Re: Setting to prevent +/- zoom from autoloading maps?

Posted: Mon Jan 01, 2018 7:21 pm
by Psyberia-Support
Hi,
Sorry for the lack of information... As this version is still in beta I haven't updated the user settings yet.
The correct setting to do what you want is:

Code: Select all

maps.features.offlinemaps.zoom_buttons_autoload=0
This one will prevent the zoom button to load another map.

The one you refer is used to disable the loading of a new map when you slide the map out of the current map area.

Let me know if you have any issue
Best regards

Re: Setting to prevent +/- zoom from autoloading maps?

Posted: Tue Jan 02, 2018 5:26 pm
by theksmith
perfect, thanks!