Skip to content

Commit

Permalink
add missing entries to label copies
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Oct 2, 2014
1 parent 5136b16 commit 41067b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mapcopy.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,10 @@ int msCopyLabel(labelObj *dst, labelObj *src)
MS_COPYSTELEM(force);
MS_COPYSTELEM(priority);

MS_COPYSTELEM(repeatdistance);
MS_COPYSTELEM(maxoverlapangle);


MS_COPYSTRING(dst->encoding, src->encoding);

MS_COPYSTELEM(outlinewidth);
Expand Down

0 comments on commit 41067b4

Please sign in to comment.