What about renaming modrana stable to LTS ;
Admittedly, I haven't been able to make modrana download tiles in Sailfish for a few versions now. Finally, I got to see the logs Here they are: Code: 2015-01-03 12:26:01,386 ERROR mod.mapTiles: exception in tile download manager thread Traceback (most recent call last): File "modules/mod_mapTiles/mod_mapTiles.py", line 349, in _tileLoadingManager tileData = self._storeTiles.getTileData(lzxy) File "modules/mod_storeTiles.py", line 344, in getTileData result = self.getTileFromDb(lookupConn, dbFolderPath, lzxy) File "modules/mod_storeTiles.py", line 391, in getTileFromDb lookupCursor = lookupConn.cursor() sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 1366291440 and this is thread id 1359639536 Of course this could be fixed by switching sqlite off, but really don't want to do that...
2015-01-03 12:26:01,386 ERROR mod.mapTiles: exception in tile download manager thread Traceback (most recent call last): File "modules/mod_mapTiles/mod_mapTiles.py", line 349, in _tileLoadingManager tileData = self._storeTiles.getTileData(lzxy) File "modules/mod_storeTiles.py", line 344, in getTileData result = self.getTileFromDb(lookupConn, dbFolderPath, lzxy) File "modules/mod_storeTiles.py", line 391, in getTileFromDb lookupCursor = lookupConn.cursor() sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 1366291440 and this is thread id 1359639536