From 83f9dc870c15493c62a1aaf08802d11c4c11f82c Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sun, 5 Apr 2026 17:26:06 +0200 Subject: implement OsmAnd/MbTiles in python interface --- hittekaart-py/hittekaart_py/hittekaart_py.pyi | 5 ++++- 1 file changed, 4 insertions(+), 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 0efe011..b3d110c 100644 --- a/hittekaart-py/hittekaart_py/hittekaart_py.pyi +++ b/hittekaart-py/hittekaart_py/hittekaart_py.pyi @@ -14,7 +14,10 @@ class Storage: def Folder(path: bytes) -> "Storage": ... @staticmethod - def Sqlite(path: bytes) -> "Storage": ... + def OsmAnd(path: bytes) -> "Storage": ... + + @staticmethod + def MbTiles(path: bytes) -> "Storage": ... class HeatmapRenderer: -- cgit v1.2.3