Re: [Geoserver-users] Styling of windbarbs

2021-03-10 Thread bradh
The windbarb rendering code is in geotools.https://github.com/geotools/geotools/tree/main/modules/library/render/src/main/java/org/geotools/renderer/style/windbarbsYou may be able to add a custom symbol using normal GeoServer styling, but the code approach is likely easier and better.Brad.On 11

Re: [Geoserver-users] GeoServer 2.19-RC Release Candidate available for testing

2021-03-10 Thread Humphries, Graham
I have installed the Geoserver 2.19-RC release onto our dev server without issue. It is running in Tomcat v 8.5,with AdoptOpenJDK 1.8.0_275 on a Solaris server I have also installed the 2.19-RC Oracle plugin. We are running Oracle 19c using JNDI connection configured in the Tomcat context.xml

[Geoserver-users] Styling of windbarbs

2021-03-10 Thread Niklas Elelid
Following the instructions in the GeoServer docs I have added the style windbarbs to my layer. https://geoserver.geo-solutions.it/educational/en/multidim/accessing_multidim/rtx/wind_barbs.html

Re: [Geoserver-users] DataSource not available after calling dispose() or before being set

2021-03-10 Thread Andrea Aime
Hi, I think I know what's going on. The pre-generalized data store is used there to have multiple generalized tables behind a single layer. The store uses Repository to fetch the original stores and features sources... which per se is not bad, but it ends up holding on to them, which is bad

Re: [Geoserver-users] What's the purpose of ROLE_GROUP_ADMIN?

2021-03-10 Thread Jody Garnett
It unlocks the user management screens. It is intended (for example) to be given to a team lead so they can setup new team members. This role allows management of users without having access to all the admin screens. Jody On Tue, Mar 9, 2021 at 6:57 AM Peter Smythe wrote: > Hi all > >

Re: [Geoserver-users] DataSource not available after calling dispose() or before being set

2021-03-10 Thread Jody Garnett
Ashley: You are the first person to report this error (although I suspect others may of also seen it and assumed someone else has reported). Can I ask for some more detail? There should be a stack tract in the logs associated with this error; it may give us a clue which DataSource is causing

Re: [Geoserver-users] GeoServer 2.19-RC Release Candidate available for testing

2021-03-10 Thread Jody Garnett
No worries, thanks for trying out the release candidate On Tue, Mar 9, 2021 at 1:00 PM Verbeeck Bart (AIV) < bart.verbe...@vlaanderen.be> wrote: > Before anyone starts investigating (), I created a new app service and > now everything works (at first sight), so you can ignore my mail. > > > >

Re: [Geoserver-users] GeoServer 2.19-RC Release Candidate available for testing

2021-03-10 Thread Jody Garnett
wrote: > All, > > > > I did find an interesting regression (drilling down it was somewhere > between 2.17 to 2.18) in that geotiff files can no longer have spaces in > the names. This first throws when adding the store, or if using the > Importer, everything is fine until you try and view the

Re: [Geoserver-users] GeoServer 2.19-RC Release Candidate available for testing

2021-03-10 Thread Andrea Aime
HI Russell, thanks for testing. About the spaces in the filename issues, could you open a ticket about it? Cheers Andrea On Tue, Mar 9, 2021 at 12:35 AM Russell Grew < russell.g...@douglaspartners.com.au> wrote: > All, > > > > Thanks for continuing to improve GeoServer. > > > > I have tested