[Geoserver-users] WMS and Geoserver 2.2.5 - Get Capabilities error?

2013-03-28 Thread charlie
Im new to Geoserver and have been trying to add layers through a WMS. I have tried both the following National Atlas Get Capabilities URL's that resolve fine in a browser. http://webservices.nationalatlas.gov/wms/water?SERVICE=WMS&REQUEST=GetCapabilities and http://webservices.nationalatlas.gov

[Geoserver-users] Securing data from external registered users - Add Store allows viewing of data_directory and more.

2013-03-28 Thread Richard (Abe) Coughlin
I've set up REST so they can upload data. I've given them permissions on the workspaces. All works well. But I have one major concern: none of these users will want the other users seeing, accessing or even knowing what data they have in their workspaces. When adding a store the Connection Para

Re: [Geoserver-users] Looks a regression with WFS -- or it supposed to work this way?

2013-03-28 Thread Rahkonen Jukka
Hi, Geoserver should still return data even if geometry is mandatory in the schema but it is not listed in the request. From WFS 1.1.0 standard: "The response to a GetFeature request must be valid according to the structure described by the XML Schema description of the feature type. Thus the W

Re: [Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x

2013-03-28 Thread Tom van Tilburg
I think you're right, it should be the jar. The jar is there however, and I can see it contains the SimpleProcessingCollection method. I'm a bit stuck on the options, except for going back to 2.2 Regards, Tom On 28-3-2013 16:48, Bessette-Halsema, Dominique E wrote: Yes we used the plugin

Re: [Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x

2013-03-28 Thread arahav
Tom, Looks like org.geotools.process.feature.gs in GeoTools 8 was replaced with org.geotools.process.vector in GeoTools 9. Try copying gt-process-feature-8-SNAPSHOT.jar from Geoserver 2.2.x to your Geoserver 2.3 installation. The WPS example should now work. Ami. -- View this message in conte

Re: [Geoserver-users] GeoServer Printing Module

2013-03-28 Thread Jim White
Hi Jonathan, I added 2 lines to my print function: printCapabilities.createURL = "http://test.zo.ncsu.edu/geoserver/pdf/create.json";; printCapabilities.printURL = "http://test.zo.ncsu.edu/geoserver/pdf/print.pdf";; This fixed my problem. Now I just have to figure out config.

Re: [Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x

2013-03-28 Thread Bessette-Halsema, Dominique E
Yes we used the plugin with geoserver 2.2.4 and we did not overwrite the original jars. Our error was due to the jython jar delivered with the geoserver python plugin was based on Java5 and we are using Java7. Maybe yours is a geotools jar missing/mismatch issue?? The jar containing org/geot

Re: [Geoserver-users] RasterAsPointCollection rendering transformation

2013-03-28 Thread Jorge Gaspar Sanz Salinas
On 28 March 2013 12:32, Andrea Aime wrote: > On Wed, Mar 27, 2013 at 1:19 PM, Jorge Gaspar Sanz Salinas > wrote: >> >> Hi all, >> >> This is my first mail to the list so I will present myself briefly. >> I'm Jorge Sanz, working at Prodevelop (Valencia, Spain) and happily >> using GeoServer for a

Re: [Geoserver-users] RasterAsPointCollection rendering transformation

2013-03-28 Thread Andrea Aime
On Wed, Mar 27, 2013 at 1:19 PM, Jorge Gaspar Sanz Salinas wrote: > Hi all, > > This is my first mail to the list so I will present myself briefly. > I'm Jorge Sanz, working at Prodevelop (Valencia, Spain) and happily > using GeoServer for a while. I'm part of the OSGeo Foundation and the > Spanis

Re: [Geoserver-users] Geoserver Connection To Database

2013-03-28 Thread Stefano Iacovella
http://jmeter.apache.org/usermanual/component_reference.html#JDBC_Connection_Configuration --- 41.95581N 12.52854E http://www.linkedin.com/in/stefanoiacovella http://twitter.com/#!/Iacovellas 2013/3/26 Andreas100 : > hey Stefano! > > thanks a l

Re: [Geoserver-users] Geoserver Connection To Database

2013-03-28 Thread Andreas100
hey Stefano! thanks a lot for helping me. Yes I do use JMeter, where can i configure it? greetz andy -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Geoserver-Connection-To-Database-tp5042894p5042913.html Sent from the GeoServer - User mailing list archive at Nabble.com.

[Geoserver-users] chaining WPS and WFS

2013-03-28 Thread voimak
Hi, I m trying to chain a WPS with a WFS using a HTTP GET request. My request is the following: /http://localhost:8080/geoserver/ows?service=wps&version=1.0.0&request=execute&identifier=gs:BufferFeatureCollection&DataInputs=features=http://localhost:8080/geoserver/sf/ows?service=WFS&version=1.0.

Re: [Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x

2013-03-28 Thread Tom van Tilburg
Hi Dominique, Thanks for this information. I assume you also have the WPS plugin installed? And did you let the WPS plugin overwrite original JAR files? (I did not) I tried your solution following the steps (using geoserver 2.3.0 instead) and replacing jython but curiously I ended up having t

Re: [Geoserver-users] Border problem during projecting raster data

2013-03-28 Thread Andrea Aime
On Thu, Mar 28, 2013 at 11:18 AM, Markus Innerebner < markus.innereb...@inf.unibz.it> wrote: > Hi Andrea, > > before opening an issue I wanted to tell you that on the master branch the > border problem does not occur anymore. > That is weird... I'm not aware of significant changes in raster repro

Re: [Geoserver-users] GeoServer Printing Module

2013-03-28 Thread Jonathan Moules
Hi Jim, It should just be a matter of setting the URL in your web-app. In mine which is using GeoExt, I just set it to: http://wppgeog3:8083/print/pdf and make sure that URL is in my proxy and it works (its on a different machine, so no chance of localhost being used). Jonathan On 27 March 2013

Re: [Geoserver-users] Border problem during projecting raster data

2013-03-28 Thread Markus Innerebner
Hi Andrea, before opening an issue I wanted to tell you that on the master branch the border problem does not occur anymore. Should I open anyway an issue on JIRA? cheers On Mar 27, 2013, at 8:03 PM, Andrea Aime wrote: > On Wed, Mar 27, 2013 at 5:11 PM, markusin > wrote: > Hi, > > Do you

Re: [Geoserver-users] Border problem during projecting raster data

2013-03-28 Thread Markus Innerebner
Hi Andrea, I am 100% sure about the used version. BTW I will provide the dataset together with the style and the request. Cheers Markus On Mar 27, 2013, at 8:03 PM, Andrea Aime wrote: > On Wed, Mar 27, 2013 at 5:11 PM, markusin > wrote: > Hi, > > Do you have any idea when the border prob

Re: [Geoserver-users] Looks a regression with WFS -- or it supposed to work this way?

2013-03-28 Thread Andrea Aime
On Thu, Mar 28, 2013 at 2:56 AM, Phil Scadden wrote: > In moving from 2.1.3 to 2.2.5, we have noticed a change in behaviour > with WFS. > > What I want: I want to make spatial query against a layer but I only > want selected attributes returned. I specifically do not want geometry > returned beca