Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not installable in QGIS 3 #2

Open
kgraefe opened this issue May 31, 2018 · 1 comment
Open

Not installable in QGIS 3 #2

kgraefe opened this issue May 31, 2018 · 1 comment

Comments

@kgraefe
Copy link

kgraefe commented May 31, 2018

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'
@kgraefe
Copy link
Author

kgraefe commented Jul 30, 2018

FYI, I am working on Qgis3 compatibility at https://github.com/kgraefe/TileMapScaleLevels/tree/develop

It is working quite well already. I just have to figure out why it's crashing when zooming out too far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant