-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overfall not showing after creating #396
Comments
Did you fill out the topology? vw_tww_overflow is a point layer with a geometry calculator to create lines between fk_wastewater_node and fk_overflow_to |
I do not know if the way I did create the overfall was right, but I think it was the most intuitive way and it should be like this (and I described it in QGEP back then):
If this was not the right way, then:
|
Urs wrote how to do in the documentation: https://teksi.github.io/wastewater/user-guide/How-To/index.html#hydraulic-modeling-of-an-overflow-prank-weir-leapingweir-pump |
So that is exactly what I did (so it seems fine to me as a procedure)! It is intuitive (it would be more intuitive, if you draw a line form node to node, but it works ok like it is). |
And yes, you can see it in the image (fk_wasterwater_node are filled). |
We should not use the layer name in the formula, but the layer id. We an also remove the numbers from the layer id and then it should work. |
Yes, it works! this should fix the problem. |
if I read on this link (making-lines-curvy...), you need another point between start and end to define a curve. I really dont know where to take this point. |
The point is calculated by the centroid of the line. The line is the line you created. So one could easily do it like this: Make_Line(start_point($geometry), Still needs to adjust the 0.1 by getting the length of the line and adjust the center point arrow with some code, but it works. |
the visualisation of overflows is improved in #410 |
@cymed – Thanks a lot.
Could you add a screenshot here?
|
I can create an overflow by editing directly the "overflow" table (which is very nice and the right way to do).
clicking on the nodes works.
But it is not showing up.
It is created in the table, but not in the graphical interface.
The text was updated successfully, but these errors were encountered: