Topic:
2D navigation has stair step effect on Basemap.
Description:
This is caused by specifying 'float #' for a number that has a decimal in the loading definition. Float 1-6 is used with integer numbers to force a decimal place. For example, float 1 would take the number 123456 and read it in as 12345.6. So, if the number already has decimals, use float.
Solution:
To specifically fix this problem you need to delete the navigation in DataManager and reload it in 2d Line load, toggling the format to 'float'.
Last Modified on: 02-DEC-98