Skip to content

Commit 36c0b4f

Browse files
committed
Insure that mbtile datasets located within localized paths are recognized as such
1 parent 6028a4c commit 36c0b4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libqfieldsync/layer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,6 +1206,7 @@ def is_localized_path(self) -> bool:
12061206
source.startswith("localized:")
12071207
or source.startswith("file:localized:")
12081208
or "url=file:localized:" in source
1209+
or "url=localized:" in source
12091210
)
12101211

12111212
path_resolver = self.project.pathResolver()

0 commit comments

Comments
 (0)