Skip to content

Commit

Permalink
test: update test to use 0 opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Volland committed Jun 16, 2023
1 parent ed6467d commit 9fc4812
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/slds/1.0/polygon_transparentpolygon.sld
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PolygonSymbolizer>
<Fill>
<CssParameter name="fill">#000080</CssParameter>
<CssParameter name="fill-opacity">0.5</CssParameter>
<CssParameter name="fill-opacity">0</CssParameter>
</Fill>
<Stroke>
<CssParameter name="stroke">#FFFFFF</CssParameter>
Expand Down
2 changes: 1 addition & 1 deletion data/slds/1.1/polygon_transparentpolygon.sld
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<se:PolygonSymbolizer uom="http://www.opengeospatial.org/se/units/pixel">
<se:Fill>
<se:SvgParameter name="fill">#000080</se:SvgParameter>
<se:SvgParameter name="fill-opacity">0.5</se:SvgParameter>
<se:SvgParameter name="fill-opacity">0</se:SvgParameter>
</se:Fill>
<se:Stroke>
<se:SvgParameter name="stroke">#FFFFFF</se:SvgParameter>
Expand Down
2 changes: 1 addition & 1 deletion data/styles/polygon_transparentpolygon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const polygonTransparentPolygon: Style = {
symbolizers: [{
kind: 'Fill',
color: '#000080',
fillOpacity: 0.5,
fillOpacity: 0,
outlineColor: '#FFFFFF',
outlineWidth: 2,
outlineOpacity: 0.9,
Expand Down

0 comments on commit 9fc4812

Please sign in to comment.