Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-dev] SLD and embedded icons

Hello everyone,

First of all, thanks to the Udig team for their support, it helps me a lot in my understanding of the tool.
My need is simple : I want to render my layer points as icons, using the PointSymbolizer coming with SLDs.
The problem is : I want to package these icons in my build, then what would be the xlink to the icons ? Right now I'm putting my icons on my desktop, but at the end I want to package my icons in my udig java plugin.

<sld:PointSymbolizer>
        <sld:Graphic>
               <sld:ExternalGraphic>
                    <sld:OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="">                    <sld:Format>image/gif</sld:Format>
               </sld:ExternalGraphic>
       </sld:Graphic>
</sld:PointSymbolizer>


Thanks in advance.

Florian

Back to the top