Allow POI search for types with name_only
This commit is contained in:
parent
a34eb35a42
commit
bafc57b039
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ public class MapPoiTypes {
|
||||||
addIf(tm, pt, matcher);
|
addIf(tm, pt, matcher);
|
||||||
}
|
}
|
||||||
for (PoiType pt : pc.getPoiTypes()) {
|
for (PoiType pt : pc.getPoiTypes()) {
|
||||||
if (pt.isReference() || pt.isNameOnly()) {
|
if (pt.isReference()){
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
addIf(tm, pt, matcher);
|
addIf(tm, pt, matcher);
|
||||||
|
|
Loading…
Reference in a new issue