initial attempt at panoramax layer

Signed-off-by: zyphlar <zyphlar@gmail.com>
This commit is contained in:
zyphlar
2026-01-03 16:44:29 -08:00
parent 899df496ba
commit 5eeeaeb288
20 changed files with 192 additions and 3 deletions

View File

@@ -351,6 +351,10 @@ class PathProvider:
def addresses_path() -> AnyStr:
return settings.ADDRESSES_PATH
@staticmethod
def panoramax_path() -> AnyStr:
return settings.PANORAMAX_PATH
@staticmethod
def borders_path() -> AnyStr:
return os.path.join(settings.USER_RESOURCE_PATH, "borders")