ol-cesium icon indicating copy to clipboard operation
ol-cesium copied to clipboard

Adding Vector layer with text is slow

Open verebelyin opened this issue 9 years ago • 1 comments

Hi,

I try to load ~1000 features with texts, but it takes a lot of time (~15 sec on desktop, ~120 sec on mobile) to add them, and by that time the UI is blocked. I created an example jsfiddle where you can try it: https://jsfiddle.net/gscLb526/

Is there any way to speed up this process, or I'm doing something wrong?

verebelyin avatar Oct 17 '16 18:10 verebelyin

Your code looks correct. Have you tried instanciating 1000 labels in Cesium to see if there is a difference in performance?

gberaudo avatar Nov 02 '16 16:11 gberaudo