aboutsummaryrefslogtreecommitdiff
path: root/hittekaart-py/hittekaart_py
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2026-04-12 13:28:52 +0200
committerDaniel Schadt <kingdread@gmx.de>2026-04-12 13:28:52 +0200
commitb580d82834c0973a344e3dafd6979204c5364047 (patch)
tree0553833ccf003a919d6a6ee4fe64204a304347cd /hittekaart-py/hittekaart_py
parenta3b378fd66342ecf9a44f814acf1b18a49a05c42 (diff)
parentb498afaf08cc0f9ccede8caf159f82a126c6d2e2 (diff)
downloadhittekaart-b580d82834c0973a344e3dafd6979204c5364047.tar.gz
hittekaart-b580d82834c0973a344e3dafd6979204c5364047.tar.bz2
hittekaart-b580d82834c0973a344e3dafd6979204c5364047.zip
Merge branch 'osmand-sqlite'
Diffstat (limited to 'hittekaart-py/hittekaart_py')
-rw-r--r--hittekaart-py/hittekaart_py/hittekaart_py.pyi5
1 files changed, 4 insertions, 1 deletions
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: