Added Create Point
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@111931 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
dbeefca2e5
commit
2a787bd733
|
@ -59,6 +59,7 @@ public enum RibbonType {
|
|||
DUPLICATE_DELETE,
|
||||
GEOSPATIAL_CSQUARE,
|
||||
GEOSPATIAL_OCEAN_AREA,
|
||||
GEOMETRY_POINT,
|
||||
ANNOTATION_ADD,
|
||||
COLUMN_FILTER,
|
||||
COLUMN_BATCH_REPLACE,
|
||||
|
|
|
@ -26,6 +26,7 @@ public enum WidgetRequestType {
|
|||
CURATIONBYREPLACEBATCHDIALOG,
|
||||
MONITORBACKGROUNDPANEL,
|
||||
RESOURCESPANEL,
|
||||
GEOSPATIALCREATECOORDINATESPANEL;
|
||||
GEOSPATIALCREATECOORDINATESPANEL,
|
||||
GEOMETRYCREATEPOINTPANEL;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue