From 894e88a5b426140007a9122b6d777b9db2c99cd3 Mon Sep 17 00:00:00 2001 From: Matteo V Date: Thu, 29 Jun 2023 16:17:50 +0200 Subject: [PATCH] #9241 fix doc (#9264) --- web/client/plugins/LongitudinalProfileTool.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/client/plugins/LongitudinalProfileTool.jsx b/web/client/plugins/LongitudinalProfileTool.jsx index 64f14d018e..9c70e21e83 100644 --- a/web/client/plugins/LongitudinalProfileTool.jsx +++ b/web/client/plugins/LongitudinalProfileTool.jsx @@ -68,6 +68,7 @@ import { createPlugin } from '../utils/PluginsUtils'; * @memberof plugins * @class * @prop {Object} cfg.config the plugin configuration + * @prop {string} cfg.config.wpsurl optional, the geoserver url the the wps endpoint to use. It can be an absolute url. default is "/geoserver/wps". * @prop {string} cfg.config.chartTitle the default title of the chart * @prop {number} cfg.config.defaultDistance the default distance value in meters * @prop {string} cfg.config.identifier the profile to use in the wps request, defaulted to gs:LongitudinalProfile @@ -82,6 +83,7 @@ import { createPlugin } from '../utils/PluginsUtils'; * "name": "LongitudinalProfileTool", * "cfg": { * "config": { + * "wpsurl": "/geoserver/wps", * "chartTitle": "Longitudinal profile", * "defaultDistance": 75, * "defaultReferentialName": "sfdem",