You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xavier Torret edited this page May 26, 2022
·
6 revisions
In this page you can find the common PLpgSQL function parameters (client, fom, feature):
"client":{
"device":4, ->> Device type: 1-mobile, 2-tablet, 3-web, 4-desktop
"infoType":1, ->> Info type: 1-full, 2-reduced
"lang":"es_ES", ->> Language of client
"epsg":25831}, ->> Srid of map }
"form":{
"formName":"upsert_catalog_arc", ->> Name of the form
"tabName":"data", ->> Name of the tab
"editable":"TRUE"}, ->> Force editability of form
"formTabs":{"active":true, "fields":{} ->> Tabs of form }
"feature":{
"featureType":"arc", "feature_type: "ARC", "type":"ARC", ->> Feature type. Need to be harmonized
"tableName":"ve_arc_pipe", ->> Name of the table related to feature
"idName":"arc_id", ->> Name of the column wich acts as primary key on related table
"id":"2001", ->> Id of element
"catFeature":"PUMP" ->> Catalog of element }