Feature request #3570
Delimited text fix for data changes
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Tim Sutton | ||
Category: | C++ Plugins | ||
Pull Request or Patch supplied: | Resolution: | fixed | |
Easy fix?: | No | Copied to github as #: | 13630 |
Description
The datasource format in the delimited text provider was changed in revsion 15177 to use the QUrl.toLocalFile() format. This change wasn't also applied in qgshandlebadlayers.cpp, and the qgsmaplayer.cpp relative to absolute file format conversion. This patch applies these fixes.
Note that this change to the datasource could affect any plugins which create delimited text data sources.
It will also break projects with delimited text layers moving from version 1.6 to 1.7 - users need to be aware of this!
History
#1 Updated by Jürgen Fischer over 13 years ago
- Resolution set to fixed
- Status changed from Open to Closed
applied in #3570. Thanks Chris.