Skip to content

Commit

Permalink
fix: style attribute typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed Jun 17, 2024
1 parent a725ebc commit beb0ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map/client/utils/utils.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const SimpleStyleToPolygonStyle = {
stroke: 'stroke.color',
'stroke-color': 'stroke.color',
'stroke-opacity': 'stroke.opacity',
'stroke-width': 'sroke.width',
'stroke-width': 'stroke.width',
fill: 'color',
'fill-color': 'color',
'fill-opacity': 'opacity',
Expand Down

0 comments on commit beb0ee5

Please sign in to comment.