Re: [Qgis-user] [Qgis-developer] WMS Rendering Problems

2007-11-04 Thread John C. Tull
On Nov 3, 2007, at 11:39 PM, Tom Elwertowski wrote:

> John C. Tull wrote:
>> In order to checkout and build the advanced editing branch, do you  
>> simply  checkout that using svn with something like:
>> svn co https://svn.qgis.org/repos/qgis/branches/  
>> advanced_editing_branch adv_edit
>> then build from that directory (adv_edit) as normal?
>
> Yes.
>
>> I tried this today (rev 7316) and was not able to build on OS X  
>> where  I can build trunk.
>
> You must be using GEOS 3.0. Rev 7317 has been made GEOS 3.0  
> compatible.
>
> Tom

You are correct about GEOS 3.0. I am using William's framework version  
of GEOS, and the current does point to the 3.0 version. I still seem  
to be running into a problem related to GEOS when invoking 'make -j3'  
after cmake (output below). I edited the qgsgeometry.h file and  
provided the full path to geos.h, then the build succeeded (this time  
with 'make' to be safe). I don't know if the j3 option was part of the  
problem or not.

Thanks for changing the GEOS requirement. I look forward to testing  
this branch.

John

[ 34%] Built target gpxprovider
Scanning dependencies of target qgisgrass
[ 34%] Building CXX object src/gui/CMakeFiles/qgis_gui.dir/ 
qgsrubberband.o
[ 34%] Building CXX object src/providers/grass/CMakeFiles/ 
qgisgrass.dir/qgsgrassprovider.o
In file included from /Users/jctull/sources/qgis/adv_edit/src/gui/ 
qgsrubberband.cpp:19:
/Users/jctull/sources/qgis/adv_edit/src/gui/../core/qgsgeometry.h: 
26:18: error: geos.h: No such file or directory
In file included from /Applications/GRASS-6.3.app/Contents/MacOS/ 
include/grass/rtree.h:18,
  from /Applications/GRASS-6.3.app/Contents/MacOS/ 
include/grass/vect/dig_structs.h:18,
  from /Applications/GRASS-6.3.app/Contents/MacOS/ 
include/grass/vect/digit.h:3,
  from /Applications/GRASS-6.3.app/Contents/MacOS/ 
include/grass/Vect.h:4,
  from /Users/jctull/sources/qgis/adv_edit/src/ 
providers/grass/qgsgrassprovider.cpp:43:
/Applications/GRASS-6.3.app/Contents/MacOS/include/grass/rtree/index.h: 
22:1: warning: "NDEBUG" redefined
:1:1: warning: this is the location of the previous  
definition
/Users/jctull/sources/qgis/adv_edit/src/gui/../core/qgsgeometry.h:399:  
error: ‘geos::LineString’ has not been declared
/Users/jctull/sources/qgis/adv_edit/src/gui/../core/qgsgeometry.h:403:  
error: ‘geos::LineString’ has not been declared
make[2]: *** [src/gui/CMakeFiles/qgis_gui.dir/qgsrubberband.o] Error 1
make[1]: *** [src/gui/CMakeFiles/qgis_gui.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs
[ 34%] Building CXX object src/providers/wfs/CMakeFiles/ 
wfsprovider.dir/qgswfsdata.o
[ 34%] Building CXX object src/providers/wfs/CMakeFiles/ 
wfsprovider.dir/moc_qgswfsdata.o
[ 34%] Building CXX object src/providers/grass/CMakeFiles/ 
qgisgrass.dir/qgsgrass.o
In file included from /Applications/GRASS-6.3.app/Contents/MacOS/ 
include/grass/rtree.h:18,
  from /Applications/GRASS-6.3.app/Contents/MacOS/ 
include/grass/vect/dig_structs.h:18,
  from /Applications/GRASS-6.3.app/Contents/MacOS/ 
include/grass/vect/digit.h:3,
  from /Applications/GRASS-6.3.app/Contents/MacOS/ 
include/grass/Vect.h:4,
  from /Users/jctull/sources/qgis/adv_edit/src/ 
providers/grass/qgsgrass.cpp:38:
/Applications/GRASS-6.3.app/Contents/MacOS/include/grass/rtree/index.h: 
22:1: warning: "NDEBUG" redefined
:1:1: warning: this is the location of the previous  
definition
Linking CXX shared module libwfsprovider.so
[ 34%] Built target wfsprovider
Linking CXX shared library libqgisgrass.dylib
[ 34%] Built target qgisgrass
make: *** [all] Error 2

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


Re: [Qgis-user] [Qgis-developer] WMS Rendering Problems

2007-11-03 Thread Tom Elwertowski
John C. Tull wrote:
> In order to checkout and build the advanced editing branch, do you simply  
> checkout that using svn with something like:
> svn co https://svn.qgis.org/repos/qgis/branches/ 
> advanced_editing_branch adv_edit
> then build from that directory (adv_edit) as normal?

Yes.

> I tried this today (rev 7316) and was not able to build on OS X where  
> I can build trunk.

You must be using GEOS 3.0. Rev 7317 has been made GEOS 3.0 compatible.

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


Re: [Qgis-user] [Qgis-developer] WMS Rendering Problems

2007-11-03 Thread John C. Tull
On Nov 3, 2007, at 10:04 AM, Marco Hugentobler wrote:

> Hi Rhys,
>
> Nice to hear your are using the new editing features!
> I'm also keen on merging the advanced editing branch soon. However,  
> as the
> branch contains some bigger changes, I think it is better to wait  
> after the
> first bugfix release. Also I'd like to do some cleanups and fixes  
> prior to
> put it to official pre-merge testing. But I suppose that it will be  
> ready in
> the next couple of weeks.
>
> Regards,
> Marco

Sorry for the thread hijack and the ignorance in this question. In  
order to checkout and build the advanced editing branch, do you simply  
checkout that using svn with something like:
svn co https://svn.qgis.org/repos/qgis/branches/ 
advanced_editing_branch adv_edit
then build from that directory (adv_edit) as normal?

I tried this today (rev 7316) and was not able to build on OS X where  
I can build trunk. If you want some output for debugging, I'd be happy  
to send anything your way. I just wanted to make sure I was going at  
this the right way. If so, I can move follow-ups to qgis-dev if you  
are interested in working out issues on my platform at this point.

Cheers,
John


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


Re: [Qgis-user] [Qgis-developer] WMS Rendering Problems

2007-11-02 Thread Tim Sutton
Hi Rhys

Yes we will follow the same strategy for all branches that are
candidates for merging into trunk. Once Marco gives the word that he
is ready, we can create packages and put the advanced editing branch
'out there' for wider testing.

Regards

Tim

2007/11/2, Rhys Stewart <[EMAIL PROTECTED]>:
> Speaking of different branches:
>  how about including the advanced editing branch? I've (me and about 4
> other folks in office) have been using it extensively since late July.
> We have had no problems/bugs to report. I know that 5 people using it
> doesn't mean it is ready for prime time, but I'm sure we are not the
> only ones that have  been using it.
>
>
> Rhys Stewart
>
> On 11/2/07, Tim Sutton <[EMAIL PROTECTED]> wrote:
> > Hi
> >
> > We will be making test packages for the transparency branch (which
> > will contain everything from trunk merged in too). We will put these
> > out for public comment and bug testing. Once we are happy that the
> > raster transparency branch is stable, works as expected and does not
> > cause any other problems, we will begin the process of getting it
> > merged into trunk. We will announce to the list when these packages
> > are available and open a special tag in trh bug tracker that bugs can
> > be filed against. If you are interested in parrticipating in the
> > process please contact Peter Ersts who is our raster maintainer. Any
> > contributions in the form of quality control, testing, useabilty,
> > coding if you know how etc would be greatly appreciated.
> >
> > We are in the process of stabilising QGIS for a 1.0 release which
> > means we are being much more conservative about letting new features
> > into trunk so that we can really focus on getting all those open bugs
> > removed.
> >
> > Many thanks for you input!
> >
> > Regards
> >
> > Tim
> > 2007/11/2, Agustin Lobo <[EMAIL PROTECTED]>:
> > > Tim,
> > >
> > > could the new 0.9.1 include the transparency raster branch?
> > > It seems that Peter Ersts has these tools pretty advanced.
> > > It's actually very difficult to use QGis for real work with imagery
> > > without having these tools available.
> > >
> > > Thank you all for your work!
> > >
> > > Agus
> > >
> > > Tim Sutton escribió:
> > > > Hi
> > > >
> > > > Was anyone able to test Toms patch? Can we go ahead and apply it to
> > > > trunk? We would like to do a follow up release of QGIS 0.9.1 in the
> > > > next few days - in particular to provide updated binaries to address
> > > > some GRASS issues Martin fixed, and to provide a Toms WMS fix.
> > > >
> > > > Best regards
> > > >
> > > > Tim
> > > >
> > > > 2007/10/31, Tom Elwertowski <[EMAIL PROTECTED]>:
> > > >> Jürgen E. Fischer wrote:
> > > >>> I'd like to test it.  Where's the patch?
> > > >> Here's a patch for the current (r3707) trunk:
> > > >> http://www.compassowl.com/qgis_wms_async.diff
> > > >>
> > > >> Tom
> > > >> ___
> > > >> Qgis-developer mailing list
> > > >> [EMAIL PROTECTED]
> > > >> http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-developer
> > > >>
> > > >
> > > >
> > >
> > > --
> > > Dr. Agustin Lobo
> > > Institut de Ciencies de la Terra "Jaume Almera" (CSIC)
> > > LLuis Sole Sabaris s/n
> > > 08028 Barcelona
> > > Spain
> > > Tel. 34 934095410
> > > Fax. 34 934110012
> > > email: [EMAIL PROTECTED]
> > > http://www.ija.csic.es/gt/obster
> > >
> >
> >
> > --
> > 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
> > ___
> > Qgis-user mailing list
> > Qgis-user@lists.qgis.org
> > http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user
> >
>


