View Single Post
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#1456
Originally Posted by ggabriel View Post
Hi,

I've just installed the latest version for the first time (i.e., not upgrade) and this application is great!
Thanks!

Originally Posted by ggabriel View Post
However, the "Route" and the "Download Maps" options aren't working. I am using a PR1.4 N9 (OOTB, no strange changes).

Did I miss anything?

Thanks!


Gabriel
It's simple and kinda a fault on my side - it is just not yet implemented in the QML GUI modRana uses on Harmattan. Is I've been getting similar questions lately, I really should finally:
  • add a "not yet implemented screen" for those features or hide the buttons for the time being
  • implement that stuff

BTW, to clarify - all these features are supported by the modRana core and available from the GTK GUI used on the N900 and elsewhere. It is just the QML GUI that is lagging behind in exposing those features.

More specifically what needs to be done:
  • create the corresponding QML pages for Download, POI, Routing, track logging, etc.
  • expose any data and function needed from the modRana core to the QML context using QObject wrappers (provided by PySide)
    • The recent POI and routing provider rewrite should make this easier.
  • implement marker display in the QML GUI for showing POIs on the map
  • implement polyline drawing in the QML GUI, so that routes and tracklogs can be shown on the map

Originally Posted by ggabriel View Post
FWIW, this happens [in the command line] when I hit maps->download:
Code:
Found SGX/MBX driver, enabling FullClearOnEveryFrame
Found v1.4 driver, enabling brokenTexSubImage
hijackWindow() context created for QMainWindow(0x681690) 1
Found SGX/MBX driver, enabling FullClearOnEveryFrame
Found v1.4 driver, enabling brokenTexSubImage
QGLWindowSurface: Using plain widget as windowsurface
QGLWindowSurface(0x1394f50)
file:///usr/lib/qt4/imports/com/nokia/meego/PageStack.js:135: Error: Error while
loading page: file:///opt/modrana/modules/gui_modules/gui_qml/ic/Map.qml:-1 File
not found
The page is just not there yet - and looks like it is even incorrectly named.
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)
 

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