Re: [Geoserver-users] GetLegendGraphic error

2014-11-19 Thread emmexx
Il 11/18/2014 03:08 PM, Jonathan Moules scrisse: > If you could report this to the bug tracker (JIRA), that'd be great. > Please include the SLD itself to allow it to be replicated. Done: https://jira.codehaus.org/browse/GEOS-6773 thank you maxx -

Re: [Geoserver-users] GetLegendGraphic error

2014-11-18 Thread Jonathan Moules
users@lists.sourceforge.net Subject: [Geoserver-users] GetLegendGraphic error I tried to use the GetLegendGraphic function to get an image of one of my sld styles. The style works, it is validated and it displays features (lines) as it is supposed to do when using WMS. This is the url of the request (gene

[Geoserver-users] GetLegendGraphic error

2014-11-14 Thread emmexx
I tried to use the GetLegendGraphic function to get an image of one of my sld styles. The style works, it is validated and it displays features (lines) as it is supposed to do when using WMS. This is the url of the request (generated using the Demo Requests tool): http://localhost:8080/geoserv

Re: [Geoserver-users] GetLegendGraphic error on postgis layer SLD [SEC=Unclassified]

2011-06-26 Thread yanliu.chn
Basically, use two SLDs: one for postgis layer (the default one); the other for generating legend. GetLegendGraphic allows you to use a non-default style along with layer name. This method is just a workaround, not a technical solution. -- View this message in context: http://osgeo-org.1803224.n2

Re: [Geoserver-users] GetLegendGraphic error on postgis layer SLD [SEC=Unclassified]

2011-06-23 Thread Miles Jordan
yanliu.chn wrote: > After reading the source code for generating the legend graph, > I understand why GetLegendGraphic returned empty legend. I've > found a way to make my legend work by using an external SLD. And the answer is ? :) __

Re: [Geoserver-users] GetLegendGraphic error on postgis layer SLD

2011-06-23 Thread yanliu.chn
After reading the source code for generating the legend graph, I understand why GetLegendGraphic returned empty legend. I've found a way to make my legend work by using an external SLD. Thanks for viewing this thread! -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/GetLeg