Skip to content

Commit

Permalink
fix QGIS class LevelBoundaryTime(Input)
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Sep 13, 2023
1 parent 079b31a commit db28e8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qgis/core/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,9 +397,10 @@ class LevelBoundaryStatic(Input):


class LevelBoundaryTime(Input):
input_type = "LevelBoundary / static"
input_type = "LevelBoundary / time"
geometry_type = "No Geometry"
attributes = [
QgsField("time", QVariant.DateTime),
QgsField("node_id", QVariant.Int),
QgsField("time", QVariant.DateTime),
QgsField("level", QVariant.Double),
Expand Down

0 comments on commit db28e8f

Please sign in to comment.