Update to partially support (previous poi filters)
This commit is contained in:
parent
29aab3a3a9
commit
f82ed438a5
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ public class MapPoiTypes {
|
|||
}
|
||||
|
||||
public PoiCategory getPoiCategoryByName(String name) {
|
||||
name = name.toLowerCase();
|
||||
return getPoiCategoryByName(name, false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue