ThinkGeo.com    |     Documentation    |     Premium Support

Labels missing / how to control label display?

Hi,


I have 3 staticoverlay layers on my map. One for the background map shape (1), and others for labels (2, and 3). I am using the zoomlevelset to successfully control when they are drawn.


However, sometimes individual lables do not get drawn. E.G. on layer 3 I have 10 or so labels. At the zoom level I want them to be drawn they are not all drawn. Zooming in one step more are drawn but still not all. If I zoom in further


How do I control this?


If I zoom in more, a different set out of the 10 seem to get drawn.


How do I insist that all are always drawn?


cheers


Matthew



Matthew


We have some algorism to avoid the labels which are intersected with each other or to fix some cutting labels which are across the tiles; we suppress some labels. We cannot change this currently.


But I have some tips.layer.ZoomLevelSet.ZoomLevel01.DefaultTextStyle.SuppressPartialLabels = false;
layer.ZoomLevelSet.ZoomLevel01.DefaultTextStyle.DuplicateRule = LabelDuplicateRule.UnlimitedDuplicateLabels;
layer.ZoomLevelSet.ZoomLevel01.DefaultTextStyle.OverlappingRule = LabelOverlappingRule.AllowOverlapping;


Please try the code above.


Any questions please let me know.


Thanks,

Howard



Thanks. They do now appear

Matthew, 
  
 You are always welcome. If you have more questions please let me know. 
  
 Thanks, 
 Howard