From 9b9f67ff8c03e8ebb58fcb678b795a9cf74a7c30 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Mon, 11 Mar 2024 10:25:56 +0100 Subject: [PATCH] Update plugin doc --- doc/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/plugins.md b/doc/plugins.md index 6a475cd68..b67e3959d 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -121,6 +121,7 @@ This plugin queries the dataset via the editing service specified by |----------|------|-------------|---------------| | allowAddForGeometryLayers | `bool` | Whether to allow adding records for datasets which have a geometry column. | `undefined` | | showEditFormButton | `bool` | Whether to show a button to open the edit form for selected layer. Requires the Editing plugin to be enabled. | `true` | +| showLimitToExtent | `bool` | Whether to show the "Limit to extent" checkbox | `undefined` | | zoomLevel | `number` | The zoom level for zooming to point features. | `1000` | Authentication