You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to run the vector_stream_network_analysis tool and kept getting errors about arguments. First off, it was cutting_height.
Removing cutting_height lead to errors about dem being undefined. I looked at the code, and it looks like the dem and cutting_height arguments were removed in b2dbc20. However, these variables are still used by the code inside function. I'm not sure if they were accidentally removed, or if the functionality has changed, and they also need to be removed from inside the function. I suspect this is the source of my problems.
Description
I was trying to run the vector_stream_network_analysis tool and kept getting errors about arguments. First off, it was cutting_height.
Removing cutting_height lead to errors about dem being undefined. I looked at the code, and it looks like the dem and cutting_height arguments were removed in b2dbc20. However, these variables are still used by the code inside function. I'm not sure if they were accidentally removed, or if the functionality has changed, and they also need to be removed from inside the function. I suspect this is the source of my problems.
What I Did
The text was updated successfully, but these errors were encountered: