Skip to content

Commit

Permalink
Fix QGIS 'LevelDemand / static' schema
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed May 21, 2024
1 parent 224c460 commit 649e538
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ribasim_qgis/core/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,8 @@ def geometry_type(cls) -> str:
def attributes(cls) -> list[QgsField]:
return [
QgsField("node_id", QVariant.Int),
QgsField("level_demand", QVariant.Double),
QgsField("min_level", QVariant.Double),
QgsField("max_level", QVariant.Double),
QgsField("priority", QVariant.Int),
]

Expand Down

0 comments on commit 649e538

Please sign in to comment.