[Qgis-developer] QGIS 0.9.1 Ubuntu Gutsy debs available - please test

icosa atropa icos.atropa at gmail.com
Sat Dec 8 01:57:33 EST 2007


On ubuntu gutsy, install via "dpkg -i" was quick and easy.

Thanks for the map composer tip - I was able to drag the bar across to
access the composer - the initially blank page is disconcerting.

I successfully loaded a .qgis file saved with 0.9.0, and ran into some
odd rendering issues, seemingly related to wms?  If i resize the
window, for example by "maximizina and unmaximizing", i seem to go
into a rendering black-hole with the mouse pointer progress spinning,
and repeatably get this error, (though if i save,  delete, and re-add
the wms layer then everything seems fine).

"
Could not draw LANDSAT because:
(Unknown error code from a post-1.3 WMS server)
The WMS vendor also reported:
    Small request sizes are not supported. For tiled access, see
available layers, described at http://onearth.jpl.nasa.gov/tiled.html

This is probably due to a bug in the QGIS program.  Please report this error.
Tried URL: http://wms.jpl.nasa.gov/wms.cgi?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&BBOX=-106.864872,34.384790,-106.728444,34.517957&SRS=EPSG:4326&WIDTH=251&HEIGHT=246&LAYERS=global_mosaic&STYLES=pseudo&FORMAT=image/jpeg
"

hope

