From 52a63c3ff1582e4f72f01eaaeb7660d096c68917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 17 Jun 2023 00:59:06 +0200 Subject: [PATCH] Added Android slow file access info --- doc.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc.html b/doc.html index 73b9239e..43e9e93f 100644 --- a/doc.html +++ b/doc.html @@ -427,9 +427,15 @@

Due to the limited file system access on Android, all map formats that consist of multiple files (eg. OziExplorer maps or World-file georeferenced images) will not load properly when loaded from the application menu. You have to put such maps - to the GPXSee map directory to make them work.

+ to the GPXSee map directory to make them work. The same applies to all SQLite-based + map formats because of a Qt bug/limitation.

-

The same applies to all SQLite-based map formats.

+

Even though all other maps will load from the application menu, it is strongly + recommended for all offline maps to be also moved to the GPXSee map directory as the file + access on Android is two orders of magnitude (100x!) slower when the file is located + and opened from some "user folder" than if it is accessed/opened in the application folder. + Especially IMG maps on new Android versions (>=11) are almost unusable when opened from + the application menu.

OpenGL

There are numerous OpenGL issues in Qt that cause some kind of broken rendering