Replies: 2 comments 4 replies
-
Is it also jerky for when you zoom by hand, i.e. not zoom into a quest but just press +/- buttons? I can reproduce it being jerky, but only when (in dev mode, which is slower and when) zooming into quests. There are more things happening there at the same time on the UI thread:
|
Beta Was this translation helpful? Give feedback.
-
That MapLibre Native on Android spends a lot of time encoding (CPU) is a known problem. Performance is a continuous area of concern for the team working on the internals. They are investigating moving more work to the GPU, but it looks like there are not many quick wins in terms of performance unfortunately. I don't know how Tangram! Maybe @sjg-wdw knows it? |
Beta Was this translation helpful? Give feedback.
-
I'm currently working on migrating an app from no longer maintained Tangram ES to MapLibre, and noticed that MapLibre performs noticeably worse when zooming with many icons (symbols) displayed.
This seems to be specifically about symbols. I noticed that it's much better when using circles instead, or when reducing size of the symbol bitmaps.
On Tangra, zooming the map is very smooth (even on a 10 year old S4 Mini and when the CPU is doing heavy work).
When trying the same in MapLibre (10.0.2 on S4 mini, and with a newer phone and v11.0.0-pre4), zooming is somewhat bumpy / laggy. This gets very noticeable under high CPU load.
Now I'm wondering about two things:
(I am aware that this is the wrong place for expecting an answer. Still I wonder)
Beta Was this translation helpful? Give feedback.
All reactions