Menu

#116 Time propagation fails in certain cases

pending
7
2011-09-27
2011-09-16
No

If a time-aligned layer has already propagated its times to a parent (structural) layer, a subsequent load of any ancestor of the parent layer will never have timings propagated to it.

Discussion

  • Jonathan Kilgour

    • status: open --> pending
     
  • Jonathan Kilgour

    keep a list of newly added structural layers in NOMWriteCorpus and a list of layers that have time propagated to them each time the propagateTimes method is called so we can make sure we always propagate when required.