Adding absolute age/property colours

Hi,

I’ve been helping someone work on their GPlates project and had a question to use absolute values for colour by age. Currently I’m only aware of making colours change over time. If you would to assign colours depending on the year a feature starts existing, it’s not possible without coding or I’m not aware of how to do it.

For example if something is made between 200 and 150 million years it should get 1 colour and then another colour for something between 150 and 100 million years ago.

If it’s possible to do without needing python, I’ll gladly listen to it :slight_smile:

Unfortunately not possible without Python. The FeatureAgedraw style subtracts the current reconstruction time from the feature’s time of appearance. So it changes with time (as you noted).

But yes, once the symbology overhaul is complete we’ll add a lot more flexibility in this area (like what you suggest).