From b1d4e3151667f6e1d7942435374aac8ab6b6469d Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 11 Aug 2026 15:19:02 +0200 Subject: add name/description to Python MbTiles struct --- .../hittekaart_py/__pycache__/__init__.cpython-314.pyc | Bin 0 -> 207 bytes hittekaart-py/hittekaart_py/hittekaart_py.pyi | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 hittekaart-py/hittekaart_py/__pycache__/__init__.cpython-314.pyc (limited to 'hittekaart-py/hittekaart_py') diff --git a/hittekaart-py/hittekaart_py/__pycache__/__init__.cpython-314.pyc b/hittekaart-py/hittekaart_py/__pycache__/__init__.cpython-314.pyc new file mode 100644 index 0000000..11caa7e Binary files /dev/null and b/hittekaart-py/hittekaart_py/__pycache__/__init__.cpython-314.pyc differ diff --git a/hittekaart-py/hittekaart_py/hittekaart_py.pyi b/hittekaart-py/hittekaart_py/hittekaart_py.pyi index b3d110c..00ed13c 100644 --- a/hittekaart-py/hittekaart_py/hittekaart_py.pyi +++ b/hittekaart-py/hittekaart_py/hittekaart_py.pyi @@ -17,7 +17,7 @@ class Storage: def OsmAnd(path: bytes) -> "Storage": ... @staticmethod - def MbTiles(path: bytes) -> "Storage": ... + def MbTiles(path: bytes, name: str | None, description: str | None) -> "Storage": ... class HeatmapRenderer: -- cgit v1.2.3