Legend generation fails if the size is missing in a ExternalGraphic element
---------------------------------------------------------------------------

                 Key: GEOS-2319
                 URL: http://jira.codehaus.org/browse/GEOS-2319
             Project: GeoServer
          Issue Type: New Feature
          Components: WMS
    Affects Versions: 1.7.0 
            Reporter: Andrea Aime
            Assignee: Andrea Aime
             Fix For: 1.7.1


A user reported the legend generation failed with the following sld snippet:

{code}
<PolygonSymbolizer>
                                                <Fill>
                                                        <GraphicFill>
                                                                <Graphic>
                                                                        
<ExternalGraphic>
                                                                                
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"; xlink:type="simple" 
xlink:href="http://localhost:9080/geoserver/bitmaps/geologie_105.png"/>
                                                                                
<Format>image/png</Format>
                                                                        
</ExternalGraphic>
                                                                        
<Size></Size>
                                                                </Graphic>
                                                        </GraphicFill>
                                                </Fill>
                                        </PolygonSymbolizer>
{code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to