Skip to content

Conversation

@JoshuaBarrass
Copy link

In map_widget.py, on Line 505, The Image.ANTIALIAS parameter used in resize no longer exists within the PIL library causing the map to just draw blank when using a map overlay.

https://stackoverflow.com/questions/23113163/antialias-vs-bicubic-in-pilpython-image-library

Needs to be replaced by Image.LANCZOS as this is the direct replacement of Image.ANTIALIAS

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

Successfully merging this pull request may close these issues.

1 participant