View Manager Script

 From:  Michael Gibson
10028.18 In reply to 10028.16 
Ok, I think it is a comma as decimal separator locale problem. The problem is the MoI point's toString() method uses a locale dependent method for making UI presentable text and the View Manager script is using that.

Here's a quick fix putting in a ptToString() function using built in toFixed() Javascript number to string conversion which shouldn't be locale dependent.

- Michael

EDIT: removed this version, there is a newer one right below.

EDITED: 23 Mar 2022 by MICHAEL GIBSON