Details
-
Type:
Wish
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: UDIG 1.1.1
-
Fix Version/s: UDIG 1.4.1
-
Component/s: application
-
Labels:None
Description
If you integrate uDig in your application and programmatically modify the map, then you won't need the CRS selection option for the user. Instead you have to hide this, since not-GIS-aware users may select something incompatible with your data that will "kill" the map.
Instead the application should stay on WGS84. What about a preference key like
ProjectPlugin.getPlugin().getPreferenceStore().setDefault(
PreferenceConstants.P_IGNORE_LABELS_OVERLAPPING, true);
?