Re: [Geoserver-users] Geoserver to serve tiles in {z}/{x}/{y}

2018-05-04 Thread bradh
When you say "failed to get a result", can you say what happens instead? Do you get an error message? Is there anything in the logs? We have some documentation. In particular, the part on GeoWebCache http://docs.geoserver.org/latest/en/user/geowebcache/webadmin/index.html may be useful. Does

[Geoserver-users] Geoserver to serve tiles in {z}/{x}/{y}

2018-05-04 Thread barbarapilbin
We are attempting to use GeoServer to serve tiles in the XYZ format. It feels as though I have searched the forums and web for an answer that either shows me a few steps to take or helps me understand some baby steps on achieving that goal. I am a geospatial newbie, and I am trying to learn the

[Geoserver-users] Server error when trying to publish an image pyramid

2018-05-04 Thread Todd Jacobus
Hi all, I followed the GeoServer pyramid building tutorial using gdal_retile which worked beautifully for the sample Blue Marble image provided--I was able to create tiles and publish in GeoServer without issue.

[Geoserver-users] how to rotate postgis DB authentication?

2018-05-04 Thread Dan Aronson
I have a need to do user/password rotation for my postgis store, Can anyone help me with the following: 1) How do I programmatically create the reversible key stored in datastore.xml? 2) When does the datastore file get read? 3) Does it get cached and if so, how do I flush the cache? Thanks.

Re: [Geoserver-users] wms scale denominator - legend not working

2018-05-04 Thread Andrea Aime
Hi Eleanor, when you do a GetLengedGraphic request the wms_scale_denominator value is null, and everything goes belly up from there, the overall resulting size is likely 0 or null. The env function accepts a second literal, which would be the default value in case the variable is not found, try

[Geoserver-users] wms scale denominator - legend not working

2018-05-04 Thread Michie, Eleanor
Dear All I have a style which uses the scale to determine the icon size (see below). This previously worked fine. However, recently it has stopped working and does not generate a legend graphic properly (shows text, in this case 'star', but no icons). To be clear, it is only the legend that is

Re: [Geoserver-users] Geoserver - Connecting (Cascading) to an external WMS using root and client certificate

2018-05-04 Thread Andrea Aime
Hi, to my knowledge WMS cascading supports basic and digest authentication only (digest only if the multithreaded client is configured, but I'm not 100% sure). However, GeoServer is open, so support for other authentication method could be developed, see:

Re: [Geoserver-users] Geowebcache mapbox-vetor format

2018-05-04 Thread Ben Jerrim
Hey guys, i replied via email but thought it's worth posting here also. I never solved the issue and ended up using the embedded GWC to generate the cache. A key change i made to get that part working correctly was to set the 'metatiling factors' to 1 & 1. Vector doesn't support it and it should

Re: [Geoserver-users] Geowebcache mapbox-vetor format

2018-05-04 Thread Carlos Lozano
What I try to do is call from GeoWebCache Standalone, to a Geoserver layer with mapbox-vector format, so that it is cached in the GeoWebCache instance. The layer is declared in geowebcache.xml as follows.   true   pipe_ap       image/jpeg     image/png     image/png8

Re: [Geoserver-users] Geoserver - Connecting (Cascading) to an external WMS using root and client certificate

2018-05-04 Thread Ronald Hoek - ComponentAgro B . V .
Hi Daniel, I’m a windows users of Geoservr and I’ve setup GeoServer as an internal service on my Windows Server and use IIS as an proxy (which handles regular SSL request, not requiring me to setup SSL in GoeServer). Maybe that’s an idea to start from? Regards, Ronald Hoek Application