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/hittekaart_py/hittekaart_py.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hittekaart-py/hittekaart_py/hittekaart_py.pyi') 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