Re: [Geoserver-users] WMS Cascading behind a proxy

2011-07-15 Thread Andrea Aime
On Fri, Jul 15, 2011 at 10:48 PM, Yesid Carrillo Vega wrote: > Thank you Steve.It works. > > Now the problem is cascading from ArcGIS Server: "Error rendering > coverage on the fast path" That error can be a million things, a full stack trace is needed. But if I had to guess, you're tring to casc

Re: [Geoserver-users] WMS Cascading behind a proxy

2011-07-15 Thread Yesid Carrillo Vega
Thank you Steve.It works. Now the problem is cascading from ArcGIS Server: "Error rendering coverage on the fast path" http://www.mail-archive.com/geoserver-users@lists.sourceforge.net/msg05081.html -- Yesid On Fri, Jul 15, 2011 at 11:28 AM, Stephen V. Mather wrote: > Oh, set that in your

Re: [Geoserver-users] New problem with shared geoserver_data_dir with GeoServer2.1-RC3

2011-07-15 Thread alan.hughes
Hi, I am getting the same error message when I use GeoServer 2.1.0 or 2.1.1 stable builds. I have deployed to WebSphere Application Server 6.1. I believe this is causing the browser response of:- Error 500: SRVE0207E: Uncaught initialization exception thrown by Servlet. Is there any progress

Re: [Geoserver-users] WFS Data Store

2011-07-15 Thread Keane, Tim
After changing the logging settings, cleaning and restating the server in eclipse, it just worked. From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent: Thursday, July 14, 2011 4:33 PM To: Keane, Tim Cc: nyc-doitt...@opengeo.org; Geoserver-users@lists.sourcefo

Re: [Geoserver-users] Really BIG WMS requests

2011-07-15 Thread Stephen V. Mather
I'll post over to the MapFish forum and double check the config.yaml settings for timeouts. Steve http://www.clemetparks.com/images/esig/cmp-ms-90x122.pngStephen Mather Geographic Information Systems (GIS) Manager (216) 635-3243 s...@clevelandmetroparks.com c

Re: [Geoserver-users] Really BIG WMS requests

2011-07-15 Thread Stephen V. Mather
Ah, you caught me not doing my homework. It looks like it might be a timeout on the request instead. http://www.clemetparks.com/images/esig/cmp-ms-90x122.pngStephen Mather Geographic Information Systems (GIS) Manager (216) 635-3243 s...@clevelandmetroparks.com c

Re: [Geoserver-users] Really BIG WMS requests

2011-07-15 Thread Andrea Aime
On Fri, Jul 15, 2011 at 5:19 PM, Stephen V. Mather < s...@clevelandmetroparks.com> wrote: > Hi All, > > It’s my day for questions, I guess. Using the MapFish > plugin, we’re making some pretty big WMS requests. I’ve bumped up the > memory in the Tomcat container, clustered t

Re: [Geoserver-users] WMS Cascading behind a proxy

2011-07-15 Thread Stephen V. Mather
Oh, set that in your application container with flags for java -Dhttp.proxyHost=proxyhostURL -Dhttp.proxyPort=proxyPortNumber -Dhttp.proxyUser=someUserName -Dhttp.proxyPassword=somePassword For tomcat, you'd set that in your catalina.sh or catalina.bat. (looks like I forgot to reply-all the firs

Re: [Geoserver-users] Labeling lines-- Contours

2011-07-15 Thread Stephen V. Mather
So, then once it works in GeoTools, it should work it's way into GeoServer in a future release, or I can add a jar to my GeoServer instance, or both? Sorry: total nube here. (resent to geoserver-users.). http://www.clemetparks.com/images/esig/cmp-ms-90x122.pngStephen Mather Geographic Infor

Re: [Geoserver-users] Labeling lines-- Contours

2011-07-15 Thread Andrea Aime
On Fri, Jul 15, 2011 at 5:14 PM, Stephen V. Mather < s...@clevelandmetroparks.com> wrote: > Sounds like it’s finally time for me to wade into GeoTools. I assume > this is an “easy” patch? > If you base your work on a similar function it should not really be too hard, mind for the META-INF regis

Re: [Geoserver-users] WMS Cascading behind a proxy

2011-07-15 Thread Yesid Carrillo Vega
Thank you Steve. No, this is not the case. My Geoserver is behind a proxy, at this point do no matter if it is publicly visible. My Geoserver instance needs to get images from another WMS server (cascading), but connection happens across a proxy server, so I need to fugure out how set the proxy s

[Geoserver-users] Really BIG WMS requests

2011-07-15 Thread Stephen V. Mather
Hi All, It's my day for questions, I guess. Using the MapFish plugin, we're making some pretty big WMS requests. I've bumped up the memory in the Tomcat container, clustered the GeoServer installation to multiple instances, reduced the resolution of the request to an acceptable c

Re: [Geoserver-users] Labeling lines-- Contours

2011-07-15 Thread Stephen V. Mather
Sounds like it's finally time for me to wade into GeoTools. I assume this is an "easy" patch? Steve http://www.clemetparks.com/images/esig/cmp-ms-90x122.pngStephen Mather Geographic Information Systems (GIS) Manager (216) 635-3243 s...@clevelandmetroparks.com

[Geoserver-users] MinScaleDenominator, MaxScaleDenominator, GWC

2011-07-15 Thread Stephen V. Mather
Hi All, Another GeoServer/SLD question, or maybe it's a GWC/OpenLayers question, this one less trivial. For background (relevant or otherwise) I'm using GeoServer 2.1.0, build date May 11 on a Debian 64-bit machine running in a Tomcat 6.0.32 container. I'm also using the built in

