Skip to content

Commit

Permalink
Add model meta to the layer tree
Browse files Browse the repository at this point in the history
  • Loading branch information
hoanphungt committed Feb 27, 2024
1 parent 29a5ecc commit df12d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions threedi_plugin_layer_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def copy_layer_into_memory_layer(source_layer, layer_name, dest_layer):
# Layers need to be in specific order and naming:
gpkg_layers = OrderedDict(
[
("Model properties", "meta"),
("Pump (point)", "pump"),
("Node", "node"),
("Pump (line)", "pump_linestring"),
Expand Down

0 comments on commit df12d65

Please sign in to comment.