mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-06 21:01:53 +02:00
Make data credit optional.
This commit is contained in:
parent
7373eadaa6
commit
9b5066fd44
3 changed files with 18 additions and 14 deletions
|
@ -57,6 +57,7 @@ class MapConfiguration:
|
|||
draw_roofs: bool = True
|
||||
use_building_colors: bool = False
|
||||
show_overlapped: bool = False
|
||||
credit: Optional[str] = "© OpenStreetMap contributors"
|
||||
|
||||
@classmethod
|
||||
def from_options(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue