Skip to content

Commit 661221e

Browse files
Merge pull request #138 from geostyler/fix-137-change-to-fillOpacity
fix(#137): change to fillOpacity
2 parents e9886a0 + 7767bb4 commit 661221e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processSymbolLayer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ const formatPolygonSymbolizer = (
220220
);
221221
return {
222222
kind: "Fill",
223-
opacity: 1.0,
223+
fillOpacity: 1.0,
224224
graphicFill: symbolizer,
225225
graphicFillPadding: padding,
226226
};

0 commit comments

Comments
 (0)