3.6.005

INDEX

INVENTORY

Add a Default macroexploitation even for Empty new projects

A new macroexploitation has been created acting as a default macroexploitation. This takes place in order to ease the initial management of mapzones and eventually reduce complexity at early stages of a Giswater projects.

New fields have been added to table ‘link’ in order to make it similar to the other 3 feature parent tables (arc, connec, node). These are:

  • connecat_id: it is the catalog code for connecs. It can be built by concatenating the material and diameter

  • drainzone_id: it is the id of the drainzone it belongs (only for UD Projects)

  • workcat_id and workcat_id_end: it is the work file of the begining and endwhere the link belongs

  • startdate, enddate: it is the start and and date

EPA

New button to delete items from curve (non-visual objects)

A new button for deletion of curves or similar elements has been added to the Non-Visual Objects Manager.

New field sector_id on inp_transects (UD).

A new field for sector_id has been added to table inp_transects in UD schemas.

New view v_edit_inp_transects with trigger.

A new editable view of the table ‘inp_transects’ has been created, including its corresponding trigger that makes it an editable view.

MASTER

Enhancement: highlight features with state 0 in psector

The aim of this enhancement is to identify those features that will be downgraded to 'obsolete' after executing the psector. They will be highlighted in blue once the record is selected.

Add new button to info right-click menu to open/close valves in netscenario

To access this functionality, it is necessary to load the layer 'netscenario valve' into the Layer Manager of QGIS. The Netscenario Valve layer can be loaded to QGIS by clicking in the Load Giswater Layers Buton inside the main dialog of Netscenarios and selecting 'Netscenario valve'.

Once it shows up, it is possible to open and close valves of a Netscenario by right-clicking on a valve with the Info Button of Giswater. This is only possible for those valves that belong to the Netscenario setted as Current Netscenario.

New button "toggle active" in netscenario

A new button in tab ‘Dma’ of a selected Netscenario has been added with the purpose of activating or deactivating the DMAs of a selected Netscenario.

New fields on plan_netscenario_dma and plan_netscenario_presszone

New fields have been added to tables plan netscenario_dma and plan_netscenario_presszones in order to enhance its management. The fields are the following: active, lastupdate and lastupdate_user.

New table plan_netscenario_valve and its editable view v_edit_plan_netscenario_valve

A new table has been created by the name of 'plan_netscenario_valve' with the purpose of managing valves in Netscenarios. There is also its editable view called 'v_edit_plan_netscenario_valve' through that changes are applied into the mentioned table.

New function (3278) gw_fct_import_netscenario_valve_closed to import closed valves into netscenario configuration.

There is a new option inside Import CSV button that allows the user to import closed valves into a netscenario from a CSV file. An example of the structure that must have that CSV can be found in folder '\resources\example\csv\netscenario_closed_valve' in the plugin folder. In order to enable this function into de Import CSV Button, it is necessary to set the 'active' column to 'True' in table 'config_csv' where the alias is called 'Import netscenario closed valves'.

ADMIN

Fix snapping when inserting features

A bug fix has been done when using the snapping mode in QGIS. Now, it does not deactivate randomly by its own when working with Giswater, which results in a better performance and integrity of Giswater into the QGIS environment.

Add date of creation in schema properties

The date of creation of the schema has been added to the main button of Giswater. This may give a temporal reference about the age of the schema, which contributes to give further descriptive information about it.

Last updated