refactored landmark manager and clean up

This commit is contained in:
2024-07-25 09:37:37 +02:00
parent d23050b811
commit 80b3d5b012
15 changed files with 218 additions and 1732 deletions

View File

@@ -14,6 +14,6 @@ OSM_CACHE_DIR = Path(cache_dir_string)
logger = logging.getLogger(__name__)
logging.basicConfig(
level = logging.INFO,
level = logging.DEBUG,
format = '%(asctime)s - %(name)s\t- %(levelname)s\t- %(message)s'
)