Maximkaaa / galileo

General purpose cross-platform GIS-rendering library written in Rust
Apache License 2.0
373 stars 27 forks source link

Performance regression in vector tiles example on Web target #92

Open Maximkaaa opened 2 weeks ago

Maximkaaa commented 2 weeks ago

Since #90 there are some very noticeable lags when rendering vector tiles in browser. This is likely due to changes in how data is transferred between the main thread and web workers.