Biel Frontera
Biel Frontera
Hi Filipe, it only shows up if you change the value of the FPS? Can you test it with different values at `timeDimensionControlOptions.playerOptions.transitionTime`? TimeDimension WMS layers are animated using new...
Hi @majadinjar, you can use the event `timeload`, and check if an specific time has been loaded. Something like this: ``` javascript var messages = { '2015-07-08T08:00:00.000Z': 'First message', '2015-07-09T06:00:00.000Z':...
I detected this issue when I was trying to modify the list disabled dates after `changeMonth` event is fired. I call a service that provides the list of available dates...
Hi, here you have a fiddle: http://jsfiddle.net/bielfrontera/grea506a/ My first approach was to avoid calling the update method and call fill method instead. It works for me, but there were two...
Hi @acrobat, I've rebased the PR! Hope it can be merged! :)
Hi @temperatio, I've found myself with the same problem! As a workaround, despite it does not solve the problem but mitigates it a bit, I've added a list filter to...
@temperatio: are you ordering by a translated field? I've been digging more about this problem, and I've found that I had duplicates if I add ```order_by("translations__name")``` (for example) to the...