[QGIS-trac] Re: [Quantum GIS] #3725: Offline Editing plugin issues
on both Linux and Windows using trunk
Quantum GIS
qgis at qgis.org
Fri Apr 29 16:20:49 EDT 2011
#3725: Offline Editing plugin issues on both Linux and Windows using trunk
--------------------------------------------------------------+-------------
Reporter: elcuco | Owner: mwalker
Type: bug | Status: closed
Priority: critical: causes crash or data corruption | Milestone: Version 1.7.0
Component: C++ Plugins | Version: Trunk
Resolution: fixed | Keywords:
Platform_version: | Platform: All
Must_fix: Yes | Status_info: 0
--------------------------------------------------------------+-------------
Changes (by mwalker):
* cc: lutra, elcuco (added)
* status: new => closed
* resolution: => fixed
Comment:
Testing with rev 15848 on Kubuntu 10.04 I could not reproduce the crashes
lutra observed.
Analyzing an offline editing project file I discovered that the
QgsMapLayer custom properties (containing the remote layer infos) were
empty. So synchronize did nothing, as the remote layer could not be
reconstructed.
The QgsMapLayer custom properties were cleared in
{{{QgsMapLayer::readCustomProperties}}} called by
{{{QgsVectorLayer::readSymbology}}} while copying the symbology after the
offline editing custom properties were set. This should now be fixed by
[http://trac.osgeo.org/qgis/changeset/15849/].
The Offline Editing plugin should now synchronize again, my tests with
several datasets including elcuco's sample data were successful.
--
Ticket URL: <http://trac.osgeo.org/qgis/ticket/3725#comment:9>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS supporting GDAL/OGR, PostGIS, and GRASS formats, and Web Services
More information about the QGIS-trac
mailing list