mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-25 15:06:32 +02:00
Add --show-tooltips argument.
This commit is contained in:
parent
972e4798b0
commit
52301801cd
7 changed files with 65 additions and 10 deletions
|
@ -280,7 +280,8 @@ class ShapeSpecification:
|
|||
|
||||
:param svg: output SVG file
|
||||
:param point: 2D position of the shape centre
|
||||
:param tags: tags to be displayed as hint
|
||||
:param tags: tags to be displayed as a tooltip, if tooltip should not be
|
||||
displayed, this argument should be None
|
||||
:param outline: draw outline for the shape
|
||||
:param outline_opacity: opacity of the outline
|
||||
"""
|
||||
|
@ -355,7 +356,7 @@ class Icon:
|
|||
|
||||
:param svg: output SVG file
|
||||
:param point: 2D position of the icon centre
|
||||
:param tags: tags to be displayed as hint
|
||||
:param tags: tags to be displayed as a tooltip
|
||||
:param outline: draw outline for the icon
|
||||
"""
|
||||
if outline:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue