On Thu, Mar 1, 2012 at 1:20 AM, Peter Blanchard <[email protected]> wrote: > Hello, > > > > I was wondering if the PointSymbolizer is supposed to be able to support the > TTF and PropertyName substitution in a manner similar to the LineSymbolizer. > > > > In the LineSymbolizer, I can do the following: > > <LineSymbolizer> <!-- Draw decoration --> > > <Stroke> > > <GraphicStroke> > > <Graphic> > > <Mark> > > > <WellKnownName>ttf://Arial#<ogc:PropertyName>charHexValue</ogc:PropertyName></WellKnownName> > > <Fill> > > <CssParameter name="fill">#FFFF00</CssParameter> > > </Fill>
Nope, it cannot, WellKnownName is not a "mixed content" element, dynamic symbolizers have their own way to expand property names which should work both for mark names and external graphics. See here: http://blog.geoserver.org/2008/12/08/dynamic-symbolizers-part-1/ 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 mob: +39 339 8844549 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 ------------------------------------------------------- ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
