Page 1 of 1

Minimum zoom to display placemarks

Posted: Tue Dec 27, 2022 6:29 am
by Jrm
Hi,

Simple question. I noticed that the public waypoints (online placemarks) only show up on the map from zoom level 9 and up. Is it possible to achieve the same for imported placemarks? Currently they show up at all zooms, overcrowding the map at lower levels.

Thanks!

Re: Minimum zoom to display placemarks

Posted: Wed Dec 28, 2022 8:47 pm
by Psyberia-Support
Hi,
Labels are not displayed below level 8 and all items are reduced in size under level 10 to more than half.
If it's not enough for you, you can use this user setting to reduce them even more, something like:

Code: Select all

landmarks.painter.dyn_scale.ratio=0.1

Re: Minimum zoom to display placemarks

Posted: Fri Jan 20, 2023 6:44 pm
by edwardoo
it's great to have all these settings (PS: the dyn_scale one does not seem documented yet)
all items are reduced in size under level 10
is this number (10) configurable as well by chance? I believe a value around 13 would be ideal for me. thanks!

Re: Minimum zoom to display placemarks

Posted: Fri Jan 20, 2023 9:15 pm
by Psyberia-Support
It has slightly changed in the version being currently published.
The placemarks and labels start to be reduced in size from the zoom level specified by this user setting:

Code: Select all

landmarks.painter.dyn_scale.level=11
Until being that smaller (at zoom level 0):

Code: Select all

landmarks.painter.dyn_scale.ratio=0.25
The labels are displayed 2 levels lower (so zoom 11-2=9 is the smaller one where they are displayed).

Yes unfortunately it's not yes documents, the user settings page will be updated asap.

Re: Minimum zoom to display placemarks

Posted: Wed Jan 25, 2023 11:21 pm
by edwardoo
> It has slightly changed in the version being currently published.

Do you mean beta 2.3.3d or upcoming/unreleased?

Re: Minimum zoom to display placemarks

Posted: Fri Jan 27, 2023 3:50 pm
by Psyberia-Support
Yes the 2.3.3d which is now an official release (not more only for beta testers).