amateurdelavanoise
|
2013-01-15
, 14:47
|
Posts: 15 |
Thanked: 13 times |
Joined on May 2010
@ France
|
#1271
|
|
2013-01-29
, 13:07
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#1272
|
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?
modrana-qml
The Following 2 Users Say Thank You to MartinK For This Useful Post: | ||
|
2013-02-18
, 11:49
|
Posts: 1 |
Thanked: 6 times |
Joined on Feb 2013
@ Ukraine
|
#1273
|
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 ?
$storeinsert->bind_param(6,$extension,SQL_INTEGER);
$storeinsert->bind_param(6,$stamp,SQL_INTEGER);
The Following 6 Users Say Thank You to dr.moises For This Useful Post: | ||
|
2013-02-25
, 14:54
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#1274
|
There is a little mistake in mapconvert script. Look at the 79th line of code:
instead of
must beCode:$storeinsert->bind_param(6,$extension,SQL_INTEGER);
Code:$storeinsert->bind_param(6,$stamp,SQL_INTEGER);
* 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
The Following 11 Users Say Thank You to MartinK For This Useful Post: | ||
|
2013-02-26
, 16:56
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#1276
|
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 8 Users Say Thank You to MartinK For This Useful Post: | ||
|
2013-03-06
, 18:34
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#1277
|
* Tue Mar 05 2013 Martin Kolman - 0.39.7 - map layer update - Virtual Earth Satellite - Thanks Wikiwide ! :)
The Following 11 Users Say Thank You to MartinK For This Useful Post: | ||
|
2013-03-16
, 19:40
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#1279
|
The Following User Says Thank You to MartinK For This Useful Post: | ||
|
2013-03-16
, 19:54
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#1280
|
=== * 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
The Following 14 Users Say Thank You to MartinK For This Useful Post: | ||
Tags |
bada rox, martin_rocks, modrana, navigation, openstreetmap, the best, wehasgps |
|