Skip to content

Commit

Permalink
Add documentation to identify plugin (#10685) (#10686)
Browse files Browse the repository at this point in the history
The configuration "disableCoordinatesRow" is working, with this commit it will be also documentd.

Co-authored-by: Petra Schanz <[email protected]>
  • Loading branch information
offtherailz and petra-schanz authored Nov 20, 2024
1 parent cf7bf33 commit e5b153f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/client/plugins/Identify.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ const identifyDefaultProps = defaultProps({
* @prop cfg.showMoreInfo {boolean} if true shows the more info icon which allow user to show/hide Geocode viewer as popup (true by default)
* @prop cfg.showEdit {boolean} if true, and when the FeatureEditor plugin is present, shows and edit button to edit the current feature(s) clicked in the grid.
* @prop cfg.enableInfoForSelectedLayers {boolean} if true, if some layer is selected in the TOC, the feature info is performed only on the selected ones. if false, the info is queried for all the layers, independently from selection. (default is true).
* @prop cfg.disableCoordinatesRow {boolean} if true the coordinates row is disabled
*
* @example
* {
Expand Down

0 comments on commit e5b153f

Please sign in to comment.