Re: RE : [Qgis-user] Error in grass startup script

2007-01-22 Thread Radim Blazek

You do not need to run Init.sh with QGIS.

Radim

On 1/20/07, Serge Dufort [EMAIL PROTECTED] wrote:

Yes Tim, this happens when running Init.sh (sh Init.sh) under GRASS shell
module in QuantumGis/grass/etc under Windows XP. The window associated to
the choice of the mapset appears and works fine. Then, the GRASS GUI
launching process bugs and the error message appears.
I didn't had this problem with some development version of Titan QGIS.
I hope this helps.

SD
-Message d'origine-
De: Tim Sutton [mailto:[EMAIL PROTECTED]
Envoyé: samedi 20 janvier 2007 18:28
Ŕ: Serge Dufort
Cc: qgis-user@lists.qgis.org
Objet: Re: [Qgis-user] Error in grass startup script

Hi

Radim do you have some idea what this means? Serge can you supply the
exact steps needed to replicate the issue?

Regards

Tim

On 1/20/07, Serge Dufort [EMAIL PROTECTED] wrote:




 Hello list,



 When launching grass shell on Windows from QGIS 0.8.0, the following error
 occurs :



 can't read parts(n): no such variable

 while executing

 MapCanvas::zoom_new $mon $parts(n) $parts(s) $parts(e) $parts(w)
 $parts(nsres) $part(ewres)



 Thank you for your help in resolving this problem …



 Regards,



 SD
 ___
 Qgis-user mailing list
 Qgis-user@lists.qgis.org
 http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user





--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net

---
Orange vous informe que cet  e-mail a ete controle par l'anti-virus mail.
Aucun virus connu a ce jour par nos services n'a ete detecte.






___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] ECW Licence

2007-01-08 Thread Radim Blazek

On 1/8/07, Luca Casagrande [EMAIL PROTECTED] wrote:

The matter is that you use ECW with GDAL, that is not under GPL, but under MIT
License.


MIT License gives more freedom than GPL. I don't see any problem except
that GDAL with built in GPL part cannot be distributed as MIT licensed library.
It is possible to relicense MIT SW to GPL but it is not vice versa.
IMO everything is OK if we add a note somewhere that a part of GDAL
binary build
is GPL and it restricts the use of GDAL to GPL. In any case we cannot violate
ECW's GPL because everything we distribute is GPL or MIT, we dont use
any piece code which is not GPL compatible.

Radim


On Mon, 8 Jan 2007 13:32:38 +0100
Yves Jacolin [EMAIL PROTECTED] wrote:

 So it seems possible to use a GPL-like licence for the librairy. In the
 licence.txt we can read


--
Join the world's largest wifi conunity! http://en.fon.com/

LINUX User #411601
GENTOO-GIS Development Team
jabber: [EMAIL PROTECTED]


___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


[Qgis-user] Press Centre - please help

2007-01-06 Thread Radim Blazek

Hi all.

We have created QGIS Press Centre pages on QGIS Wiki with the intention
to organize better translation and distribution of QGIS press releases,
especially stable release announcements.
The idea is that all press releases and translations are in the same place
and we have good overview of current state of translations.
Similarly a list of journals, mailing lists etc. where the
announcements are sent
is maintained on another wiki page.

We need help with translations and maintenance of the list of journals
and mailing lists
where the announcements should be sent. At this moment we need especially
to translate 0.8.0 stable release announcement and initially fill the
list of journals.

Press releases: http://wiki.qgis.org/qgiswiki/Press_Releases
Journals: http://wiki.qgis.org/qgiswiki/Journals

I hope you can help us, thank you
Radim Blazek
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] GRASS map calculator bug/feature

2007-01-02 Thread Radim Blazek

Hi,
nice to see that the tool is used. I found that you can  type
anything as constant (Add constant value) but that is just another
bug because there should be QDoubleValidator set on that input
so I cannot reccomend to use this because that may not work in future
(including saved formulas).

I would like to avoid the possibility to type anything in map input control
because it is not robust enough - user can type wrong map name and
r.mapcalc fails. GRASS Tools should not let a user to run a module
with parameters which can fail.

IMO we can add onother control beside map combo box for cell selection
(default 0,0). If you are interested in this feature, please fill a new ticket
(enhancement, 0.9).

BTW, do you realy need to work with individual cells or do you need
just a sum/avg/... from cells in neighbourhood?

