Re: [Geoserver-users] WFS nesting

2017-10-30 Thread Ben Caradoc-Davies
Tomas, for app-schema feature chaining to work properly, your XML schema must conform to the GML object/property model ("striping"). The encoded XML will be TypeName/propertyName/TypeName/propertyName/... . For example, with a multivalued "email" property: content for email 1 content

Re: [Geoserver-users] inspire-appscheme-wms-sqlserver

2017-10-30 Thread Ben Caradoc-Davies
Bart, I have no experience with sqlserver, but in relation to the null GML namespace, have you configured a secondary namespace for GML 3.2.1? http://docs.geoserver.org/latest/en/user/data/app-schema/supported-gml-versions.html#secondary-namespace-for-gml-3-2-1-required The

Re: [Geoserver-users] WFS nesting

2017-10-30 Thread Nuno Oliveira
I see so you are actually having an issue with app-schema mappings. To be able to provide you a more concrete feedback we would need to see the mappings that are causing the issue and the target XML schema. Can you share them with us ? On 10/30/2017 10:50 AM, Tomas L. wrote: Thanks for answer.

[Geoserver-users] inspire-appscheme-wms-sqlserver

2017-10-30 Thread Verbeeck Bart
Hi List In our organization we try to use geoserver (2.11) to serve harmonized services using the application scheme extension. Our data is stored in a SQLSERVER db. The documentation refers to postgres and oracle databases, not to sqlserver. The wfs services seem to work, although *

Re: [Geoserver-users] WFS nesting

2017-10-30 Thread Tomas L.
  Thanks for answer. I know about app schema, im using it. Im able to join elements through FEATURE_LINK, but have no luck with nesting of joined elements.   BR, Tomas. Sent: Monday, October 30, 2017 at 10:54 AM From: "Nuno Oliveira" To: 

Re: [Geoserver-users] Masking/showing a certain area of cascaded WMS

2017-10-30 Thread Andrea Aime
Hi Matthew, one possibility would be to implement your own security subsystem and plugging it into GeoServer, one of the things a custom ResourceAccessManager can do is to set a viewing area for raster data, which will be used as a cookie cutter:

Re: [Geoserver-users] REST-API: Layers doesn't have a workspace

2017-10-30 Thread Andrea Aime
2017-10-30 10:45 GMT+01:00 Gubler, Ruediger : > Hi, > > > > We want to setup GeoServer using the REST-API. > > Unfortunately the /layers doesn’t have a /workspaces//layers…. access. > > > > How can we handle multiple, same name layers, for different customers > (workspaces)

Re: [Geoserver-users] Geoserver Styling Error (CSS and YSLD)

2017-10-30 Thread Andrea Aime
Hi Kris, it seems that you don't have batik-bridge in your classpath (in geoserver/WEB-INF/lib) for some reason, but I don't know why... Also, are you sure the stack trace shared on stack overflow is complete? I have the impression it might be missing one or more "caused by" elements (but might

Re: [Geoserver-users] Internet Explorer and WMS 1.1.1 capabilities request

2017-10-30 Thread Andrea Aime
Doh, good catch, I did not remember about this one :-) Cheers Andrea On Mon, Oct 30, 2017 at 11:13 AM, Nuno Oliveira < nuno.olive...@geo-solutions.it> wrote: > Hi, > > It is already possible to request the WMS 1.1 capabilities document in a > specific format using the vendor parameter "format":

[Geoserver-users] REST-API: Layers doesn't have a workspace

2017-10-30 Thread Gubler, Ruediger
Hi, We want to setup GeoServer using the REST-API. Unfortunately the /layers doesn't have a /workspaces//layers access. How can we handle multiple, same name layers, for different customers (workspaces) using the REST api? Mit freundlichen Grüßen, Kind Regards, Rüdiger Gubler

Re: [Geoserver-users] Internet Explorer and WMS 1.1.1 capabilities request

2017-10-30 Thread Nuno Oliveira
Hi, It is already possible to request the WMS 1.1 capabilities document in a specific format using the vendor parameter "format": http://docs.geoserver.org/latest/en/user/services/wms/reference.html#getcapabilities This request will set the mime-type to text\xml:

Re: [Geoserver-users] WFS nesting

2017-10-30 Thread Nuno Oliveira
Hi, The only way I know of achieving this in GeoServer is using App-Schema: http://docs.geoserver.org/stable/en/user/data/app-schema/index.html This extension will allow you mappings between your database and a specific GML based XML schema. Note that App-Schema is an extension to GeoServer

Re: [Geoserver-users] cascading WMTS over HTTPS

2017-10-30 Thread Peter Simonovic
Hi Simone, thank you for your answer, I'll report it. Best Regards Peter On Wed, 11 Oct 2017 at 18:48 Simone Giannecchini < simone.giannecch...@geo-solutions.it> wrote: > Dear Peter, > not sure this is supported by the WMTS cascading. > > I would file a JIRA report for this. > > Regards, >