Skip to content

Commit e5efcf1

Browse files
author
Stefan Kuethe
committed
Remove icon style
1 parent 912ce87 commit e5efcf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/openlayers/styles.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ def default_style(**kwargs) -> FlatStyle:
6969

7070
# class CircleStyle(FlatStyle): ...
7171

72-
72+
"""
7373
class IconStyle(FlatStyle):
7474
icon_src: str | None = None
7575
icon_color: str | None = None
7676
icon_opacity: float | int | None = None
7777
icon_scale: float | int | None = None
78-
78+
"""
7979

8080
# class FillStyle(FlatStyle): ...

0 commit comments

Comments
 (0)