-- 
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
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] [Qgis-developer] WMS Rendering Problems

2007-11-02 Thread Rhys Stewart
Speaking of different branches:
 how about including the advanced editing branch? I've (me and about 4
other folks in office) have been using it extensively since late July.
We have had no problems/bugs to report. I know that 5 people using it
doesn't mean it is ready for prime time, but I'm sure we are not the
only ones that have  been using it.


Rhys Stewart

On 11/2/07, Tim Sutton <[EMAIL PROTECTED]> wrote:
> Hi
>
> We will be making test packages for the transparency branch (which
> will contain everything from trunk merged in too). We will put these
> out for public comment and bug testing. Once we are happy that the
> raster transparency branch is stable, works as expected and does not
> cause any other problems, we will begin the process of getting it
> merged into trunk. We will announce to the list when these packages
> are available and open a special tag in trh bug tracker that bugs can
> be filed against. If you are interested in parrticipating in the
> process please contact Peter Ersts who is our raster maintainer. Any
> contributions in the form of quality control, testing, useabilty,
> coding if you know how etc would be greatly appreciated.
>
> We are in the process of stabilising QGIS for a 1.0 release which
> means we are being much more conservative about letting new features
> into trunk so that we can really focus on getting all those open bugs
> removed.
>
> Many thanks for you input!
>
> Regards
>
> Tim
> 2007/11/2, Agustin Lobo <[EMAIL PROTECTED]>:
> > Tim,
> >
> > could the new 0.9.1 include the transparency raster branch?
> > It seems that Peter Ersts has these tools pretty advanced.
> > It's actually very difficult to use QGis for real work with imagery
> > without having these tools available.
> >
> > Thank you all for your work!
> >
> > Agus
> >
> > Tim Sutton escribió:
> > > Hi
> > >
> > > Was anyone able to test Toms patch? Can we go ahead and apply it to
> > > trunk? We would like to do a follow up release of QGIS 0.9.1 in the
> > > next few days - in particular to provide updated binaries to address
> > > some GRASS issues Martin fixed, and to provide a Toms WMS fix.
> > >
> > > Best regards
> > >
> > > Tim
> > >
> > > 2007/10/31, Tom Elwertowski <[EMAIL PROTECTED]>:
> > >> Jürgen E. Fischer wrote:
> > >>> I'd like to test it.  Where's the patch?
> > >> Here's a patch for the current (r3707) trunk:
> > >> http://www.compassowl.com/qgis_wms_async.diff
> > >>
> > >> Tom
> > >> ___
> > >> Qgis-developer mailing list
> > >> [EMAIL PROTECTED]
> > >> http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-developer
> > >>
> > >
> > >
> >
> > --
> > Dr. Agustin Lobo
> > Institut de Ciencies de la Terra "Jaume Almera" (CSIC)
> > LLuis Sole Sabaris s/n
> > 08028 Barcelona
> > Spain
> > Tel. 34 934095410
> > Fax. 34 934110012
> > email: [EMAIL PROTECTED]
> > http://www.ija.csic.es/gt/obster
> >
>
>
> --
> 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
> ___
> 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] [Qgis-developer] WMS Rendering Problems

