external bitmap is not resizable for polygon fills
--------------------------------------------------
Key: GEOS-3061
URL: http://jira.codehaus.org/browse/GEOS-3061
Project: GeoServer
Issue Type: Bug
Affects Versions: 1.7.4
Reporter: Stefan Ziegler
Assignee: Andrea Aime
External bitmaps for filling polygons are not resizable anymore by using the size-tag:
<Rule>
<Name>Wald, Hecken, übrige Bestockte</Name>
<PolygonSymbolizer>
<Fill>
<GraphicFill>
<Graphic>
<ExternalGraphic>
<OnlineResource xlink:type="simple"
xlink:href="wald.gif" />
<Format>image/gif</Format>
</ExternalGraphic>
<Size>
<ogc:Literal>20</ogc:Literal>
</Size>
</Graphic>
</GraphicFill>
</Fill>
<Stroke>
<CssParameter name="stroke">#000000</CssParameter>
<CssParameter name="stroke-width">1</CssParameter>
</Stroke>
</PolygonSymbolizer>
</Rule>
--
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