Fix exception (crash POI filter)

This commit is contained in:
vshcherb 2013-11-26 00:09:47 +01:00
parent 5a4caa8ce9
commit d051a5f8e9

View file

@ -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();