How to visualise a node with latest change date after 2022-01-01?
I can visualise a user:
{{style:
node{color:red;fill-color:red;symbol-size:5;}
node[@user=userX] {color:blue;fill-color:blue;symbol-size:3;}
}}
But now latest userX have changed it after date 2022-01-01
Reason: After a date we have used better aerial images and other OSM approved data, for better alignment.
To compare old and new tagging in the style.
Is it possible?