[Geoserver-users] Bug in SLD WKT Graphic Mark Legend generation?

2017-02-21 Thread Martin Davis
We have defined a style using a Graphic Mark defined using a WKT symbol. The symbol looks fine on the map, but in the Legend graphic it appears to be displaced to the upper right, resulting in a useless display. Is there a bug in the Legend code for this? Or should the WKT extent be different (per

Re: [Geoserver-users] How to get GeoServer layers into QGIS forcing use of tile server

2017-02-21 Thread Andrea Aime
Hi Paul, I'm not talking about the tile layer definition, but the GeoServer layer sitting on its back. Does it have a null native CRS in the Layer editor? Cheers Andrea On Tue, Feb 21, 2017 at 7:22 PM, Paul Wittle wrote: > Hi Andrea, > > > > I don’t think it is that, the following is in the GWC

Re: [Geoserver-users] How to get GeoServer layers into QGIS forcing use of tile server

2017-02-21 Thread Paul Wittle
Hi Andrea, I don’t think it is that, the following is in the GWC definition xml: EPSG:900913 BNG27700 Maybe it is just that 27700 is a gridset I defined myself instead of a default one? I notice just above was the following: Can't compute tile layer bouds out

[Geoserver-users] GeoWebCache delete all tiles after 5 minutes

2017-02-21 Thread Alberto CD
Hi list, I am having a problem with GeoWebCache. My GeoServer version is 2.8.2 and GeoWebCache is 1.8.2. The problem is that geowebcache.xml file is not generated in GeoWebCache data directory, I just find gwc-gs.xml in geoserver_data_dir. Direct WMS integration is enabled. The requests are made

Re: [Geoserver-users] How to get GeoServer layers into QGIS forcing use of tile server

2017-02-21 Thread Andrea Aime
And oh, by the way, Ian just opened this ticket, which seems to be related: https://osgeo-org.atlassian.net/browse/GEOS-8001 Cheers Andrea On Tue, Feb 21, 2017 at 6:23 PM, Andrea Aime wrote: > Hi Paul, > as far as I can see this error *might* occurr if a layer happens to have > no native CRS, b

Re: [Geoserver-users] How to get GeoServer layers into QGIS forcing use of tile server

2017-02-21 Thread Andrea Aime
Hi Paul, as far as I can see this error *might* occurr if a layer happens to have no native CRS, but I could be wrong. Is that your case? Cheers Andrea On Tue, Feb 21, 2017 at 4:11 PM, Paul Wittle wrote: > Hi Andrea, > > > > This is a stack trace: > > > > DEBUG [org.geoserver.gwc.layer] - Can't

Re: [Geoserver-users] pull requests related to WMS capabilities display

2017-02-21 Thread Andrea Aime
Hi Paul, the timing is rather bad, we just got in feature freeze for the 2.11 release and no new feature can be added. Technically the freeze ends in two weeks, but I believe the devs will use their community time on bug fixing until the release is out, so, a month. I've also been bit by it, this

[Geoserver-users] pull requests related to WMS capabilities display

2017-02-21 Thread Paul van Genuchten
Hi list, my colleague Antonio Cerciello made some pull requests today related to improved WMS capabilities display in generic WMS clients (QGIS, ArcGIS, GeoNetwork…): - facilitate to set a custom title/abstract for the WMS root layer https://github.com/geoserver/geoserver/pull/2119

Re: [Geoserver-users] How to get GeoServer layers into QGIS forcing use of tile server

2017-02-21 Thread Paul Wittle
Hi Andrea, This is a stack trace: DEBUG [org.geoserver.gwc.layer] - Can't compute bounds for tile layer workspace:layer in CRS EPSG:900913. Assuming full GridSet bounds. (null) java.lang.NullPointerException at org.geotools.geometry.jts.ReferencedEnvelope.transform(ReferencedEnv

Re: [Geoserver-users] How to get GeoServer layers into QGIS forcing use of tile server

2017-02-21 Thread Andrea Aime
On Tue, Feb 21, 2017 at 1:05 PM, Paul Wittle wrote: > Hi, > > > > We’ve been having error logs stating “Can't compute bounds for tile layer” > in our GeoServer for ages. I have pretty much assumed that something was > wrong with the xml configurations. > The error message was not reputed fatal a

[Geoserver-users] How to get GeoServer layers into QGIS forcing use of tile server

2017-02-21 Thread Paul Wittle
Hi, We've been having error logs stating "Can't compute bounds for tile layer" in our GeoServer for ages. I have pretty much assumed that something was wrong with the xml configurations. I was trying to use TMS or WMTS in QGIS this week and I've encountered some trouble adding the layers. The