Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to show only extra markers #237

Open
Nadyita opened this issue Sep 24, 2024 · 1 comment
Open

Allow to show only extra markers #237

Nadyita opened this issue Sep 24, 2024 · 1 comment

Comments

@Nadyita
Copy link

Nadyita commented Sep 24, 2024

Hey, just installed your software, and loving the simplicity so far! The one thing I find confusing is that every track point is displayed with a marker. I have a very good external GNSS device that I use for precise measuring of logging trails, and tracks in general, but I have to set the minimum logging interval to 1s, and the minimum logging distance to none in order to get the precision that I need. That looks ridiculous on the map though, especially when I take picture and want to find the markers for the images.

Is it possible to add an option to disable showing non-extra markers on the map? I hacked this into the JS code as a quick fix, but there should be a proper option in the settings to turn this on and off.

@bfabiszewski
Copy link
Owner

Yes, displaying tracks with such big density of track points can be problematic. It is not only visual issue, but also may impact browser performance.
The visual aspect, as you noticed, is not hard to adjust. I plan to do it in the next version. Currently you can only turn off all the markers, not non-extra ones.
The performance problem is more complex. It is on my todo list but requires more time. The solution would be not to show all the points at once. Depending on zoom level the nearby points should be interpolated for display.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants