Skip to content
Snippets Groups Projects
Commit fa5954cd authored by Lyn Elisa Goltz's avatar Lyn Elisa Goltz
Browse files

XPLANBOX-2521 - set defaultCrs and chooseCrs to deprecated

parent 0c0c9935
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ activateValidityPeriodDialog=${isValidityPeriodDialogActivated} ...@@ -29,7 +29,7 @@ activateValidityPeriodDialog=${isValidityPeriodDialogActivated}
activateEditor=${isEditorActivated} activateEditor=${isEditorActivated}
# enables the function to transform a plan to INSPIRE PLU # enables the function to transform a plan to INSPIRE PLU
activatePublishingInspirePlu=${isPublishingInspirePluActivated} activatePublishingInspirePlu=${isPublishingInspirePluActivated}
# crs dialog # crs dialog (deprecated)
defaultCrs=${defaultCrs} defaultCrs=${defaultCrs}
chooseCrs=${chooseCrs} chooseCrs=${chooseCrs}
# filter (deprecated) # filter (deprecated)
......
...@@ -20,8 +20,6 @@ ...@@ -20,8 +20,6 @@
*/ */
package de.latlon.xplan.manager.web.client.gui.dialog; package de.latlon.xplan.manager.web.client.gui.dialog;
import static com.google.gwt.user.client.ui.HasHorizontalAlignment.ALIGN_LEFT;
import com.google.gwt.core.client.GWT; import com.google.gwt.core.client.GWT;
import com.google.gwt.event.dom.client.ChangeEvent; import com.google.gwt.event.dom.client.ChangeEvent;
import com.google.gwt.event.dom.client.ChangeHandler; import com.google.gwt.event.dom.client.ChangeHandler;
...@@ -32,17 +30,18 @@ import com.google.gwt.user.client.ui.Panel; ...@@ -32,17 +30,18 @@ import com.google.gwt.user.client.ui.Panel;
import com.google.gwt.user.client.ui.RadioButton; import com.google.gwt.user.client.ui.RadioButton;
import com.google.gwt.user.client.ui.VerticalPanel; import com.google.gwt.user.client.ui.VerticalPanel;
import com.google.gwt.user.client.ui.Widget; import com.google.gwt.user.client.ui.Widget;
import de.latlon.xplan.manager.web.client.i18n.XPlanWebMessages; import de.latlon.xplan.manager.web.client.i18n.XPlanWebMessages;
import de.latlon.xplan.manager.web.shared.ManagerWebConfiguration; import de.latlon.xplan.manager.web.shared.ManagerWebConfiguration;
import static com.google.gwt.user.client.ui.HasHorizontalAlignment.ALIGN_LEFT;
/** /**
* Wizard to select a crs. * Wizard to select a crs.
* *
* @deprecated will be removed in a future version.
* @author <a href="mailto:goltz@lat-lon.de">Lyn Goltz</a> * @author <a href="mailto:goltz@lat-lon.de">Lyn Goltz</a>
* @author <a href="mailto:wanhoff@lat-lon.de">Jeronimo Wanhoff</a> * @author <a href="mailto:wanhoff@lat-lon.de">Jeronimo Wanhoff</a>
* @author <a href="mailto:stenger@lat-lon.de">Dirk Stenger</a> * @author <a href="mailto:stenger@lat-lon.de">Dirk Stenger</a>
* @version $Revision: $, $Date: $
*/ */
public class CrsDialog extends WizardDialogBox { public class CrsDialog extends WizardDialogBox {
......
...@@ -132,6 +132,7 @@ public class ManagerWebConfiguration implements Serializable { ...@@ -132,6 +132,7 @@ public class ManagerWebConfiguration implements Serializable {
/** /**
* @return default crs of the crs dialog, never <code>null</code> * @return default crs of the crs dialog, never <code>null</code>
* @deprecated method will be removed in a future version.
*/ */
public String getCrsDialogDefaultCrs() { public String getCrsDialogDefaultCrs() {
return crsDialogDefaultCrs; return crsDialogDefaultCrs;
...@@ -139,6 +140,7 @@ public class ManagerWebConfiguration implements Serializable { ...@@ -139,6 +140,7 @@ public class ManagerWebConfiguration implements Serializable {
/** /**
* @return list of possible crs for the crs dialog, never <code>null</code> * @return list of possible crs for the crs dialog, never <code>null</code>
* @deprecated method will be removed in a future version.
*/ */
public String[] getCrsDialogChooseCrs() { public String[] getCrsDialogChooseCrs() {
if (crsDialogChooseCrs == null) if (crsDialogChooseCrs == null)
......
...@@ -29,7 +29,7 @@ activateValidityPeriodDialog=true ...@@ -29,7 +29,7 @@ activateValidityPeriodDialog=true
activateEditor=true activateEditor=true
# enables the function to transform a plan to INSPIRE PLU # enables the function to transform a plan to INSPIRE PLU
activatePublishingInspirePlu=false activatePublishingInspirePlu=false
# crs dialog # crs dialog (deprecated)
defaultCrs=EPSG:25832 defaultCrs=EPSG:25832
chooseCrs=EPSG:4326,EPSG:25833,EPSG:31466,EPSG:31467,EPSG:31468,EPSG:31469 chooseCrs=EPSG:4326,EPSG:25833,EPSG:31466,EPSG:31467,EPSG:31468,EPSG:31469
# filter (deprecated) # filter (deprecated)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.