Hans Then
Hans Then
I had the same issue. In my case it was because I first installed `travis` via `apt`. This will install a "trajectory analyzer and visualizer".
@davecao Thanks for the debugging information. That was really helpful. Since it seems the issue is in the underlying socib/timedimension package, I will open an issue there.
Apparently it was already fixed in the source code of the underlying javascript package, but the new version was never released.
You are the man! Op do 8 feb 2024 om 03:58 schreef Jonathan Skeate ***@***.*** >: > oof, coming back to this code after years of neglect is rough. >...
I agree it increases the complexity. Perhaps we can put it under an advanced section and explicitly describe for what use cases this would be an appropriate solution?
> Docs are starting to get a little unwieldy now, might need to completely revamp them 😅 I created a new PR for it. What would you do to revamp...
> In hindsight, I'm also considering adding the second functionality the original author provides - `Polygon.fromEncoded()`. They will be in the same plugin file (renamed from `polyline_encoded` to `encoded`) but...
Thanks for the suggesting to use a background event. We decided to go with this approach for now. We also noted that the nowIndicator automatically increments with the amount of...
@Conengmo Would you mind if I continue this branch? The feature in itself would be really useful. Also, from an architectural perspective, adding a `Control` base class would also be...
@Conengmo I am willing to take a stab at this. Before I start though, I came up with three design alternatives. My preference would be option 1, but you decide....