Re: [Geoserver-devel] WMS cascading fails with an ESRI server

2014-11-28 Thread Andrea Aime
On Fri, Nov 28, 2014 at 1:46 PM, Rahkonen Jukka (Tike) < jukka.rahko...@mmmtike.fi> wrote: > Thanks Andrea, > > > > for encouragement. I did not know that I can solve it but I learned to > fiddle with the headers by using Firefox and Poster. The remote WMS server > there simply does not like Java

Re: [Geoserver-devel] WMS cascading fails with an ESRI server

2014-11-28 Thread Rahkonen Jukka (Tike)
GetCapabilities User-Agent: foo -Jukka- Lähettäjä: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] Puolesta Andrea Aime Lähetetty: 28. marraskuuta 2014 14:32 Vastaanottaja: Rahkonen Jukka (Tike) Kopio: geoserver-devel@lists.sourceforge.net Aihe: Re: [Geoserver-devel] WMS cascading fails

Re: [Geoserver-devel] WMS cascading fails with an ESRI server

2014-11-28 Thread Andrea Aime
On Fri, Nov 28, 2014 at 12:53 PM, Rahkonen Jukka (Tike) < jukka.rahko...@mmmtike.fi> wrote: > Hi, > > Captured from a gis.stackexchange question > http://gis.stackexchange.com/questions/123754/problem-with-connecting-remote-wms-connection-to-geoserver, > this WMS server can't be cascaded with Geos

[Geoserver-devel] WMS cascading fails with an ESRI server

2014-11-28 Thread Rahkonen Jukka (Tike)
Hi, Captured from a gis.stackexchange question http://gis.stackexchange.com/questions/123754/problem-with-connecting-remote-wms-connection-to-geoserver, this WMS server can't be cascaded with Geoserver.: http://mapy.geoportal.gov.pl/wss/service/pub/guest/kompozycjaG2_TBD_WMS/MapServer/WMSServer?

[Geoserver-devel] WMS Cascading - GetFeature Info

2014-10-30 Thread Räder , Michael
Hi List, Is there a possibility to configure an other GFI Format for cascading WMS Layers? I found this in the documentation. “GetFeatureInfo. WMS GetFeatureInfo requests will be passed to the remote WMS. If the remote WMS supports the application/vnd.ogc.gml format the request will be success

[Geoserver-devel] WMS cascading committed to trunk

2010-05-10 Thread Andrea Aime
Hi all, the WMS cascading work has been committed to trunk and is available for all developer to play with today, and should be available for everybody else starting tomorrow, by using a trunk nightly build: http://gridlock.openplans.org/geoserver/trunk/ The only bit missing is documentation, but

Re: [Geoserver-devel] WMS cascading and version control

2010-05-05 Thread Andrea Aime
Justin Deoliveira ha scritto: > On 5/5/10 12:27 AM, Andrea Aime wrote: >> Ben Caradoc-Davies ha scritto: >>> On 30/04/10 00:41, Justin Deoliveira wrote: I have become quite a proponent of git these days, i use it for all local development and for branch development nothing beats it. >>> >

Re: [Geoserver-devel] WMS cascading proposal: GSIP 47

2010-05-05 Thread Ben Caradoc-Davies
+1 Wow, that is pretty cool. It would make writing clients a lot easier, and shift some compositing load to the middleware. Great idea. Kind regards, Ben. On 05/05/10 23:29, Andrea Aime wrote: > Hi, > the WMS cascading proposal is ready for your commenting/voting pleasure: > > http://geoserver

Re: [Geoserver-devel] WMS cascading and version control

2010-05-05 Thread Justin Deoliveira
On 5/5/10 12:27 AM, Andrea Aime wrote: > Ben Caradoc-Davies ha scritto: >> On 30/04/10 00:41, Justin Deoliveira wrote: >>> I have become quite a proponent of git these days, i use it for all >>> local development and for branch development nothing beats it. >> >> I have seen the git header in your

[Geoserver-devel] WMS cascading proposal: GSIP 47

2010-05-05 Thread Andrea Aime
Hi, the WMS cascading proposal is ready for your commenting/voting pleasure: http://geoserver.org/display/GEOS/GSIP+47+-+WMS+cascading This afternoon I'll try to work out the lack of RESTConfig support, seems the most important limitation to me atm Cheers Andrea -- Andrea Aime OpenGeo - http:

Re: [Geoserver-devel] WMS cascading and version control

2010-05-04 Thread Andrea Aime
Ben Caradoc-Davies ha scritto: > On 30/04/10 00:41, Justin Deoliveira wrote: >> I have become quite a proponent of git these days, i use it for all >> local development and for branch development nothing beats it. > > I have seen the git header in your patches. :-) I have to second Justin's opin

Re: [Geoserver-devel] WMS cascading and version control

2010-05-04 Thread Ben Caradoc-Davies
On 30/04/10 00:41, Justin Deoliveira wrote: > I have become quite a proponent of git these days, i use it for all > local development and for branch development nothing beats it. I have seen the git header in your patches. :-) -- Ben Caradoc-Davies Software Engineering Team Leader CSIRO Earth

Re: [Geoserver-devel] WMS cascading and version control

2010-04-29 Thread Andrea Aime
David Winslow ha scritto: > Something to keep in mind is that git's svn integration can't push > "merge commits" (ie, where two git branches join back together, > something that should come up a lot in collaborative situation) from git > to SVN. You *can* have as many branches off of a SVN sour

Re: [Geoserver-devel] WMS cascading and version control

2010-04-29 Thread David Winslow
Something to keep in mind is that git's svn integration can't push "merge commits" (ie, where two git branches join back together, something that should come up a lot in collaborative situation) from git to SVN. You *can* have as many branches off of a SVN source tree as you want, but you will

Re: [Geoserver-devel] WMS cascading and version control

2010-04-29 Thread Justin Deoliveira
I have become quite a proponent of git these days, i use it for all local development and for branch development nothing beats it. The reason being the rebasing. A few more comments inline. On 4/28/10 8:49 AM, Jody Garnett wrote: > Trunk is open for new development; any idea on the time frame fo

Re: [Geoserver-devel] WMS cascading and version control

2010-04-28 Thread Jody Garnett
Trunk is open for new development; any idea on the time frame for WMS cascade work? Do we have any need to release from trunk prior to FOSS4G (ie early July deadline). I do like the idea of trying out GIT on a "shared branch" like this. It would give us a chance to learn. Aside: Jesse took a

[Geoserver-devel] WMS cascading and version control

2010-04-28 Thread Andrea Aime
Hi, the WMS cascading work is about to start, we'll need a place where multiple people can share their work. Options: - work directly on trunk. Upsides: it's easy, requires no extra setup/software Downsides: it might result in breakages of trunk - create a branch Upsides: requires no extr

Re: [Geoserver-devel] WMS cascading

2010-04-20 Thread Justin Deoliveira
On 4/19/10 10:15 AM, Andrea Aime wrote: > Justin Deoliveira ha scritto: >> On 4/19/10 9:15 AM, Andrea Aime wrote: >>> Justin Deoliveira ha scritto: > A "native implementation" would require creating new > configuration objects, WMSStoreInfo, WMSLayerResource, > and possibly a WMSLayerIn

Re: [Geoserver-devel] WMS cascading

2010-04-19 Thread Andrea Aime
Justin Deoliveira ha scritto: > On 4/19/10 9:15 AM, Andrea Aime wrote: >> Justin Deoliveira ha scritto: A "native implementation" would require creating new configuration objects, WMSStoreInfo, WMSLayerResource, and possibly a WMSLayerInfo. WMSStoreInfo would hold a reference to

Re: [Geoserver-devel] WMS cascading

2010-04-19 Thread Justin Deoliveira
On 4/19/10 9:15 AM, Andrea Aime wrote: > Justin Deoliveira ha scritto: >>> A "native implementation" would require creating new >>> configuration objects, WMSStoreInfo, WMSLayerResource, >>> and possibly a WMSLayerInfo. >>> WMSStoreInfo would hold a reference to the remote store >>> and provide a l

Re: [Geoserver-devel] WMS cascading

2010-04-19 Thread Andrea Aime
Justin Deoliveira ha scritto: >> A "native implementation" would require creating new >> configuration objects, WMSStoreInfo, WMSLayerResource, >> and possibly a WMSLayerInfo. >> WMSStoreInfo would hold a reference to the remote store >> and provide a list of available layers, WMSLayerResource >> w

Re: [Geoserver-devel] WMS cascading

2010-04-19 Thread Justin Deoliveira
I think I agree with Jesse while the hack is tempting it seems doing it the "right way" will provide much more flexibility in the end. This will be a really great feature that I am sure users will go crazy for. A few comments/questions inline. On 4/16/10 10:08 AM, Andrea Aime wrote: > Hi all, >

Re: [Geoserver-devel] WMS cascading

2010-04-18 Thread Jesse Eichar
As appealing as it is to quickly hack together WMS cascading through WCS I think we need the native support. If we went the WCS route we would get lots of bug reports around GetFeatureInfo, etc... Also the layers would show up as a Coverage in WCS requests which is misleading. Also +1 to getting

[Geoserver-devel] WMS cascading

2010-04-16 Thread Andrea Aime
Hi all, I'm writing this mail to start some discussion and gather some feebdack on a feature that we are going to implement sometimes soon: WMS cascading (warning, long mail). It is something that deserves its own GSIP of course, with this mail I'm just trying to introduce the topic and consider a