[ gpsdrive ] POI waypoints.db with zoom >= 50000
Guenther Meyer
d.s.e at sordidmusic.com
Sun Oct 25 11:16:42 AKDT 2009
Am Sonntag 25 Oktober 2009 20:10:25 schrieb Guenther Meyer:
> Am Sonntag 25 Oktober 2009 19:33:56 schrieb Hamish:
> > > there's no patching necessary.
> > >
> > > you can change the range for that the points are shown in
> > > the sqlite database
> > >
> > > in /usr/share/gpsdrive/geoinfo.db
> >
> > Rick:
> > > What do I use to admin the setting?
> >
> > try "sqlitebrowser".
>
> if you know sql, you could also use the sqlite3 commandline tool.
>
to show geocaches at scales of 1:100000 and less use the following sql
statement:
update poi_type set scale_max=100000 where poi_type like 'geocache%';
but maybe you should use a copy of the original geoinfo.db and set its path in
gpsdriverc; otherwise your changes may be overwritten on the next gpsdrive
update.
More information about the GPSdrive
mailing list