![]() |
2010-12-09
, 21:34
|
|
Posts: 1,455 |
Thanked: 3,309 times |
Joined on Dec 2009
@ Rochester, NY
|
#391
|
The Following User Says Thank You to woody14619 For This Useful Post: | ||
![]() |
2010-12-10
, 01:26
|
Posts: 67 |
Thanked: 36 times |
Joined on May 2010
@ Claremont (LA), California
|
#392
|
There actually a CSV file that does this since a few versions back:
/opt/modrana/data/directions_filter.csv
Its content is like this:
Basically just a target and substitute, separated by semicolon, one pair per line. You can just edit this file and add your own lines for now, but I guess that doing this from the GUI should be quite easy to add.Code:St.;Street Dr.;Drive Peakway;Parkway peakway;parkway
NOTE:
I don't really know how the package manager handles installed files, that were user modified, so I'll advice to backup your changes to this files in case it is overwritten by the next version.
Also, EVERYBODY:
Tell me which substitution pairs should I add to the default set !
Ave;Avenue Cir;Circle Hts;Heights Hwy;Highway Ln;Lane Pde;Parade Pkwy;Parkway Pl;Place Plz;Plaza Rd;Road Sq;Square Tce;Terrace Trk;Track Wy;Way
![]() |
2010-12-10
, 07:50
|
Posts: 73 |
Thanked: 33 times |
Joined on Nov 2010
|
#393
|
OK, I'll investigate this. But I suspect this behaviour might be at least partially caused by a OS level flaw, that causes the partition where MyDocs reside to become read-only (this can only be fixed by rebooting the device or by activating and deactivating the mass-storage mode).
I can't really do much about this.
exception in get tiles thread: unable to open database file
Other factor contributing to could be the old, quirky, non-thread-safe sqlite database version, that is shipped with Python 2.5 on Maemo. Well, I can try to do something about this - assure only one thread accesses the database at a time, try to restart the database connection on fatal errors, etc.
![]() |
2010-12-10
, 07:55
|
Posts: 73 |
Thanked: 33 times |
Joined on Nov 2010
|
#394
|
![]() |
2010-12-10
, 08:24
|
Posts: 73 |
Thanked: 33 times |
Joined on Nov 2010
|
#395
|
exception in get tiles thread: database is locked Batch tile dl woking... (threads: 9) pending: 85657, done: 4570 sqlite storage worker -> exception during mass db commit: database is locked
![]() |
2010-12-10
, 11:20
|
Posts: 73 |
Thanked: 33 times |
Joined on Nov 2010
|
#396
|
![]() |
2010-12-10
, 23:43
|
Posts: 482 |
Thanked: 550 times |
Joined on Oct 2010
|
#397
|
I'm pretty sure it just overwrites things, unless the file has been specially marked in the distribution. One way to handle that problem would be to auto-merge it with a similar file in the user's home directory; then the one in /home/user could be used for personal localizations.
Seems like nobody has responded to this request. Here are a few I added today ("Pde" is pretty unusual to me, but I see it on street signs):
Of course, none of these solve the "Turn left on Street Andrews Street" problem; I'm not sure how that could be handled without true natural-language processing.Code:Ave;Avenue Cir;Circle Hts;Heights Hwy;Highway Ln;Lane Pde;Parade Pkwy;Parkway Pl;Place Plz;Plaza Rd;Road Sq;Square Tce;Terrace Trk;Track Wy;Way
Aly;Alley Blvd;Boulevard Crt;Court Ct;Court Expy;Expressway Fwy;Freeway Trl;Trail Tunl;Tunnel Tpke;Turnpike
The Following User Says Thank You to skykooler For This Useful Post: | ||
![]() |
2010-12-11
, 02:46
|
Posts: 73 |
Thanked: 33 times |
Joined on Nov 2010
|
#398
|
Here are some others:
Code:Aly;Alley Blvd;Boulevard Crt;Court Ct;Court Expy;Expressway Fwy;Freeway Trl;Trail Tunl;Tunnel Tpke;Turnpike
St;Street
St ;Street
The Following User Says Thank You to jj0 For This Useful Post: | ||
![]() |
2010-12-11
, 03:18
|
Posts: 482 |
Thanked: 550 times |
Joined on Oct 2010
|
#399
|
You need to be careful with these, they do not work as expected, which relates to the previous post also. Basically modrana just does a plain substitution, not whole words. I.e. if you have
this is wrong as then for instance "Park Street" will be read as "Park Street reet"Code:St;Street
so maybe it should be:
Code:St ;Street
The Following User Says Thank You to skykooler For This Useful Post: | ||
![]() |
2010-12-11
, 04:51
|
Posts: 73 |
Thanked: 33 times |
Joined on Nov 2010
|
#400
|
![]() |
Tags |
bada rox, martin_rocks, modrana, navigation, openstreetmap, the best, wehasgps |
Thread Tools | |
|