OpenRailAssociation / osrd

An open source web application for railway infrastructure design, capacity analysis, timetabling and simulation
https://osrd.fr
460 stars 44 forks source link

Geometry errors do not refresh when editing infrastructure #6504

Open flomonster opened 9 months ago

flomonster commented 9 months ago

What happened?

When editing an infra, the geometry should be updated.

What did you expect to happen?

No response

How can we reproduce it (as minimally and precisely as possible)?

  1. Go to editor on an empty infrastructure
  2. Create a track with buffer stops (you should have a warning for missing route)
  3. Edit the track section geometry
  4. The geometry error should have the previous geometry

What operating system, browser and environment are you using?

OSRD version (top right corner Account button > Informations)

1482e8c

flomonster commented 9 months ago

This bug is caused by the optimization of error generation (using the payload hash). I don't see an easy way to fix it, without incremental computing.

Castavo commented 1 month ago

Still present image