mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-07 05:11:53 +02:00
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:
parent
24851f73f9
commit
470feb4248
1 changed files with 2 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue