maplibre / maplibre-rs

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

Add offscreen config #278

Closed maxammann closed 2 months ago

maxammann commented 1 year ago

This adds a config to the offscreen. WIP for web. Basically we need somehow to send configuration data from the main thread to the worker threads.

This is challenging on web

maxammann commented 2 months ago

Closing in favor of https://github.com/maplibre/maplibre-rs/pull/307