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

can't open OGR Supported layers (stable version 0.7.4) #13960

Closed
qgib opened this issue Mar 28, 2006 · 1 comment
Closed

can't open OGR Supported layers (stable version 0.7.4) #13960

qgib opened this issue Mar 28, 2006 · 1 comment

Comments

@qgib
Copy link
Contributor

qgib commented Mar 28, 2006

Author Name: adamr-informatyka-gdansk-pl - (adamr-informatyka-gdansk-pl -)
Original Redmine Issue: 3936

Assignee: Gary Sherman


QGis compiled from source.
When You try to open SHP or TAB file, the "open file" dialog can't choose the file or directory.
There were a little problem in src/qgisapp.cpp .
To get properly working code I've modified two lines: 1929 and 1931 replacying:

settings.writeEntry("/qgis/UI//lastVectorFileFilter", openFileDialog->selectedFilter());

settings.writeEntry("/qgis/UI//lastVectorFileFilterDir", openFileDialog->dirPath());

==============================
with:

settings.writeEntry("/qgis/UI/lastVectorFileFilter", openFileDialog->selectedFilter());

settings.writeEntry("/qgis/UI/lastVectorFileFilterDir", openFileDialog->dirPath());


@qgib
Copy link
Contributor Author

qgib commented Apr 14, 2006

Author Name: Gavin Macaulay - (Gavin Macaulay -)


I've checked the code, and this problem has been resolved in 0.8, from which we will soon be releasing a beta version.


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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant