Skip to content

Commit

Permalink
#9241 fix doc (#9264)
Browse files Browse the repository at this point in the history
  • Loading branch information
MV88 authored Jun 29, 2023
1 parent 99ccfe0 commit 894e88a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/client/plugins/LongitudinalProfileTool.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -82,6 +83,7 @@ import { createPlugin } from '../utils/PluginsUtils';
* "name": "LongitudinalProfileTool",
* "cfg": {
* "config": {
* "wpsurl": "/geoserver/wps",
* "chartTitle": "Longitudinal profile",
* "defaultDistance": 75,
* "defaultReferentialName": "sfdem",
Expand Down

0 comments on commit 894e88a

Please sign in to comment.