flopp / py-staticmaps

A python module to create static map images with markers, geodesic lines, etc.
MIT License
128 stars 17 forks source link

Bugfix/pillow10: Not compatible with Pillow=10.0.0 #31 #32

Closed lowtower closed 3 months ago

lowtower commented 12 months ago

This change request removes the use of ImageDraw.textsize() which was deprecated and has been removed in Pillow 10.0. It solves #31 , but will not pass the CI/CD build as it still has python 3.6 in the workflow which was removed from Ubuntu and maybe even more issues.

Jxck-S commented 7 months ago

Thank you for this, works on my end!