mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-21 04:56:24 +02:00
Support path drawing.
This commit is contained in:
parent
737e434260
commit
ade9d3b034
7 changed files with 55 additions and 13 deletions
|
@ -234,7 +234,7 @@ class Constructor:
|
|||
priority: int
|
||||
icon_set: IconSet
|
||||
icon_set, priority = self.scheme.get_icon(
|
||||
self.icon_extractor, line.tags, processed, for_="line"
|
||||
self.icon_extractor, line.tags, processed
|
||||
)
|
||||
labels = self.scheme.construct_text(line.tags, "all", processed)
|
||||
point: Point = Point(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue