Re: [Geoserver-users] CQL_Filter on App Schema Mapped Feature

2017-08-14 Thread Gavin Medley
Hi Ben, Ah, that makes sense. I'm posting the working curl command and XML GetFeature request for others who might be searching through the archives. The following goes in a file called GetFeature.xml (for example): geo:siteIdentification/geo:fourCharacterID Use the following

Re: [Geoserver-users] Limit to Number of Feature Chained Elements?

2017-08-14 Thread Gavin Medley
Hi Ben, Thanks! Geoserver starts without a hitch now. Unfortunately it seems this was not the root cause of my problem. I am getting two errors, seemingly without cause: Error creating app-schema data store for 'geo:RadioInterference', caused by: No top level element found in schemas:

Re: [Geoserver-users] CQL_Filter on App Schema Mapped Feature

2017-08-14 Thread Ben Caradoc-Davies
Gavin, filter complex features by referencing xpath properties in the output. The client never needs to know about the source tables. app-schema converts the client filter into filters against the source tables, or efficient SQL join queries if joining is used. The cql_filter vendor

Re: [Geoserver-users] Limit to Number of Feature Chained Elements?

2017-08-14 Thread Ben Caradoc-Davies
Gavin, you should not have to download anything, just move the postgresql jar included with GeoServer (in your case for 2.11.2 it is WEB-INF/lib/postgresql-9.4.1211.jar) to your Tomcat lib directory. GeoServer does not use the postgis jar from postgis.org. Leave everything else. The goal is

[Geoserver-users] CQL_Filter on App Schema Mapped Feature

2017-08-14 Thread Gavin Medley
Hi all, How would one use a CQL_Filter parameter in a WFS request to filter the results given by an app schema mapped complex feature using feature chaining. The way I understand it, CQL_Filter operates using a WHERE statement in a CQL query but how does that work when each (linked) mapping file

Re: [Geoserver-users] feature frenzy - any requests?

2017-08-14 Thread Jody Garnett
Sorry for the confusion. We do have some support for 2.5d geometry 3D data 2d spatial operations. Check it out when you get a chance. On Thu, Aug 10, 2017 at 12:48 PM Gavin Medley wrote: > Hi Jody, > > First, a "wow" moment. At UNAVCO, we are experimenting with a new way to

Re: [Geoserver-users] feature frenzy - any requests?

2017-08-14 Thread Jody Garnett
Those are good ideas for new features - we were focused on what existing features impressed you or that you didnt expect. On Thu, Aug 10, 2017 at 12:33 PM Martin Davis wrote: > Provide a Layer Preview utility that allows displaying multiple layers, > and using a user-defined

Re: [Geoserver-users] Limit to Number of Feature Chained Elements?

2017-08-14 Thread Gavin Medley
Hi Ben, I'm finally getting to this but I think there must be missing information in the Geoserver documentation on this topic, especially in the context of App Schemas. I'm following the Postgres example here: http://docs.geoserver.org/stable/en/user/tutorials/tomcat-jndi/tomcat-jndi.html but