Re: [Geoserver-users] Labeling lines-- Contours

2011-07-15 Thread Andrea Aime
On Fri, Jul 15, 2011 at 4:05 PM, Stephen V. Mather < s...@clevelandmetroparks.com> wrote: > Hi All, > > This is probably a fussy question, but I want to label my > contours with the font of the label facing upright from the downslope side, > so the map reader can always tell w

[Geoserver-users] Labeling lines-- Contours

2011-07-15 Thread Stephen V. Mather
Hi All, This is probably a fussy question, but I want to label my contours with the font of the label facing upright from the downslope side, so the map reader can always tell which way is uphill. If I use the vendor option: false I get the opposite of what I want (i.e my

Re: [Geoserver-users] Accessing WMS featureInfo externally

2011-07-15 Thread Stephen V. Mather
And if you proxy you should probably set: Settings:Global "Proxy Base URL". So your capabilities documents, etc. reflect the public address. Steve http://www.clemetparks.com/images/esig/cmp-ms-90x122.pngStephen Mather Geographic Information Systems (GIS) Manager (216) 635-3243 s

Re: [Geoserver-users] WMS Cascading behind a proxy

2011-07-15 Thread Stephen V. Mather
Yesid, If I understand the question that you want GeoServer to know it's public address, you'll want to specify this in Settings:Global in the "Proxy Base URL". Steve Stephen Mather Geographic Information Systems (GIS) Manager (216) 635-3243 s...@clevelandmetroparks.com clevelandmetropar

[Geoserver-users] WMS Cascading behind a proxy

2011-07-15 Thread Yesid Carrillo Vega
Hi list. I´m trying to configure WMS cascading using an external WMS. What if my Geoserver is behind a proxy, connecting to an external WMS? Where can I configure the proxy settings? Thanks in advance Yesid -- AppSumo P

Re: [Geoserver-users] Accessing WMS featureInfo externally

2011-07-15 Thread David Winslow
One way to work around this limitation (a security measure in web browsers known as the "same origin policy") is to use an iframe to embed the feature info HTML in your popup. If you want to use more advanced techniques this won't work; you can't (for example) fetch the featureinfo in GML and manip

[Geoserver-users] Accessing WMS featureInfo externally

2011-07-15 Thread Mark Hammond
In simple steps, could someone explain how get access to WMS Feature Info when the webpage is not being hosted on the same server as GeoServer? My code works fine when it's served from the same server, but returns nothing when queried from somewhere else. This makes is a pain when developing wi

Re: [Geoserver-users] Problems supporting gdal in GeoServer 2.0.2

2011-07-15 Thread Simone Giannecchini
Notice to all, recent version of GDAL (>=1.7.3) would work ONLY with GeoServer trunk NOT with 2.1.x (yet :) ) and definitely NOT with 2.0.x.ù Regards, Simone Giannecchini --- Ing. Simone Giannecchini GeoSolutions S.A.S. Founder Via Poggio alle

Re: [Geoserver-users] Problems supporting gdal in GeoServer 2.0.2

2011-07-15 Thread Martijn Coenen
David, Use a relevant build from that website. They are good to test it. Do you have Visual Studio? If so, choose the version made with that version of VS. If not, choose the latest one and get (if needed) the relevant redistributable files. Check after installing with Dependency Walker if you

Re: [Geoserver-users] Problems supporting gdal in GeoServer 2.0.2

2011-07-15 Thread David Alda Fernandez de Lezea
Martijn, Thanks for your response. Just what I feared... Is there any gdal 64 bit compliation availabe to download from the internet?? I've seeking on http://vbkto.dyndns.org/sdk/ but there are a lot of possibilities and I don't which can be the right one... Thanks. Un saludo, ···

Re: [Geoserver-users] Problems supporting gdal in GeoServer 2.0.2

2011-07-15 Thread Martijn Coenen
David, In this case, the DLL is a 32-bit version but is being loaded by 64-bit JAVA. That isn't possible. You will need to use 64-bit build versions of the GDAL DLLs. You can use "Dependency Walker" to check the DLLs loaded to see if you are using 32-bit versions in the 64-bit environment, but

Re: [Geoserver-users] Problem with dynamic label values when using an external SLD

2011-07-15 Thread Andrea Aime
On Fri, Jul 15, 2011 at 1:41 AM, Adam Ratcliffe < adam.ratcli...@geosmart.co.nz> wrote: > I believe I am using "library mode", that's triggered when both the SLD and > LAYERS parameters are included in the request right? Nope, &sld and layers are all that's needed. From the spec: -

Re: [Geoserver-users] very odd difference between geoserver 2.1 and geoserver 2.0.2

2011-07-15 Thread Andrea Aime
On Fri, Jul 15, 2011 at 2:13 AM, Phil Scadden wrote: > Please have a look at > http://kite.gns.cri.nz/PBE/index.html#MAP:seismic.json > It shows identical data on the same map, but one is sourced from > geoserver 2.1 and the other from geoserver 2.0.2 > > The 2.0.2 data is fine. The 2.1 data is h

[Geoserver-users] How to style neatly WFS layers?

2011-07-15 Thread gbrun
Hi! I'm displaying lots of WFS layers provided by GeoServer in a GeoExt web application. I've just understood that WFS layers cannot be styled beforehand by GeoServer, and then served with this predefined style (like for WMS for example). So I'm looking for the better way to apply different