Feature request #4362
File dialogues should recognise VRT files with .ovf and .ovr extension
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | - | ||
Category: | GUI | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 14295 |
Description
I think it is kind of conventional for VRT files to have the extension .ovf if they are for vector data, and .ovr if they are for raster data.
The file type filter in browse dialogues for things such as "add vector layer" and "add raster layer" allow you to filter for VRT files, but they only recognise files with the extension .vrt
It might be good if they also recognised the extensions .ovf and .ovr
Associated revisions
History
#1 Updated by Giovanni Manghi almost 13 years ago
- Target version set to Version 1.7.4
#2 Updated by Giovanni Manghi over 12 years ago
- Target version changed from Version 1.7.4 to Version 2.0.0
#3 Updated by Pirmin Kalberer about 12 years ago
- Target version changed from Version 2.0.0 to Future Release - Nice to have
#4 Updated by Médéric RIBREUX almost 9 years ago
- Tag set to easy
- Status changed from Open to Feedback
Hello, bug triage...
The implementation is quite easy: we have to add the extensions into:
- src/providers/ogr/qgsogrprovider.cpp for vector VRT.
- src/providers/gdal/qgsgdalprovider.cpp for raster VRT.
#5 Updated by Jürgen Fischer almost 9 years ago
- Status changed from Feedback to Closed
Fixed in changeset f8c4b3a21cb13cc0871cb0fb2ec9b231742b71d5.