[Geoserver-devel] [jira] Created: (GEOS-2488) GraphicFill+Mark is not working

GraphicFill+Mark is not working
-------------------------------

                 Key: GEOS-2488
                 URL: http://jira.codehaus.org/browse/GEOS-2488
             Project: GeoServer
          Issue Type: Bug
          Components: WMS
            Reporter: Andrea Aime
            Assignee: Andrea Aime
             Fix For: 1.7.2

The following SLD does not work, it should generate a hatched polygon:

{code}
<?xml version="1.0" encoding="ISO-8859-1"?>
<StyledLayerDescriptor version="1.0.0" xmlns="http://www.opengis.net/sld&quot; xmlns:ogc="http://www.opengis.net/ogc&quot;
  xmlns:xlink="http://www.w3.org/1999/xlink&quot; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
  xsi:schemaLocation="http://www.opengis.net/sld http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd&quot;&gt;
  <NamedLayer>
    <Name>Polygon</Name>
    <UserStyle>
      <FeatureTypeStyle>
        <Rule>
          <Title>Polygon</Title>
          <PolygonSymbolizer>
            <Fill>
                <GraphicFill>
                    <Graphic>
                        <Mark>
                            <WellKnownName>hatch</WellKnownName>
                            <Stroke>
                                <CssParameter name="stroke">#0000FF</CssParameter>
                            </Stroke>
                        </Mark>
                        <Size>12</Size>
                    </Graphic>
                </GraphicFill>
            </Fill>
            <Stroke>
              <CssParameter name="stroke">#000000</CssParameter>
            </Stroke>
          </PolygonSymbolizer>
        </Rule>
      </FeatureTypeStyle>
    </UserStyle>
  </NamedLayer>
</StyledLayerDescriptor>
{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