From jan at intevation.de Wed Nov 3 09:32:37 2004
From: jan at intevation.de (Jan-Oliver Wagner)
Date: Wed, 3 Nov 2004 09:32:37 +0100
Subject: [Thuban-list] Thuban at WikiPedia.de
Message-ID: <20041103083237.GA9471@intevation.de>
Hi,
I just stumbled across this nice article on Thuban (the GIS tool)
at the german WikiPedia: http://de.wikipedia.org/wiki/Thuban
:-)
I linked this from the about page of Thuban:
http://thuban.intevation.org/about.html
Jan
--
Jan-Oliver Wagner http://intevation.de/~jan/
Intevation GmbH http://intevation.de/
FreeGIS http://freegis.org/
From mlennert at club.worldonline.be Wed Nov 3 10:44:08 2004
From: mlennert at club.worldonline.be (Moritz Lennert)
Date: Wed, 3 Nov 2004 10:44:08 +0100 (CET)
Subject: [Thuban-list] Thuban at WikiPedia.de
In-Reply-To: <20041103083237.GA9471@intevation.de>
References: <20041103083237.GA9471@intevation.de>
Message-ID: <32881.164.15.134.82.1099475048.squirrel@vivegnulinux.homelinux.org>
On Wed, November 3, 2004 9:32, Jan-Oliver Wagner said:
> Hi,
>
> I just stumbled across this nice article on Thuban (the GIS tool)
> at the german WikiPedia: http://de.wikipedia.org/wiki/Thuban
> :-)
>
The article presents Thuban as a GIS. Is this how you see Thuban ?
Shouldn't this be corrected to Interactive Geographic Data Viewer ?
Moritz
From jan at intevation.de Wed Nov 3 11:40:20 2004
From: jan at intevation.de (Jan-Oliver Wagner)
Date: Wed, 3 Nov 2004 11:40:20 +0100
Subject: [Thuban-list] Thuban a GIS? was: Thuban at WikiPedia.de
In-Reply-To: <32881.164.15.134.82.1099475048.squirrel@vivegnulinux.homelinux.org>
References: <20041103083237.GA9471@intevation.de>
<32881.164.15.134.82.1099475048.squirrel@vivegnulinux.homelinux.org>
Message-ID: <20041103104020.GB9749@intevation.de>
On Wed, Nov 03, 2004 at 10:44:08AM +0100, Moritz Lennert wrote:
> On Wed, November 3, 2004 9:32, Jan-Oliver Wagner said:
> > I just stumbled across this nice article on Thuban (the GIS tool)
> > at the german WikiPedia: http://de.wikipedia.org/wiki/Thuban
> > :-)
>
> The article presents Thuban as a GIS. Is this how you see Thuban ?
> Shouldn't this be corrected to Interactive Geographic Data Viewer ?
Well, it seems Thuban will grow beyond a simple viewer (though it will
never reach something like GRASS):
Just yesterday I learned that a developer group implemented quite
a number of features ontop of Thuban (I've seen a live demo).
Delauney, Voronoi, CSV import, fuzzy classication analysis just being some of them.
I am all excited about this and we will hopefully receive all of that
soon :-)
Best
Jan
--
Jan-Oliver Wagner http://intevation.de/~jan/
Intevation GmbH http://intevation.de/
FreeGIS http://freegis.org/
From mlennert at club.worldonline.be Wed Nov 10 14:22:57 2004
From: mlennert at club.worldonline.be (Moritz Lennert)
Date: Wed, 10 Nov 2004 14:22:57 +0100 (CET)
Subject: [Thuban-list] trouble loading extension
Message-ID: <48752.164.15.134.155.1100092977.squirrel@vivegnulinux.homelinux.org>
Hello,
I guess I just haven't understood the process completely, but I just can't
get extensions to be loaded with a freshly compiled CVS version on debian.
I tried copying the svgexport directory from the thuban/Extensions
dircectory to my .thuban directory and then using "import svgexport" in
thubanstart, but I get no Extensions menu, nor can I find the svg export
functions anywhere else.
I also tried setting the PYTHONPATH variable to /usr/lib/thuban/Extensions
and then add an "import importAPR" into thubanstart. Same results...
Could someone explain how I should proceed ?
Moritz
From Silke.Reimer at intevation.de Wed Nov 10 15:00:32 2004
From: Silke.Reimer at intevation.de (Silke Reimer)
Date: Wed, 10 Nov 2004 15:00:32 +0100
Subject: [Thuban-list] trouble loading extension
In-Reply-To: <48752.164.15.134.155.1100092977.squirrel@vivegnulinux.homelinux.org>
References: <48752.164.15.134.155.1100092977.squirrel@vivegnulinux.homelinux.org>
Message-ID: <20041110140032.GD18553@intevation.de>
Hi Moritz,
On Wed, Nov 10, 2004 at 02:22:57PM +0100, Moritz Lennert wrote:
> Hello,
>
> I guess I just haven't understood the process completely, but I just can't
> get extensions to be loaded with a freshly compiled CVS version on debian.
>
> I tried copying the svgexport directory from the thuban/Extensions
> dircectory to my .thuban directory and then using "import svgexport" in
> thubanstart, but I get no Extensions menu, nor can I find the svg export
> functions anywhere else.
>
> I also tried setting the PYTHONPATH variable to /usr/lib/thuban/Extensions
> and then add an "import importAPR" into thubanstart. Same results...
>
> Could someone explain how I should proceed ?
Normally the Extension has a name (i.e. svgexport, importAPR etc.)
and one or several modules within the extension that can be loaded.
For importAPR you can only import the module importAPR but for
svgexport the module is named svgsaver and for the umn_mapserver
extension you have mf_export and mf_import and so on.
So, if /usr/lib/thuban/Extensions is in your PYTHONPATH you should
type
import importAPR.importAPR
import svgexport.svgsaver
import umn_mapserver.mf_export
import umn_mapserver.mf_import
etc.
If you don't have the Extensions directory in your PYTHONPATH the
following should do it:
import Extensions.importAPR.importAPR
import Extensions.svgexport.svgsaver
import Extensions.umn_mapserver.mf_export
import Extensions.umn_mapserver.mf_import
In some extensions (unfortunately not in all) their is a README
explaining which extension can be loaded and how.
Greetings,
Silke
--
Silke Reimer
Intevation GmbH http://intevation.de/
FreeGIS http://freegis.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.intevation.de/pipermail/thuban-list/attachments/20041110/04121651/attachment.bin
From mlennert at club.worldonline.be Wed Nov 10 15:42:21 2004
From: mlennert at club.worldonline.be (Moritz Lennert)
Date: Wed, 10 Nov 2004 15:42:21 +0100 (CET)
Subject: [Thuban-list] svgexport does not export polygon layers
Message-ID: <49761.164.15.134.155.1100097741.squirrel@vivegnulinux.homelinux.org>
Hello,
first of all thank to Silke for the information on how to load extensions.
Maybe your mail could be integrated into the online documentation ?
Now that I have access to the svg export extension, however, I have
problems exporting polygon layers. Line and point layers are no problem.
Polygon layers get mentioned in the svg file, but are empty:
Does the svg export tool not support polygon layers ?
Moritz
From mlennert at club.worldonline.be Wed Nov 10 15:53:12 2004
From: mlennert at club.worldonline.be (Moritz Lennert)
Date: Wed, 10 Nov 2004 15:53:12 +0100 (CET)
Subject: [Thuban-list] problems with postscript output
Message-ID: <49926.164.15.134.155.1100098392.squirrel@vivegnulinux.homelinux.org>
Hello, I have some problems with postscript output of a thuban session.
Here you can see the thuban session:
http://moritz.homelinux.org/misc/map_thuban.png
and here you can see the resulting file print output:
http://moritz.homelinux.org/misc/map_ps.png
As you can see an important part of the 'secteurs statistiques' layer is
missing in the south.
Moritz
From jan at intevation.de Thu Nov 11 21:43:23 2004
From: jan at intevation.de (Jan-Oliver Wagner)
Date: Thu, 11 Nov 2004 21:43:23 +0100
Subject: [Thuban-list] problems with postscript output
In-Reply-To: <49926.164.15.134.155.1100098392.squirrel@vivegnulinux.homelinux.org>
References: <49926.164.15.134.155.1100098392.squirrel@vivegnulinux.homelinux.org>
Message-ID: <20041111204323.GD4351@intevation.de>
Hi Moritz,
On Wed, Nov 10, 2004 at 03:53:12PM +0100, Moritz Lennert wrote:
> Hello, I have some problems with postscript output of a thuban session.
>
> Here you can see the thuban session:
>
> http://moritz.homelinux.org/misc/map_thuban.png
>
> and here you can see the resulting file print output:
>
> http://moritz.homelinux.org/misc/map_ps.png
>
> As you can see an important part of the 'secteurs statistiques' layer is
> missing in the south.
not only that. Also missing is the legend which is usually at the
rigth-hand of the map.
I've tried to reproduce it with the Frida data (frida.intevation.org)
but I failed (ie. all is perfect).
Which version of Thuban are you using?
Which operating system?
Is it possible you send me the minimum data set that fails for you
so that I can try whether I can reproduce it then?
Best
Jan
--
Jan-Oliver Wagner http://intevation.de/~jan/
Intevation GmbH http://intevation.de/
FreeGIS http://freegis.org/
From mlennert at club.worldonline.be Fri Nov 12 12:25:40 2004
From: mlennert at club.worldonline.be (Moritz Lennert)
Date: Fri, 12 Nov 2004 12:25:40 +0100 (CET)
Subject: [Thuban-list] problems with postscript output
In-Reply-To: <20041111204323.GD4351@intevation.de>
References: <49926.164.15.134.155.1100098392.squirrel@vivegnulinux.homelinux.org>
<20041111204323.GD4351@intevation.de>
Message-ID: <1250.83.134.239.28.1100258740.squirrel@vivegnulinux.homelinux.org>
On Thu, November 11, 2004 21:43, Jan-Oliver Wagner said:
> Hi Moritz,
>
> On Wed, Nov 10, 2004 at 03:53:12PM +0100, Moritz Lennert wrote:
>> Hello, I have some problems with postscript output of a thuban session.
>>
>> Here you can see the thuban session:
>>
>> http://moritz.homelinux.org/misc/map_thuban.png
>>
>> and here you can see the resulting file print output:
>>
>> http://moritz.homelinux.org/misc/map_ps.png
>>
>> As you can see an important part of the 'secteurs statistiques' layer is
>> missing in the south.
>
> not only that. Also missing is the legend which is usually at the
> rigth-hand of the map.
>
No, that is because I cut out the map...
> I've tried to reproduce it with the Frida data (frida.intevation.org)
> but I failed (ie. all is perfect).
>
> Which version of Thuban are you using?
cvs from Nov. 10.
> Which operating system?
Debian GNU/Linux testing/unstable
> Is it possible you send me the minimum data set that fails for you
> so that I can try whether I can reproduce it then?
I'll send it in a private mail.
Moritz
> Best
>
> Jan
> --
> Jan-Oliver Wagner http://intevation.de/~jan/
>
> Intevation GmbH http://intevation.de/
> FreeGIS http://freegis.org/
>
> _______________________________________________
> Thuban-list mailing list
> Thuban-list at intevation.de
> https://intevation.de/mailman/listinfo/thuban-list
>
From jan at intevation.de Fri Nov 12 18:57:47 2004
From: jan at intevation.de (Jan-Oliver Wagner)
Date: Fri, 12 Nov 2004 18:57:47 +0100
Subject: [Thuban-list] problems with postscript output
In-Reply-To: <1250.83.134.239.28.1100258740.squirrel@vivegnulinux.homelinux.org>
References: <49926.164.15.134.155.1100098392.squirrel@vivegnulinux.homelinux.org>
<20041111204323.GD4351@intevation.de>
<1250.83.134.239.28.1100258740.squirrel@vivegnulinux.homelinux.org>
Message-ID: <20041112175747.GB30266@intevation.de>
On Fri, Nov 12, 2004 at 12:25:40PM +0100, Moritz Lennert wrote:
> On Thu, November 11, 2004 21:43, Jan-Oliver Wagner said:
> > On Wed, Nov 10, 2004 at 03:53:12PM +0100, Moritz Lennert wrote:
> >> Hello, I have some problems with postscript output of a thuban session.
> >>
> >> Here you can see the thuban session:
> >>
> >> http://moritz.homelinux.org/misc/map_thuban.png
> >>
> >> and here you can see the resulting file print output:
> >>
> >> http://moritz.homelinux.org/misc/map_ps.png
> >>
> >> As you can see an important part of the 'secteurs statistiques' layer is
> >> missing in the south.
> >
> > not only that. Also missing is the legend which is usually at the
> > rigth-hand of the map.
>
> No, that is because I cut out the map...
OK.
> > Is it possible you send me the minimum data set that fails for you
> > so that I can try whether I can reproduce it then?
>
> I'll send it in a private mail.
I received the data from Moritz.
I can reproduce the problem.
However, for me there are missing fewer number of objects.
It might be equal to the number of point objects that
Moritz has in his screenshot (I got only the line data).
This makes me believe that the total number of objects has
some sort of limit. So that is the direction for further
investigations ...
Best
Jan
--
Jan-Oliver Wagner http://intevation.de/~jan/
Intevation GmbH http://intevation.de/
FreeGIS http://freegis.org/
From jan at intevation.de Sat Nov 13 19:04:33 2004
From: jan at intevation.de (Jan-Oliver Wagner)
Date: Sat, 13 Nov 2004 19:04:33 +0100
Subject: [Thuban-list] problems with postscript output
In-Reply-To: <20041112175747.GB30266@intevation.de>
References: <49926.164.15.134.155.1100098392.squirrel@vivegnulinux.homelinux.org>
<20041111204323.GD4351@intevation.de>
<1250.83.134.239.28.1100258740.squirrel@vivegnulinux.homelinux.org>
<20041112175747.GB30266@intevation.de>
Message-ID: <20041113180433.GA8230@intevation.de>
On Fri, Nov 12, 2004 at 06:57:47PM +0100, Jan-Oliver Wagner wrote:
> I can reproduce the problem.
> However, for me there are missing fewer number of objects.
> It might be equal to the number of point objects that
> Moritz has in his screenshot (I got only the line data).
> This makes me believe that the total number of objects has
> some sort of limit. So that is the direction for further
> investigations ...
So far I found out the number:
The shapefile has 22197 Shapes.
Only 21702 are drawn, then the routine stops.
The routine is
Thuban.UI.baserenderer.py (BaseRenderer.draw_shape_layer_incrementally)
Still I have no idea why it happens.
Jan
--
Jan-Oliver Wagner http://intevation.de/~jan/
Intevation GmbH http://intevation.de/
FreeGIS http://freegis.org/
From bernhard at intevation.de Mon Nov 15 17:37:16 2004
From: bernhard at intevation.de (Bernhard Reiter)
Date: Mon, 15 Nov 2004 17:37:16 +0100
Subject: [Thuban-list] svgexport does not export polygon layers
In-Reply-To: <49761.164.15.134.155.1100097741.squirrel@vivegnulinux.homelinux.org>
References: <49761.164.15.134.155.1100097741.squirrel@vivegnulinux.homelinux.org>
Message-ID: <20041115163716.GO26967@intevation.de>
Hi Moritz,
On Wed, Nov 10, 2004 at 03:42:21PM +0100, Moritz Lennert wrote:
> first of all thank to Silke for the information on how to load extensions.
> Maybe your mail could be integrated into the online documentation ?
it certainly should be integrated.
> Now that I have access to the svg export extension, however, I have
> problems exporting polygon layers. Line and point layers are no problem.
> Polygon layers get mentioned in the svg file, but are empty:
>
>
>
>
>
>
> Does the svg export tool not support polygon layers ?
It does and it works for me, e.g. on the iceland political layer.
The buglet in there is, that polygons will not be closed,
but I consider this minor.
But with your data there also seems to be a bug.
Because you have problems with postscript output also,
I think it will be in a different part of Thuban.
(Let's take this to the development list and poke around.)
Thanks for reporting!
Bernhard R.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.intevation.de/pipermail/thuban-list/attachments/20041115/1732eae6/attachment.bin
From bernhard at intevation.de Mon Nov 15 18:28:10 2004
From: bernhard at intevation.de (Bernhard Reiter)
Date: Mon, 15 Nov 2004 18:28:10 +0100
Subject: [Thuban-list] problems with postscript output
In-Reply-To: <20041113180433.GA8230@intevation.de>
References: <49926.164.15.134.155.1100098392.squirrel@vivegnulinux.homelinux.org>
<20041111204323.GD4351@intevation.de>
<1250.83.134.239.28.1100258740.squirrel@vivegnulinux.homelinux.org>
<20041112175747.GB30266@intevation.de>
<20041113180433.GA8230@intevation.de>
Message-ID: <20041115172810.GQ26967@intevation.de>
On Sat, Nov 13, 2004 at 07:04:33PM +0100, Jan-Oliver Wagner wrote:
> On Fri, Nov 12, 2004 at 06:57:47PM +0100, Jan-Oliver Wagner wrote:
> > I can reproduce the problem.
I have an entry in the bug tracker for it:
#2692
https://intevation.de/rt/webrt?serial_num=2692&display=History
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.intevation.de/pipermail/thuban-list/attachments/20041115/9a8e4f3b/attachment.bin
From jan at intevation.de Mon Nov 15 20:56:07 2004
From: jan at intevation.de (Jan-Oliver Wagner)
Date: Mon, 15 Nov 2004 20:56:07 +0100
Subject: [Thuban-list] svgexport does not export polygon layers
In-Reply-To: <20041115163716.GO26967@intevation.de>
References: <49761.164.15.134.155.1100097741.squirrel@vivegnulinux.homelinux.org>
<20041115163716.GO26967@intevation.de>
Message-ID: <20041115195607.GA24345@intevation.de>
On Mon, Nov 15, 2004 at 05:37:16PM +0100, Bernhard Reiter wrote:
> On Wed, Nov 10, 2004 at 03:42:21PM +0100, Moritz Lennert wrote:
> > first of all thank to Silke for the information on how to load extensions.
> > Maybe your mail could be integrated into the online documentation ?
>
> it certainly should be integrated.
the way this will be done will be changed a little bit and then
be better documented in the corresponding section (
http://thuban.intevation.org/doc/users_manual_for_thuban_1.0/html/c712.html#AEN715
)
Best
Jan
--
Jan-Oliver Wagner http://intevation.de/~jan/
Intevation GmbH http://intevation.de/
FreeGIS http://freegis.org/
From mlennert at club.worldonline.be Wed Nov 17 13:53:04 2004
From: mlennert at club.worldonline.be (Moritz Lennert)
Date: Wed, 17 Nov 2004 13:53:04 +0100 (CET)
Subject: [Thuban-list] how to import text file with point data
Message-ID: <33011.164.15.134.161.1100695984.squirrel@vivegnulinux.homelinux.org>
Hi,
A colleague of mine has a text file with x,y coordinates of point data. He
would like to use this in Thuban. What would be the best way to do this ?
Should he create a shape file ? Should we install PostGIS and import the
points into a table ? Is there a direct text file import ?
Moritz
From jan at intevation.de Wed Nov 17 14:41:46 2004
From: jan at intevation.de (Jan-Oliver Wagner)
Date: Wed, 17 Nov 2004 14:41:46 +0100
Subject: [Thuban-list] how to import text file with point data
In-Reply-To: <33011.164.15.134.161.1100695984.squirrel@vivegnulinux.homelinux.org>
References: <33011.164.15.134.161.1100695984.squirrel@vivegnulinux.homelinux.org>
Message-ID: <20041117134146.GB15076@intevation.de>
On Wed, Nov 17, 2004 at 01:53:04PM +0100, Moritz Lennert wrote:
> A colleague of mine has a text file with x,y coordinates of point data. He
> would like to use this in Thuban. What would be the best way to do this ?
> Should he create a shape file ? Should we install PostGIS and import the
> points into a table ? Is there a direct text file import ?
I received a very big extension where this is a part of :-)
However, it needs to be pulled out of the big extension and
it also needs to be translated from german to english.
It looks similar to the import dialog of OpenOffice.org
or other spreadsheets where you import CSV.
Anyone who volunteers?
Another way is to separate the text file into a coordinate
file in the GENERATE format and a attribute file in CVS style.
The coordinates can then be converted to shp with gen2shp
and the CSV with toold like txt2dbf.
Best
Jan
--
Jan-Oliver Wagner http://intevation.de/~jan/
Intevation GmbH http://intevation.de/
FreeGIS http://freegis.org/
From mlennert at club.worldonline.be Wed Nov 17 15:35:15 2004
From: mlennert at club.worldonline.be (Moritz Lennert)
Date: Wed, 17 Nov 2004 15:35:15 +0100 (CET)
Subject: [Thuban-list] how to import text file with point data
In-Reply-To: <20041117134146.GB15076@intevation.de>
References: <33011.164.15.134.161.1100695984.squirrel@vivegnulinux.homelinux.org>
<20041117134146.GB15076@intevation.de>
Message-ID: <33411.164.15.134.161.1100702115.squirrel@vivegnulinux.homelinux.org>
On Wed, November 17, 2004 14:41, Jan-Oliver Wagner said:
> On Wed, Nov 17, 2004 at 01:53:04PM +0100, Moritz Lennert wrote:
>> A colleague of mine has a text file with x,y coordinates of point data.
>> He
>> would like to use this in Thuban. What would be the best way to do this
>> ?
>> Should he create a shape file ? Should we install PostGIS and import the
>> points into a table ? Is there a direct text file import ?
>
> I received a very big extension where this is a part of :-)
> However, it needs to be pulled out of the big extension and
> it also needs to be translated from german to english.
>
> It looks similar to the import dialog of OpenOffice.org
> or other spreadsheets where you import CSV.
>
> Anyone who volunteers?
>
I can certainly do the translation and I am willing to look into the
extraction part, but without any promises (not being the great programming
expert)...
>
> Another way is to separate the text file into a coordinate
> file in the GENERATE format and a attribute file in CVS style.
> The coordinates can then be converted to shp with gen2shp
> and the CSV with toold like txt2dbf.
Thanks a lot for the hint, my colleague will try this solution.
Moritz
P.S.
In order to comile gen2shp on Debian I had to change
#include
on line 24 of gen2shp.c to
#include
Moritz
From Noli.Sicad at csiro.au Fri Nov 19 03:47:42 2004
From: Noli.Sicad at csiro.au (Noli.Sicad@csiro.au)
Date: Fri, 19 Nov 2004 13:47:42 +1100
Subject: [Thuban-list] Thuban and wxPython 2.5 compiling?
Message-ID: <6A02F18E86B8E342A48C40DE665BDEA60A0AC4@exvicn2-mel.nexus.csiro.au>
I googled the net for Thuban and wxPython 2.5. It seems that there is
problem compiling.
Wxpython has new src/rpms for Fedora 2, RH9 and Mandrakes 9.2 and 10.1
http://www.wxpython.org/download.php
How do you compile thuban properly with wxpython 2.5. which wx-config
should use in 3 wxpython inorder to get wxproj.cpp compiling.
I have problem ccache -pthread in wxproj.cpp, I am using CVS tarball
download.
If I use the thuban rpm for Fedora 2, which libwx-gtk*.so should I ln -s
with libwx-gtk2-2.4.* (the one comes with the rpm)
Any pointers.
Thanks, Noli
From jan at intevation.de Thu Nov 25 23:26:34 2004
From: jan at intevation.de (Jan-Oliver Wagner)
Date: Thu, 25 Nov 2004 23:26:34 +0100
Subject: [Thuban-list] Thuban contribution: precision farming extension
Message-ID: <20041125222634.GB4496@intevation.de>
Hi Thuban users,
I just uploaded a thuban version that has been extended
to work as a support tool for varius precision farming related issues.
It is the outcome of a project at University of Applied Science
Osnabr?ck in Germany. The project is called PIROL (Precision Farming als
Instrument der interdisziplin?ren potentialorientierten Landnutzung).
The whole application, however is completely in german language.
The main author, Ole Rahn submitted a tar-ball that can be
downloaded here:
http://thuban.intevation.org/download.html#contrib
It is planned to incorporate many of the general tools into Thuban main
stream, but this will surely take a while. Any takers welcome.
This version is extremely exciting and it is at least as GREAT-ER
which is also based on Thuban.
None of the Thuban core developers participate in this project,
so all credits go to the PIROL development team!
Best
Jan
--
Jan-Oliver Wagner http://intevation.de/~jan/
Intevation GmbH http://intevation.de/
FreeGIS http://freegis.org/
From bh at intevation.de Fri Nov 26 23:08:58 2004
From: bh at intevation.de (Bernhard Herzog)
Date: Fri, 26 Nov 2004 23:08:58 +0100
Subject: [Thuban-list] problems with postscript output
In-Reply-To: <20041115172810.GQ26967@intevation.de> (Bernhard Reiter's
message of "Mon, 15 Nov 2004 18:28:10 +0100")
References: <49926.164.15.134.155.1100098392.squirrel@vivegnulinux.homelinux.org>
<20041111204323.GD4351@intevation.de>
<1250.83.134.239.28.1100258740.squirrel@vivegnulinux.homelinux.org>
<20041112175747.GB30266@intevation.de>
<20041113180433.GA8230@intevation.de>
<20041115172810.GQ26967@intevation.de>
Message-ID:
A non-text attachment was scrubbed...
Name: postscript-rendering-bugfix.diff
Type: text/x-patch
Size: 1826 bytes
Desc: patch for thuban RT#2692
Url : http://www.intevation.de/pipermail/thuban-list/attachments/20041126/504ae885/postscript-rendering-bugfix.diff
From mlennert at club.worldonline.be Sat Nov 27 10:37:33 2004
From: mlennert at club.worldonline.be (Moritz Lennert)
Date: Sat, 27 Nov 2004 10:37:33 +0100 (CET)
Subject: [Thuban-list] problems with postscript output
In-Reply-To:
References: <49926.164.15.134.155.1100098392.squirrel@vivegnulinux.homelinux.org>
<20041111204323.GD4351@intevation.de>
<1250.83.134.239.28.1100258740.squirrel@vivegnulinux.homelinux.org>
<20041112175747.GB30266@intevation.de>
<20041113180433.GA8230@intevation.de>
<20041115172810.GQ26967@intevation.de>
Message-ID: <33049.83.134.238.118.1101548253.squirrel@vivegnulinux.homelinux.org>
On Fri, November 26, 2004 23:08, Bernhard Herzog said:
> Bernhard Reiter writes:
>
>> On Sat, Nov 13, 2004 at 07:04:33PM +0100, Jan-Oliver Wagner wrote:
>>> On Fri, Nov 12, 2004 at 06:57:47PM +0100, Jan-Oliver Wagner wrote:
>>> > I can reproduce the problem.
>
> I have a potential fix. See attached patch. It's "potential" because
> I'm not sure I understand the code involved well enough. My excuse for
> that is that I didn't write it myself and it's underdocumented and seems
> at least at a first glance a bit too complicated for what it intends to
> do and it's become quite late :)
>
>> I have an entry in the bug tracker for it:
>> #2692
>> https://intevation.de/rt/webrt?serial_num=2692&display=History
>
> I'll add a note about the patch.
It seems to work here. All maps I've tried so far are printed to postscript
file completely now.
Thanks a lot !
Moritz
From bernhard at intevation.de Sat Nov 27 11:00:29 2004
From: bernhard at intevation.de (Bernhard Reiter)
Date: Sat, 27 Nov 2004 11:00:29 +0100
Subject: [Thuban-list] Thuban and wxPython 2.5 compiling?
In-Reply-To: <6A02F18E86B8E342A48C40DE665BDEA60A0AC4@exvicn2-mel.nexus.csiro.au>
References: <6A02F18E86B8E342A48C40DE665BDEA60A0AC4@exvicn2-mel.nexus.csiro.au>
Message-ID: <20041127100029.GC32229@intevation.de>
On Fri, Nov 19, 2004 at 01:47:42PM +1100, Noli.Sicad at csiro.au wrote:
> I googled the net for Thuban and wxPython 2.5. It seems that there is
> problem compiling.
I believe we did not target wxPython 2.5 yet,
this is because it is based only on the development version of wxWidgets.
The stable version of wxWidget still is 2.4.2
and it is more likely to find those libraries installed
by distributions already as compared to the latest development version.
However we shall target 2.5.x in the future, contributions
to the development are welcome on the thuban-devel list.
> How do you compile thuban properly with wxpython 2.5. which wx-config
> should use in 3 wxpython inorder to get wxproj.cpp compiling.
>
> I have problem ccache -pthread in wxproj.cpp, I am using CVS tarball
> download.
Please post more details to thuban-devel.
> If I use the thuban rpm for Fedora 2, which libwx-gtk*.so should I ln -s
> with libwx-gtk2-2.4.* (the one comes with the rpm)
If you are talking about the packages from
http://ftp.intevation.de/freegis/fedora/2/
I believe that you do not need to link anything
as the packages neede according to the dependencies
take care of this.
(See http://ftp.intevation.de/freegis/fedora/2/readme.txt).
Let us and the fedora people know if this is not the case.
Best,
Bernhard
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.intevation.de/pipermail/thuban-list/attachments/20041127/9e2e7c9c/attachment.bin
From jan at intevation.de Mon Nov 29 11:55:15 2004
From: jan at intevation.de (Jan-Oliver Wagner)
Date: Mon, 29 Nov 2004 11:55:15 +0100
Subject: [Thuban-list] New Translation: Hungarian
Message-ID: <20041129105515.GA6415@intevation.de>
Hi Thuban users,
as of this weekend we have a new translation in CVS (both, HEAD and 1_0)
for Hungarian. Many thanks to Norbert Solymosi for this contribution!
Best
Jan
--
Jan-Oliver Wagner http://intevation.de/~jan/
Intevation GmbH http://intevation.de/
FreeGIS http://freegis.org/