[Geoserver-users] cascading WMTS over HTTPS

2017-10-02 Thread nueve
Hi everyone, I'm trying to cascade WMTS service over https, but still got an error /"WMTS Connection test failed: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext)"/. Applicati

Re: [Geoserver-users] ImagePyramid using Postgresql for granules

2017-10-02 Thread Daniele Romagnoli
Hi Darell, On Mon, Oct 2, 2017 at 11:30 AM, Darell van der Voort wrote: > Hello Daniele, > > Thank you for your input! I now use a schema per workspace, but creating a > schema per imagepyramid would indeed solve the problem of duplicate table > names. So do I understand correctly that there is

Re: [Geoserver-users] ImagePyramid using Postgresql for granules

2017-10-02 Thread Darell van der Voort
Hello Daniele, Thank you for your input! I now use a schema per workspace, but creating a schema per imagepyramid would indeed solve the problem of duplicate table names. So do I understand correctly that there is no possibility to change the table names? For example to: schema.imagepyramid0, sche

[Geoserver-users] GetFeatureInfo changes date value

2017-10-02 Thread Per Reinholdt
Hi If you sent a GetFeatureInfo-request to a layer that have a column with the date-format in a PostGisDatabase, Geoserver sometimes add a time to the date. This is a problem when it is changed into UTC-time and the date is changed which happens with json. INFO_FORMAT result text/html 2017-

Re: [Geoserver-users] ImagePyramid using Postgresql for granules

2017-10-02 Thread Daniele Romagnoli
Hi Darell, as you said, the imagePyramid is basically a set of imageMosaics: an ImageMosaic for each pyramid level. Therefore, each level should have its own indexer and, optionally, a datastore.properties if you want to catalog the granules into a DB instead of default shapefile. When using DB in

Re: [Geoserver-users] ImagePyramid using Postgresql for granules

2017-10-02 Thread Darell van der Voort
Hi Peter, Thank you for the examples, very helpful! Using a indexer.xml indeed seems like a better set-up. Have you ever tried this in combination with the imagepyramid plugin? I know that the imagepyramid are basically just imagemoasics per folder level. However as the folder structure is differe