Add options to tile generation.

This commit is contained in:
Sergey Vartanov 2021-08-25 23:56:49 +03:00
parent 163fe4060b
commit fe2714c927
26 changed files with 448 additions and 524 deletions

View file

@ -1,3 +1,6 @@
"""
Rectangle that limit space on the map.
"""
import logging
import re
from dataclasses import dataclass