2007-11-02 Thread Tim Sutton
Hi

We will be making test packages for the transparency branch (which
will contain everything from trunk merged in too). We will put these
out for public comment and bug testing. Once we are happy that the
raster transparency branch is stable, works as expected and does not
cause any other problems, we will begin the process of getting it
merged into trunk. We will announce to the list when these packages
are available and open a special tag in trh bug tracker that bugs can
be filed against. If you are interested in parrticipating in the
process please contact Peter Ersts who is our raster maintainer. Any
contributions in the form of quality control, testing, useabilty,
coding if you know how etc would be greatly appreciated.

We are in the process of stabilising QGIS for a 1.0 release which
means we are being much more conservative about letting new features
into trunk so that we can really focus on getting all those open bugs
removed.

Many thanks for you input!

Regards

Tim
2007/11/2, Agustin Lobo <[EMAIL PROTECTED]>:
> Tim,
>
> could the new 0.9.1 include the transparency raster branch?
> It seems that Peter Ersts has these tools pretty advanced.
> It's actually very difficult to use QGis for real work with imagery
> without having these tools available.
>
> Thank you all for your work!
>
> Agus
>
> Tim Sutton escribió:
> > Hi
> >
> > Was anyone able to test Toms patch? Can we go ahead and apply it to
> > trunk? We would like to do a follow up release of QGIS 0.9.1 in the
> > next few days - in particular to provide updated binaries to address
> > some GRASS issues Martin fixed, and to provide a Toms WMS fix.
> >
> > Best regards
> >
> > Tim
> >
> > 2007/10/31, Tom Elwertowski <[EMAIL PROTECTED]>:
> >> Jürgen E. Fischer wrote:
> >>> I'd like to test it.  Where's the patch?
> >> Here's a patch for the current (r3707) trunk:
> >> http://www.compassowl.com/qgis_wms_async.diff
> >>
> >> Tom
> >> ___
> >> Qgis-developer mailing list
> >> [EMAIL PROTECTED]
> >> http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-developer
> >>
> >
> >
>
> --
> Dr. Agustin Lobo
> Institut de Ciencies de la Terra "Jaume Almera" (CSIC)
> LLuis Sole Sabaris s/n
> 08028 Barcelona
> Spain
> Tel. 34 934095410
> Fax. 34 934110012
> email: [EMAIL PROTECTED]
> http://www.ija.csic.es/gt/obster
>


-- 
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
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] [Qgis-developer] WMS Rendering Problems

2007-11-02 Thread Agustin Lobo
Tim,

could the new 0.9.1 include the transparency raster branch?
It seems that Peter Ersts has these tools pretty advanced.
It's actually very difficult to use QGis for real work with imagery
without having these tools available.

Thank you all for your work!

Agus

Tim Sutton escribió:
> Hi
> 
> Was anyone able to test Toms patch? Can we go ahead and apply it to
> trunk? We would like to do a follow up release of QGIS 0.9.1 in the
> next few days - in particular to provide updated binaries to address
> some GRASS issues Martin fixed, and to provide a Toms WMS fix.
> 
> Best regards
> 
> Tim
> 
> 2007/10/31, Tom Elwertowski <[EMAIL PROTECTED]>:
>> Jürgen E. Fischer wrote:
>>> I'd like to test it.  Where's the patch?
>> Here's a patch for the current (r3707) trunk:
>> http://www.compassowl.com/qgis_wms_async.diff
>>
>> Tom
>> ___
>> Qgis-developer mailing list
>> [EMAIL PROTECTED]
>> http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-developer
>>
> 
> 

-- 
Dr. Agustin Lobo
Institut de Ciencies de la Terra "Jaume Almera" (CSIC)
LLuis Sole Sabaris s/n
08028 Barcelona
Spain
Tel. 34 934095410
Fax. 34 934110012
email: [EMAIL PROTECTED]
http://www.ija.csic.es/gt/obster
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] [Qgis-developer] WMS Rendering Problems

2007-10-31 Thread Tim Sutton
Hi

Was anyone able to test Toms patch? Can we go ahead and apply it to
trunk? We would like to do a follow up release of QGIS 0.9.1 in the
next few days - in particular to provide updated binaries to address
some GRASS issues Martin fixed, and to provide a Toms WMS fix.

Best regards

Tim

2007/10/31, Tom Elwertowski <[EMAIL PROTECTED]>:
> Jürgen E. Fischer wrote:
> > I'd like to test it.  Where's the patch?
>
> Here's a patch for the current (r3707) trunk:
> http://www.compassowl.com/qgis_wms_async.diff
>
> Tom
> ___
> Qgis-developer mailing list
> [EMAIL PROTECTED]
> 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
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] [Qgis-developer] WMS Rendering Problems

2007-10-30 Thread Tom Elwertowski
Jürgen E. Fischer wrote:
> I'd like to test it.  Where's the patch?

Here's a patch for the current (r3707) trunk: 
http://www.compassowl.com/qgis_wms_async.diff

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


Re: [Qgis-user] [Qgis-developer] WMS Rendering Problems

2007-10-30 Thread Jürgen E . Fischer
Hi Tom,

On Tue, 30. Oct 2007 at 14:49:30 -0400, Tom Elwertowski wrote:
> This looks like a bug which was reported for Mac OS X a while ago. I 
> have a patch which is essentially complete but I don't have the 
> capability to build QGIS for Windows. If you or someone else can do a 
> source build, I would be interested in finding out if the patch fixes 
> your problem.

I'd like to test it.  Where's the patch?


> The fix I made is to remove the synchronous network request inside the 
> draw event with async requests which must be completed before starting 
> to draw. This also speeds things up for multiple WMS layers since all 
> layers are requested in parallel rather than serially.

I did basically the same today, but I was still looking for a clean way
trigger a refresh after the WMS request completes inside the provider.
 

Jürgen

-- 
Jürgen E. Fischer norBIT GmbH   Tel. +49-4931-918175-0
Dipl.-Inf. (FH)   Rheinstraße 13Fax. +49-4931-918175-50
Software Engineer D-26506 Norden   http://www.norbit.de

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

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