Re: [Geoserver-users] Trouble with dynamically generated SLD

2018-05-15 Thread Martin Davis
You can also read the Geoserver SLD Reference docs, which describe the element ordering specified by the standard (and might be a bit easier to read). On Mon, May 14, 2018 at 7:17 AM, Kris Johnson wrote: > Hi Ian, > > Thanks for the response. > Your answer is what I was afraid of. > It's a bit f

Re: [Geoserver-users] Displaying very long line in geoserver

2018-05-15 Thread fawzyb
Thanks a lot Jukka you solved my problem. Regards, Fawzy -- Securely sent with Tutanota. Claim your encrypted mailbox today! https://tutanota.com 6. May 2018 19:28 by jukka.rahko...@maanmittauslaitos.fi : > > Hi, > >   > > I w

Re: [Geoserver-users] High CPU usage after 2.13 upgrade

2018-05-15 Thread Andrzej Kępys
Hi Andrea, All I updated to nightly yesterday - till now everything is working fine... Just to "not prising a day before sundown" I'll wait till tomorrow and let you know. Thanks Andy Pozdrawiam Andrzej Kępys gg: 7918247 skype: jedrus305 tel: 605 997 440 W dniu 2018-05-15 o 10:41, Andrea A

Re: [Geoserver-users] High CPU usage after 2.13 upgrade

2018-05-15 Thread Andrea Aime
That's why I asked to try out the nightly build, that very same loop got modified a few days ago Cheers Andrea On Tue, May 15, 2018 at 10:30 AM, GeoUser via Geoserver-users < geoserver-users@lists.sourceforge.net> wrote: > Looking at the code, this seems to have changed for geotools 19: > > - ma

Re: [Geoserver-users] High CPU usage after 2.13 upgrade

2018-05-15 Thread GeoUser via Geoserver-users
Looking at the code, this seems to have changed for geotools 19: - maxAngleChange = cursor.getMaxAngleChange(startOrdinate, endOrdinate); + maxAngleChange = cursor.getMaxAngleChange(startOrdinate, endOrdinate, step); The new getMaxAngleChange was added and the loop inside this new method does not