maplibre / maplibre-rs

Experimental Maps for Web, Mobile and Desktop
Apache License 2.0
1.34k stars 77 forks source link

Fix regressions: Transferable flatbuffers #221

Closed maxammann closed 1 year ago

maxammann commented 1 year ago

This PR fixes introduced regressions by serializing the data between WebWorkers and the main thread using flatbuffers. This should be fairly safe!