Ticket #2775 (new defect)

Opened 5 years ago

Last modified 4 years ago

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

Changed 4 years ago by dmorissette

  • cc jmckenna, assefa added
  • owner changed from hobu,jmckenna,assefa to hobu
  • milestone changed from 5.2.1 release to 5.6 release

Is this still an issue in 5.6?

Changed 4 years ago by dmorissette

  • milestone changed from 5.6 release to 6.0 release
Note: See TracTickets for help on using tickets.