[Mapbender-users] Transparenter Geoserver Layer
Samson, Marko
Marko.Samson at wald-und-holz.nrw.de
Mon Sep 24 03:43:41 EDT 2007
Hi MB-Users,
I just recognized, that I have a problem with one of our layers, served by a geoserver. With firefox everything works fine, but with ie6 I have no transparency.
It's not the known and resolved bug, cause other transparent layers work fine and I already changed the files.
Perhaps its a problem of the geoserver sld?
I have rules for drawing different points like this:
<Rule>
<Name>Rule-Neu</Name>
<Title>Neu</Title>
<Abstract>Red outer green inner Circle</Abstract>
<ogc:Filter>
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>changetype</ogc:PropertyName>
<ogc:Literal>3</ogc:Literal>
</ogc:PropertyIsEqualTo>
</ogc:Filter>
<PointSymbolizer>
<Graphic>
<Mark>
<WellKnownName>circle</WellKnownName>
<Fill>
<CssParameter name="fill">#FF0000</CssParameter>
<CssParameter name="fill-opacity">0.5</CssParameter>
</Fill>
</Mark>
<Size>17</Size>
</Graphic>
</PointSymbolizer>
<PointSymbolizer>
<Graphic>
<Mark>
<WellKnownName>circle</WellKnownName>
<Fill>
<CssParameter name="fill">#33cc00</CssParameter>
<CssParameter name="fill-opacity">0.5</CssParameter>
</Fill>
</Mark>
<Size>9</Size>
</Graphic>
</PointSymbolizer>
</Rule>
Is it a fill or a fill-opacity problem with the ie6?
Gruß,
Marko Samson
Marko Samson
Landesbetrieb Wald und Holz NRW
GIS-Anwendungsentwicklung
Referat I-5
Albrecht-Thaer-Straße 34
48147 Münster
Tel.: 0251/91797 - 169
Mail: marko.samson at wald-und-holz.nrw.de
More information about the Mapbender_users
mailing list