TravelMapping / EduTools

Educational tools using TravelMapping data
3 stars 21 forks source link

HDX/AV: Old "Jump To Breakpoint" AV speeds #504

Closed jteresco closed 1 year ago

jteresco commented 1 year ago

There are several lines such as

https://github.com/TravelMapping/EduTools/blob/d7de04792bd52191ae30f6335d39629744258add/HighwayDataExaminer/hdxav.js#L524

that reference the no-longer-used speedName value of "Jump To Breakpoint". It looks like the speedName variable can go away entirely, but these lines should be either determined to be obsolete and deleted, or a more current mechanism should be used to restore their intended functionality.

jteresco commented 1 year ago

This code no longer exists with the conditional breakpoint redesign from #309