[Geoserver-users] labeling with two attributes

Yes, that’s what I meant.

Stefan

-----Ursprüngliche Nachricht-----
Von: Andrea Aime [mailto:aaime@anonymised.com]
Gesendet am: Donnerstag, 13. Dezember 2007 19:46
An: Ziegler Stefan
Cc: geoserver-users
Betreff: Re: [Geoserver-users] labeling with two attributes

Ziegler Stefan ha scritto:

It works, thanks!
Is there a special character combination for a whitespace? My workaround
doesn’t seem pretty smart:

<ogc:Function name=“strConcat”>
<ogc:Function name=“strConcat”>
ogc:PropertyNamestrasse</ogc:PropertyName>
<ogc:Function name=“strSubstring”>
ogc:LiteralA C</ogc:Literal>
ogc:Literal1</ogc:Literal>
ogc:Literal2</ogc:Literal>
</ogc:Function>
</ogc:Function>
ogc:PropertyNamehausnummer</ogc:PropertyName>
</ogc:Function>

Oh, you mean you cannot use ogc:literal </ogc:literal>
directly? In fact whitespace might be trimmed… glab…
Cheers
Andrea