Avisos
Vaciar todo
Resultados para: flap gate
# | Título de la respuesta | Resultado de la información | Fecha | Usuario | Foro |
Flap gate not exported and node info | 2 Relevancia | hace 3 años | Teresa | FORUM EN | |
Hi everyone, I'm having two issues with my project right now: 1) For some conduits I've set the column "flap" on yes, but when I export the project into a .inp file all the flap gates are set to 'no'. Am I forgetting something else? 2) When I use the info button on nodes there are no info displayed on the window. For everything else the button works properly. I'm using the latest version of giswater (3.5.015), qgis 3.16.0 and I've already solved all the errors that appeared in the check project. What else could it be? Thank you Teresa | |||||
RE: Flap gate not exported and node info | 1 Relevancia | hace 3 años | xtorret | FORUM EN | |
Hi @teresa. Sorry for delay of my answer. I didn't notice it I would like to help you solving this issue but without more information it is not possible. The import inp tool it is on beta mode. We could fix it analyzing the inp file. Is there any drawback for you if you provide us this inp file. It will be helpful for us and maybe we can fix other issues for other users. Thanks in advance! | |||||
RE: Flap gate not exported and node info | 1 Relevancia | hace 3 años | Teresa | FORUM EN | |
Dear @xtorret, thank you for your answer. I tried to reset the config_info_layer_x_type table but nothing changed. I noticed that If I'm using the example file it works, so maybe the problem is that I created the schema from my inp file and something is missing. | |||||
RE: Flap gate not exported and node info | 1 Relevancia | hace 3 años | xtorret | FORUM EN | |
Hello Teresa, Thank you for your report Regarding the exportation of flaps, effectively there is a bug with this, but not only flaps also losses and culverts. Today we have been fixed it and next week we will release 3.5.016 with this solved. Regarding your second issue (the info node) is a little bit more complex. Could the problem come from config_info_layer_x_type? In order to check and clarify it, please lets us to 'reset' that table. To do this, you can write this query using some console of PostgreSQL: SET SEARCH_PATH = SCHEMA_NAME;DELETE FROM ... |