View Single 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: