mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-26 21:09:18 +02:00
Issue #121: add show overlapped option.
This commit is contained in:
parent
e85e98e92c
commit
7c99d828f4
2 changed files with 8 additions and 0 deletions
|
@ -56,6 +56,7 @@ class MapConfiguration:
|
|||
ignore_level_matching: bool = False
|
||||
draw_roofs: bool = True
|
||||
use_building_colors: bool = False
|
||||
show_overlapped: bool = False
|
||||
|
||||
@classmethod
|
||||
def from_options(
|
||||
|
@ -75,6 +76,7 @@ class MapConfiguration:
|
|||
options.ignore_level_matching,
|
||||
options.roofs,
|
||||
options.building_colors,
|
||||
options.show_overlapped,
|
||||
)
|
||||
|
||||
def is_wireframe(self) -> bool:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue