Fix exception (crash POI filter)
This commit is contained in:
parent
5a4caa8ce9
commit
d051a5f8e9
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