On Dec 7, 2007 9:48 AM,  <qgis-developer-request at lists.qgis.org> wrote:
> Send Qgis-developer mailing list submissions to
>         qgis-developer at lists.qgis.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-developer
> or, via email, send a message with subject or body 'help' to
>         qgis-developer-request at lists.qgis.org
>
> You can reach the person managing the list at
>         qgis-developer-owner at lists.qgis.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Qgis-developer digest..."
>
>
> Today's Topics:
>
>    1. QGIS 0.9.1 Ubuntu Gutsy debs available - please   test (Tim Sutton)
>    2. Re: Ogr database access design and plans (Martin Dobias)
>    3. QGIS 0.9.2 release plans (and new bug triage!) (Tim Sutton)
>    4. Re: Ogr database access design and plans (Tim Sutton)
>    5. Re: From Tbilisi, Georgia (Tim Sutton)
>    6. Re: QGIS 0.9.2 release plans (and new bug triage!)
>       (lami at faunalia.it)
>    7. Re: QGIS 0.9.2 release plans (and new bug triage!) (Tim Sutton)
>    8. Re: Ogr database access design and plans (godofredo contreras)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 7 Dec 2007 10:13:46 -0200
> From: "Tim Sutton" <tim at linfiniti.com>
> Subject: [Qgis-developer] QGIS 0.9.1 Ubuntu Gutsy debs available -
>         please  test
> To: qgis-developer <qgis-developer at lists.qgis.org>
> Message-ID:
>         <d368056f0712070413k13d78a07lf9e89762d4588912 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi All
>
> I have made debs for gutsy, *termporarily* available here:
>
> http://qgis.org/uploadfiles/testbuilds/qgis0.9.1.debs_ubuntu_gutsy.tar.gz
>
> If you are a gutsy user please test and report any issues. You
> probably need to have universe repositories enabled. Please do not
> create any publi / permanent link to the above archive - it will be
> moved to the official doanload site on the day we make our 0.9.1
> release announcements.
>
> Many thanks
>
> --
> Tim Sutton
> QGIS Project Steering Committee Member - Release  Manager
> Visit http://qgis.org for a great open source GIS
> openModeller Desktop Developer
> Visit http://openModeller.sf.net for a great open source ecological
> niche modelling tool
> Home Page: http://tim.linfiniti.com
> Skype: timlinux
> Irc: timlinux on #qgis at freenode.net
>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 7 Dec 2007 14:22:55 +0100
> From: "Martin Dobias" <wonder.sk at gmail.com>
> Subject: Re: [Qgis-developer] Ogr database access design and plans
> To: "godofredo contreras" <frdcn at hotmail.com>
> Cc: "qgis-developer at lists.qgis.org" <qgis-developer at lists.qgis.org>
> Message-ID:
>         <e8e7199c0712070522s5386b20aqf18a0e08da238006 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi,
>
> first of all sorry for my late reply.
>
> I've been thinking quite a lot about the current design and future of
> vector providers, database connections etc. The things as you've
> designed them can be used well with the current status of QGIS - in
> case you will put the new classes to 'app' sources and not to the
> libraries.
>
> My vision is that after 1.0 we should improve our architecture for
> providers - and make it more similar to the one used in OGR.
> - OGR uses 'data source' for a compound of layers, this can be e.g. a
> database or a directory in file system. With data sources you open or
> create layers
> - QGIS uses 'providers' for accessing directly layers, but there's no
> abstraction on the level of data sources as in OGR. With addition of
> data sources (which are currently equivalent to database connections
> in your design) we will add much more functionality which is not
> supported currently by QGIS like some generic way to
> list/create/remove/rename etc. layers). This is I guess important part
> for our future common Load layer / data manager dialog.
>
> The future redesign is the reason why I think that the new classes
> you're working on should not go to core library. Once your new
> features land to trunk, we will be able to reuse the code when
> introducing 'data sources' term to QGIS slang. So go ahead with the
> coding, we're all looking forward to see the new features in action
> :-)
>
> Regards
> Martin
>
> On Nov 30, 2007 9:16 PM, godofredo contreras <frdcn at hotmail.com> wrote:
> >
> > Hi Martin:
> >
> > I have being working with the ogr database access document and modelling
> > the classes and interaction needed to enable ogr database access in qgis.
> > Attached are a doc document describing the changes planned, the classes
> > and dialogs that will be affected and a jpeg image of the model with your
> > suggestions
> > applied. Could you please give me your comments and suggestions.
> >
> > Regards
> >
> > Godofredo Contreras
> >
> > ________________________________
> > Get the power of Windows + Web with the new Windows Live. Power up!
>
>
> ------------------------------
>
> Message: 3
> Date: Fri, 7 Dec 2007 11:41:19 -0200
> From: "Tim Sutton" <tim at linfiniti.com>
> Subject: [Qgis-developer] QGIS 0.9.2 release plans (and new bug
>         triage!)
> To: qgis-developer <qgis-developer at lists.qgis.org>
> Message-ID:
>         <d368056f0712070541j19eb9ac5tce3424ea5d34fc11 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi All
>
> QGIS 0.9.1 is tagged and only work to do really on it is packaging and
> press releases which we are aiming to happen by Dec 10 2007 (early
> next week).
>
> Turning our release machine to 0.9.2 I want to keep the momentum and
> reach my release nirvana of a minor point release every two or so
> months. The 0.9.1 bug triage was a great success (70 bugs killed!) and
> so I've started a new triage page for 0.9.2 here:
>
> https://svn.qgis.org/trac/wiki/BugTriage0.9.2
>
> There are still some low hanging fruit in the bug queue so it will be
> really good to get rid of those first. I've also started a new release
> checklist:
>
> http://wiki.qgis.org/qgiswiki/ReleaseChecklist0.9.2
>
> and bumped the version numbers and splash in trunk up to 0.9.2. Could
> we hold another developers meeting next week to discuss plans for the
> 0.9.2 release. Currently there seem to be the following possible
> feature additions:
>
> - raster transparency branch merge
> - diagram branch merge
> - advanced editing merge
> - qml / default symbolisation (and some vector props dialog cleanups)
> - J?rgen was wanting to make some changes to CMake (use only relative
> paths for install prefixes)
> - I would like to start going through the dialogs and addressing
> consistency issues (label capitalisation and writing style, layout
> consistency, reduce unneeded popups etc). I wont have time to go
> through all dialogs, but I would like to start with the grass dialog
> (I've posted some thoughts on this to the list last month).
> - anything else?
>
> No doubt not all of the things above will make it into 0.9.2 but it
> would be good to get together and discuss what can / cant be done.
>
> Regards
>
>
> --
> Tim Sutton
> QGIS Project Steering Committee Member - Release  Manager
> Visit http://qgis.org for a great open source GIS
> openModeller Desktop Developer
> Visit http://openModeller.sf.net for a great open source ecological
> niche modelling tool
> Home Page: http://tim.linfiniti.com
> Skype: timlinux
> Irc: timlinux on #qgis at freenode.net
>
>
> ------------------------------
>
> Message: 4
> Date: Fri, 7 Dec 2007 11:50:19 -0200
> From: "Tim Sutton" <tim at linfiniti.com>
> Subject: Re: [Qgis-developer] Ogr database access design and plans
> To: "Martin Dobias" <wonder.sk at gmail.com>
> Cc: "qgis-developer at lists.qgis.org" <qgis-developer at lists.qgis.org>
> Message-ID:
>         <d368056f0712070550n7d04952r8233bf0676f4c2e6 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi Godofredo
>
> I also had a look through your design documents during the week and
> generally liked the proposal. I think Martin makes some good points
> below. My only concern of putting it in 'app' is that this
> functionality wont be available to 3rd party apps using QGIS libs -
> which would be a pity because I suspect in many cases it would be very
> useful...
>
> Regards
>
> Tim
>
> 2007/12/7, Martin Dobias <wonder.sk at gmail.com>:
> > Hi,
> >
> > first of all sorry for my late reply.
> >
> > I've been thinking quite a lot about the current design and future of
> > vector providers, database connections etc. The things as you've
> > designed them can be used well with the current status of QGIS - in
> > case you will put the new classes to 'app' sources and not to the
> > libraries.
> >
> > My vision is that after 1.0 we should improve our architecture for
> > providers - and make it more similar to the one used in OGR.
> > - OGR uses 'data source' for a compound of layers, this can be e.g. a
> > database or a directory in file system. With data sources you open or
> > create layers
> > - QGIS uses 'providers' for accessing directly layers, but there's no
> > abstraction on the level of data sources as in OGR. With addition of
> > data sources (which are currently equivalent to database connections
> > in your design) we will add much more functionality which is not
> > supported currently by QGIS like some generic way to
> > list/create/remove/rename etc. layers). This is I guess important part
> > for our future common Load layer / data manager dialog.
> >
> > The future redesign is the reason why I think that the new classes
> > you're working on should not go to core library. Once your new
> > features land to trunk, we will be able to reuse the code when
> > introducing 'data sources' term to QGIS slang. So go ahead with the
> > coding, we're all looking forward to see the new features in action
> > :-)
> >
> > Regards
> > Martin
> >
> > On Nov 30, 2007 9:16 PM, godofredo contreras <frdcn at hotmail.com> wrote:
> > >
> > > Hi Martin:
> > >
> > > I have being working with the ogr database access document and modelling
> > > the classes and interaction needed to enable ogr database access in qgis.
> > > Attached are a doc document describing the changes planned, the classes
> > > and dialogs that will be affected and a jpeg image of the model with your
> > > suggestions
> > > applied. Could you please give me your comments and suggestions.
> > >
> > > Regards
> > >
> > > Godofredo Contreras
> > >
> > > ________________________________
> > > Get the power of Windows + Web with the new Windows Live. Power up!
> > _______________________________________________
> > Qgis-developer mailing list
> > Qgis-developer at lists.qgis.org
> > http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-developer
> >
>
>
> --
> Tim Sutton
> QGIS Project Steering Committee Member - Release  Manager
> Visit http://qgis.org for a great open source GIS
> openModeller Desktop Developer
> Visit http://openModeller.sf.net for a great open source ecological
> niche modelling tool
> Home Page: http://tim.linfiniti.com
> Skype: timlinux
> Irc: timlinux on #qgis at freenode.net
>
>
> ------------------------------
>
> Message: 5
> Date: Fri, 7 Dec 2007 13:41:15 -0200
> From: "Tim Sutton" <tim at linfiniti.com>
> Subject: Re: [Qgis-developer] From Tbilisi, Georgia
> To: Shota <shotamur at gmail.com>, qgis-developer
>         <qgis-developer at lists.qgis.org>
> Message-ID:
>         <d368056f0712070741t17166369qd32708f1c159eaa5 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi
>
> Currently we dont support launchpad. If you look at
> http://wiki.qgis.org/qgiswiki/TranslatorsCorner you will find some
> hints to get started translating with Qt Linguist or KBabel.
>
> Regards
>
> Tim
>
> 2007/12/7, Shota <shotamur at gmail.com>:
> >
> >
> > > Hello, Tim
> > >
> > > Can you set QGIS for luanchpad.net?
> > https://translations.launchpad.net/qgis
> >
> >
> > >
> > >
> > > Shota
> > >
> > >
> > >
> > >
> > >
> > > On Dec 6, 2007 7:28 PM, Tim Sutton <tim at linfiniti.com > wrote:
> > >
> > > > Hi Shota (cc qgis users)
> > > >
> > > > Probably you should join the QGIS users list for this kind of enquiry
> > > > - there are many other users there who have great experiences and
> > > > coursework based around QGIS. In my experience the QGIS community is
> > > > always helpful and willing to share resources and advice.
> > > >
> > > > Regards
> > > >
> > > > Tim
> > > >
> > > > 2007/12/6, Shota <shotamur at gmail.com>:
> > > >
> > > >
> > > >
> > > > >
> > > > > Hello
> > > > > I am Shota Murtskhvaladze.
> > > > > I work at Deer Leap Foundation (integration of ICT in school
> > curriculum) as
> > > > > an expert of social sciences subjects group.
> > > > > My responsibility is to integrate GIS technologies in curriculum.
> > > > > I think QGIS could help for better maintaining lessons in Geography
> > and not
> > > > > only.
> > > > > Therefore I intend to localize QGIS for Georgian schools.
> > > > > Schools in Georgia use Linux.
> > > > > What would you advise about this matter?
> > > > > Thank you
> > > > > Best regards
> > > > > Shota
> > > > >
> > > > > _______________________________________________
> > > > > Qgis-developer mailing list
> > > > > Qgis-developer at lists.qgis.org
> > > > >
> > http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-developer
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Tim Sutton
> > > > QGIS Project Steering Committee Member - Release  Manager
> > > > Visit http://qgis.org for a great open source GIS
> > > > openModeller Desktop Developer
> > > > Visit http://openModeller.sf.net for a great open source ecological
> > > > niche modelling tool
> > > > Home Page: http://tim.linfiniti.com
> > > > Skype: timlinux
> > > > Irc: timlinux on #qgis at freenode.net
> > > >
> > >
> > >
> >
> >
>
>
> --
> Tim Sutton
> QGIS Project Steering Committee Member - Release  Manager
> Visit http://qgis.org for a great open source GIS
> openModeller Desktop Developer
> Visit http://openModeller.sf.net for a great open source ecological
> niche modelling tool
> Home Page: http://tim.linfiniti.com
> Skype: timlinux
> Irc: timlinux on #qgis at freenode.net
>
>
> ------------------------------
>
> Message: 6
> Date: Fri, 7 Dec 2007 17:11:00 +0100 (CET)
> From: lami at faunalia.it
> Subject: Re: [Qgis-developer] QGIS 0.9.2 release plans (and new bug
>         triage!)
> To: "Tim Sutton" <tim at linfiniti.com>
> Cc: qgis-developer <qgis-developer at lists.qgis.org>
> Message-ID: <58455.83.181.218.214.1197043860.squirrel at www.faunalia.it>
> Content-Type: text/plain;charset=iso-8859-1
>
> > Hi All
> >
> > QGIS 0.9.1 is tagged and only work to do really on it is packaging and
> > press releases which we are aiming to happen by Dec 10 2007 (early
> > next week).
> >
> > Turning our release machine to 0.9.2 I want to keep the momentum and
> > reach my release nirvana of a minor point release every two or so
> > months. The 0.9.1 bug triage was a great success (70 bugs killed!) and
> > so I've started a new triage page for 0.9.2 here:
> >
> > https://svn.qgis.org/trac/wiki/BugTriage0.9.2
> >
> > There are still some low hanging fruit in the bug queue so it will be
> > really good to get rid of those first. I've also started a new release
> > checklist:
> >
> > http://wiki.qgis.org/qgiswiki/ReleaseChecklist0.9.2
> >
> > and bumped the version numbers and splash in trunk up to 0.9.2. Could
> > we hold another developers meeting next week to discuss plans for the
> > 0.9.2 release. Currently there seem to be the following possible
> > feature additions:
> >
> > - raster transparency branch merge
> > - diagram branch merge
> > - advanced editing merge
> > - qml / default symbolisation (and some vector props dialog cleanups)
> > - J?rgen was wanting to make some changes to CMake (use only relative
> > paths for install prefixes)
> > - I would like to start going through the dialogs and addressing
> > consistency issues (label capitalisation and writing style, layout
> > consistency, reduce unneeded popups etc). I wont have time to go
> > through all dialogs, but I would like to start with the grass dialog
> > (I've posted some thoughts on this to the list last month).
> > - anything else?
> >
> > No doubt not all of the things above will make it into 0.9.2 but it
> > would be good to get together and discuss what can / cant be done.
> >
> > Regards
>
>
>
> Hi all,
> I made some test on this release and I see that the mapcomposer has some
> problems.
> I can see the function icons on the top, the help and close buttoms on the
> bottom but I can't see the layout area and the general and object men?.
> All the center area is grey. So I can't use the map composer.
>
> I see the same probelm in a little older Debian developer release.
> I thinked it was a developer versione but when I see that this problem is
> present also in this version I write about it.
>
> Any ideas about this problem?
>
> Regards
> Leonardo
>
>
>
>
>
> ------------------------------
>
> Message: 7
> Date: Fri, 7 Dec 2007 14:16:15 -0200
> From: "Tim Sutton" <tim at linfiniti.com>
> Subject: Re: [Qgis-developer] QGIS 0.9.2 release plans (and new bug
>         triage!)
> To: "lami at faunalia.it" <lami at faunalia.it>
> Cc: qgis-developer <qgis-developer at lists.qgis.org>
> Message-ID:
>         <d368056f0712070816k138a409fka0a646ac50196f5f at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi
>
> I beleve that its just the new splitter Gavin or Steven added. Try to
> look on the right of the window for a splitter bar and pull it over to
> the left. I had the same problem when the changes first went into svn
> and it was resolved by just pulling open the splitter bar.
>
> Regards
>
> Tim
>
> 2007/12/7, lami at faunalia.it <lami at faunalia.it>:
> > > Hi All
> > >
> > > QGIS 0.9.1 is tagged and only work to do really on it is packaging and
> > > press releases which we are aiming to happen by Dec 10 2007 (early
> > > next week).
> > >
> > > Turning our release machine to 0.9.2 I want to keep the momentum and
> > > reach my release nirvana of a minor point release every two or so
> > > months. The 0.9.1 bug triage was a great success (70 bugs killed!) and
> > > so I've started a new triage page for 0.9.2 here:
> > >
> > > https://svn.qgis.org/trac/wiki/BugTriage0.9.2
> > >
> > > There are still some low hanging fruit in the bug queue so it will be
> > > really good to get rid of those first. I've also started a new release
> > > checklist:
> > >
> > > http://wiki.qgis.org/qgiswiki/ReleaseChecklist0.9.2
> > >
> > > and bumped the version numbers and splash in trunk up to 0.9.2. Could
> > > we hold another developers meeting next week to discuss plans for the
> > > 0.9.2 release. Currently there seem to be the following possible
> > > feature additions:
> > >
> > > - raster transparency branch merge
> > > - diagram branch merge
> > > - advanced editing merge
> > > - qml / default symbolisation (and some vector props dialog cleanups)
> > > - J?rgen was wanting to make some changes to CMake (use only relative
> > > paths for install prefixes)
> > > - I would like to start going through the dialogs and addressing
> > > consistency issues (label capitalisation and writing style, layout
> > > consistency, reduce unneeded popups etc). I wont have time to go
> > > through all dialogs, but I would like to start with the grass dialog
> > > (I've posted some thoughts on this to the list last month).
> > > - anything else?
> > >
> > > No doubt not all of the things above will make it into 0.9.2 but it
> > > would be good to get together and discuss what can / cant be done.
> > >
> > > Regards
> >
> >
> >
> > Hi all,
> > I made some test on this release and I see that the mapcomposer has some
> > problems.
> > I can see the function icons on the top, the help and close buttoms on the
> > bottom but I can't see the layout area and the general and object men?.
> > All the center area is grey. So I can't use the map composer.
> >
> > I see the same probelm in a little older Debian developer release.
> > I thinked it was a developer versione but when I see that this problem is
> > present also in this version I write about it.
> >
> > Any ideas about this problem?
> >
> > Regards
> > Leonardo
> >
> >
> >
> >
>
>
> --
> Tim Sutton
> QGIS Project Steering Committee Member - Release  Manager
> Visit http://qgis.org for a great open source GIS
> openModeller Desktop Developer
> Visit http://openModeller.sf.net for a great open source ecological
> niche modelling tool
> Home Page: http://tim.linfiniti.com
> Skype: timlinux
> Irc: timlinux on #qgis at freenode.net
>
>
> ------------------------------
>
> Message: 8
> Date: Fri, 7 Dec 2007 16:45:14 +0000
> From: godofredo contreras <frdcn at hotmail.com>
> Subject: Re: [Qgis-developer] Ogr database access design and plans
> To: Martin Dobias <wonder.sk at gmail.com>
> Cc: "qgis-developer at lists.qgis.org" <qgis-developer at lists.qgis.org>
> Message-ID: <BAY110-W37931B2701EEF479A22010B2680 at phx.gbl>
> Content-Type: text/plain; charset="windows-1252"
>
> Hi:
>
> Thank you Martin to take time to check the design and plans
> for ogr database access I will keep the classes in app and also
> I think like you about the architecture for providers, changing to
> a datasource approach will lead to integrate easily file type layers
> and datases layers.
>
> Regards
> Godofredo Contreras
>
>
>
> > Date: Fri, 7 Dec 2007 14:22:55 +0100
> > From: wonder.sk at gmail.com
> > To: frdcn at hotmail.com
> > Subject: Re: Ogr database access design and plans
> > CC: qgis-developer at lists.qgis.org
> >
> > Hi,
> >
> > first of all sorry for my late reply.
> >
> > I've been thinking quite a lot about the current design and future of
> > vector providers, database connections etc. The things as you've
> > designed them can be used well with the current status of QGIS - in
> > case you will put the new classes to 'app' sources and not to the
> > libraries.
> >
> > My vision is that after 1.0 we should improve our architecture for
> > providers - and make it more similar to the one used in OGR.
> > - OGR uses 'data source' for a compound of layers, this can be e.g. a
> > database or a directory in file system. With data sources you open or
> > create layers
> > - QGIS uses 'providers' for accessing directly layers, but there's no
> > abstraction on the level of data sources as in OGR. With addition of
> > data sources (which are currently equivalent to database connections
> > in your design) we will add much more functionality which is not
> > supported currently by QGIS like some generic way to
> > list/create/remove/rename etc. layers). This is I guess important part
> > for our future common Load layer / data manager dialog.
> >
> > The future redesign is the reason why I think that the new classes
> > you're working on should not go to core library. Once your new
> > features land to trunk, we will be able to reuse the code when
> > introducing 'data sources' term to QGIS slang. So go ahead with the
> > coding, we're all looking forward to see the new features in action
> > :-)
> >
> > Regards
> > Martin
> >
> > On Nov 30, 2007 9:16 PM, godofredo contreras <frdcn at hotmail.com> wrote:
> > >
> > > Hi Martin:
> > >
> > > I have being working with the ogr database access document and modelling
> > > the classes and interaction needed to enable ogr database access in qgis.
> > > Attached are a doc document describing the changes planned, the classes
> > > and dialogs that will be affected and a jpeg image of the model with your
> > > suggestions
> > > applied. Could you please give me your comments and suggestions.
> > >
> > > Regards
> > >
> > > Godofredo Contreras
> > >
> > > ________________________________
> > > Get the power of Windows + Web with the new Windows Live. Power up!
>
> _________________________________________________________________
> You keep typing, we keep giving. Download Messenger and join the i?m Initiative now.
> http://im.live.com/messenger/im/home/?source=TAGLM
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://lists.qgis.org/pipermail/qgis-developer/attachments/20071207/d221b7bd/attachment.htm
>
> ------------------------------
>
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.qgis.org
> http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-developer
>
>
> End of Qgis-developer Digest, Vol 22, Issue 9
> *********************************************
>



-- 
Far better an approximate answer to the right question, which is often
vague, than the exact answer to the wrong question, which can always
be made precise -- j.w. tukey



More information about the Qgis-developer mailing list