You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin is not available in the plugin list in QGIS and manual installation from the ZIP file fails with the following error message:
ModuleNotFoundError: No module named 'tilemapscaleplugin'
Traceback (most recent call last):
File "C:/PROGRA~1/QGIS3~1.0/apps/qgis/./python\qgis\utils.py", line 336, in startPlugin
plugins[packageName] = package.classFactory(iface)
File "C:/Users/kgraefe/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\TileMapScaleLevels\__init__.py", line 26, in classFactory
from tilemapscaleplugin import TileMapScalePlugin
File "C:/PROGRA~1/QGIS3~1.0/apps/qgis/./python\qgis\utils.py", line 664, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'tilemapscaleplugin'
The text was updated successfully, but these errors were encountered:
The plugin is not available in the plugin list in QGIS and manual installation from the ZIP file fails with the following error message:
The text was updated successfully, but these errors were encountered: