We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c765d6 + 9a059a0 commit c543dbbCopy full SHA for c543dbb
plugin/teksi_wastewater/interlis/interlis_importer_exporter.py
@@ -372,7 +372,20 @@ def _export_labels_file(
372
"REPLACE_WS_WITH_WN":True,
373
},
374
)
375
-
+ elif export_model == config.MODEL_NAME_DSS:
376
+ catch_lyr = TwwLayerManager.layer("catchment_area")
377
+
378
+ processing.run(
379
+ "tww:extractlabels_interlis",
380
+ {
381
+ "OUTPUT": labels_file_path,
382
+ "RESTRICT_TO_SELECTION": limit_to_selection,
383
+ "STRUCTURE_VIEW_LAYER": structures_lyr,
384
+ "REACH_VIEW_LAYER": reaches_lyr,
385
+ "CATCHMENT_LAYER": catch_lyr,
386
+ "SCALES": selected_labels_scales_indices,
387
+ },
388
+ )
389
elif export_model == config.MODEL_NAME_AG64:
390
processing.run(
391
"tww:extractlabels_interlis",
0 commit comments