Feature request #4362

File dialogues should recognise VRT files with .ovf and .ovr extension

Added by Alister Hood over 12 years ago. Updated over 8 years ago.

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

Revision f8c4b3a2
Added by Jürgen Fischer over 8 years ago

Merge pull request #2571 from medspx/work_newfile_extensions

Add formats extensions/protocol already supported by GDAL/OGR
(fixes #3799, fixes #4362, fixes #5242, fixes #6197)

History

#1 Updated by Giovanni Manghi over 12 years ago

  • Target version set to Version 1.7.4

#2 Updated by Giovanni Manghi about 12 years ago

  • Target version changed from Version 1.7.4 to Version 2.0.0

#3 Updated by Pirmin Kalberer over 11 years ago

  • Target version changed from Version 2.0.0 to Future Release - Nice to have

#4 Updated by Médéric RIBREUX over 8 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 over 8 years ago

  • Status changed from Feedback to Closed

Also available in: Atom PDF