Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate time manager plugin into core, add animation time variables to expression engine #16743

Closed
qgib opened this issue May 20, 2013 · 4 comments

Comments

@qgib
Copy link
Contributor

qgib commented May 20, 2013

Author Name: Nyall Dawson (@nyalldawson)
Original Redmine Issue: 7868

Redmine category:unknown


Watching http://www.youtube.com/watch?v=qKesia0aGwE makes me think how sweet it would be if a variant of the Time Manager plugin was integrated into core. This could then allow us to use the animation time parameter for data defined symbology/labelling expressions. I'm thinking points which grow/shrink/fade with time, labels which show for a few seconds when a point appears before smoothly fading away, ...!

For instance, if the animation time was available via a variable such as "$animation_datetime", then an expression for fading a symbol over a week could be something like:

Color fill expression:
color_rgba(255, 0, 0, scale_linear(day(age($animation_datetime, layer_time_column)) , 0, 7, 255, 0))

Size expression:
scale_linear(day(age($animation_datetime, layer_time_column)) , 0, 7, 30, 0)

Would result in something like:
http://www.youtube.com/watch?v=pM8XbzdlZIg

Even these kind of maps (from 0:22 onward) http://www.youtube.com/watch?v=cUhrEMEQfXw would be possible!

@qgib
Copy link
Contributor Author

qgib commented Nov 17, 2014

Author Name: Regis Haubourg (@haubourg)


Hi, +1 with that, especially fading option and $animation_datetime, that would help a lot for visual interprétation.
Cheers
Régis

@qgib
Copy link
Contributor Author

qgib commented Apr 30, 2017

Author Name: Giovanni Manghi (@gioman)


  • easy_fix was configured as 0

@qgib
Copy link
Contributor Author

qgib commented Sep 22, 2017

Author Name: Jürgen Fischer (@jef-n)


  • category_id was configured as Unknown

@nyalldawson
Copy link
Collaborator

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants