Re: [Geoserver-users] How to map the same feature from alternate data sources in WFS

2020-05-14 Thread Humphries, Graham
Hi Michael, That looks to me like you have a one-to-many relationship between your building and its tax assessments. The building layer, presumably, has the spatial component and the tax assessments are attributes add to the building feature by a join. What you are describing sounds like you w

Re: [Geoserver-users] GeoS 2.17.0 problem removing layers

2020-05-14 Thread Tom S
Perhaps revise the 'GeoServer Cleanup'  section to say something like Under Java8, if the Native JAI functions are installed (see below) , you may optionally remove the original JAI files from the GeoServer |WEB-INF/lib| folder: As-is, the implication is that everyone should do this (as I tri

Re: [Geoserver-users] GeoS 2.17.0 problem removing layers

2020-05-14 Thread Jody Garnett
Those JAI jars are only available to install in Java 8 (as it uses the old java plugin system and is not compatible with the java module system introduced in Java 9 onward). Please only remove those jars if you have installed the JAI plugin into Java 8, and thus GeoServer does not need its own copy

Re: [Geoserver-users] How to map the same feature from alternate data sources in WFS

2020-05-14 Thread Stein, Michael P [US] (TS)
We do not treat the historic data as a separate feature from the current data. There is only one instance of the top-level feature, no matter how much history it has. All its history is _internal_ to the one and only instance of the feature. What we want is for the user to be able to choose an

Re: [Geoserver-users] Automatic refresh GeoServer

2020-05-14 Thread Jody Garnett
Good afternoon Diego: My employer GeoCat is one of those listed for GeoServer commercial support and we would of course love an opportunity to work with you. If you would like to contact myself as a member of the GeoServer community please do so via the user list (

Re: [Geoserver-users] How to map the same feature from alternate data sources in WFS

2020-05-14 Thread Humphries, Graham
Probably should keep the discussion on the list. Other people might have a better understanding of your problem than me. The way we handle our historic data is by having a date_archived field in the table. If the data is current the date_archived value is null. When this record is suprceded the

Re: [Geoserver-users] GeoS 2.17.0 problem removing layers

2020-05-14 Thread Tom S
Yes - at first glance any of the 'bookmarkable' URL calls will fail.  Its working for me if I remove the tomcat 'proxy*' directives.  I know I had to add them at some point in the past (with much older versions of httpd, tomcat and geoserver) to get things to work, but so far it seems fine with

Re: [Geoserver-users] GeoS 2.17.0 problem removing layers

2020-05-14 Thread Humphries, Graham
I can see the same error when accessing Geoserver through httpd. BTW I am running Geoserver on Solaris. It looks like a security issue where the request url does not match the destination url. A submit request returns a 400 Bad Request response in the browser. I just tried enabling CORS in th

Re: [Geoserver-users] GeoS 2.17.0 problem removing layers

2020-05-14 Thread Humphries, Graham
Hi Tom, You are probably right about httpd. I have always bypassed httpd to access the Geoserver web interface. I have just done it now on our production environment and the select all did not work. Our system is set to recognise an external network request or an internal network request and

Re: [Geoserver-users] GeoS 2.17.0 problem removing layers

2020-05-14 Thread Tom S
So a bit more info.  This problem seems to occur at any point if the tomcat Connector definition includes proxyName and proxyPort definitions (even if they just point to localhost:x).  Even if you access the instance directly (not via proxy), and the proxy settings point to it directly it happe

Re: [Geoserver-users] GeoS 2.17.0 problem removing layers

2020-05-14 Thread Tom S
Glad to see this is reproducible (on a non-Windows platform even).  I'm still trying to track it down, but for me this seems to be related to using a Apache HTTPD (latest version) proxy as a front end.  From that programs access logs I see ::1 - - [13/May/2020:14:49:09 -1000] "POST /geoserver

[Geoserver-users] Pregeneralized DataStore and Vector-tyle

2020-05-14 Thread carlo cancellieri
Dear list, we're trying to configure a pregeneralized datastore to speedup the vector tyles cache generation with no luck. Actually asking in layerpreview for a simple application/openlayer everything works very well. --- 14 May 20:45:36 DEBUG [renderer.lite] - Computed scale denominator: 2.7

[Geoserver-users] JDBCConfig and LayerGroups

2020-05-14 Thread Stefan Overkamp
Hi list, I'm currently testing jdbconfig (and jdbcstore) as part of having a multiple geoserver cluster. Importing the catalog runs fine for all object types except for org.geoserver.catalog.LayerGroupInfo. Only 3 to 4 from 27 LayerGroupInfo are imported. The last LayerGroupInfo logs "Storing pr

Re: [Geoserver-users] geoserver jdbcconfig

2020-05-14 Thread Niels Charlier via Geoserver-users
Hello Stefan, Please send all your geoserver questions to the entire geoserver-users list, so everyone can read and respond. You can CC me if you want to make sure it is brought to my attention. jdbcconfig is a community module, that means it is not 'officially' supported and still considere

Re: [Geoserver-users] GeoS 2.17.0 problem removing layers

2020-05-14 Thread Russ Hore
I have GS2.17.0 (running on one of 4 Ubuntu 20.04 VMs behind Apache running on the host also Ubuntu 20.04) and I found the Select All check box does not check all the boxes beneath it on the Stores form. (If that is what you mean) Ubuntu: 11.0.7 (OpenJDK 64-Bit Server VM) Tomcat 9 I also check