From 905388ff6ea7b9c635f108faa70e863a177c503a Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Sun, 18 Sep 2011 22:50:27 +0200 Subject: [PATCH] Update poi --- OsmAnd/src/net/osmand/plus/PoiFiltersHelper.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/OsmAnd/src/net/osmand/plus/PoiFiltersHelper.java b/OsmAnd/src/net/osmand/plus/PoiFiltersHelper.java index df62e0cf07..511c35eee2 100644 --- a/OsmAnd/src/net/osmand/plus/PoiFiltersHelper.java +++ b/OsmAnd/src/net/osmand/plus/PoiFiltersHelper.java @@ -81,16 +81,12 @@ public class PoiFiltersHelper { list = new LinkedHashSet(); list.add("place_of_worship"); //$NON-NLS-1$ list.add("internet_access"); //$NON-NLS-1$ - list.add("bench"); //$NON-NLS-1$ list.add("embassy"); //$NON-NLS-1$ list.add("emergency_phone"); //$NON-NLS-1$ list.add("marketplace"); //$NON-NLS-1$ list.add("post_office"); //$NON-NLS-1$ - list.add("recycling"); //$NON-NLS-1$ list.add("telephone"); //$NON-NLS-1$ list.add("toilets"); //$NON-NLS-1$ - list.add("waste_basket"); //$NON-NLS-1$ - list.add("waste_disposal"); //$NON-NLS-1$ types.put(AmenityType.OTHER, list); filters.add(new PoiFilter(application.getString(R.string.poi_filter_for_tourists), null, types, application)); //$NON-NLS-1$ types.clear();