mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-29 14:28:59 +02:00
Fix enum values.
This commit is contained in:
parent
15ab5e7d62
commit
a5910786e2
13 changed files with 31 additions and 35 deletions
|
@ -635,7 +635,7 @@ class Scheme:
|
|||
texts.append(Label(f"↕ {tags['height']} m"))
|
||||
processed.add("height")
|
||||
for tag in tags:
|
||||
if self.is_writable(tag) and tag not in processed:
|
||||
if self.is_writable(tag, tags[tag]) and tag not in processed:
|
||||
texts.append(Label(tags[tag]))
|
||||
return texts
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue