Re: [Geoserver-users] Transactional request using Restful

2011-09-11 Thread Andrea Aime
On Mon, Sep 12, 2011 at 6:11 AM, Ariel Falduto wrote: > Hi guys, > im working with geoserver Restful API, and im trying to make a transactional > request with rest using json data, it is posible ??? The existing restful api just deals with GS configuration, does not handle data. It should be poss

Re: [Geoserver-users] WPS Shape File Input to gs:Trim

2011-09-11 Thread Andrea Aime
On Sun, Sep 11, 2011 at 6:15 PM, Roger Bedell wrote: > In a very recent trunk, gs:Trim works fine using text as the Clipping Area > input, but I'd like to use a Shapefile for the Clipping Area Input. Any > ideas on how to set this up? You are mixing data types there. The clipping area has to be a

[Geoserver-users] Transactional request using Restful

2011-09-11 Thread Ariel Falduto
Hi guys, im working with geoserver Restful API, and im trying to make a transactional request with rest using json data, it is posible ??? or the only way is XML webservice mode … http://www.opengis.net/wfs"; xmlns:topp="http://www.openplans.org/topp"; xmlns:gml="http://www.opengis.net/gm

Re: [Geoserver-users] Image pyramid with sparse tiles gives black boxes.

2011-09-11 Thread Gordon Keith
2.1.x nightly works correctly. I'm now getting other errors that I didn't get with 1.7.6, but they all appear to be legitimate errors and 1.7.6 was too forgiving. (a small number of two band images appearing in a four band pyramid. Thanks Gordon On Sat, 10 Sep 2011 01:48:54 AM Simone Giannecch

Re: [Geoserver-users] How do you handle large amounts of data?

2011-09-11 Thread Phil Scadden
> -Is there any way to make the points plotted by a WMS clickable? In > our current app our points open popups when clicked, and we'd like to > replicate that. > That is what I mean by using WFS to query. When you click, you do say a dwithin or bbox search. Eg setup the wfsprotocol (I associate

[Geoserver-users] WPS Shape File Input to gs:Trim

2011-09-11 Thread Roger Bedell
In a very recent trunk, gs:Trim works fine using text as the Clipping Area input, but I'd like to use a Shapefile for the Clipping Area Input. Any ideas on how to set this up? I tried using a reference to a zipped shapefile URL, but it failed. Example: http://www.w3.org/2001/XMLSchema-instance";

Re: [Geoserver-users] DefaultWebCoverageService100 no READ_GRIDGEOMETRY2D parameter

2011-09-11 Thread Andrea Aime
On Sat, Sep 10, 2011 at 10:33 PM, quan huynh wrote: > Hi all, > > I am implementing a WCS plugin module. Debugging my module using both > WCS1.0 and WCS1.1, I saw parameter READ_GRIDGEOMETRY2D passed into my reader > in 1.1 but not in 1.0. I am wondering whether this is a defect in > DefaultW