Opened 16 years ago

Last modified 14 years ago

#2775 new defect

SQL Server 2008 Driver appends spaces on the end of labels

Reported by: Chad Owned by: hobu
Priority: normal Milestone: 6.0 release
Component: MapServer C Library Version: unspecified
Severity: normal Keywords:
Cc: jmckenna, assefa

Description

3 to 4 Spaces are being appended to the end of labels causing the labels to be shifted to the left. A work around is to add a replace function in the data statement that will allow the labels to display properly.

DATA "geom from (select geom,id,replace(label,' ',) as label from table)as foo using unique id"

Change History (2)

comment:1 by dmorissette, 15 years ago

Cc: jmckenna assefa added
Milestone: 5.2.1 release5.6 release
Owner: changed from hobu,jmckenna,assefa to hobu

Is this still an issue in 5.6?

comment:2 by dmorissette, 14 years ago

Milestone: 5.6 release6.0 release
Note: See TracTickets for help on using tickets.