Notices


Reply
Thread Tools
Posts: 15 | Thanked: 13 times | Joined on May 2010 @ France
#1271
these screenshots (posted 31.12.2012) are really nice - however I seem to be unable to figure out how to access these things? I find my menus, I can do routing, but I cannot get to the other things... Any advice?
 

The Following 2 Users Say Thank You to amateurdelavanoise For This Useful Post:
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#1272
Originally Posted by Artyom View Post
Very nice app but most of the buttons aren't functioning.
Originally Posted by don_falcone View Post
He probably talked about the QML GUI.
Yep, the QML GUI is still partially a mockup. Of I'm gradually adding functionality, so they should soon start working one after another.

Originally Posted by amateurdelavanoise View Post
these screenshots (posted 31.12.2012) are really nice - however I seem to be unable to figure out how to access these things? I find my menus, I can do routing, but I cannot get to the other things... Any advice?
The screenshots are from modRana running the QML GUI. On Harmattan the QML GUI is installed by default. On Fremantle the classic fully functional (GTK) GUI is used by default, but the QML GUI is also installed and has it's own icon, called "modRana QML". You can also run it from the command line like this:
Code:
modrana-qml
__________________
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 2 Users Say Thank You to MartinK For This Useful Post:
Posts: 1 | Thanked: 6 times | Joined on Feb 2013 @ Ukraine
#1273
Originally Posted by MetalGearSolid View Post
Using your perl script I am getting the following error -

DBD::SQLite::st execute failed: datatype mismatch: bind 5 type 1 as png at mapconvert line 80.

Any workaround ?
There is a little mistake in mapconvert script. Look at the 79th line of code:
instead of
Code:
$storeinsert->bind_param(6,$extension,SQL_INTEGER);
must be
Code:
$storeinsert->bind_param(6,$stamp,SQL_INTEGER);
 

The Following 6 Users Say Thank You to dr.moises For This Useful Post:
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#1274
Originally Posted by dr.moises View Post
There is a little mistake in mapconvert script. Look at the 79th line of code:
instead of
Code:
$storeinsert->bind_param(6,$extension,SQL_INTEGER);
must be
Code:
$storeinsert->bind_param(6,$stamp,SQL_INTEGER);
OK, thanks ! I've updated the script.

modRana 0.39.6 has been released
Mostly just map layer updates though.
Code:
* Fri Feb 22 2013 Martin Kolman - 0.39.6
- map layer updates
 - updated URL to Mountain bike map (the map now also ocvers most of Europe)
 - added map1.eu layer
 - added International submarine cable map layer
- make sure the log file is automatically flushed if stdout is redirected
Links:
Mountain bike map
map1.eu

As the Extras autobuilder is still broken (but reportedly someone is working on fixing it), you have to still use the cutting edge modRana repository.

In other news, I have been recently working on porting PySide & Qt Components to BlackBerry 10 and Android. Both ports are working and ready to use, the Mieru BB10 port based on this even already available from the BlackBerry World.

So in the near future, it should be possible to run modRana with the QML GUI on Android and BB10.
__________________
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)

Last edited by MartinK; 2013-02-25 at 14:59.
 

The Following 11 Users Say Thank You to MartinK For This Useful Post:
Posts: 87 | Thanked: 80 times | Joined on Sep 2009
#1275
Thanks again!
Just let me ask one question- just installed the latest version and this issue (the irregular horizontal and vertical lines in gpx-tracks) is still unsolved. Is there any chance to fix it?
 

The Following 2 Users Say Thank You to magic_doc For This Useful Post:
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#1276
Originally Posted by magic_doc View Post
Thanks again!
Just let me ask one question- just installed the latest version and this issue (the irregular horizontal and vertical lines in gpx-tracks) is still unsolved. Is there any chance to fix it?
Yep I remember It but I have not yet go to actually fixing it. Which is quite a shame since it has been more than half a year since you reported it. So I'll try to do something about it as soon as possible.

In other news:

Monav routing data update
The modRana Monav routing data repository has been updated so the routing data is now again up to date (the last update was in October 2012). BTW, data was processed on computational resources kindly provided by the Masaryk University Natural Language Processing laboratory and the update took only about 4 hors.

There are two new data packs:
the whole North American continent
Antarctica - with this, you will no longer end at Concordia by mistake when traveling to Vostok from Mc Murdo !

EDIT: Added a link to the Monav routing data repository.
__________________
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)

Last edited by MartinK; 2013-02-26 at 23:47.
 

The Following 8 Users Say Thank You to MartinK For This Useful Post:
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#1277
modRana 0.39.7 has been released
Contains a new VE map layer added by Wikiwide - thanks a lot !
Code:
* Tue Mar 05 2013 Martin Kolman - 0.39.7
- map layer update
 - Virtual Earth Satellite - Thanks Wikiwide ! :)
__________________
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 11 Users Say Thank You to MartinK For This Useful Post:
nokiabot's Avatar
Posts: 1,974 | Thanked: 1,834 times | Joined on Mar 2013 @ india
#1278
How to update maps?(india) a short overview pls

Last edited by nokiabot; 2013-03-12 at 03:45. Reason: Patrolling
 

The Following User Says Thank You to nokiabot For This Useful Post:
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#1279
Originally Posted by nokiabot View Post
How to update maps?(india) a short overview pls
If you want to get a newer version of the tiles you already have, just delete the corresponding folder in:/home/MyDocs/.maps
Then download up-to-date tiles for the area you are interested in.
__________________
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 User Says Thank You to MartinK For This Useful Post:
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#1280
modRana in Extras-devel has been updated !

