Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
4a241ff555
1 changed files with 2 additions and 0 deletions
|
@ -362,6 +362,8 @@ public class MapRenderingTypes {
|
|||
if (targetTag != null || targetValue != null) {
|
||||
if (targetTag == null) {
|
||||
targetTag = rtype.getTag();
|
||||
} else {
|
||||
targetTag = tag;
|
||||
}
|
||||
if (targetValue == null) {
|
||||
targetValue = rtype.getValue();
|
||||
|
|
Loading…
Reference in a new issue