maplibre-rs
maplibre-rs copied to clipboard
Enable HTTP caching on all platforms
Right now HTTP caching is only functional on desktop. We disabled it because the paths where the cache should be located is platform dependent.
The path of the cache is controlled via the structs which implement the HTTPClient
trait.