Make data credit optional.

This commit is contained in:
Sergey Vartanov 2022-05-25 01:05:32 +03:00
parent 7373eadaa6
commit 9b5066fd44
3 changed files with 18 additions and 14 deletions

View file

@ -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(