On Tue, Jul 29, Lena Olympio wrote: > I was just wondering if anyone knows of a way to make the origin of a symbol > the bottom point instead of the top left. For instance I have an upside down > triangle and I would like for the bottom tip of it to be my point of > interest instead of the top left (which through all the documentation I > searched through was understood to be the origin)
Have you tried inside the style declaration to specify OFFSET x y where x and y is -(width/2) and -(height), respectively, of your triangle? \\kristian -- ... et nemo ex vobis interrogat me: »Quo vadis?« _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
