conveyal / analyst-server

DEPRECATED; see https://github.com/conveyal/analysis-ui
MIT License
37 stars 6 forks source link

window.modifications1 is invalid with new scenario architecture #270

Open mattwigway opened 8 years ago

mattwigway commented 8 years ago

We now attach a scenario ID to the scenario applied to a graph, which is used to cache transport networks on the r5 side. However, if we apply modifications1 or modifications2 via the console (which is a debug hack), the caching will not work. We should just use a random uuid when modifications1 or modifications2 is used.