I plan to add following symbols:

beverages.png  computers.png     diy_store.png  fruits.png     kiosk.png
butcher.png    confectioner.png  florist.png    furniture.png

and proposes (my 1st trail for dealing with such files)  rules as
given below signature. If OK I will commit changes.

My query is:

How to give wild flag. Is <> syntax for "not equal to". I want to have
symbol furniture.png if shop=furniture else shop.png

-- 
H.S.Rai


<Style name="shop">
     <Rule>
      <Filter>[shop]='furniture' </Filter>
      <MaxScaleDenominator>20000</MaxScaleDenominator>
      <PointSymbolizer file= "%SYMBOLS_DIR%/furniture.png" type="png" width="16
     </Rule>
</Style>
<Style name="shopRest">
     <Rule>
      <Filter>[shop]<>'furniture' </Filter>
      <MaxScaleDenominator>20000</MaxScaleDenominator>
      <PointSymbolizer file= "%SYMBOLS_DIR%/shop.png" type="png" width="16" hei
     </Rule>
</Style>

_______________________________________________
Talk-in mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/talk-in

Reply via email to