-
Notifications
You must be signed in to change notification settings - Fork 11
config_function
advase edited this page Aug 23, 2022
·
2 revisions
Configuration of the result layer of a process returned by the function
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"] |