Re: [Viking-devel] [PATCH] Make more portable .vik file, as don't save the map cache directory if it's the map cache default directory.

2010-10-07 Thread Greg Troxel
Guilhem Bonnefille writes: > It's an interesting point of vue. Currently, the map cache is > associated to the *instance* of a map layer, not the map layer itself > (as far as i know). For example, you can embed two Mapnik layers with > different caches. > > As you spotted it, I think this is pr

Re: [Viking-devel] Plans for 1.0

2010-10-07 Thread Robert Norris
It would be nice if these changes were merged/cherry picked > . Add keyboard accelerations to layer menus (track/waypoint, GPS, Geo Ref, & > Maps) + from http://github.com/rnorris/viking/tree/LayerMenuKeyboardAccelerators Otherwise I have no further items for 1.0 It would be nice if 1.0 cou

Re: [Viking-devel] Multithread (Was: Plans for 1.0)

2010-10-07 Thread Robert Norris
> > 2010/9/15 Robert Norris : >> I would quite like the only known repeatable crash >> https://sourceforge.net/tracker/?func=detail&aid=3009431&group_id=83870&atid=570954 >> about the map auto download and GPS auto following conflict to be solved >> too. >> I posted a bit about this on this mai

Re: [Viking-devel] [PATCH] Fix display of rounded speed units scale markers in the speed profile.

2010-10-07 Thread Robert Norris
> From: rw_nor...@hotmail.com > To: viking-de...@lists.sf.net > Date: Thu, 7 Oct 2010 20:44:47 +0100 > Subject: [Viking-devel] [PATCH] Fix display of rounded speed units scale > markers in the speed profile. > > The integer method only works when the speed

[Viking-devel] [PATCH] Fix display of rounded speed units scale markers in the speed profile.

2010-10-07 Thread Rob Norris
The integer method only works when the speed unit is in m/s; thus for others show the value to 1 decimal place. --- src/viktrwlayer_propwin.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/viktrwlayer_propwin.c b/src/viktrwlayer_propwin.c index af000b4..1a82930

Re: [Viking-devel] [PATCH] Make more portable .vik file, as don't save the map cache directory if it's the map cache default directory.

2010-10-07 Thread Guilhem Bonnefille
2010/10/6 Greg Troxel : >  user preference file (NOT a .vik) sets path to cached maps > >  each map layer just uses a standard place in the path, and there's no >  config allowed. It's an interesting point of vue. Currently, the map cache is associated to the *instance* of a map layer, not the map