python-visualization / folium

Python Data. Leaflet.js Maps.
https://python-visualization.github.io/folium/
MIT License
6.72k stars 2.21k forks source link

Terminator renders wrong effect #1904

Closed senn117 closed 2 months ago

senn117 commented 2 months ago

Hi everyone,

I've noticed that Terminator is rendering the wrong effect. Could you please check what might be causing the problem?

My Chrome version: 122.0.6261.129

image

Conengmo commented 2 months ago

I wasn't able to reproduce this on my local Windows machine on Firefox or Edge.

Can you check your browser console, see if there are any error messages there?

I'm afraid this is not something we can fix in Folium, since we just wrap around a Leaflet plugin here. I don't see any issues reported on the Leaflet plugin repo: https://github.com/joergdietrich/Leaflet.Terminator/issues

senn117 commented 2 months ago

Thank you for your suggestion. I will make sure to check the browser console next time if things happen again.

The terminator renders well after upgrading Chrome to version 123.0.6312.86, but I'm not sure if this is related to the version.

Conengmo commented 2 months ago

Good to hear the problem went away with a newer Chrome version. I'll close this issue then, feel free to report back here if something new comes up.