geoportal-data-common/src/main/java/org/gcube/application/geoportalcommon/GeoportalCommonConstants.java

18 lines
443 B
Java
Raw Normal View History

2020-12-01 16:45:05 +01:00
package org.gcube.application.geoportalcommon;
2020-12-01 15:53:44 +01:00
/**
* The Class GeoportalCommonConstants.
*
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
*
* Dec 1, 2020
*/
public class GeoportalCommonConstants {
public static final String GET_GEONA_ITEM_TYPE = "git";
public static final String GET_GEONA_ITEM_ID = "gid";
public static final String GEOPORTAL_DATA_VIEWER_APP = "geoportal-data-viewer-app";
}