1
Python and Java API / Switch to absolute palette
« on: August 31, 2023, 06:29:00 PM »
Hi,
For a DEM, it is possible to set a palette with a command like that:
But I am not able to find the property or command to switch these altitudes values as absolutes values. It is possible in the interface but how to do it with python?
Thanks,
Pierre
For a DEM, it is possible to set a palette with a command like that:
Quote
chunk.elevation.palette={-0.15: (50, 50, 222),-0.075: (50, 222, 222),0.0: (50, 222, 50),0.075: (222, 222, 50),0.15: (222, 50, 50)}
But I am not able to find the property or command to switch these altitudes values as absolutes values. It is possible in the interface but how to do it with python?
Thanks,
Pierre