View Single Post
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#545
Originally Posted by cheve View Post
@MartinK, about my issue of seeing local language for the specific region.. as it turns out...I get the same map with local language using the GMapCatcher. So, I guess if one uses google map, there is no issue.

Now, I have another problem, I copied the download maps(tiles) from GMapCatcher to the .maps\Google Maps\zoomlevel_x\leve_y\... directories per hints in http://talk.maemo.org/showpost.php?p...&postcount=451. I launched the app afterward but the app for some reason did not 'see' the already downloaded tiles and it wanted to go online to download again. Is there anything else I have to do? Is there a log somewhere that I can look to troubleshoot this?

Thank you for your time

Cheers,

PS: when I use the GMapCatcher, it created tiles zoom level from as low as '-2' and all the want up to '20'. My version of GMapCatcher is 0.7.5.0(on Windows).
First check which tile storage method are you using in options->map->Tile storage. You want to use the "files" or else ("sqlite") modRana will looks only in its sqlite tile database and will ignore all tile files and folders.

Also try to check if the tile structure you get from is the same as the one used by modRana in the other folders.

There should be no problems with the lower zoomlevels (modRana actually currently has no lower limit on zoomlevel number ).

Also, to check if modRana is actually using your tiles, you can disable automatic map tiles download by setting network usage to "only for important data" in options->network->network usage. If new tiles show up after setting this, they are loaded from local storage.

ModRana currently simply logs to stdout, so you can just start it from xterm and look at the output it produces. The output can be also saved to a per-session log file.

Originally Posted by wumpwoast View Post
If by blanked you mean "screen locked and off", then yes.

I've noticed that modRana's window doesn't go black when Ctrl+Backspace is used -- only when using the minimize button. I believe I've witnessed the freeze/SGX bug when the screen is blanked in both of these scenarios.

Still haven't spent more time with it, but I hope these extra details will help.
I took a second look on the modRana code that stops redrawing when the window is minimized and/or the screen is blanked. Turned out I forgot stop the function for invalidating the window content - the redrawing was paused but the X-server was still getting damage events.

This should be now fixed in V0.23-1, also, as a result of this, the thumbnail in task switcher is no longer black - it just freezes on the last shown frame.

So there should now be no graphic related activity originating from modRana when the modRana window is not visible - so please let me know if you still get those freezes when modRana is minimized or the screen is blanked

Originally Posted by heartbreakdoctor View Post
am having problem with modrana,its estimation for distance is 8 meters,while its far more than that,
You mean that during the turn by turn navigation, the voice says the "in 8 meters do something" but the actual distance is much longer ? How much longer ?

Originally Posted by heartbreakdoctor View Post
and another thing can we change voice ?
Yes, this would be possible to add - espeak provides multiple slightly different male and female voices. But I still think the default voice sounds the best

Originally Posted by nordicnurse View Post
There are different options under 'mode'. Selecting these results in different data being displayed. (do modes have other effect?) Could it be possible to choose displayed data by checking from a list or similar rather than being fixed to preset defaults?
Yeah, the "modes" are pretty much work in progress. The basic idea is to have an optimal interface for each use case. This means mainly a configurable per-mode UI elements layout. You might want larger zoom buttons while driving the car but not the route elevation widget you use while mountain-biking, etc.

The modes are currently also used while looking up routes - note how you get different routes when you are in the walking vs car modes

So the first step is to make the interface interactively configurable & make the widgets usable again.

I was also thinking about per-mode specific settings, like: Scale the map to 4x original size, but in only in the car and bus modes, in bike mode only by 2X and use the default for all other modes.

Originally Posted by petur View Post
An idea for the next version:

How about a fancy interface for address entering and lookup? My TomTom GPS shows a list of known streets for a certain city, making it easy to pick the right one, even if I don't know the spelling 100%.

Maybe some frontend to Google to feed back suggestions if the entered name isn't found.
Definitely planned (with a quite high priority too ) - modRana has all the needed data available through the Google geocoding service (note how there is an estimated start and destination address for P2P routesa lready), I just basically need to extend the UI to show it.
__________________
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 5 Users Say Thank You to MartinK For This Useful Post: