Re: [Qgis-developer] Photo table widget: what is h w?

2013-09-27 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Il 26/09/2013 19:49, Alexander Bruy ha scritto:
 If I'm not wrong, this is width and height of display area, so
 all images will be scaled to fit this size

got it, thanks

- -- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlJFH58ACgkQ/NedwLUzIr7xFACgosNklOPJDYh2z8NSolG/sa68
umgAoIIEhm+MHk+avRaDtriBQ9bqzTcS
=/yqo
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Reprojection problem

2013-09-27 Thread Benoît Laurent

Hello,

I performed a check: the ntf_r93.gsb is located in the 
InstallDir\share\proj directory. What is wrong ?


Regards,

Benoît
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Show all diagrams

2013-09-27 Thread Matthias Kuhn
Hi Paolo,

If I remember correctly, diagrams currently use a global setting and 
not a per layer setting for PAL settings. It will therefore be a bit 
more work than just moving the option.

Matthias

On Fre 27 Sep 2013 07:42:11 CEST, Paolo Cavallini wrote:
 * *BEGIN ENCRYPTED or SIGNED PART* *

 Hi all.
 While the default of not showing overlapping elements makes sense for labels, 
 it is
 less reasonable for diagrams, where a partial overlap is better than missing 
 some.
 Furthermore, the option to show them all is hidden in obscure (for average 
 user) options.
 My suggestions:
 * enable show all by default
 * put the option to remove the overlapping ones in the main dialog, easy to 
 find.
 Should I open a ticket?
 Thanks.
 --
 Paolo Cavallini - Faunalia
 www.faunalia.eu
 Full contact details at www.faunalia.eu/pc
 Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario


 ** *END ENCRYPTED or SIGNED PART* **

 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer





___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Reprojection problem

2013-09-27 Thread Bernhard Ströbl

Hi,

maybe you should try ot set an absolute path?

Bernhard

Am 27.09.2013 08:33, schrieb Benoît Laurent:

Hello,

I performed a check: the ntf_r93.gsb is located in the
InstallDir\share\proj directory. What is wrong ?

Regards,

Benoît
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


__ Information from ESET Mail Security, version of virus
signature database 8848 (20130926) __

The message was checked by ESET Mail Security.
http://www.eset.com





__ Information from ESET Mail Security, version of virus signature 
database 8848 (20130926) __

The message was checked by ESET Mail Security.
http://www.eset.com


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Reprojection problem

2013-09-27 Thread Benoît Laurent

Hello,

Thank you for your help.

How can I set the path ?

Regards,

Benoît


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] CAD Tools errors

2013-09-27 Thread Angelos Tzotsos
Hi all,

The CadTools plugin has just been updated to 0.6.1.

Cheers,
Angelos


On Thu, Sep 26, 2013 at 7:05 PM, Angelos Tzotsos gcpp.kal...@gmail.comwrote:

 Hi Paolo,

 There was a pull request to fix these issues.
 I am going to create a new version and upload soon.

 https://github.com/geopython/**CadToolshttps://github.com/geopython/CadTools

 Cheers,
 Angelos

 On 09/26/2013 06:19 PM, Paolo Cavallini wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi all.
 CAD tools shows various errors:

 Rotate objects:

 Traceback (most recent call last):
File
 /home/paolo/.qgis2/python/**plugins/cadtools/tools/**vertexandobjectfindertool.py,
 line
 64, in canvasPressEvent
  vlayer.select( [], QgsRectangle(),  True)
 TypeError: arguments did not match any overloaded call:
QgsVectorLayer.select(**QgsRectangle, bool): argument 1 has
 unexpected type 'list'
QgsVectorLayer.select(int): argument 1 has unexpected type 'list'
QgsVectorLayer.select(unknown-**type): too many arguments

 Circular arc:

 Traceback (most recent call last):
File 
 /home/paolo/.qgis2/python/**plugins/cadtools/tools/**circulararctool.py,
 line
 70, in createCircularArc
  g = CircularArc.**getInterpolatedArc(self.p1,  self.p2,  self.p3,
 method.toString(),  value.toDouble()[0])
 AttributeError: 'unicode' object has no attribute 'toString'

 Orthogonal digitizer:

 Traceback (most recent call last):
File /home/paolo/.qgis2/python/**plugins/cadtools/tools/**
 orthogonaldigitizer.py,
 line 89, in canvasPressEvent
  self.createFeature()
File /home/paolo/.qgis2/python/**plugins/cadtools/tools/**
 orthogonaldigitizer.py,
 line 126, in createFeature
  layerEPSG = layer.srs().epsg()
 AttributeError: 'QgsVectorLayer' object has no attribute 'srs'

 Console:

 Traceback (most recent call last):
File /home/paolo/.qgis2/python/**plugins/cadtools/tools/**
 orthogonaldigitizertool.py,
 line 55, in showCadConsole
  self.dockWidget.initGui()
File /home/paolo/.qgis2/python/**plugins/cadtools/tools/**cadconsole.py,
 line 31, in
 initGui
  self.edit = CadPythonEdit(self.digitizer, self.dockWidgetContents)
File /home/paolo/.qgis2/python/**plugins/cadtools/tools/**cadconsole.py,
 line 70, in
 __init__
  self.history = QStringList()
 NameError: global name 'QStringList' is not defined

 Versione Python:
 2.7.5+ (default, Sep 17 2013, 15:33:59)
 [GCC 4.8.1]


 Versione di QGIS:
 2.0.1-Dufour Dufour, e02b88b


 Should I open tickets?

 Thanks.
 - -- Paolo Cavallini - Faunalia
 www.faunalia.eu
 Full contact details at www.faunalia.eu/pc
 Nuovi corsi QGIS e PostGIS: 
 http://www.faunalia.it/**calendariohttp://www.faunalia.it/calendario
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.14 (GNU/Linux)
 Comment: Using GnuPG with Icedove - http://www.enigmail.net/

 iEYEARECAAYFAlJEUHoACgkQ/**NedwLUzIr5jfwCgsPLfEa3sXX2tSaf**jM8tAu01D
 e+**QAmwYHy4MK7EL6aZSGEepCXCGAjTiu
 =Iy83
 -END PGP SIGNATURE-
 __**_
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/**mailman/listinfo/qgis-**developerhttp://lists.osgeo.org/mailman/listinfo/qgis-developer



 --
 Angelos Tzotsos
 Remote Sensing Laboratory
 National Technical University of Athens
 http://users.ntua.gr/tzotsos




-- 
Angelos Tzotsos
Remote Sensing Laboratory
National Technical University of Athens
http://users.ntua.gr/tzotsos
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] What's up with the 2.0.2 designation?

2013-09-27 Thread Sandro Santilli
On Thu, Sep 26, 2013 at 08:26:37PM +0200, Jürgen E. Fischer wrote:
 Hi Alex,
 
 On Thu, 26. Sep 2013 at 20:52:16 +0300, Alexander Bruy wrote:
  Maybe I miss something, but some time ago we decided that
  we can't maintain bugfix branches for the lack of resources.
  
  Is situation changed?
 
 No, not as far as I know.

Deciding that you can't maintain a bugfix branch doesn't mean
that nobody else can. All it takes to keep the door open is
to have a 2.0 branch sit there, and require anyone willing to
push to it to carefully keep note of what gets into it.

Then, whenever someone asks for next stable release you
can request her to do the work, starting from the 2.0 branch.

Meanwhile, the master branch should be set to target next
minor release (2.1.0 in this case, right?).

There's already been 10 commits in the stable branch since
2.0.1. You can obtain the list with:

 git log final-2_0_1..release-2_0 

High level summary of what was committed:

 - win packaging fixes
 - pt_BR translation update
 - wrong .qgis2 permissions in ubuntu 13.04 (#8613)
 - fix qml file for directed edge layer in topoviewer plugin

So it does look like people are already maintaining a stable
branch, as that's what it is. Now why not keeping this info
updated on the go (like adding a NEWS item togheter with commits
that go in the branch) to reduce the cost of closing that branch
up as a release 2.0.2 ?

--strk;
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] OSM import

2013-09-27 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all.
I'm trying to import OSM data with the new importer, but I get a series of 
problems:
1. the bounding box has to be specified in 4326. In the normal case, an user 
loads an
OSM background in 3857, or his data in the respective SRS. In these case, we 
get an
error:

Errore di download.
Error downloading
http://overpass-api.de/api/interpreter?data=(node(5.41294e+06,1.18302e+06,5.41358e+06,1.18428e+06);%3C;);out;
- - server replied: Bad Request
so the bounding box should be reprojected

2. the data are not loaded straight away, as expected

3. the xml is saved without the .osm extension, so it is not recognized by the
subsequent importer

4. the importer produces a sqlite db, but data are not recognized inside it.

Am I missing something, or should I fill tickets?

All the best.
- -- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlJFTKEACgkQ/NedwLUzIr4g+ACePjW+x5r/9n3aH5Ctvyzikwrd
sXgAn2eHsKaI+Rf6hYGVnB4bPWAqjscv
=3es9
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Reprojection problem

2013-09-27 Thread Bernhard Ströbl

Hi Benoit,

as far as I understand from your original post you want to add a raster 
layer to QGIS whose projection information is +proj=lcc +lat_1=49.5 
+lat_0=49.5 +lon_0=0 +k_0=0.99987734

+x_0=60 +y_0=20 +a=6378249.2 +b=6356514.78254
+nadgrids=ntf_r93.gsb,null +pm=2.337229167 +units=m +no_defs +to
+proj=lcc +lat_1=44 +lat_2=49 +lat_0=46.5 +lon_0=3 +x_0=70
+y_0=660 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs

so you have to edit this information in the file (gdal_edit or gdal_warp 
will probably do) adding the path to the gsb file. Alternativly it 
_might_ work to copy the gsb file at the same location as the raster 
file (never tried, though).


Bernhard

Am 27.09.2013 11:20, schrieb Benoît Laurent:

this worked for me with gdalwarp (did not try in QGIS, though):
+nadgrids=/path/to/the/grid/my_grid.gsb


My problem is that I do not know how to change the path in Qgis. In the
On the fly projection dialog box, the string specifying how to
reproject is read only. There must be a file where this string is
specified but I don't know where.

Am I the only one facing this on the fly projection problem ?

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer





__ Information from ESET Mail Security, version of virus signature 
database 8848 (20130926) __

The message was checked by ESET Mail Security.
http://www.eset.com


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Error in WCS

2013-09-27 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all.
Using one layer from
http://www.pcn.minambiente.it/PCNDYN/catalogowcs.jsp
e.g.

http://wms.pcn.minambiente.it/wcs/dtm_20m

I immediately get an error:

WCS provider: Impossibile recuperare i dati di test.
Raster layer: Sorgente dati non valida (sorgente dati: wcs, URI:
identifier=EL.DTM.20Murl=http://wms.pcn.minambiente.it/wcs/dtm_20m

on other machins it is working fine: what should I check for debugging?
Thanks.
- -- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlJFXxEACgkQ/NedwLUzIr647QCffLqBa/o1EZhlxzWVK2BpOXn4
aUwAnRMKWfGLC20CLMxdusEa2YbWtMap
=G16z
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] import CSV to an existing layer

2013-09-27 Thread Denis Rouzaud

Hi all,

I have the intention to add the possibility of importing features from a 
CSV into an existing layer.
My idea is to use the existing dialog Create a layer from a delimited 
text file and to add the choice create a layer or append to an 
existing layer.


First of all, is anyone already doing something similar?

Second, if anyone already thought about this and has some ideas to 
share, they're welcome!


Cheers,

Denis


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] import CSV to an existing layer

2013-09-27 Thread Nathan Woodrow
I think a general higher level Append Features to Layer feature would be
much better.  This way it would work with any layer opened in QGIS.

Being able to supply a layer to layer mapping would be even better in case
the fields don't match.

- Nathan


On Fri, Sep 27, 2013 at 9:34 PM, Denis Rouzaud denis.rouz...@gmail.comwrote:

 Hi all,

 I have the intention to add the possibility of importing features from a
 CSV into an existing layer.
 My idea is to use the existing dialog Create a layer from a delimited
 text file and to add the choice create a layer or append to an existing
 layer.

 First of all, is anyone already doing something similar?

 Second, if anyone already thought about this and has some ideas to share,
 they're welcome!

 Cheers,

 Denis


 __**_
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/**mailman/listinfo/qgis-**developerhttp://lists.osgeo.org/mailman/listinfo/qgis-developer

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] import CSV to an existing layer

2013-09-27 Thread Denis Rouzaud

Hi Nathan,

I understand your point.

But this would require more steps: add the layer to the project, copy 
the features (with field mapping) and remove the layer.
I see a main usage of appending to an existing layer in the import of 
GPS points for example. So mainly csv files.

It's true that there could be a great interest for shape files.

The point is that I can use the existing header of the table in the 
demilited text UI to do the field mapping. So, it should not be a great 
effort to do so.


It's clear that there is no a great cohesion with all these add layers 
dialogs and I don't want to add more confusion to this.

But is there any plan to improve this?

Denis





On 09/27/2013 01:43 PM, Nathan Woodrow wrote:
I think a general higher level Append Features to Layer feature would 
be much better.  This way it would work with any layer opened in QGIS.


Being able to supply a layer to layer mapping would be even better in 
case the fields don't match.


- Nathan


On Fri, Sep 27, 2013 at 9:34 PM, Denis Rouzaud 
denis.rouz...@gmail.com mailto:denis.rouz...@gmail.com wrote:


Hi all,

I have the intention to add the possibility of importing features
from a CSV into an existing layer.
My idea is to use the existing dialog Create a layer from a
delimited text file and to add the choice create a layer or
append to an existing layer.

First of all, is anyone already doing something similar?

Second, if anyone already thought about this and has some ideas to
share, they're welcome!

Cheers,

Denis


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org mailto:Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer




___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] import CSV to an existing layer

2013-09-27 Thread Nathan Woodrow
I don't think having three steps is a bad thing per se.  To me the workflow
is a lot clearer, expandable, and fixable.  This function doesn't belong in
the add layer dialogs because it's not their purpose.  What happens if I
wanted to append a shape file to a MS SQL layer?   This is why I think it
should be a higher level function that just take two layers and a field
mapping and runs though layer1 and appends to layer2

- Nathan


On Fri, Sep 27, 2013 at 10:08 PM, Denis Rouzaud denis.rouz...@gmail.comwrote:

  Hi Nathan,

 I understand your point.

 But this would require more steps: add the layer to the project, copy the
 features (with field mapping) and remove the layer.
 I see a main usage of appending to an existing layer in the import of GPS
 points for example. So mainly csv files.
 It's true that there could be a great interest for shape files.

 The point is that I can use the existing header of the table in the
 demilited text UI to do the field mapping. So, it should not be a great
 effort to do so.

 It's clear that there is no a great cohesion with all these add layers
 dialogs and I don't want to add more confusion to this.
 But is there any plan to improve this?

 Denis






 On 09/27/2013 01:43 PM, Nathan Woodrow wrote:

 I think a general higher level Append Features to Layer feature would be
 much better.  This way it would work with any layer opened in QGIS.

 Being able to supply a layer to layer mapping would be even better in case
 the fields don't match.

  - Nathan


 On Fri, Sep 27, 2013 at 9:34 PM, Denis Rouzaud denis.rouz...@gmail.comwrote:

 Hi all,

 I have the intention to add the possibility of importing features from a
 CSV into an existing layer.
 My idea is to use the existing dialog Create a layer from a delimited
 text file and to add the choice create a layer or append to an existing
 layer.

 First of all, is anyone already doing something similar?

 Second, if anyone already thought about this and has some ideas to share,
 they're welcome!

 Cheers,

 Denis


 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer




___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Georeference does not load jpg maps on win64

2013-09-27 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all.
Jpegs are not shown correctly at least in georeferencers, on windows 64 but. 
They are
ok on linux and on win 32 bits.
Ticket?
All the best.
- -- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlJFfU8ACgkQ/NedwLUzIr5C6ACgn5ou27RoXO/1wxfgxJvz36N1
73AAoKXkV4GgBiKMN/xcs0YbJJdbQxqa
=9Ukd
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Clip options in Singleband pseudocolor renderer

2013-09-27 Thread Larissa Junek
Hi,

I'm describing the new render types in the Style menu of the Raster
Layer Properties.
What can I do with the Clip option of the Singleband pseudocolor
renderer? Does this clip my color values after i created a colormap?

Kind regards,
Larissa
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] What's up with the 2.0.2 designation?

2013-09-27 Thread Volker Fröhlich

On 27/09/13 10:41, Alex Mandel wrote:

On 09/26/2013 10:54 PM, Paolo Cavallini wrote:

Il 26/09/2013 23:16, MORREALE Jean Roc ha scritto:


It does or otherwise most users will never notice that a newer and different 
package
is available


word can be spread through website, social networks, etc.
I agree releasing a fixed package with GRASS and SAGA is quite important, even 
if for
a minority of users.
All the best.



My understanding of the discussion was that bugfix releases were tabled
(put on hold) until after the 2.0 release in order to let everyone work
on the 2.0 release. As others have mentioned on other threads a bugfix
release in the 2.0.x series would make a lot of sense to tackle all of
the regressions that people are finding.

We could set a deadline though, maybe a cutoff of one month since
release for bugs to tackle for bugfix and then a set time of several
months to try and fix them? Though with the packaging issue maybe it's
better to tackle the bugs in groups since that needs to get fixed soon.
I'm on the fence if purely packing fixes should get a number bump. It
might not be a bad idea to make it clear to end users that it's newer.

So Idea:
2.0.2 packaging fixes
2.0.3 in a couple months bugfix release


Thanks,
Alex


That whole discussion is actually only relevant for Windows, as I 
perceive it. If you're using whatever repository with GNU/Linux or the 
likes, packagers will bump package release numbers on packaging issues 
(and other issues) and you'd get an updated package without doing a lot. 
As Jürgen said, there is no point in having a new _QGIS release_ because 
of packaging issues.


Volker
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] What's up with the 2.0.2 designation?

2013-09-27 Thread Jürgen E . Fischer
Hi Volker,

On Fri, 27. Sep 2013 at 16:09:54 +0200, Volker Fröhlich wrote:
 That whole discussion is actually only relevant for Windows, as I  
 perceive it. If you're using whatever repository with GNU/Linux or the  
 likes, packagers will bump package release numbers on packaging issues  
 (and other issues) and you'd get an updated package without doing a lot.  
 As Jürgen said, there is no point in having a new _QGIS release_ because  
 of packaging issues.

Right, but not even on Windows.  There already is a 2.0.1-2 in OSGeo4W (and
standalone installers from the same version).   And there will be a 2.0.1-3
once I've updated GDAL in OSGeo4W 32bit to 1.10.1.


Jürgen

-- 
Jürgen E. Fischer norBIT GmbH   Tel. +49-4931-918175-31
Dipl.-Inf. (FH)   Rheinstraße 13Fax. +49-4931-918175-50
Software Engineer D-26506 Norden   http://www.norbit.de
QGIS PSC member (RM)   IRC: jef on FreeNode 


-- 
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Georeference does not load jpg maps on win64

2013-09-27 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Il 27/09/2013 14:42, Paolo Cavallini ha scritto:

 Jpegs are not shown correctly at least in georeferencers, on windows 64 but. 
 They are
 ok on linux and on win 32 bits.

it seems a more general fenomenon with jps images - with tiff or other it works 
fine.
anyone confirms?
all the best.
- -- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlJFs0oACgkQ/NedwLUzIr7poACfcPr0bJA9CXK/+Ti8ZIkWoQTa
VFEAn1SJa5eUx37/IdcuWtRpJ1cb5gjq
=Jek7
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Adding icons in map composer

2013-09-27 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all.
In Print composer, it is apparently impossible to choose icons from any 
directory but
fo the first one on the list.
Furthermore, the interface is quite different from the icon selector from the
Symbology, and this is confusing for the user.
Finally, I could not find anywhere the nice set of north arrows we had (justa 
couple
of poor wind roses.
Am I missing something?
All the best.
- -- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlJFtI8ACgkQ/NedwLUzIr4zoQCgoaFs/kbOpeKOr9U47IdhiXwh
0Y4An2W0chAgZ24q8TmQYt+2LH5TuBZN
=bMNc
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] CAD Tools errors

2013-09-27 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Il 27/09/2013 10:54, Angelos Tzotsos ha scritto:
 Hi all,
 
 The CadTools plugin has just been updated to 0.6.1.

Quickly checked, all seems to be working, thanks a lot!
- -- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlJFtuQACgkQ/NedwLUzIr6DfQCcDv1sG7+/gGa0qRS8IkjNP6bH
qeUAn0wvGkupBQd/iamTTgBbY9fwoYDu
=Smfh
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] install instructions

2013-09-27 Thread Barry Rowlingson
I've just upgraded to Linux Mint 15 and had some trouble installing
QGIS. I followed the instructions on the shiny new web pages for
Raring Ringtail.

The instructions seem to imply adding both qgis.org and the ubuntugis
PPA to sources.

The qgis.org repo seems to have 2.0.1-2, and ubuntugis had 2.0.1-1 - I
got into a weird state where the conflicts list of python-qgis
included python-qgis Removing the qgis repo from sources and
chanting various apt spells eventually got me a clean qgis from
ubuntugis-unstable with version 2.0.1-1~raring and python support
working.

I thought ubuntugis-unstable would be more recent (and hence less
stable) than qgis.org, so why does it have a lower version number?
What was causing the odd conflict? What did I do wrong?

The install instructions aren't very beginner friendly for Linux.

But it does look lovely Now time to play with the toolbox And
maybe start porting my plugins!

Barry
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] install instructions

2013-09-27 Thread Alex Mandel
On 09/27/2013 09:55 AM, Barry Rowlingson wrote:
 I've just upgraded to Linux Mint 15 and had some trouble installing
 QGIS. I followed the instructions on the shiny new web pages for
 Raring Ringtail.
 
 The instructions seem to imply adding both qgis.org and the ubuntugis
 PPA to sources.
 

That should be a really huge OR
It's qgis.org OR ubuntugis
If you do both you end up with potential conflicts.

 The qgis.org repo seems to have 2.0.1-2, and ubuntugis had 2.0.1-1 - I
 got into a weird state where the conflicts list of python-qgis
 included python-qgis Removing the qgis repo from sources and
 chanting various apt spells eventually got me a clean qgis from
 ubuntugis-unstable with version 2.0.1-1~raring and python support
 working.
 
 I thought ubuntugis-unstable would be more recent (and hence less
 stable) than qgis.org, so why does it have a lower version number?
 What was causing the odd conflict? What did I do wrong?
 

The version of QGIS is actually the same, -# is actuall just an
increment that gets raised every time someone reuploads the same package
with a minor packagin fix.

What differs is the versions of underlying libraries: gdal, geos, and proj

For many people having a newer gdal (1.10.x) and a newer goes fix a good
deal of bugs in support certain format reading/writing and certain
spatial analysis operations.

 The install instructions aren't very beginner friendly for Linux.
 
 But it does look lovely Now time to play with the toolbox And
 maybe start porting my plugins!
 
 Barry

Sounds like it needs a little more clean up.

Thanks,
Alex

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] install instructions

2013-09-27 Thread stevenhorner
I had similar problems installing on raring, like you I had both listed, but
now use these instructions disable any other source you may have added:

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt-get update
sudo apt-get install qgis python-qgis qgis-plugin-grass

This installs but you may get an error when starting QGIS on Ubuntu which is
normally because the owner of the .QGIS2 folder is Root rather than your
logon user. You may need to change this.

Once QGIS successfully opens you are likely to still have problems with the
Processing Toolbox (formerly SEXTANTE) if you want to use its GRASS commands
or GDAL. I have been trying for several weeks now to get the GRASS commands
in Processing to work on either Windows or Ubuntu (raring or precis) without
any success, most recently GDAL isn't configured correctly for the
processing Toolbox. I have tried various releases from 1.80, 1.9, 2.0.1 and
2.1.0-master. If you don't need the Processing Toolbox you should find most
other things are a great improvement over 1.8.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/install-instructions-tp5080617p5080629.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] install instructions

2013-09-27 Thread Etienne Tourigny
On Fri, Sep 27, 2013 at 4:11 PM, stevenhorner ste...@stevenhorner.comwrote:

 I had similar problems installing on raring, like you I had both listed,
 but
 now use these instructions disable any other source you may have added:

 sudo apt-get install python-software-properties
 sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
 sudo apt-get update
 sudo apt-get install qgis python-qgis qgis-plugin-grass

 This installs but you may get an error when starting QGIS on Ubuntu which
 is
 normally because the owner of the .QGIS2 folder is Root rather than your
 logon user. You may need to change this.


I experienced the same problem (.qgis2 folder created by root).  Is that
folder created by qgis installation? Probably, but very odd.

This is a BIG bug and should be fixed, is there a bug report on this?

Etienne



 Once QGIS successfully opens you are likely to still have problems with the
 Processing Toolbox (formerly SEXTANTE) if you want to use its GRASS
 commands
 or GDAL. I have been trying for several weeks now to get the GRASS commands
 in Processing to work on either Windows or Ubuntu (raring or precis)
 without
 any success, most recently GDAL isn't configured correctly for the
 processing Toolbox. I have tried various releases from 1.80, 1.9, 2.0.1 and
 2.1.0-master. If you don't need the Processing Toolbox you should find most
 other things are a great improvement over 1.8.



 --
 View this message in context:
 http://osgeo-org.1560.x6.nabble.com/install-instructions-tp5080617p5080629.html
 Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Adding icons in map composer

2013-09-27 Thread Larry Shaffer
Hi Paolo,

On Fri, Sep 27, 2013 at 10:38 AM, Paolo Cavallini cavall...@faunalia.itwrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi all.
 In Print composer, it is apparently impossible to choose icons from any
 directory but
 fo the first one on the list.


Not sure what you mean exactly. Please see issue #7764 [0] for an
explanation of how that combobox works (i.e. not as a filter).


 Furthermore, the interface is quite different from the icon selector from
 the
 Symbology, and this is confusing for the user.


When looking to add a non-embedded widget for selecting SVG backgrounds for
labels, I opted to extract Arun's GSoC project embedded symbology selector
code to a standalone class, QgsSvgSelectorWidget [1]. There is an issue [2]
for using this to replace the one in Composer; however, there are several
design decisions to be made/coded before that can happen:

* Refactor the class to be a more generic image selector, maybe
QgsGraphicSelector or QgsImageSelector, with its construction defining a
'filter' for what type of images are to be browsed, e.g. all, .svg,
.png|.jpg, etc. This is important for replacing the Composer selector, as
it is for selecting both pixel- and vector-based images.

* Add functionality to selector to allow editing of the image search paths.
This should allow editing of app- and project-level search paths, which
should be adjusted to allow for both pixel- and vector-based images, not
just SVGs as it is now.

* Optionally, if the set selector filter allows for multiple image types,
add a filter combobox to the widget that allows for sub-filtering by
allowable image types.

* Optionally, once something like Arun's Resource Sharing tools/repository
exists [3], the selector can be integrated to pull new symbols down, or
possibly browse on-line ones.

* Optionally allow the widget to dynamically have two basic aspect ratio
layouts, horizontal and vertical, for when embedding in a wider variety of
parent layouts.

Once the class is fixed up, it can replace the embedded code in symbology
and the selector in Composer, and offer a consistent selector to be used
across the app and by plugin developers.

Any opinions on this would be greatly appreciated. While I can code this, I
do not currently have time to do so. Anyone looking for a straightforward
and very useful project, this is a good one.

[0] http://hub.qgis.org/issues/7764
[1] http://drive.dakotacarto.com/qgis/svg-selector.png ,
https://github.com/qgis/QGIS/blob/master/src/gui/symbology-ng/qgssvgselectorwidget.cpp
[2] http://hub.qgis.org/issues/8257
[3]
https://google-melange.appspot.com/gsoc/proposal/review/google/gsoc2013/tecoholic/17001

Regards,

Larry



 Finally, I could not find anywhere the nice set of north arrows we had
 (justa couple
 of poor wind roses.
 Am I missing something?
 All the best.
 - --
 Paolo Cavallini - Faunalia
 www.faunalia.eu
 Full contact details at www.faunalia.eu/pc
 Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.14 (GNU/Linux)
 Comment: Using GnuPG with Icedove - http://www.enigmail.net/

 iEYEARECAAYFAlJFtI8ACgkQ/NedwLUzIr4zoQCgoaFs/kbOpeKOr9U47IdhiXwh
 0Y4An2W0chAgZ24q8TmQYt+2LH5TuBZN
 =bMNc
 -END PGP SIGNATURE-
 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] install instructions

2013-09-27 Thread stevenhorner
Etienne Tourigny-3 wrote
 On Fri, Sep 27, 2013 at 4:11 PM, stevenhorner lt;

 steven@

 gt;wrote:
 
 I had similar problems installing on raring, like you I had both listed,
 but
 now use these instructions disable any other source you may have added:

 sudo apt-get install python-software-properties
 sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
 sudo apt-get update
 sudo apt-get install qgis python-qgis qgis-plugin-grass

 This installs but you may get an error when starting QGIS on Ubuntu which
 is
 normally because the owner of the .QGIS2 folder is Root rather than your
 logon user. You may need to change this.

 
 I experienced the same problem (.qgis2 folder created by root).  Is that
 folder created by qgis installation? Probably, but very odd.
 
 This is a BIG bug and should be fixed, is there a bug report on this?
 
 Etienne

Yes it's on the issue list here:  http://hub.qgis.org/issues/8613
http://hub.qgis.org/issues/8613  



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/install-instructions-tp5080617p5080633.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] import CSV to an existing layer

2013-09-27 Thread Chris Crook
Hi Denis

I'm not sure if you are suggesting adding this to the existing delimited text 
layer function (bad idea!), or adding a new function using components of the 
existing delimited text layer.  I say bad idea for a couple of reasons.  
FIrstly the UI is already cluttered enough, and adding some additional controls 
to offer appending to an existing layer would I think make it even more 
confusing.  Secondly I think an import data function is very different from a 
create layer function, so they don't belong in the same place in the menu - 
it would be too hard to find.

On the other hand I can see that there is a very valid case for an import data 
type of function (and as Nathan points out, it isn't specific to CSV files).  
In your case that is what you want, but I can easily imagine users wanting to 
import data from other data sources (eg databases, web services, etc).  But 
obviously that makes it a much bigger task :-)

You were asking if anyone is working on this.  I don't know for sure (!).  But 
things that may impact on it that I do know about:

1) Régis Haubourg was suggesting that we should merge the delimited text layer 
with the OGR CSV provider, so that in effect the UI just becomes a front end 
for setting up the OGR driver.  This would mean updating the OGR driver to 
support the functions in the delimited text driver first (such a regular 
expression - messy because there are many different implementations and 
currently we are using the Qt version).

2) The dialog (and provider) needs to be improved to support explicitly 
selecting field types (slightly messy because the field types can come from a 
CSVT file).  Automatically inferring field types is generally useful, but has 
created issues with linking data (eg when text field is interpreted as numeric)

3) There is a suggestion that it could have a capability to support importing 
multiple files at once.

Anyway just thought this could be useful background if you are working in this 
area...

Cheers
Chris


From: Denis Rouzaud [denis.rouz...@gmail.com]
Sent: 28 September 2013 00:08
To: Nathan Woodrow
Cc: qgis-dev
Subject: Re: [Qgis-developer] import CSV to an existing layer

Hi Nathan,

I understand your point.

But this would require more steps: add the layer to the project, copy the 
features (with field mapping) and remove the layer.
I see a main usage of appending to an existing layer in the import of GPS 
points for example. So mainly csv files.
It's true that there could be a great interest for shape files.

The point is that I can use the existing header of the table in the demilited 
text UI to do the field mapping. So, it should not be a great effort to do so.

It's clear that there is no a great cohesion with all these add layers dialogs 
and I don't want to add more confusion to this.
But is there any plan to improve this?

Denis





On 09/27/2013 01:43 PM, Nathan Woodrow wrote:
I think a general higher level Append Features to Layer feature would be much 
better.  This way it would work with any layer opened in QGIS.

Being able to supply a layer to layer mapping would be even better in case the 
fields don't match.

- Nathan


On Fri, Sep 27, 2013 at 9:34 PM, Denis Rouzaud 
denis.rouz...@gmail.commailto:denis.rouz...@gmail.com wrote:
Hi all,

I have the intention to add the possibility of importing features from a CSV 
into an existing layer.
My idea is to use the existing dialog Create a layer from a delimited text 
file and to add the choice create a layer or append to an existing layer.

First of all, is anyone already doing something similar?

Second, if anyone already thought about this and has some ideas to share, 
they're welcome!

Cheers,

Denis


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.orgmailto:Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer



This message contains information, which is confidential and may be subject to 
legal privilege. If you are not the intended recipient, you must not peruse, 
use, disseminate, distribute or copy this message. If you have received this 
message in error, please notify us immediately (Phone 0800 665 463 or 
i...@linz.govt.nz) and destroy the original message. LINZ accepts no 
responsibility for changes to this email, or for any attachments, after its 
transmission from LINZ. Thank You.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] install instructions

2013-09-27 Thread Etienne Tourigny
On Fri, Sep 27, 2013 at 4:25 PM, stevenhorner ste...@stevenhorner.comwrote:

 Etienne Tourigny-3 wrote
  On Fri, Sep 27, 2013 at 4:11 PM, stevenhorner lt;

  steven@

  gt;wrote:
 
  I had similar problems installing on raring, like you I had both listed,
  but
  now use these instructions disable any other source you may have added:
 
  sudo apt-get install python-software-properties
  sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
  sudo apt-get update
  sudo apt-get install qgis python-qgis qgis-plugin-grass
 
  This installs but you may get an error when starting QGIS on Ubuntu
 which
  is
  normally because the owner of the .QGIS2 folder is Root rather than your
  logon user. You may need to change this.
 
 
  I experienced the same problem (.qgis2 folder created by root).  Is that
  folder created by qgis installation? Probably, but very odd.
 
  This is a BIG bug and should be fixed, is there a bug report on this?
 
  Etienne

 Yes it's on the issue list here:  http://hub.qgis.org/issues/8613
 http://hub.qgis.org/issues/8613



sorry just saw that a few minutes ago!



 --
 View this message in context:
 http://osgeo-org.1560.x6.nabble.com/install-instructions-tp5080617p5080633.html
 Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] OS X 2.0 packages update

2013-09-27 Thread Noli Sicad
Hi William,

In the last screenshot on the OTB Plugin for QGIS 2.0.1-2 Mac OS X
error that I sent you, it seems that there is dynamic library that is
not loading.

dylb: Library not loaded (in the screenshot error)

 In compiling OTB Plugin for QGIS 2.0.1-2 Mac OS X, does OTB-Plugin
requires OTB binary installed in your system?

What might be this dynamic library not loading, (i.e. what is this library)?

I hope we can make OTB plugin working in Mac OS X.

Thanks,

Regards, Noli

On 9/25/13, Noli Sicad nsi...@gmail.com wrote:
 I deleted QGIS.app before installing.

 I deleted QGIS.app again and reinstalled. Yet I got the same problem,
 OTB is not working as showed in the screenshot that I sent you.

 Noli

 On 9/25/13, William Kyngesburye wokl...@kyngchaos.com wrote:
 Again, very odd, it's correct in the installer package.  Try deleting
 QGIS.app and reinstalling.

 On Sep 25, 2013, at 8:45 AM, Noli Sicad wrote:

 Hi William,

 The OTB plugin is still not working in this update.

 I will send you a screenshot of the error.

 Noli



 On 9/25/13, William Kyngesburye wokl...@kyngchaos.com wrote:
 Very odd, the package has this library link correct.  Try deleting
 QGIS.app
 and reinstalling.

 On Sep 25, 2013, at 3:24 AM, Andreas Neumann wrote:

 Hi William,

 Thank you for your continuous support on this issue.

 Unfortunately, GRASS still does not work in my processing environment.
 It
 still complains about missing dependencies.

 ---

 In parallel to Processing I am also testing the GRASS plugin.

 I can successfully create new MAPSETs and open them. The modules are
 found, but when loading one, e.g. v.surf.rst, I get this error
 message:

 

 Kann Modul v.surf.rst nicht starten
 DYLD_LIBRARY_PATH=
 QGIS_PREFIX_PATH=
 Befehl: /Applications/QGIS.app/Contents/MacOS/grass/bin/v.surf.rst
 --interface-description

 dyld: Library not loaded: /usr/local/lib/libfftw3.3.dylib Referenced
 from:
 /Applications/QGIS.app/Contents/MacOS/grass/lib/libgrass_gmath.6.4.3.dylib
 Reason: image not found

 ---

 so it seems to complain about libfftw3.3.dylib

 Andreas

 On Tue, 24 Sep 2013 20:24:55 -0500, William Kyngesburye wrote:
 I did a link hunt and fixed up all the link errors I could find, and
 took care of some other packaging problems.

 Also, Snow Leopard package is now ready.

 -
 William Kyngesburye kyngchaos*at*kyngchaos*dot*com
 http://www.kyngchaos.com/

 History is an illusion caused by the passage of time, and time is an
 illusion caused by the passage of history.

 - Hitchhiker's Guide to the Galaxy


 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer

 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer

 -
 William Kyngesburye kyngchaos*at*kyngchaos*dot*com
 http://www.kyngchaos.com/

 History is an illusion caused by the passage of time, and time is an
 illusion caused by the passage of history.

 - Hitchhiker's Guide to the Galaxy


 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer


 -
 William Kyngesburye kyngchaos*at*kyngchaos*dot*com
 http://www.kyngchaos.com/

 First Pogril: Why is life like sticking your head in a bucket filled with
 hyena offal?
 Second Pogril: I don't know.  Why IS life like sticking your head in a
 bucket filled with hyena offal?
 First Pogril: I don't know either.  Wretched, isn't it?

 -HitchHiker's Guide to the Galaxy




___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer