Ticket #3570 (closed patch: fixed)

Opened 2 years ago

Last modified 2 years ago

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:
Platform Version: Platform: All
Must Fix for Release: Yes 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

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

Change History

Changed 2 years ago by ccrook

Changed 2 years ago by pcav

  • owner changed from nobody to timlinux
  • component changed from Build/Install to C++ Plugins

Changed 2 years ago by jef

  • status changed from new to closed
  • resolution set to fixed

applied in #3570. Thanks Chris.

Note: See TracTickets for help on using tickets.