Re: [Geoserver-users] DescribeFeatureType with XSLT extension

2013-11-15 Thread Rudy Commenge
OK... I understand now ^^. Thanks 2013/11/15 Andrea Aime > On Fri, Nov 15, 2013 at 12:30 PM, Rudy Commenge wrote: > >> The internal structure is not modified. >> But a common user, retrieve features (with GetFeature) in a different >> format generated by XSLT extension

Re: [Geoserver-users] DescribeFeatureType with XSLT extension

2013-11-15 Thread Rudy Commenge
ld be to add a property into XSLT configuration file that allow administrator to specify URI to the XSD for the specific outputFormat. 2013/11/15 Andrea Aime > On Fri, Nov 15, 2013 at 12:11 PM, Rudy Commenge wrote: > >> Hi, >> >> The XSLT extension is a kind of outputforma

[Geoserver-users] [App-schema] DescribeFeatureType with XMLSCHEMA outputformat

2013-11-15 Thread Rudy Commenge
Hi, I use the application schema extension. I'm able to perform DescribeFeatureType request using outputFormat equals to "text/xml; subtype=gml/3.2" or "XMLSCHEMA". There is only one difference in the response : the first one contains http://www.opengis.net/wfs/2.0"; schemaLocation="http://.../w

[Geoserver-users] DescribeFeatureType with XSLT extension

2013-11-15 Thread Rudy Commenge
Hi, The XSLT extension is a kind of outputformat generator. It works like a charm with a GetFeature operation. But I'm not able to perform a DescribeFeatureType request with the outputFormat defined in the XSLT workspace. Any solution ? Kind regards, Rudy --

[Geoserver-users] A very old and forgotten improvement

2013-11-05 Thread Rudy Commenge
Hi, I have found this improvement idea : http://geoserver.org/display/GEOS/Advanced+GML What about its development ? Kind regards, Rudy. -- November Webinars for C, C++, Fortran Developers Accelerate application performa

Re: [Geoserver-users] [WFS] DescribeFeatureTypeResponse in SOAP

2013-10-03 Thread Rudy Commenge
Hi, When I perform a DescribeFeatureType WFS request using REST, I have the following response : ... It seems to be OK. If I perform the same request using SOAP, I have the following response : sdjqjkhfiIUHsdg8JDK8BJdo Why a "wfs:DescribeFeatureTypeResponse" element is return

[Geoserver-users] [WFS] DescribeFeatureTypeResponse in SOAP

2013-10-03 Thread Rudy Commenge
Hi, When I perform a DescribeFeatureType WFS request using REST, I have the following response : ... -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore ti

Re: [Geoserver-users] App-Schema Geometry Mapping

2013-09-17 Thread Rudy Commenge
gt; ** ** > > Can you think of any other possible issues which may prevent the geometry > being mapped across? > > ** ** > > Many thanks, > > ** ** > > Ryan > > ** ** > > *From:* Rudy Commenge [mailto:rudywi.de...@gmail.com] > *Sent:* 17 Sep

Re: [Geoserver-users] App-Schema Geometry Mapping

2013-09-17 Thread Rudy Commenge
Hi Ryan, Your mapping file contains : geometry geom I think you forgot the prefix for the target attribute : MyPrefix:geometry geom -- LIMITED TIME SALE - Full Year of Microsoft Tra

Re: [Geoserver-users] featureID within GetFeature requests

2013-09-05 Thread Rudy Commenge
Hi, When you perform GetFeature request with GML output format, featureID is the value of the "gml:id" attribute in the response. Best Regards, Rudy 2013/9/5 Jonathan Moules > Hi List, > I'm trying to use WFS GetFeature to get a specific feature - > http://docs.geoserver.org/stable/en/user/s

[Geoserver-users] How to create/execute "urn:ogc:def:query:OGC-WFS::GetFeatureById" StoredQuery ?

2013-09-04 Thread Rudy Commenge
Hi, I try to create and execute the stored query "urn:ogc:def:query:OGC-WFS::GetFeatureById". The following creation fails : http://www.opengis.net/wfs/2.0"; xmlns:wfs="http://www.opengis.net/wfs/2.0"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns:fes="http://www.opengis.net/fes/2.0"; xmlns:

[Geoserver-users] Application schema and DWithin operator support ?

2013-07-12 Thread Rudy Commenge
Hi, I would like to use "DWithin" operator on features built by the application schema plugin. Example : http://www.opengis.net/wfs/2.0"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns:fes="http://www.opengis.net/fes/2.0";

[Geoserver-users] [WFS]StoredQuery with multiple Query

2012-12-10 Thread Rudy Commenge
Hi, I can't create the following StoredQuery : http://www.opengis.net/wfs/2.0"; xmlns:fes="http://www.opengis.net/fes/2.0"; xmlns:myNs="http://myNs/";> The following error occurs : http://www.opengis.net/ows/1.1

[Geoserver-users] [WFS] GetFeature with maxFeatures parameter

2012-12-10 Thread Rudy Commenge
Hi, How to perform GetFeature() operation with "maxFeatures" parameter using POST method ? The following example does not work : http://www.opengis.net/wfs/2.0"; xmlns:myNs="http://myNs/";> Kind regards, RudyWI -

[Geoserver-users] [App-schema mapping] Old Srs notation

2012-12-07 Thread Rudy Commenge
Hi, I use the app-schema mapping plugin. When I map a geometry column from database to GML element, the following Srs notation is used : http://www.opengis.net/gml/srs/epsg.xml# (longitude/latitude) Example: http://www.opengis.net/gml/srs/epsg.xml#4326";> 0.00194 43.07694 Ho

Re: [Geoserver-users] Processor for XSLT WFS output format module

2012-11-19 Thread Rudy Commenge
I followed your instructions. It works, thanks. Now I can use this Saxon extension : http://www.saxonica.com/documentation9.1/extensibility/functions/staticmethods.html Best regards, RudyWI 2012/11/19 Andrea Aime > On Mon, Nov 19, 2012 at 5:41 PM, Rudy Commenge wrote: > >> Hi,

[Geoserver-users] Processor for XSLT WFS output format module

2012-11-19 Thread Rudy Commenge
Hi, I use XSLT WFS output format module. Now, I would like to use Saxon XSLT processor with this module. How to do it ? Best regards, RudyWI -- Monitor your physical, virtual and cloud infrastructure from a single web c

Re: [Geoserver-users] [App-schema] How to map Oracle Geometry into GML ?

2012-11-14 Thread Rudy Commenge
Thx a lot. And now, let's get down to work ;-) Kind regards, 2012/11/14 Justin Deoliveira > > > On Tue, Nov 13, 2012 at 11:17 PM, Ben Caradoc-Davies < > ben.caradoc-dav...@csiro.au> wrote: > >> Thanks, Justin. Is there any easy way to get this into GeoServer as a >> plugin? >> >> Nope. None th

[Geoserver-users] How to perform WFS request using SOAP ?

2012-09-10 Thread Rudy Commenge
Hi, I'm trying to perform a WFS request using SOAP. I have read this article : http://geoserver.org/display/GEOS/GSIP+61+-+WFS+2.0 So, I have downloaded this patch referenced in the previous article : http://jira.codehaus.org/secure/attachment/57333/wfs2_merged.patch.gz But now, I don't know how