When caching tiles on street data, sometimes the label of a street appears in one tile but not on the next one resulting in cut labels with only part of it being shown. Can you give me a time estimate on when this problem will be fixed? Also, in the meantime, do you have some techniques that you would recommend us for mitigating this problem? Thank you.
Labeling with cached tiles
Adolfo,
We have an API to fix this issue. Set DrawingMarginPercentage property on the feature layer. Please see the following code for detail:layer.DrawingMarginPercentage = 100;
Please let me know if you have more questions.
Thanks,
Howard