socib / Leaflet.TimeDimension

Add time dimension capabilities on a Leaflet map.
MIT License
433 stars 138 forks source link

The timedimension does not work when I am at zoom 4, but it works at smaller zooms starting at 5 #230

Closed guimouraO1 closed 2 months ago

guimouraO1 commented 2 months ago

I have a problem that I can't solve, my map with timedimension works correctly, but from zoom 4 down it no longer works. You can see this on the page https://plataforma.labsat.cpa.unicamp.br/

r1m commented 2 months ago

What's the issue ? It looks good to me.

guimouraO1 commented 2 months ago

What's the issue ? It looks good to me.

I'm sorry, I managed to fix it. All you had to do was put minNativeZoom and minNativeZoom in the tileLayer.

Thanks