On Wed, May 11, 2011 at 10:31 AM, Jon-Paul Dobson <[email protected]> wrote: > 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?
If you are using point symbolizers and you have 3 separate features you should get the point rendered three times. Which version of GS are you using btw? In 2.1 we indeed have a "overlapping, smaller than pixel" geometry removal algorithm to speed up rendering ultra-dense maps but it should enable only for polygons and lines, not for points. If you are using a recent 2.1 build please open a bug report on jira.codeaus.org attaching the full style, enough sample data to reproduce the issue and a WMS request that will make it fail. Cheers Andrea -- ------------------------------------------------------- Ing. Andrea Aime GeoSolutions S.A.S. Tech lead Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ------------------------------------------------------- ------------------------------------------------------------------------------ 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
