[Marble-bugs] [marble] [Bug 279431] Check tiles before writing to disk

Dennis Nienhüser earthwings at gentoo.org
Sat Jul 27 06:53:43 UTC 2013


https://bugs.kde.org/show_bug.cgi?id=279431

--- Comment #2 from Dennis Nienhüser <earthwings at gentoo.org> ---
While it does not solve the original problem, a quick workaround is setting
Marble to offline mode (File => Work offline). It does not attempt to
download/update tiles in offline mode.

You can delete broken tiles from the cache like this (one line):
find ~/.local/share/marble/maps/earth/openstreetmap -type f -name "*.png" \(
-exec identify {} \; -o -delete \)

identify is part of imagemagick.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Marble-bugs mailing list