Issue Type: Bug Bug
Affects Versions: 10.2
Assignee: Andrea Aime
Components: render
Created: 08/Dec/13 6:49 PM
Description:

Follow on to GEOS-6210 on the handling of literals in TextSymbolizer labels:

    <sld:Label>
        <ogc:Function name="Concatenate">
            <ogc:PropertyName>level</ogc:PropertyName>
            <ogc:Literal> </ogc:Literal>
            <ogc:PropertyName>name</ogc:PropertyName>
        </ogc:Function>
    </sld:Label>

Or the traditional:

    <sld:Label>                                                                                                                                                                                              
        <ogc:Function name="strConcat">
            <ogc:Function name="strConcat">
                <ogc:PropertyName>level</ogc:PropertyName>
                <ogc:Literal> </ogc:Literal>
            </ogc:Function>
            <ogc:PropertyName>name</ogc:PropertyName>
        </ogc:Function>
    </sld:Label>

The GeoTools XML encoder/parser may need to check for whitespace in literals and use CDATA in that case.

Environment: OSX 10.9
Project: GeoTools
Priority: Major Major
Reporter: Jody Garnett
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
GeoTools-Devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to