joergdietrich / Leaflet.Terminator

Night and day regions on Earth
MIT License
120 stars 20 forks source link

Problem with opacity #11

Closed antserrano closed 6 years ago

antserrano commented 6 years ago

Hi,

I'm having problems while displaying the terminator. This is totally black on the dark-side and I cannot see anything in this part.

These are my options: options: { color: '#00', weight: 2, opacity: 0.5, fillColor: '#00', fillOpacity: 0.5, resolution: 2 },

Any suggestion?

antserrano commented 6 years ago

The problem was related to the fact that I was recalling all the time the terminator creation function.