Re: [Geoserver-users] GeoServer REST API: restrictions on GeoServer object names?

2019-05-03 Thread Jody Garnett
Some of the restrictions are protocol specific and I am not aware of the OGC documenting everything in one spot. For example: - WFS requires that layer names be good XML types (so you cannot start with a number). Technically you may still be able to generate GeoJSON but not XML output ... - WCS h

Re: [Geoserver-users] Dynamic Legend

2019-05-03 Thread Jody Garnett
I think for a few specific cases, such as an SLD Recode function or Interpolate function we could look at the style definition and come up with an legend. If you just have the colors directly listed in your table we could not determine them statically from just the SLD file. aside: if a developer

Re: [Geoserver-users] GeoFence updates

2019-05-03 Thread Jody Garnett
Based on the README.md here https://github.com/geoserver/geofence the architecture of GeoFence is setup to maintain both standalone and embedded... -- Jody Garnett On Thu, 25 Apr 2019 at 14:38, Jim Hughes wrote: > Hi all, > > From the State of GeoServer talk, I saw that the internal-to-GeoServ

Re: [Geoserver-users] Dynamic Legend

2019-05-03 Thread Olyster
As stated by Andrea, it would require to scan all possible values from the source table. I don't know if the distinct values from your table are changing regularly but what we did is to create an image by hand representing all values (color and corresponding label) and use Add Legend function in t

Re: [Geoserver-users] Dynamic Legend

2019-05-03 Thread Katie
Hi all, I would like to know if someone has solved the Dynamic Legend issue that Geowolf raised? I now have the same problem. I have a postgres table that I styled with a sld using the color attribute from the color column. My map displays the colors perfectly but does not show anything in the le

Re: [Geoserver-users] Image mosaic granule replaced but geoserver showing the old data. UPDATE - even after reindex it still shows old data.

2019-05-03 Thread Micho GarcĂ­a
Hi Phil, I was fighting recently against a similar problem. In my case, I was updating the same granule in an imagemosaic but the layer wasn't refreshed. I did multiple things: * First, I tried to force to reload the geoserver, this reloaded every store and it updated the index and then I checked

Re: [Geoserver-users] Image mosaic granule replaced but geoserver showing the old data. UPDATE - even after reindex it still shows old data.

2019-05-03 Thread Daniele Romagnoli
Hi Phil, a few questions: did you replace the very same file? as an instance, you have replaced /path/to/myfile.tif with /path/to/myfile.tif (where the only difference is the content). If not, which datastore are you using for your mosaic? Is it standard shapefile? That being said, any chance that