Xavier DOLACINSKI wrote: > > For my other problem, my application has 2 displaying modes: points or > depth. > > · Points: I display all the points with different layers > > Layer 1 : 0-10m, red > Layer 2: 10-20m, green > > …. > > · Depth: here is my problem … I don’t know how display the > depth of my points. > TextSymbolizer can take an Expression for the label; that expression can be a Property expression that will suck the "depth" attribute out of your feature and write it on the screen.
You may have to set some of that stuff up after creating the TextSymbolizer; or just define this in an XML file and hack away as needed. Cheers, Jody ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
