Hello,
I was wondering if we have found a way to control the decimal places for using @[] in our image watermarks.
Currently, I have a watermark with the following calculation:
concat(${test3_name},"\n","@[date:MM/dd/yyyy]"," | ","@[time:HH:mm AP t]","\n","Lat @[latitude]"," , ","Lon @[longitude]","\n","Altitude @[altitude]," | ","Compass @[compass]","&size=20")
Issue: Altitude is displaying/showing 14 decimal places. (38.1234567890xxxx)
Question: How can I modify this to show 1 decimal place? (38.1)