Re: [Geoserver-users] DXF plugin problem Geoserver 2.13.1

2018-08-02 Thread GeoUser via Geoserver-users
A log would help greatly. -- Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org!

Re: [Geoserver-users] JP2 overlap: cannot make "white background" transparent

2018-06-21 Thread GeoUser via Geoserver-users
Set output transparent color to FF. -- Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html -- Check out the vibrant tech community on one of the world's most engaging tech sites,

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