Issue #139: add icons for styled areas.

Map Machine did not create icons for areas if they have style.  Just
like previous issue, it seems like a temporary solution for a problem I
can't remember now.
This commit is contained in:
Sergey Vartanov 2022-08-14 22:36:09 +03:00
parent 24851f73f9
commit 470feb4248

View file

@ -327,9 +327,8 @@ class Constructor:
)
self.points.append(point)
if line_styles:
return
# TODO: probably we may want to skip the next part if `line_styles`
# are not empty.
self.add_point_for_line(center_point, inners, line, outers)
def add_point_for_line(self, center_point, inners, line, outers) -> None: