NINAnor/GarminCustomMaps

QGIS 3.10 error

Closed this issue · 1 comments

when using this plugin with the newly released version 3.10 of qgis export maps does not work because line 493 in GarminCustomMap.py (iface.messageBar().pushMessage("WARNING", "The number of tiles is likely to exceed Garmins limit of 100 tiles! Not all tiles will be displayed on your GPS unit. Consider reducing your map size (extend or zoom-factor).", duration=5)) produces an error.

If this line and line 492 is commented out it generates maps without problem.

Not sure if this check is needed, possibly a checkbox to select which kind of Garmin is used (100 or 500 tiles) and an appropriate messages would be better.

looks like this is already fixed and not related to the qgis version, see #8