Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1477) Preference to disable CRS selection button in MapEditor

Preference to disable CRS selection button in MapEditor
-------------------------------------------------------

                 Key: UDIG-1477
                 URL: http://jira.codehaus.org/browse/UDIG-1477
             Project: uDIG
          Issue Type: Wish
          Components: application
    Affects Versions: UDIG 1.1.1
            Reporter: Matthias Lendholt
            Priority: Minor


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);
?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Back to the top