Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: UDIG 1.2.RC1
-
Fix Version/s: None
-
Component/s: visualization using map layer and style
-
Labels:None
-
Environment:Application based on uDig 1.2RC1 SDK. Upgrade to latest SDK currently not possible due to
GEOT-3431.
Description
I'm setting both the default value an the value itself to true but still not all labels are rendered in my application.
ProjectPlugin.getPlugin().getPreferenceStore().setDefault(PreferenceConstants.P_IGNORE_LABELS_OVERLAPPING, true);
ProjectPlugin.getPlugin().getPreferenceStore().setValue(PreferenceConstants.P_IGNORE_LABELS_OVERLAPPING, true);
During runtime I can check in the preferences that this has been performed: checkbox "Render all labels without overlapping checkings" is checked.
See screenshot. Missing labels for some regions. They appear on zooming in.