Re: [Geoserver-users] Inconsistent Response Time for WMS GetCapabilites request!

2020-01-31 Thread Nedim Oren
We don't have any layer with Time Dimension. Some of the Tables are large but I don't think GetCapablities request accesses to the Postgres tables for this request. We already know that this is related to the Java Garbage Collection. After the GetCapabilities Object is created for the first

Re: [Geoserver-users] Inconsistent Response Time for WMS GetCapabilites request!

2020-01-31 Thread Jason Newmoyer
Interesting. Are you using Time Dimension on any of your layers? Are your postgres tables large? Are they handling a high volume of inserts/updates? Jason Newmoyer Newmoyer Geospatial Solutions 843.606.0424 ja...@newmoyergeospatial.com On Tue, Jan 28, 2020 at 1:57 PM Nedim Oren wrote: > Is

Re: [Geoserver-users] Import geojson from Postgis to GeoServer

2020-01-31 Thread Jason Newmoyer
GeoServer connects to PostGIS directly, either through JDBC props or JNDI. The latter gives you more control over connection pooling using standard Java Servlet technology. The original question is a classic. Yes, you can write a bunch of code to query PostGIS directly and provide a GeoJSON web

[Geoserver-users] OAuth2 not logging in to /geoserver/web

2020-01-31 Thread Peter Smythe
Hi all I am investigating the OAuth2 community modules with v2.16.2. I have configured the Google provider and filter and added the username (gmail address actually) and linked it to an admin role, and that worked pretty