QGIS TUFLOW Styles: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1:
=Introduction=
When outputting GIS files in the shapefile format, no styling information is (or can be included). For example when viewing a [[Check_Files_2d_zsh_zpt | _zsh_zpt_check_P]], the user may wish to view whether the zpt (elevation point) has been raised, lowered, or no change has been applied. This GIS layer contains an attribute '''dz''' and the symbology options can be used to achieve this. This can be done manually, or more conveniently, the TUFLOW plugin comes packaged with preset styles for almost every TUFOW check file and input type. The methods for applying the default TUFLOW template styling to layers are outlined below.<Br><br>
: ''<b>Note: Since v3.3, the styling tool will work on GPKG layers.</b>''<br>
===Apply TUFLOW Style to Current Layer===
As the name implies, this will apply the symbology to the current layer in the layer control. If no template file exists for the layer type no change is made.<br>
Line 20:
The location of the .qml files:<Br>
'''Windows'''<Br>
<pre>%appdata%\QGIS\QGIS3\profiles\default\python\plugins\tuflow\QGIS_Styles</pre><Br>
'''Linux'''<br>
<pre>/home/USER/.local/share/QGIS/QGIS3/profiles/default/python/plugins/tuflow/QGIS_Styles</pre><br>
===Messages===
An additional styling option exists for the messages_P GIS layer (written to the log folder). The additional styling option can be accessed by right-clicking the message_P layer in the QGIS Layers Panel and under the TUFLOW sub-menu, select 'Filter messages by code'. This function will group messages by their code i.e. the error level (CHECK/WARNING/ERROR) and the error number. This can be useful when trying to understand the number unique messages.<br>
<br>
This functionality was made available in TUFLOW Plugin v3.9
<br>
<br>