mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-26 12:59:08 +02:00
Issue #67: refactor text processing.
This commit is contained in:
parent
a73006e67e
commit
7eaf3678f9
5 changed files with 95 additions and 75 deletions
|
@ -23,6 +23,7 @@ class LabelMode(Enum):
|
|||
NO = "no"
|
||||
MAIN = "main"
|
||||
ALL = "all"
|
||||
ADDRESS = "address"
|
||||
|
||||
|
||||
class BuildingMode(Enum):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue