Hello,
I am having an issue with labels from server-side layers.
It appears fine when it is loaded for the first time (ThinkGeo_Server_Label1). However, once you zoom in/out, the original labels are not removed from the view, and the new labels are slapped on top of it, making the label blurry (ThinkGeo_Server_Label2).
Is there a way to clear the labels?
Thank you.
Labels from Server-side layers gets blurry after zoom in/out
Hi Dingmou,
Thanks for your question, but could you please let me know which version you are using? 8.0? or something else? Please try the code as following to disable the stretch effect to see if it fits your requirements:
serverLayerOverlay.IsStretchEffectDisabled = true;
Thanks,
Johnny