-
Notifications
You must be signed in to change notification settings - Fork 7
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
tile band becomes None type #9
Comments
Do you think a QgsMessageBar is enough to inform the user about this corner case? |
|
I'm getting the same NoneType error and my canvas isn't mostly black. |
Same error. In my case i converted was changing crs from what the layer was created in to WGS 84 to send to garmin. Created the layer in wgs 84 solved in my case. |
Maybe a corner case, but for a mainly black map canvas the following error pops up:
Traceback (most recent call last):
File "C:/Users/stefan.blumentrath/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\GarminCustomMap\GarminCustomMap.py", line 551, in run
if t_band_1.min() == 255 and t_band_2.min() == 255 and t_band_3.min() == 255 :
AttributeError: 'NoneType' object has no attribute 'min'
The text was updated successfully, but these errors were encountered: