Comment 2 for bug 1121200

Revision history for this message
Mik Firestone (mikfire) wrote :

Somewhere, we changed how we expected the projected points to be stored. In previous versions, we expected them to be stored as points, already converted from the internal representation. In v2.0, we expect them to be stored in Plato and we have to convert them to points.

This leaves us in a somewhat awkward position of being wrong no matter how we do it. I will work on this a bit longer and figure out my best solution -- likely by converting the projected points before we store and making sure we don't convert on import.