ThePooBurner
|
2010-10-07
, 18:13
|
Posts: 85 |
Thanked: 15 times |
Joined on Sep 2010
|
#251
|
|
2010-10-08
, 00:37
|
Posts: 1,994 |
Thanked: 3,342 times |
Joined on Jun 2010
@ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
|
#252
|
|
2010-10-08
, 06:53
|
Posts: 92 |
Thanked: 17 times |
Joined on Feb 2010
|
#253
|
Quick reply...
I'm waiting impatiently for Point-Of-Interest.
Just like:
1. Click button;
2. Input text description;
3. Get a clickable pin at your current coordinates, which displays the text when clicked.
Useful for bus stops, benches, names of streets (Ct or St?), etc. I cannot keep them all in the head!
The Following User Says Thank You to Reeby For This Useful Post: | ||
|
2010-10-10
, 11:36
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#254
|
|
2010-10-10
, 11:54
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#255
|
|
2010-10-10
, 13:10
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#256
|
I think the idea was more to make a "jump to zoomlevel" setting.
...
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.
That would be great. Also, saving routes is currently broken. When you go to save, it says "loaded in XXms", but doesn't give you the option to give it a name, and thus save it as a route. It does auto-save it with a time-stamp name, but with no way to rename it, it's not so useful.
Mappero stops drawing when the screen is off (may be worth a look to see how they do it). He also has a bit of code to keep the display on if the device is in motion. Handy if you're doing a short trip and don't have the device plugged in to a charger.
Actually i was looking at the code on my flight home and it seems it uses powers of 2 to specify the range around the origin to download. Based on that it seems that only 2.5 km is available, but it's likely i missed something. Could you please explain what that power of 2 number is and how one could specify an arbitrary distance? It was trivial to add the button to request 2.5 km but i haven't had a chance to test if it actually works. It does make me wonder if the range is in km--it almost seems like it might be instead some multiple of the current map scaling. That would make my experience with downloading tiles make more sense.
### #0# ### 0 - central tile # - tiles added by spiraling
Should be, but i can get the same results with MAME (others have verified that), so the watchdog isn't doing its job or something. There are two different problems--one is that the ui gets frozen in whatever state it is in. The other is that the device crashes and shuts down, so maybe the watchdog catches it sometimes.
The Following 5 Users Say Thank You to MartinK For This Useful Post: | ||
|
2010-10-10
, 15:05
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#257
|
Well, sorry in advance if I will now repeat myself or someone else here but just where is the "save position" option in this app?+?????
Fair enough, and I agree that the ability to add any random map location as a POI would be very useful (i'm sure MartinK will consider this when he sees your post, probably just an oversight that he missed your original request).
However, POI's or Street names will work as I described in 99% of cases, so I don't see it as a biggie to wait until the developer gets around to looking at it for you. The other stuff he's working on is important to optimise download sizes, and if you're ever caught in your siberian wastes then you'll be needing a large preloaded set of map data regardlss of POI's (as you'll have bugger all mobile coverage I reckon).
Quick reply...
I'm waiting impatiently for Point-Of-Interest.
Just like:
1. Click button;
2. Input text description;
3. Get a clickable pin at your current coordinates, which displays the text when clicked.
Useful for bus stops, benches, names of streets (Ct or St?), etc. I cannot keep them all in the head!
Updated and giving the sqlite a good work out. Some things i've noted so far:
1) On the initial switch it didn't import the tiles i already had into the DB. Not sure if this was just doing something wrong on my part or if that just how it is.
2) When downloading for a particular zoom level, it downloads according to the zoom level used in the map scaling preference. For instance, if i have it on x2 scaling and i tell it to download, it downloads the levels below, which it should but it's not clear if that is all it is getting or if it is also getting the actual zoom level you are on (assuming "0 down/up" as the batch download setting). Of course when i first fired it up i was forgetting i had the scaling on and so when it told me it needed 330,000 tiles i was a bit taken aback. 5KM around from my location at the zoom level i was "at", visually anyway, is only about 25 tiles when using the scaling. I figured out that it was downloading the actual zoom level and not the current displayed level of zoom.
3) When there are large numbers of tiles being downloaded, say over 400 (as i've done a couple different batch downloads), the count downloaded doesn't update until it is finished, so you have no real idea how much time might be left in the download.
4) When there are large numbers of tiles to download, and you "click to estimate size", it simply freezes the phone for about 30 minutes and then causes a hard reboot. Download sizes that have caused a reboot when estimateing, 48K, 98K, 330K, 498K tiles. I've since stopped asking for an estimate and have just gone ahead with downloads (though i jumped from 400 to 98K in my downloading. The data counter is spinning so i know it's working, but as mentioned in 3 the display in modRana isn't updating). Even with a small amount of tiles (400), the estimation took a long time to finish and hung the phone for a few minutes.
5) Large tile downloads take a lot longer to download than you would think. I get about 100KB/sec down here at work but the download (which is using almost 96-100% cpu) is only piddling along at about 12.4KB/sec. is there any way to get it to us more bandwith and finish sooner?
|
2010-10-10
, 15:18
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#258
|
If sqlite storage is used, can it still use the file-based tiles at the same time?
Eventually this is maybe not needed, when mappero also uses just sqlite db. One has to just reget all the previously saved maps.
Does modrana convert the old file based maps to sqlite when the change is made in the options?
|
2010-10-10
, 20:35
|
Posts: 455 |
Thanked: 278 times |
Joined on Dec 2009
@ Oregon, USA
|
#259
|
The Following User Says Thank You to craftyguy For This Useful Post: | ||
|
2010-10-10
, 22:01
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#260
|
MartinK,
Are you accepting donations? I'm thrilled that someone has:
1) Finally integrated google map images into a GPS app on Maemo
2) FINALLY integrated online POI search with google maps
I would like to donate a small amount to encourage you to continue making this application even better
The Following 4 Users Say Thank You to MartinK For This Useful Post: | ||
Tags |
bada rox, martin_rocks, modrana, navigation, openstreetmap, the best, wehasgps |
|