Thanks to the valiant effort of our new community sysops, the autobuilder is finally in a working state - which means I have been finally able to submit an updated modRana package, which has been built and is now available from Extras-devel !

ModRana v0.39.8 replaces in Extras-devel the v0.36.6 built on the 15th of October 2012. For an overview what changed since then:
Code:
=== * modRana V0.39 * ===
released: 31.12.2012

* Mon Mar 11 2013 Martin Kolman - 0.39.8
- remember zoomlevel in QML GUI
* Tue Mar 05 2013 Martin Kolman - 0.39.7
- map layer update
 - Virtual Earth Satellite - Thanks Wikiwide ! :)
* Fri Feb 22 2013 Martin Kolman - 0.39.6
- map layer updates
 - updated URL to Montina bike map (the map now also ocvers most of Europe)
 - added map1.eu layer
 - added International submarine cable map layer
- make sure the log file is automatically flushed if stdout is redirected
* Mon Jan 07 2013 Martin Kolman - 0.39.5
- Neo FreeRunner detection
- improved Neo FreeRunnerStartup script
- add signals for location start & stop

* Mon Dec 31 2012 Martin Kolman - 0.39.4
- fix missing import in N9 device module causing crash at startup
- fix !QtMobility debugging being always enabled

* Mon Dec 31 2012 Martin Kolman - 0.39.3
- move fix status to the header on the Location info page
- use black text on blue background for the page headers
- new info icon
- QML GUI: only import !QtMobility once Application is instantiated
 - this fixes some DBUS warnings that might conflict with CLI output

* Mon Dec 31 2012 Martin Kolman - 0.39.2
- fix local search & static map URL regression on Fremantle
- fix some warnings spamming stdout for --return-current-coordinates on Harmattan
- add icon attribution file

* Mon Dec 31 2012 Martin Kolman - 0.39.1
- reworked QML GUI that should be less dependent on Harmattan Qt Components
 - all components are now locally available
 - only a toplevel !PageStackWindow is used from Harmattan Components
- QML GUI improvements
 - new Location info page (shows details location information)
 - new Speed info page (shows current speed + average & max speed)
 - new map screen icons
 - uses the inverted theme by default
- fix --get-current-coordinates not working with !QtMobility on Harmattan
- fix address2address routing not working
- fix the upper left minimize button interfering with the back-button in QML GUI @ Fremantle

=== * modRana V0.38 * ===
released: 27.11.2012

* Tue Nov 27 2012 Martin Kolman - 0.38.2
- make !QtMobility dependency optional on Nemo
 - the python-qtmobility package is not yet in Nemo core, so modRana should work even without it
 - without !QtMobility, screen blanking control won't work
 - at the moment, location doesn't work on Nemo anyway

* Sun Nov 25 2012 Martin Kolman - 0.38.1
- map grid now shows meridian & parallel labels
- scalebar and its label are now properly themed
- the centering button is now better visible in the night theme
- fixed fast map dragging making clicking on-screen button difficult

=== * modRana V0.37 * ===
released: 15.11.2012

* Sun Nov 25 2012 Martin Kolman - 0.37.28
- add meridian/parallel grid display support
  - can be enabled in options->Map->Grid
  - configurable grid color

* Sat Nov 24 2012 Martin Kolman - 0.37.27
- remove an unintended PIL import

* Sat Nov 24 2012 Martin Kolman - 0.37.26
- dynamically generate the list as valid device module ids

* Fri Nov 23 2012 Martin Kolman - 0.37.25
- add missing python-imaging dependency for Fremantle

* Fri Nov 23 2012 Martin Kolman - 0.37.24
- fix startup script permissions for Fremantle, Nemo and Fedora

* Fri Nov 23 2012 Martin Kolman - 0.37.23
- include Nemo startup scripts

* Fri Nov 23 2012 Martin Kolman - 0.37.22
- negative map tile filter - thanks Rotoflex for the idea ! :)
  - can be enabled in options->Map->Filters
  - states: enabled/disabled/with night mode
  - works fine with map overlay
  - known issue: doesn't work well with transparent layers at the moment
- Nemo device module

* Wed Nov 21 2012 Martin Kolman - 0.37.20
- fixes based on COBS RPMLINT output

* Tue Nov 20 2012 Martin Kolman - 0.37.19
- more clean & robust modRana module imports (thanks to Martin Sivak for the suggestion!)
- general code cleanup

* Thu Nov 15 2012 Martin Kolman - 0.37.5
- merged Wikiwides Handmade routing
- reworked routing on-screen menu
- it is now possible to route through waypoints in online routing
- layer group support (in the layer selection menu)
 - this enables seamless addition of more layers
- 3 new map layers from Stamen Design
 - Toner
 - Waterocolor
 - Terain - USA only
- 2 new public transport layers
 - Opnvkarte
 - transparent public transport overlay
- new toplevel tracklogs menu
 - enables easy clearing of all visible tracklogs
- icon update for search presets
- fix back icon appearance in route profile detail menu
- the centering button is now 50% transparent
- fix online elevation lookup
- Handmade route length fix by Wikiwide - thanks ! :)
- QML GUI now can set mode

If you are using the MeeGo COBS cutting edge repository, you don't have to change anything - apt-get will still automatically fetch the newest modRana package without any issues, be it from COBS or Extras-devel.
__________________
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 14 Users Say Thank You to MartinK For This Useful Post:
Reply

Tags
bada rox, martin_rocks, modrana, navigation, openstreetmap, the best, wehasgps


 
Forum Jump


All times are GMT. The time now is 20:55.