Skip to content

Commit

Permalink
Address issue NINAnor#22
Browse files Browse the repository at this point in the history
Issue NINAnor#22 was closed despite my suggested solution did not make it in the committed code (see comment left to issue NINAnor#22)
  • Loading branch information
chrismuller authored Nov 21, 2022
1 parent 48669b8 commit ab51a33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GarminCustomMap.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ def projWarning():
width = round(mapSettings.outputSize().width() * zoom)
height = round(mapSettings.outputSize().height() * zoom)
mapSettings.setOutputSize(QSize(width, height))
mapSettings.setOutputDpi(target_dpi)
mapSettings.setExtent(mapRect)
mapSettings.setFlags(QgsMapSettings.Flags(QgsMapSettings.Antialiasing | QgsMapSettings.UseAdvancedEffects | QgsMapSettings.ForceVectorOutput | QgsMapSettings.DrawLabeling))

Expand Down

0 comments on commit ab51a33

Please sign in to comment.