Celtics33
Celtics33
Something like this example with the year in the corner : 
```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...