Opened 13 years ago

Closed 13 years ago

#3570 closed patch (fixed)

Delimited text fix for data changes

Reported by: ccrook Owned by: timlinux
Priority: critical: causes crash or data corruption Milestone: Version 1.7.0
Component: C++ Plugins Version: Trunk
Keywords: delimited text provider, bad layer handler Cc:
Must Fix for Release: Yes Platform: All
Platform Version: Awaiting user input: no

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!

Attachments (1)

delim_text_fix.diff (3.1 KB ) - added by ccrook 13 years ago.

Download all attachments as: .zip

Change History (3)

by ccrook, 13 years ago

Attachment: delim_text_fix.diff added

comment:1 by pcav, 13 years ago

Component: Build/InstallC++ Plugins
Owner: changed from nobody to timlinux

comment:2 by jef, 13 years ago

Resolution: fixed
Status: newclosed

applied in #3570. Thanks Chris.

Note: See TracTickets for help on using tickets.