Update on Number Formatting in mappView (Version 6.x)
Change Overview
In mappView version 6.x, the number formatting behavior for values close to zero has been updated compared to the previous AS4 implementation. Values that were previously displayed using standard decimal notation (e.g., 0.00) are now automatically converted into scientific notation (e.g., 4.56 × 10⁻⁷).
Reasoning Behind the Change
This change was made to improve data readability and accuracy, particularly for very small numbers. Scientific notation offers several advantages:
- Clarity & Readability: Scientific notation provides a much shorter and easier-to-read representation of very small numbers compared to long strings of zeros.
- Error Prevention: It eliminates the risk of counting errors when dealing with multiple leading zeros.
- Clear Precision: It explicitly shows significant digits, ensuring that the precision of the measurement is immediately apparent.
Impact on Users
Please note that this is a deliberate design choice and not a bug. While this represents a visible incompatibility between version 4.x and 6.x, it is considered a valid and beneficial improvement for data presentation. No action is required on your part unless you specifically need to revert to the legacy decimal formatting.