Bug report #11640

Custom fields do not load from style

Added by C S over 9 years ago. Updated about 5 years ago.

Status:Closed
Priority:Normal
Assignee:-
Category:Project Loading/Saving
Affected QGIS version:2.6.0 Regression?:No
Operating System:Windows Easy fix?:No
Pull Request or Patch supplied:No Resolution:end of life
Crashes QGIS or corrupts data:No Copied to github as #:19893

Description

A QGIS style (QML) I have been working with suddenly started malfunctioning.
Previously, the style would load both the custom appearance (color, pattern, etc.) and the custom fields I had created (drop-downs, mostly).
Now, it only loads the appearance.
If I create a new field and load the style, the new field is not overwritten by the style fields as it previously was.

I tried this again with a newly created style QML and a newly created SLD to see if it was just an issue with my custom style, but the same issue occurs with newly created styles.

Also did not work in 2.2.

test20141113.qml (8.99 KB) C S, 2014-11-13 02:45 PM

History

#1 Updated by C S over 9 years ago

I attached the test style I was working with. It looks like the custom fields save to style but will not load.

[...]
  <edittypes>
    <edittype labelontop="0" editable="1" type="0" name="id"/>
    <edittype labelontop="1" editable="1" type="3" name="place">
      <valuepair key="Place A" value="Place A"/>
      <valuepair key="Place B" value="Place B"/>
      <valuepair key="Place C" value="Place C"/>
    </edittype>
  </edittypes>
[...]

#2 Updated by Jürgen Fischer almost 9 years ago

  • Category set to Project Loading/Saving

#3 Updated by Giovanni Manghi almost 7 years ago

  • Easy fix? set to No
  • Regression? set to No

#4 Updated by Giovanni Manghi about 5 years ago

  • Resolution set to end of life
  • Status changed from Open to Closed

Also available in: Atom PDF