Skip to content

network-tile-source: Fix offline usage

James Westman requested to merge (removed):fix-offline-use into main

Fix a bug where the tile cache would report an error any time the network request failed, even if the tile was successfully filled from the file cache. This would cause errors during offline use, where that situation would be expected.

Merge request reports