It happens that the curve and the scale don’t progress linearly the one compared to the other.
LMR : 0---------500----------1000
Curve: 0----500---------------1000
This can happen when a road sign was moved, but not its numbering.
The current way to handle it is to create an unnamed anchor and then associate on the Lrm.
Maybe we could have a dedicated type to handle it. Hard to name, maybe something like CurveScaleSync? (meh.)
That way we don’t need to create an unnamed anchor that will be used only for that purpose on a single Lrm.
This will likely be a breaking change and the library and the storage file.
It happens that the curve and the scale don’t progress linearly the one compared to the other.
This can happen when a road sign was moved, but not its numbering.
The current way to handle it is to create an unnamed anchor and then associate on the Lrm.
Maybe we could have a dedicated type to handle it. Hard to name, maybe something like
CurveScaleSync? (meh.)That way we don’t need to create an unnamed anchor that will be used only for that purpose on a single Lrm.
This will likely be a breaking change and the library and the storage file.