-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Martijn Visser <[email protected]>
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# Ribasim QGIS Styles | ||
|
||
One can update the Ribasim styles in QGIS itself, saving the style to the geopackage, and retrieve it from there. | ||
Ribasim Python always adds layer styles to the GeoPackage, such that the node types can be recognized also without the Ribasim QGIS plugin installed. | ||
|
||
One can update the Ribasim styles in QGIS itself, saving the style to the GeoPackage, and retrieve it from there. | ||
See https://github.com/Deltares/Ribasim/issues/610#issuecomment-1729511312. | ||
|
||
Here we store the Node and Edge styles, saved in both the qml and sld format, from the `styleQML` and `styleSLD` attributes in the `layer_styles` in the geopackage, respectively. | ||
Here we store the Node and Edge styles, saved in both the QML and SLD format, from the `styleQML` and `styleSLD` attributes in the `layer_styles` in the GeoPackage, respectively. |