Opened 16 years ago

Closed 15 years ago

#2758 closed defect (fixed)

problem when using minfeaturesize with a LABEL_NO_CLIP

Reported by: assefa Owned by: assefa
Priority: normal Milestone: 5.4.1 release
Component: MapServer C Library Version: unspecified
Severity: normal Keywords:
Cc:

Description

For polygon features, when a LABEL_NO_CLIP and MINFEATURESIZE are set, the call to calculate the label position (msPolygonLabelPoint) should use ground coordinates instead of screen coordinates

Attachments (1)

patch_diff.txt (1.2 KB ) - added by assefa 16 years ago.

Download all attachments as: .zip

Change History (6)

by assefa, 16 years ago

Attachment: patch_diff.txt added

comment:1 by assefa, 16 years ago

Owner: changed from sdlime to assefa
Status: newassigned

Patch added. Seems that the change is only necessary for polygon features. Patch works on a small data test. I will commit when tests are done.

comment:2 by assefa, 16 years ago

Resolution: fixed
Status: assignedclosed

committed in main trunnk (r7894) committed in 5.2.x (r7895)

comment:3 by assefa, 15 years ago

Resolution: fixed
Status: closedreopened

There are a couple of issues with this:

  • need to check if minfeaturesize is set
  • problem when the PROCESSING 'LABEL_NO_CLIP=1' and MINFEATURESIZE AUTO

comment:4 by assefa, 15 years ago

Milestone: 5.4 release5.4.1 release

fixed in main trunk (for 6.0) r8958

will update the 5.4.x branch before closing this bug.

comment:5 by assefa, 15 years ago

Resolution: fixed
Status: reopenedclosed

committed in 5.4.x branch r8971

Note: See TracTickets for help on using tickets.