Hi,
We seem to get quite a few “upside down” or “scrambled”
labels for roads and rivers that have a lot of curve to them.
We use a basic code for labels and we’ve tried all available settings for SplineType :
TextStyle textstyle = WorldMapKitTextStyles.GeneralPurpose(labelColumnName,
fontSize);
textstyle.TextSolidBrush.Color = GeoColor.FromHtml("#000000");
textstyle.SplineType
= SplineType.StandardSplining;
We have tried using None instead of Standard for the spline
type and that gets rid of the issue but leaves very few labels on the map which
is unacceptable as well.
Do you have a solution for this issue? What is the best way to label curved line features?
Thanks,
Gene