|
2010-10-07
, 04:47
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#242
|
OK, I'll add 1km option, maybe also 2km ? I checked if it's possible to use sub kilometer values but an implementation detail currently prevents this. Concerning the 1 tile corridor, I'll have to check the source, its been a while since I wrote that part of the code
Yeah, it is quite confusing. This is because it is quite time consuming to check which tiles are available and which need to be downloaded. ModRana currently just lists the maximal number of tiles that would be needed, thats why there is the ~ before the number
I changed the size estimation function for the next version so that it removes tiles that are available, so it should show the number o actually needed tiles after the tile estimation job finishes.
There is setting in options that disables the automatic tile download...but I'll have to check if it's actually working/implemented
The activation should be much easier when widgets finally become clickable, etc.
Regarding the tracklog selection, what about a longclick near the track + "do you want to select track XY"popup ?
The next version will have a logging feature (basically stdout piped to a textfile in MyDocs). This may help to find the root cause of the lockups. BTW any guesses why such hard lockup can even happen ? IMO there is a hardware watchdog that is checking multiple device parameters and should prevent this or just restart the device...
There is definitely room for improvements in power-saving.
I was thinking about skipping the drawing loop if I can detect that the screen is off (it currently redraws even when the screen is blanked - as do many other apps IMO). As drawing and module state updates are two separate loops, logging etc. should still run normally.
I could also add less pretty but more power efficient optional drawing methods (like not redrawing the map while it's being dragged, moving the map just once a while (like in mappero), etc.).
|
2010-10-07
, 09:20
|
Posts: 92 |
Thanked: 17 times |
Joined on Feb 2010
|
#243
|
|
2010-10-07
, 09:43
|
Posts: 433 |
Thanked: 274 times |
Joined on Jan 2010
|
#244
|
|
2010-10-07
, 09:54
|
Posts: 92 |
Thanked: 17 times |
Joined on Feb 2010
|
#245
|
@reeby - not an answer, but a workaround:
at your hotel, do menu-> search -> near position -> sleep -> hotel
ps. I haven't used the track logging stuff in modrana, but I'd assume that if you log a track starting FROM your hotel, that would let you later view the track to help you plan a return?
The Following User Says Thank You to Reeby For This Useful Post: | ||
|
2010-10-07
, 12:30
|
Posts: 992 |
Thanked: 738 times |
Joined on Jun 2010
@ Low Earth Orbit
|
#246
|
I mean....I've been receiving every now and then messages from this stack on improvements - this is just great! But how about improving it so it fits the end user BASIC needs?
|
2010-10-07
, 13:08
|
Posts: 92 |
Thanked: 17 times |
Joined on Feb 2010
|
#247
|
I Need a feature? Ask nicely and I'm sure he would consider it. In fact a huge amount of the changes/additions to the program since its initial release are as a result of users' suggestions.
I In fact a huge amount of the changes/additions to the program since its initial release are as a result of users' suggestions.
|
2010-10-07
, 14:50
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#248
|
The Following User Says Thank You to Flandry For This Useful Post: | ||
|
2010-10-07
, 17:28
|
Posts: 433 |
Thanked: 274 times |
Joined on Jan 2010
|
#249
|
|
2010-10-07
, 18:10
|
Posts: 85 |
Thanked: 15 times |
Joined on Sep 2010
|
#250
|
Tags |
bada rox, martin_rocks, modrana, navigation, openstreetmap, the best, wehasgps |
|
Maybe a screen widget can do this? Can the widgets do things like "jump to zoom level 16"? If so, I could make one for 9, and one for 16, and just jump between them.
Another issue: The reason I need to zoom back is because there's no way I've found to jump to the destination on a route. When using address lookup, I like to verify that the target looks sane, since I've seen Google return bad results at times when it doesn't quite know where something is. (eg. Putting you in the middle of a town when it can't find a street.) Being able to jump to a turn or the destination would be a nice feature.
Thanks again for this awesome app!