Fix sequence inheritance defined in yaml
Nodes need to be placed after "Inherits" nodes so that they take precedence over the inherited nodes.
This commit is contained in:
committed by
Matthias Mailänder
parent
040fbf9694
commit
64933ed04b
@@ -44,14 +44,14 @@ harv:
|
||||
Start: 0
|
||||
|
||||
harvempty:
|
||||
Inherits: harv
|
||||
Defaults:
|
||||
Filename: harvempty.shp
|
||||
Inherits: harv
|
||||
|
||||
harvhalf:
|
||||
Inherits: harv
|
||||
Defaults:
|
||||
Filename: harvhalf.shp
|
||||
Inherits: harv
|
||||
|
||||
hhusk:
|
||||
idle:
|
||||
|
||||
Reference in New Issue
Block a user