qgis / qgis3_UIX_discussion

Issue list to sum up and discuss UI/UX related issues
1 stars 2 forks source link

Processing algorithms fail to give a proper name to output layers #20

Open SrNetoChan opened 7 years ago

SrNetoChan commented 7 years ago

When finished processing, some algorithms fail to give a proper name to the output files that are loaded in the map canvas, even if the user choose to save the output to a file. But other seem to work well.

It would be nice to hunt down this kind of algorithms as introduce this missing functionality.

Extra: for output saved in memory, it would be nice to add someking of suffix, to avoid repeat layer names. Ex: output_1, output_2.

SrNetoChan commented 7 years ago

@alexbruy, am I missing something here?

pcav commented 7 years ago

Agreed with the last point (adding a serial to layer name), I think this is useful for all types of layers.

anitagraser commented 7 years ago

If the users did chose a file name, I think the file name should always be used in the layer list - irrespective of the "use filename as layer name" option in the settings.

We could even drop the "use filename as layer name" option. Behavior would be:

If temporary file path is used --> use algorithm default output layer name If user-defined path is used --> use filename

SrNetoChan commented 7 years ago

@anitagraser I don't mind having that option, as long as is set as default.

Not sure why someone would want to not use the filename as layer name, but there might be som user case.

anitagraser commented 7 years ago

Not sure why someone would want to not use the filename as layer name

Well, if you take the time to manually pick and write a file name, why wouldn't you want it as the layer name?