|
2011-04-18
, 14:47
|
Posts: 482 |
Thanked: 550 times |
Joined on Oct 2010
|
#612
|
The Following User Says Thank You to skykooler For This Useful Post: | ||
|
2011-04-19
, 12:57
|
Posts: 73 |
Thanked: 33 times |
Joined on Nov 2010
|
#613
|
If the Google Traffic tiles were available, you might want them over a map overlay over a sat image.
The Following User Says Thank You to jj0 For This Useful Post: | ||
|
2011-04-22
, 01:50
|
Posts: 362 |
Thanked: 143 times |
Joined on Mar 2008
|
#614
|
Though they sound better, I'd advise against mbrola, as it's not free, it's closed source, not worth it in my mind...
.
The Following User Says Thank You to cheve For This Useful Post: | ||
|
2011-04-22
, 02:24
|
|
Posts: 549 |
Thanked: 698 times |
Joined on Apr 2010
|
#615
|
And on a related note - after fighting with dpkg for two days, PyClutter 1.0 is now packaged and available from Extras-devel. This was a pre-requisite for using the GPU accelerated Clutter GUI library in modRana.
I have not started on on the clutter-accelerated map view yet, but this package means that when I have something releasable, users will have all the needed dependencies.
Technical note - What is Clutter ?
Clutter is GPU accelerated GUI library that enables fast animated manipulation with graphical elements.
Hildon uses a an old version of Clutter (0.8) for all its animations and transitions and Mappero uses clutter for its map view.
The Following User Says Thank You to Daneel For This Useful Post: | ||
|
2011-04-24
, 00:47
|
Posts: 482 |
Thanked: 550 times |
Joined on Oct 2010
|
#616
|
The Following User Says Thank You to skykooler For This Useful Post: | ||
|
2011-04-26
, 00:43
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#617
|
If the Google Traffic tiles were available, you might want them over a map overlay over a sat image.
With this I have a question, that I hadn't had time to investigate further... How does modrana handle updating of already downloaded cached tiles?
please checkout the license/terms, it does not look too bad http://tcts.fpms.ac.be/synthesis/. It is deemed NOT Free with respect to Debian; but to me(ok I am NOT a lawyer) for all intend and purposes it is 'free' enough. It would be great if someone with enough tech knowledge to make it work with N900 -- I can't code to save my life
So, how would Modrana pefrom compared with CloudGPS once it starts using Clutter?
Thanks for the great work so far
Could the EV charging stations be added under POI? (http://talk.maemo.org/showthread.php...348#post994348)
The Following 8 Users Say Thank You to MartinK For This Useful Post: | ||
|
2011-04-26
, 01:06
|
|
Posts: 549 |
Thanked: 698 times |
Joined on Apr 2010
|
#618
|
There are basically two things modRana should gain by using clutter - performance and smooth/seamless transitions. Layer blending, rotation and scaling, which are quite "expensive" with software rendering should be almost "free" with GPU acceleration. It will be also possible to properly animate certain operations that currently just switch from one state to another and might be confusing (zooming, rotation).
It should be also possible to do a fake3D view and kinetic scrolling, like in CloudGPS.
The actual performance remains to be seen, but initial testing looks promising.
BTW, I'm going to submit the Clutter interface & offline routing as existing application improvements to the Coding competition.
Another progress update...
I've got the text wrapping in the navigation info box working. Now I just have to solve some remaining minor issues and do some testing. Next release should be hopefully ) coming shortly.
The Following User Says Thank You to Daneel For This Useful Post: | ||
|
2011-04-26
, 02:11
|
Posts: 992 |
Thanked: 738 times |
Joined on Jun 2010
@ Low Earth Orbit
|
#619
|
|
2011-04-26
, 03:57
|
Posts: 362 |
Thanked: 143 times |
Joined on Mar 2008
|
#620
|
...
Well if it could be packaged for Debian I don't see why it can't be also packaged for Maemo. But I don't really feel like packaging it myself - I have no idea how to properly do a binary package. Also, did anybody try the mbrola voices ? If so, how do they compare to the default ones in espeak ? BTW, if the mbrola voices do improve espeak output quality, packaging them might be of interest for all the other projects using it (Espeak caller, Espeak clock, Espeak GUI, etc.).
...
The Following 5 Users Say Thank You to cheve For This Useful Post: | ||
Tags |
bada rox, martin_rocks, modrana, navigation, openstreetmap, the best, wehasgps |
|
I have found & fixed both bugs (in the current not-yet-released version). IMO nr. 1 might be quite important due to the rotation improvements in CSSU I have heard about.
It might come be pretty handy for dense urban areas with many turns.
The only downside might be that there would be much more text to display and even the voice messages might be a bit too long - but no show - but this should be solvable by configurability (people use modRana in various environments) & sensible defaults
If this doesn't help, try to install python-hildon - this might be unrelated to the error you are getting, but it looks like I forgot to include it in the dependencies even though the last version already uses it. Most people probably already have something else that depends on it installed.
Progress update
The new rotation method that draws only visible tiles finally works with all modes (scaled map, center shifting, overlay,...). Overlay is now cached and really seems to be as fast as single layer map once the tiles are transparently combined and cached. BTW, it would be possible to add support for overlaying more than two map layers. But I just can't come with any use-case for this.
Next is bigger text for directions and some smaller stuff.
And on a related note - after fighting with dpkg for two days, PyClutter 1.0 is now packaged and available from Extras-devel. This was a pre-requisite for using the GPU accelerated Clutter GUI library in modRana.
I have not started on on the clutter-accelerated map view yet, but this package means that when I have something releasable, users will have all the needed dependencies.
Technical note - What is Clutter ?
Clutter is GPU accelerated GUI library that enables fast animated manipulation with graphical elements.
Hildon uses a an old version of Clutter (0.8) for all its animations and transitions and Mappero uses clutter for its map view.
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)