Re: [Geoserver-users] black tiles in tiled WMS request

2016-10-27 Thread Andrea Aime
On Thu, Oct 27, 2016 at 2:37 PM, Nikolaus Pruzsinszky wrote: > Thank you Daniele, > this looks quite similar to my problem. Do you > which versions are inflicted by the fix? Is it also 2.8.x? > The 2.8.x series is dead, there won't be any more release out of it. The fix will be

Re: [Geoserver-users] black tiles in tiled WMS request

2016-10-27 Thread Nikolaus Pruzsinszky
Thank you Daniele, this looks quite similar to my problem. Do you which versions are inflicted by the fix? Is it also 2.8.x? I am asking because we might have an issue with java8 and 2.8.x afaik still works with java7. Regarding the datset, it is Landsat 8 imagery, but only some spots in the

Re: [Geoserver-users] REST api and Wildfly and probably Jboss

2016-10-27 Thread jvandewege
On 27-10-2016 12:51, Andrea Aime wrote: > On Thu, Oct 27, 2016 at 12:24 PM, jvandewege > wrote: > > I see in the source that there is logging available but don't know > which > component to specify in the logging properties

Re: [Geoserver-users] black tiles in tiled WMS request

2016-10-27 Thread Daniele Romagnoli
Hi Nikolaus, I'm wondering if the issue you are noticing has been already fixed in more recent versions. These days we are running several GeoServer instances serving imageMosaic with footprints in play and we didn't notice similar problem (although we are dealing with binary masks in our

Re: [Geoserver-users] REST api and Wildfly and probably Jboss

2016-10-27 Thread Andrea Aime
On Thu, Oct 27, 2016 at 12:24 PM, jvandewege wrote: > I see in the source that there is logging available but don't know which > component to specify in the logging properties file. > Is log4j.category.org.geoserver=TRACE of ALL sufficient or is there a > better/finer

Re: [Geoserver-users] REST api and Wildfly and probably Jboss

2016-10-27 Thread jvandewege
On 27-10-2016 10:17, Andrea Aime wrote: > Hi, > never deployed on wildfly, might seems a container specific issue... a deploy on Tomcat I have > here seems to work fine. > > The code works by scanning the jars in the classpath and looking for the MANIFEST.MF files > in them, could it be that

[Geoserver-users] black tiles in tiled WMS request

2016-10-27 Thread Nikolaus Pruzsinszky
Hi all, following situation: I have got an ImageMosaic with footprint management. This works fine, as long as I do not use the tiled=yes option in my openlayers application. When is request the tiles, I get black ones for the parts of the bounding box that sould be 100% transparent (at least that

Re: [Geoserver-users] REST api and Wildfly and probably Jboss

2016-10-27 Thread Andrea Aime
Hi, never deployed on wildfly, might seems a container specific issue... a deploy on Tomcat I have here seems to work fine. The code works by scanning the jars in the classpath and looking for the MANIFEST.MF files in them, could it be that wildfly does not allow such access? Cheers Andrea On

Re: [Geoserver-users] Anyway to determine the width of a label in degrees at a particular zoom level?

2016-10-27 Thread Ian Turton
I can't solve that issue but an easier way to do it might be to place the point on the bbox and then use a PointPlacement element with a Displacement to move it by Y pixels. I think that should work Ian On 26 October 2016 at 22:49, Chris Snider wrote: > Hi, > > > > I