Hi,

I can successfully display points using a TrueType font character. (The
character is actually in the shape of a sector) I’m also trying to rotate
the character according to a Shape file attribute (AZIMUTH). The problem
here is that the points are typically co-located in groups of 3. It appears
that Geoserver will only render one of the points where points are at the
same location. I assume that this is intended to be for performance reasons?
This however prevents me from showing the 3 points as 3 sectors that are
orientated according to their azimuths.
A segment of the SLD is shown below. Is there any solution to this? Any help
you can give would be greatly appreciated.


<PointSymbolizer>

              <Graphic>

                <Mark>


<WellKnownName>ttf://CUSTOM_FONT#0x21</WellKnownName>

                  <Fill>

                    <CssParameter
name="fill">#FF0000</CssParameter>


                  </Fill>

                </Mark>

              <Size>100</Size>


<Rotation><ogc:PropertyName>AZIMUTH</ogc:PropertyName></Rotation>


            </Graphic>

          </PointSymbolizer>



Best Regards,

Jon-Paul.
------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to