Skip to content

file-cache: Fix bug when updating tiles

James Westman requested to merge (removed):file-cache-bug into master

When store_tile() was called and the tile already existed in the cache, it would fail to overwrite it, because it was using g_file_create_async() instead of g_file_replace_async().

Merge request reports