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
Copy file name to clipboardExpand all lines: README.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,12 @@ You can also build the files yourself and deploy them to any web host:
23
23
You can use some query parameters to set initial state to the Editor.
24
24
25
25
*`server`: Set a openEO back-end to connect to by default, e.g. `https://earthengine.openeo.org`
26
-
*`discover`: If you want to skip authentication and just show the capabiltiies of the back-end, simply set to `1`
27
-
*`process`: Loads a process from a URL and shows it in the Model Builder.
26
+
*`discover`: If you want to skip authentication and just show the capabiltiies of the back-end, simply set to `1`.
27
+
*`process`: Loads a process from a URL and shows it in the Model Builder. You can also pass a single process name with an optional namespace to the parameter (format: `process@namespace`) to simply add a single process node for that process by default.
28
+
*`namespaces`: Loads a additional process namespaces. Multiple namespaces can be separated by a comma (e.g. `vector,sar`).
29
+
*`edit-node` Opens the parameter editor for a single process node on start-up. Must have the `process` parameter being set, otherwise will be ignored. You can set two types of values:
30
+
*`1`: If only a single node is being added, opens this node without explicitly naming it.
31
+
* Otherwise, the value must correspond to the node identifier without `#` at the beginning.
0 commit comments