config_function - Giswater/giswater_dbmodel GitHub Wiki
Description:
Configuration of the result layer of a process returned by the function
Fields:
Column name | Data type | Description | Example |
---|---|---|---|
id | integer | Id of a function, defined on sys_function | 2102 |
function_name | text | Function name | gw_fct_anl_arc_no_startend_node |
style | json | Definition of a style applied on a result layer | {"style":{"ruberband":{"width":3, "color":[255,0,0], "transparency":0.5}}} |
layermanager | json | Definition of zoom, margin, visibility of a result layer | {"zoom": {"layer":"v_edit_arc", "margin":20}} |
actions | json | Actions applied on a result layer | ["style_mapzones"] |