Mapserver Bug #2020
Rodriguez, Heraldo
hrodriguez at SISCAT.COM.AR
Tue May 29 08:20:31 PDT 2007
Hi everyone,
Six days ago we upgraded mapserver to version 4.10.2
and we are experiencing some problems with short labels using the ANGLE
FOLLOW new feature. The odd behaviour is exactly the same reported in the
ticket #2020 in the mapserver bug list.
Our problem is that the work around listed there is not working for
us. I created the function in postgres with the current user that is running
the mapserver application, but nothing changed.
CREATE OR REPLACE FUNCTION pad(cString TEXT) RETURNS TEXT AS $$
BEGIN
RETURN cString || repeat(' ', 4 - char_length(cString));
END;
$$ LANGUAGE plpgsql;
I am doing something wrong?
If anyone used this fix, I will appreciate a more detailed explanation
of the work around. I am not very skilful with postgres so any additional
information will be valuable.
Thanks in advance.
Lic. Heraldo G. Rodriguez
<mailto:hrodriguez at siscat.com.ar> hrodriguez at siscat.com.ar
TEL: 54-11-4326-4002 int 255
Dpto. Desarrollo
Sistemas Catastrales S.A
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20070529/6ee82f45/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 1283 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20070529/6ee82f45/attachment.jpg>
More information about the MapServer-users
mailing list