Bug report #2726
Mapserver plugin does not export 'labelitem' property for layer with labels
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Borys Jurgiel | ||
Category: | Python plugins | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | All | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 12786 |
Description
Using the mapserver export plugin, a layer which has labels does not find a 'LABELITEM' line in it's mapfile anymore. This worked in older versions, but is apparently broken in current version.
It looks like it has something to do with a change in the project-file format.
Currently a 'maplayer'-element has 3 'label'-elements, the plugin code is broken because of this.
History
#1 Updated by Richard Duivenvoorde over 14 years ago
can somebody do a simple review?
I think I can do the checkin myself.
#2 Updated by Paolo Cavallini over 14 years ago
Is this fixed?
#3 Updated by Richard Duivenvoorde over 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
yep, fixed in ac2526b1 (SVN r13709)