Hi, guys!
I’m trying to load big vector files ~ 15-20Mb (see https://drive.google.com/file/d/0B-KzCR6v7_RZOWNJeV83T2toVzA/view?usp=sharing). It takes about 30 seconds on my machine to make it visible but the issue is that main JavaScript thread is blocked for few seconds, probably, due to some performance-cost operations during vector primitives creation. The same thing happens when I remove data source from or add data source to DataSourceCollection (I don’t see another way to toggle vector layer’s visibility).
Is there any workaround for this? Could vector data’s loading be more asynchronous by using some additional web workers?
Thanks.