Use existing icon shop_diy for "doityourself". Fix issue #1405

We used the existing icon shop_diy for shop=hardware but not for shop=doityourself.
There are more than 20,000 dhop=doityourself out there.

I also re-ordered some shop rules to be alphabetical, but the only real
change is the use of icon="shop_diy" for shop=doityourself.

This addresses http://code.google.com/p/osmand/issues/detail?id=1405
This commit is contained in:
Sebastian Spaeth 2012-09-27 15:11:31 +02:00
parent 5f7bc69ab2
commit c1d80219e4

View file

@ -562,6 +562,7 @@
<!-- Shops -->
<group>
<filter minzoom="17" tag="shop" value="alcohol"/>
<filter minzoom="17" tag="shop" value="bakery"/>
<filter minzoom="17" tag="shop" value="boutique"/>
<filter minzoom="17" tag="shop" value="butcher"/>
@ -571,28 +572,27 @@
<filter minzoom="17" tag="shop" value="car"/>
<filter appMode="car" minzoom="17" tag="shop" value="car_repair"/>
<filter minzoom="17" tag="shop" value="convenience"/>
<filter minzoom="17" tag="shop" value="copyshop"/>
<filter minzoom="16" tag="shop" value="department_store"/>
<filter minzoom="17" tag="shop" value="doityourself"/>
<filter minzoom="17" tag="shop" value="electronics"/>
<filter minzoom="17" tag="shop" value="florist"/>
<filter minzoom="17" tag="shop" value="furniture"/>
<filter minzoom="17" tag="shop" value="greengrocer"/>
<filter minzoom="17" tag="shop" value="hairdresser"/>
<filter minzoom="16" tag="shop" value="supermarket"/>
<filter minzoom="17" tag="shop" value="vending_machine"/>
<filter minzoom="17" tag="shop" value="alcohol"/>
<filter minzoom="17" tag="shop" value="hardware"/>
<filter minzoom="17" tag="amenity" value="ice_cream"/>
<filter minzoom="17" tag="shop" value="kiosk"/>
<filter minzoom="17" tag="shop" value="laundry"/>
<filter minzoom="17" tag="shop" value="mobile_phone"/>
<filter minzoom="17" tag="shop" value="motorcycle"/>
<filter minzoom="17" tag="shop" value="musical_instrument"/>
<filter minzoom="17" tag="shop" value="optician"/>
<filter minzoom="17" tag="shop" value="video"/>
<filter minzoom="17" tag="shop" value="laundry"/>
<filter minzoom="17" tag="shop" value="tobacco"/>
<filter minzoom="17" tag="shop" value="motorcycle"/>
<filter minzoom="17" tag="shop" value="hardware"/>
<filter minzoom="17" tag="shop" value="copyshop"/>
<filter minzoom="17" tag="shop" value="greengrocer"/>
<filter minzoom="17" tag="shop" value="mobile_phone"/>
<filter minzoom="17" tag="amenity" value="ice_cream"/>
<filter minzoom="16" tag="shop" value="outdoor"/>
<filter minzoom="16" tag="shop" value="supermarket"/>
<filter minzoom="17" tag="shop" value="tobacco"/>
<filter minzoom="17" tag="shop" value="vending_machine"/>
<filter minzoom="17" tag="shop" value="video"/>
<groupFilter textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="15"/>
</group>
@ -730,6 +730,7 @@
<filter appMode="car" minzoom="15" icon="shop_clothes" tag="shop" value="clothes"/>
<filter minzoom="16" icon="shop_clothes" tag="shop" value="clothes"/>
<filter appMode="car" minzoom="15" icon="shop_clothes" tag="shop" value="fashion"/>
<filter minzoom="16" icon="shop_diy" tag="shop" value="doityourself"/>
<filter minzoom="16" icon="shop_clothes" tag="shop" value="fashion"/>
<filter minzoom="17" icon="shop_clothes" tag="shop" value="boutique"/>
<filter minzoom="16" icon="shop_bicycle" tag="shop" value="bicycle"/>