diff options
| author | Daniel Schadt <kingdread@gmx.de> | 2026-04-05 17:26:06 +0200 |
|---|---|---|
| committer | Daniel Schadt <kingdread@gmx.de> | 2026-04-05 17:26:06 +0200 |
| commit | 83f9dc870c15493c62a1aaf08802d11c4c11f82c (patch) | |
| tree | 52f80aaccac10f441a5e0466eaa9aa74640309f6 /hittekaart-py/hittekaart_py/hittekaart_py.pyi | |
| parent | 1dd019bd986e6ce0fbe2394e154c6e37f1738c35 (diff) | |
| download | hittekaart-osmand-sqlite.tar.gz hittekaart-osmand-sqlite.tar.bz2 hittekaart-osmand-sqlite.zip | |
implement OsmAnd/MbTiles in python interfaceosmand-sqlite
Diffstat (limited to 'hittekaart-py/hittekaart_py/hittekaart_py.pyi')
| -rw-r--r-- | hittekaart-py/hittekaart_py/hittekaart_py.pyi | 5 |
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: |
