Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#9241 fix doc of the longitudinal profile tool #9264

Merged
merged 1 commit into from
Jun 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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