When loading several TileLayerOptions at the same time, using the default CachedNetworkTileProvider I get the warning "Warning database has been locked for 0:00:10.000000." I suspect this is caused by cached_network_image or rather flutter_cache_manager. Loading only a few layers at the same time does not produce this problem.
Anyone had this and able to provide a solution/workaround (except not loading several layers...)
When loading several TileLayerOptions at the same time, using the default
CachedNetworkTileProviderI get the warning "Warning database has been locked for 0:00:10.000000." I suspect this is caused bycached_network_imageor ratherflutter_cache_manager. Loading only a few layers at the same time does not produce this problem.Anyone had this and able to provide a solution/workaround (except not loading several layers...)