osrd icon indicating copy to clipboard operation
osrd copied to clipboard

Editor: Linear Metadata edition - sync change between geo and linear metadata

Open sim51 opened this issue 3 years ago • 0 comments

When the geometry change (add/move/delete a point), we call the following function entityDoUpdate in the file https://github.com/DGEXSolutions/osrd/blob/dev/front/src/applications/editor/components/LinearMetadata/data.ts#L551

This function doesn't handle all the cases like :

  • delete the starting point
  • moving the starting point
  • delete the ending point

sim51 avatar Jul 28 '22 16:07 sim51