Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ogr] Show style description instead of name in other styles
Fixes #21254
  • Loading branch information
elpaso committed Feb 13, 2019
1 parent 88afe75 commit 3e041b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/ogr/qgsogrprovider.cpp
Expand Up @@ -6317,7 +6317,7 @@ QGISEXTERN int listStyles( const QString &uri, QStringList &ids, QStringList &na

listTimestamp.append( ts );
mapIdToStyleName[fid] = styleName;
mapIdToDescription[fid] = styleName;
mapIdToDescription[fid] = description;
mapTimestampToId[ts].append( fid );
}
}
Expand Down

0 comments on commit 3e041b3

Please sign in to comment.