Fix issue 1413
This commit is contained in:
parent
318e294771
commit
58fd91ee04
2 changed files with 2 additions and 1 deletions
|
@ -319,6 +319,7 @@
|
|||
<type tag="shop" value="boutique" minzoom="15" />
|
||||
<type tag="shop" value="butcher" minzoom="15" />
|
||||
<type tag="shop" value="car" minzoom="15" />
|
||||
<type tag="shop" value="car_parts" minzoom="15" />
|
||||
<type tag="shop" value="car_repair" minzoom="15" />
|
||||
<type tag="shop" value="charity" minzoom="15" />
|
||||
<type tag="shop" value="chemist" minzoom="15" />
|
||||
|
|
|
@ -118,7 +118,7 @@ public class PoiFiltersHelper {
|
|||
}
|
||||
if(UDF_CAR_AID.equals(key)){
|
||||
putValues(types, AmenityType.TRANSPORTATION, "fuel", "car_wash", "car_repair","car", "car_sharing");
|
||||
putValues(types, AmenityType.SHOP, "fuel", "car_wash", "car_repair","car");
|
||||
putValues(types, AmenityType.SHOP, "fuel", "car_wash", "car_repair","car", "car_parts");
|
||||
} else if(UDF_SIGHTSEEING.equals(key)){
|
||||
putAll(types, AmenityType.HISTORIC);
|
||||
putAll(types, AmenityType.TOURISM);
|
||||
|
|
Loading…
Reference in a new issue