Fix poi types
This commit is contained in:
parent
51ec3c0d3e
commit
0ad9e8c34e
1 changed files with 3 additions and 0 deletions
|
@ -549,6 +549,9 @@ public class MapPoiTypes {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if(pt.isMap()) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
if(!hasName && pt.isNameOnly()) {
|
if(!hasName && pt.isNameOnly()) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue