[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-09-30 Thread Rob Norris
The map cache default directory is dependent on the user and OS, however on reading in when it's blank it automatically puts in the map cache default directory. --- src/vikmapslayer.c | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/vikmapslayer.c b/src/vikma

[Viking-devel] [PATCH] Remove specific user's map cache directory from test Terraserver.vik file, so that anyone can use it.

2010-09-30 Thread Rob Norris
--- test/Terraserver.vik |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Terraserver.vik b/test/Terraserver.vik index 070ec34..8fb1ba4 100644 --- a/test/Terraserver.vik +++ b/test/Terraserver.vik @@ -12,7 +12,7 @@ drawcentermark=t ~Layer Map name=Terraserver To

[Viking-devel] [PATCH] Prevent zoom factor string displaying unnecessary .0s when it's a whole number.

2010-09-30 Thread Rob Norris
--- src/vikwindow.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/vikwindow.c b/src/vikwindow.c index 752c65d..9c094f3 100644 --- a/src/vikwindow.c +++ b/src/vikwindow.c @@ -403,7 +403,11 @@ static void draw_status ( VikWindow *vw ) if (xmpp != ympp) g_s

Re: [Viking-devel] Downloading while panning

2010-09-30 Thread Guilhem Bonnefille
2010/9/25 Jocelyn Jaubert : > In any case, your commit might be clearer if an argument to fonction > draw_update() was added to propagate the information if we need a > download or not. I don't really like "global variables", but I > understand why you have added one there :) Sure. But I'm really

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

2010-09-30 Thread Guilhem Bonnefille
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 mailing list a w