add some missing tags

This commit is contained in:
sonora 2013-07-06 11:39:38 +02:00
parent 86dc3f7b40
commit abd7fa3783

View file

@ -135,7 +135,7 @@ public class PoiFiltersHelper {
putValues(types, AmenityType.TRANSPORTATION, "fuel"); putValues(types, AmenityType.TRANSPORTATION, "fuel");
} else if (UDF_FOOD_SHOP.equals(key)) { } else if (UDF_FOOD_SHOP.equals(key)) {
putValues(types, AmenityType.SHOP, "alcohol", "bakery", "beverages", "butcher", "convenience", "department_store", putValues(types, AmenityType.SHOP, "alcohol", "bakery", "beverages", "butcher", "convenience", "department_store",
"convenience", "farm", "general", "ice_cream", "kiosk", "supermarket", "variety_store"); "convenience", "farm", "general", "ice_cream", "kiosk", "seafood", "supermarket", "variety_store");
} else if (UDF_SIGHTSEEING.equals(key)) { } else if (UDF_SIGHTSEEING.equals(key)) {
putAll(types, AmenityType.HISTORIC); putAll(types, AmenityType.HISTORIC);
putValues(types, AmenityType.TOURISM, "attraction", putValues(types, AmenityType.TOURISM, "attraction",