Celtics33

Results 4 comments of Celtics33

Something like this example with the year in the corner : ![image](https://github.com/python-visualization/folium/assets/9696667/6faaf489-47af-492f-bc1f-e168f772de18)

```l let text_ = map.timeDimension.on('timeload', function() { //console.log(map.timeDimension.getAvailableTimes()); console.log(map.timeDimension.getCurrentTime()) ; }); ``` This appears to get the time from the player when the player is playing the time sequence, but...

This creates a textbox via leaflet but how to pass the value from the code above to the textbox ? If I copy the code below inside of the timeload...

This does help, but I would like to see somewhere on socib site an example with multipolygons. There is one basic geojson example but multipolygons are more complex to get...