3.5.030

INDEX

INVENTORY

Allow searching for catalog_id in Change Type & Replace Feature tools

Combo box widgets from these 2 buttons have been replaced by typeahead widgets, where users can type the text they are searching for. This change make easier to find the catalog when there is a long list of them.

Add editing action in dimensioning dialog

Edit button have been added into the dimensioning form to make the edition of it's data easier for the users. Notice that, before this version, to edit the data of the dimension, users needed to use the default QGIS edit button.

It will also harmonize Giswater's forms; network forms already have the edit button into the form itslef.

Automatic district data if geometry exists

One of the most recent mapzones on Giswater data model is the District. It represents the administrative boundaries of municipality districts.

In this version, edit triggers on the DB are capable to get automatically the data about which district an element is when inserted. Of course it's only useful if the geometry of the district layer is properly filled.

It harmonizes this mapzone to other ones, which already uses the capability of automatic data from geometry.

OM

Add chlorine & turbidity fields in Mincut

Two new fields have been added to mincut data to collect when the process is on execution.

  • Chlorine - To indicate if there is chlorine in the water on the mincut point.

  • Turbidity - To indicate if the water has turbidity on the mincut point.

These fields can be filled on the second tab of the Mincut form, only when the execution have started.

Add type & streetaxis filters in mincut manager

Two new filters have been added to Mincut Manager. They will allow users to filter mincut list using its Type (mincut_type field) or its Streetaxis (streetaxis field). This second filter function as a typeahead widget, which means that is possible to write and it will return matching street name results.

EPA

Control section inconsistencies between consecutive conduits (UD)

A new function (gw_graphanalytics_upstream_section_control) have been added to Giswater's toolbox to control if the section of consecutive conduits isn't consistent.

It compares section (geom1) data for conduits and warning users if there is some of them where it's section is bigger than the following conduit.

SYSTEM

Add 'Open plugin folder' action in Giswater menu

Now is possible for the users to open the plugin folder where all Giswater files (python and sql) are stored. The path will change depending on the active profile on QGIS.

The goal of this action is to provide a simple acces to this folder, which can be useful for administrators in some occasions. Finding the folder using this button will be way more easy rather than search for it manually.

Last updated