





| The Following 5 Users Say Thank You to MartinK For This Useful Post: | ||




* Tue Jun 16 2015 Martin Kolman - 0.52.10-1 - Make sure the background bubble stays visible on Sailfish OS (martin.kolman) - Add long-click menu with a "route here" button (martin.kolman) - Set start and destination by a function (martin.kolman) - Add functions for enabling and disabling the routing UI (martin.kolman) - Make it possible to set marker name when appending it (martin.kolman) - Move the pinch and mouse areas under them tile grid (martin.kolman) - Make pan detection HiDPI aware (martin.kolman) - Don't trigger the long-click signal if a pan is in progress (martin.kolman) - Clarify Python 3 support (martin.kolman) - Round position change when panning during pinch zoom (martin.kolman) - Refactor the map marker implementation (martin.kolman) - Add support for long-click detection to the PinchMap element (martin.kolman) - Use rWin.lastGoodPos when computing distance to search results (martin.kolman) * Wed May 27 2015 Martin Kolman - 0.52.9-1 - Make sure that version.txt is present in sourcedir (martin.kolman) * Mon May 25 2015 Martin Kolman - 0.52.8-1 - Create a version.txt file when making the tarball (martin.kolman) * Tue May 19 2015 Martin Kolman - 0.52.7-1 - Only show the keep-screen-on toggle when it does something (martin.kolman) * Sat May 16 2015 Martin Kolman - 0.52.6-1 - More Sailfish Harbour packaging fixes (martin.kolman) * Wed May 13 2015 Martin Kolman - 0.52.5-1 - Remove python3-base dependency on Sailfish OS (martin.kolman) * Wed May 13 2015 Martin Kolman - 0.52.4-1 - Sailfish packaging fixes (martin.kolman) * Tue Apr 21 2015 Martin Kolman - 0.52.3-1 - Fix the Sailfish QML mangling script (martin.kolman) * Wed Apr 01 2015 Martin Kolman - 0.52.2-1 - Initial package

New modRana version 0.52.10
- add a long-click menu to the map for easy routing
- prevent the route from wobbling during pinch zoom
| The Following 16 Users Say Thank You to MartinK For This Useful Post: | ||
| The Following 5 Users Say Thank You to MartinK For This Useful Post: | ||

| The Following 4 Users Say Thank You to MikeHG For This Useful Post: | ||
Traceback (most recent call last):
File "modules/gui_modules/gui_qt5/gui_qt5.py", line 302, in _selectImageProviderCB
return self._imageProviders[providerId].getImage(imageId, requestedSize)
File "modules/gui_modules/gui_qt5/gui_qt5.py", line 599, in getImage
log.exception()
TypeError: exception() missing 1 required positional argument: 'msg'
2015-08-13 00:53:58,644 ERROR mod.gui.qt5: tile image provider: loading tile failed
2015-08-13 00:53:58,652 ERROR mod.gui.qt5: mainMap/mapnik/13/4094/2727
2015-08-13 00:53:58,655 ERROR mod.gui.qt5: (-1, -1)
2015-08-13 00:53:58,658 ERROR mod.gui.qt5: image loading failed, imageId: tile/mainMap/mapnik/13/4094/2727
Traceback (most recent call last):
File "modules/gui_modules/gui_qt5/gui_qt5.py", line 579, in getImage
download=False)
File "modules/mod_mapTiles/mod_mapTiles.py", line 211, in getTile
tileData = self._storeTiles.getTileData(lzxy)
File "modules/mod_storeTiles.py", line 369, in getTileData
return self._getTileDataFromSqlite(lzxy)
File "modules/mod_storeTiles.py", line 385, in _getTileDataFromSqlite
result = self.getTileFromDb(lookupConn, dbFolderPath, lzxy)
File "modules/mod_storeTiles.py", line 455, in getTileFromDb
(z, x, y))
sqlite3.OperationalError: database is locked


