flopp / py-staticmaps

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

minor code improvements #16

Closed lowtower closed 3 years ago

flopp commented 3 years ago

Good finds! But why is the wrong type in _determine_zoom not detected by mypy???

lowtower commented 3 years ago

Don't have an idea. I am using Pycharm and it found it.

flopp commented 3 years ago

I guess it's because there's no type info for s2sphere...