[Talk-in] Adding symbol

H.S.Rai hardeep.rai at gmail.com
Sat Nov 28 05:21:37 GMT 2009


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>




More information about the Talk-in mailing list