![]() |
2012-07-26
, 03:22
|
|
Posts: 387 |
Thanked: 1,700 times |
Joined on Feb 2010
@ Cambridge, MA, USA
|
#1103
|
Thats a good point and I really do want to integrate HDOP in the rerouting-check calculation. But as there might be another causes for false-alerts, namely routes that were mapped with a slight offset or routes that were mapped correctly, but then reduced in point count to reduce storage space (eq. you might get a straight line for a slightly curved route in the routing result), I would still like to let the user to set the rerouting distance to some arbitrary number manually, to get rid of excessive reroutes in some cases.
IMHO, just using a HDOP multiple won't work - if you have a very good HDOP (say <1 m), the real route differing just 3 meters from the computed one would trigger rerouting. A very bad HDOP (>100m) would result in a 300+ m corridor.
...
Possible algorithms that take HDOP into account:
Algorithm nr. 1
...
Algorithm nr. 2
...
Algorithm nr. 3:
...
Algorithm nr. 4:
- check if HDOP < (1/3)*rerouting_threshold (in meters)
- if its larger, them rerouting threshold = 3*HDOP
The Following 6 Users Say Thank You to Ken-Young For This Useful Post: | ||
![]() |
2012-08-07
, 17:17
|
|
Posts: 1,455 |
Thanked: 3,309 times |
Joined on Dec 2009
@ Rochester, NY
|
#1106
|
Is it possible to store downloaded tiles somewhere else then in .maps folder? (i do not want them to be shared with mappero)
The Following User Says Thank You to woody14619 For This Useful Post: | ||
![]() |
2012-08-07
, 18:28
|
Posts: 197 |
Thanked: 91 times |
Joined on Dec 2010
|
#1107
|
I believe you can change where the maps are stored in the settings area. The default is the shared location for several apps (mappero and others). Why would you not want to share tiles across mapping programs?
The Following User Says Thank You to sup For This Useful Post: | ||
![]() |
2012-08-08
, 07:39
|
Posts: 569 |
Thanked: 462 times |
Joined on Jul 2010
@ USA
|
#1108
|
![]() |
2012-08-08
, 07:59
|
Posts: 197 |
Thanked: 91 times |
Joined on Dec 2010
|
#1109
|
Storage location for the map tiles is defined in an editable configuration file.
I can't remember the name of the file or its location, but it's mentioned somewhere in this thread.
![]() |
2012-08-09
, 10:10
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#1110
|
I like your algorithm 4. You set a floor below which the threshold cannot fall, and have no discontinuity at the point where you start using HDOP information. If the HDOP is a one standard deviation radius, then 3 standard deviations is a good threshold.
It's nice that you're adding more parameters for us to tweak. One little advantage our poor orphaned OS has is that at this point it is likely that nearly all N900 owners are geeks. Somebody writing an Android app can't assume his users like to fiddle with the app's parameters, but we can.
Ah, I see, it is in ~/.modrana/user_config.conf and the option is map_folder
![]() |
Tags |
bada rox, martin_rocks, modrana, navigation, openstreetmap, the best, wehasgps |
Thread Tools | |
|
So I looked for options.bin as well, but it wasnīt there to be found. I had [Show hidden files] on btw.