Update to partially support (previous poi filters)

This commit is contained in:
Victor Shcherb 2015-02-19 00:40:16 +01:00
parent 29aab3a3a9
commit f82ed438a5

View file

@ -61,6 +61,7 @@ public class MapPoiTypes {
}
public PoiCategory getPoiCategoryByName(String name) {
name = name.toLowerCase();
return getPoiCategoryByName(name, false);
}