From e5b153f61f1c362128eebb9b5715b473c51880f2 Mon Sep 17 00:00:00 2001 From: Lorenzo Natali Date: Wed, 20 Nov 2024 09:39:55 +0100 Subject: [PATCH] Add documentation to identify plugin (#10685) (#10686) The configuration "disableCoordinatesRow" is working, with this commit it will be also documentd. Co-authored-by: Petra Schanz --- web/client/plugins/Identify.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/client/plugins/Identify.jsx b/web/client/plugins/Identify.jsx index fdce0a4edb..9934212f27 100644 --- a/web/client/plugins/Identify.jsx +++ b/web/client/plugins/Identify.jsx @@ -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 * {