Dear all,
“Line with border” style does not work properly with Geoserver 2.1 RC1 and
RC2. Only wide line shown for all or for most of the lines depending on
zoom. Sometimes after zooming in deeply it works. However exactly the same
style works fine with Geoserver 2.0.0. It is the same style as in
Documentation:
http://docs.geoserver.org/stable/en/user/styling/sld-cookbook/lines.html#line-with-border

We have:
Windows XP
Openlayers 2.10
Jetty 6.1.22
Java 1.6.0_20
PostGIS 1.3

Any ideas?

SLD:
<?xml version="1.0" encoding="ISO-8859-1"?>
<StyledLayerDescriptor version="1.0.0"
    xsi:schemaLocation="http://www.opengis.net/sldStyledLayerDescriptor.xsd";
    xmlns="http://www.opengis.net/sld";
    xmlns:ogc="http://www.opengis.net/ogc";
    xmlns:xlink="http://www.w3.org/1999/xlink";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <NamedLayer>
    <Name>Line with border</Name>
    <UserStyle>
    <Title>SLD Cook Book: Line w2th border</Title>
      <FeatureTypeStyle>
         <Rule>
          <LineSymbolizer>
            <Stroke>
              <CssParameter
name="stroke">#393EFF</CssParameter>
              <CssParameter name="stroke-width">1.5</CssParameter>
              <CssParameter name="stroke-linecap">round</CssParameter>
            </Stroke>
          </LineSymbolizer>
        </Rule>
      </FeatureTypeStyle>
      <FeatureTypeStyle>
         <Rule>
          <LineSymbolizer>
          <Stroke>
              <CssParameter
name="stroke">#C5C9FF</CssParameter>
              <CssParameter name="stroke-width">1</CssParameter>
              <CssParameter name="stroke-linecap">round</CssParameter>
            </Stroke>
          </LineSymbolizer>
         </Rule>
      </FeatureTypeStyle>
    </UserStyle>
  </NamedLayer>
</StyledLayerDescriptor>
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to