[ gpsdrive ] bug reports

Andrey Tenihin aladdin at cygnus.spb.ru
Tue Oct 30 06:27:04 AKDT 2007



Joerg Ostertag (gpsdrive Munich/Germany) wrote:
>   
>> 1. Map import
>> A. Browse PIOs is not match Lat/Long after select
>> B. Moving map scroll it outside the edge
>>     
please look at
http://www.cygnus.spb.ru/~andrey/gpsdrive-example.png
trying to pick a point from a saved list fills Latitude with "unknown"
pressing "Go up" and other could move map outside its edge and display 
ugly lines

there is a patch to fix the first bug

offroad 17:22 % diff -u import_map.c.orig import_map.c
--- import_map.c.orig   Tue Oct 30 17:15:11 2007
+++ import_map.c        Tue Oct 30 17:21:08 2007
@@ -197,10 +197,10 @@
   p = b;
   gtk_clist_get_text (GTK_CLIST (mylist), datum, 1, &p);
   gtk_entry_set_text (GTK_ENTRY (dltext4), p);
-  gtk_clist_get_text (GTK_CLIST (mylist), datum, 2, &p);
+  gtk_clist_get_text (GTK_CLIST (mylist), datum, 3, &p);
   gtk_entry_set_text (GTK_ENTRY (dl_text_lat), p);
 
-  gtk_clist_get_text (GTK_CLIST (mylist), datum, 3, &p);
+  gtk_clist_get_text (GTK_CLIST (mylist), datum, 4, &p);
   gtk_entry_set_text (GTK_ENTRY (dl_text_lon), p);
 
   return TRUE;
offroad 17:22 %


>> C. It more useful to set directory to maps when "Browse filename"
>> (seems like other directories are not work with import)
>>     

Options -> Map -> Import
Browse filename
the directory is set to $HOME/.gpsdrive/
but should be $HOME/.gpsdrive/maps (or different defined in Preferences)

>
> Please explain the above problems a little bit more in detail.
>
>
>   
>


More information about the GPSdrive mailing list