Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser does not allow to tell which layer format to load #14331

Closed
qgib opened this issue Oct 18, 2011 · 6 comments
Closed

Browser does not allow to tell which layer format to load #14331

qgib opened this issue Oct 18, 2011 · 6 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers

Comments

@qgib
Copy link
Contributor

qgib commented Oct 18, 2011

Author Name: Paolo Cavallini (@pcav)
Original Redmine Issue: 4399

Redmine category:data_provider


In current trunk, layers are displayed without the file extension, and the user has no way to tell which format the file is. As a result, if one has >1 layer with the same name and different format, (s)he does not know which one has to be loaded

@qgib
Copy link
Contributor Author

qgib commented Oct 18, 2011

Author Name: Martin Dobias (@wonder-sk)


Would it be sufficient to show the extension (or the complete file name) as a tooltip? Originally we have been showing extensions, but later I have removed them since I consider that a corner case that someone has various layers with the same base name, only with different extensions. The list without extensions look much clearer to me than it was with extensions.

@qgib
Copy link
Contributor Author

qgib commented Oct 18, 2011

Author Name: Paolo Cavallini (@pcav)


I think this solution is optimal, as it follows the behaviour of the legend.

@qgib
Copy link
Contributor Author

qgib commented Oct 18, 2011

Author Name: Thaddeus - (Thaddeus -)


Using Tooltips is not a viable option for medium to large size projects, it's only good for one or two layers and occasional use. To figure out what file is associated to a layer name, I always prefer to doubleclick on the layer name and use the tab "Layer Properties" => "General" and rely on the good behavior of such window: always pop up on the same spot and preserves the last tab setting.

Here is an idea, might not be a ... , but ... well .. anyway ..., here it goes: add an advanced-user setting option --say, new/existing plain ini/text file or Text-box widget somewhere or about:config type of thing, etc-- whereby, rather cryptic settings, can be entered: such as, IncludeExtOnLayerNm=1. Eventually, the clamour of the users can make those options gain a place on the GUI.

@qgib
Copy link
Contributor Author

qgib commented Oct 18, 2011

Author Name: Martin Dobias (@wonder-sk)


Thaddeus - wrote:

Here is an idea, might not be a ... , but ... well .. anyway ..., here it goes: add an advanced-user setting option --say, new/existing plain ini/text file or Text-box widget somewhere or about:config type of thing, etc-- whereby, rather cryptic settings, can be entered: such as, IncludeExtOnLayerNm=1. Eventually, the clamour of the users can make those options gain a place on the GUI.

In future we may add such advanced settings. Even now the options dialog lists way too many options, so moving them away to a common place where super-power-users could further customize QGIS seems like a good idea. By these I mean settings like cache size, network reply timeout, render caching, "fix problems with incorrectly filled polygons", overlay placement method etc.

@qgib
Copy link
Contributor Author

qgib commented Oct 19, 2011

Author Name: Martin Dobias (@wonder-sk)


Tooltips added in c3f6dff

@qgib
Copy link
Contributor Author

qgib commented Oct 19, 2011

Author Name: Martin Dobias (@wonder-sk)


  • resolution was changed from to fixed
  • status_id was changed from Open to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers labels May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers
Projects
None yet
Development

No branches or pull requests

1 participant