Radim


On 12/26/06, Lubos Balazovic [EMAIL PROTECTED] wrote:

Hi,
in QGIS Preview2 (WINDOWS) there was a bug [1] in GRASS map calculator which
preserves user to choose layer from list so user had to type name of the
layer manually. Recently I've find out that this is nice feature which
allows to type for example layername[10,10] which is interpreted by
mapcalc as reference for neighbourhood of each processed cell in raster. Now
the bug is fixed and nice feature is over. The question is: Is there
currently another way in GRASS raster map calculator which allows to use
referencies for cells neighbourhood? Is it possible to change static list of
GRASS raster layers to be writeable?

Lubos

[1] http://svn.qgis.org/trac/ticket/318

___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user




___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] More GRASS modules and QGIS Windows test

2006-12-14 Thread Radim Blazek

Tim,
I'll check the modules and add those which meets
requirements to SVN.

Radim

On 12/14/06, Tim Sutton [EMAIL PROTECTED] wrote:

Hi if you send everything to me (pictures + modules) I will include it
in the win build. Maybe Radim wants to check things first?

Regards

Tim

On 12/14/06, Leonardo Lami [EMAIL PROTECTED] wrote:
 Hi all,
  I make pictures too, can you test it?

  Regards
  Leonardo

  I have prepared same GRASS modules for QGIS (without pictures) and I will
  happy if you can test them!
  Download the file grass.zip from the page www.faunalia.it/download/qgis
 and...

  for Windows
  You must copy the file of the directory modules in the directory
  C:\...\Quantum GIS\share\qgis\grass\modules and sobstitute the file
  default.qgc in the directory C:\...\Quantum GIS\share\qgis\grass\config
  with the file in the directory config
 
  for Linux (Debian)
  You must copy the file of the directory modules in the directory
  /usr/share/qgis/grass/modules and sobstitute the file default.qgc in the
  directory /usr/share/qgis/grass/config with the file in the directory
  config
 
  Someone likes make pictures?
 
 
  I'm testing QGIS for Windows and I find same little bugs:
 
  1) The interactive measure plugin don't work (but I think it is a problem
  of Linux versions to)
 
  2) I cannot see the dbf table linked to the GRASS vectors when i click on
  the Open table buttom and I cannot see the record linked to the elements
  that I query with the Identify feutures pointer.
 
  3) The resolution of all the elements in the mapcomposer is very low and
  so the result is not good
 
  4) I can use the plugins loaded with the toolbar menù but I can not see
  the icons of the plugins (no true bug)
 
  Good work!
  Greatings for the developement!
 
  Regards
  Leonardo
 
  ---

 --
 Leonardo Lami
 email + jabber: [EMAIL PROTECTED]
 www.faunalia.it
 Cell: (+39)349-1310164  Tel+Fax: (+39) 0587-213742
 Piazza Garibaldi 5 - 56025 Pontedera (PI), Italy
 ___
 Qgis-user mailing list
 Qgis-user@lists.qgis.org
 http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user



--
--
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Home Page: http://linfiniti.com
Skype: timlinux
MSN: [EMAIL PROTECTED]
Yahoo: [EMAIL PROTECTED]
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Re: Re: Re: Re: Error in print: Cannot find BoundingBox

2006-12-03 Thread Radim Blazek

http://www.trolltech.com/developer/notes/changes/changes-4.2.2/ :
Ensured that QPrinter doesn't generate PDF when printing to raw CUPS printers.

Radim

On 12/1/06, Henning Lorenz [EMAIL PROTECTED] wrote:

The document format is PDF1.4, not EPS as it should be. Sometimes the
Cannot find translate error, which Maciej mentioned, pops up - but not
regularly and reproduceable - and I can't figure out what triggers it. If
this happens the PDF.eps file is corrupted, if not the file seems to be
fine.

Henning

On Thu, 30 Nov 2006 16:34:44 +0100, Radim Blazek wrote:

 On 11/30/06, Henning Lorenz [EMAIL PROTECTED] wrote:
 Yes, its .eps. It's possible to display the eps-file in DocumentViewer
 and it looks allright. So the error is just irritating. However it might
 be difficult to print an eps-file without BoundingBox.

 Vice versa, you need the BoundingBox for EPS, not for PS.
 And what is the document format, the first line in the file?

 Radim

 Henning




___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user