diff --git a/packages/clients/diplan/example/config.js b/packages/clients/diplan/example/config.js index 14784fe7c..8a3356841 100644 --- a/packages/clients/diplan/example/config.js +++ b/packages/clients/diplan/example/config.js @@ -98,6 +98,11 @@ export default { }, draw: { enableOptions: true, + lassos: [ + { + id: flurstuecke, + }, + ], measureOptions: { metres: true, kilometres: true, @@ -111,6 +116,7 @@ export default { family: 'Arial', }, }, + toastAction: 'plugin/toast/addToast', style: { fill: { color: 'rgb(51 117 212 / 50%)' }, stroke: { diff --git a/packages/clients/diplan/example/index.html b/packages/clients/diplan/example/index.html index 8c6202313..64e2a85f4 100644 --- a/packages/clients/diplan/example/index.html +++ b/packages/clients/diplan/example/index.html @@ -22,6 +22,7 @@

Steuerung von außen

+