alyssa wright ha scritto: > So, > > What do you think is the least of the evils? Have those extra points? Or > badly placed graphics? > > Or is there a way to fake it? Maybe I can make a graphic with a lot of > white space on the bottom, to fake a displacement within the > textsymbolizer? Or one that's really long if placed as a > pointsymbolizer? I should just try it out.
I guess you can try either amending the graphic, or adding one or two newlines in your data. I'm not sure it'll work, but try the following: <Label><![CDATA[ ]]><ogc:PropertyName>yourLabelAttribute</ogc:PropertyName></Label> The spec says that spaces before and after are to be ignored, but if you put them in a CDATA section they should not be (the cdata contains in fact two newlines that should push the label down) Worth a short, otherwise yes, making a graphic that has more space below than above should do the trick Cheers Andrea -- Andrea Aime OpenGeo - http://opengeo.org Expert service straight from the developers. ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
