From acfcbe2fdcae629aa3876907029af02d9b24c863 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20Zitouni?=
<92778930+cazitouni@users.noreply.github.com>
Date: Mon, 7 Oct 2024 10:24:37 +0200
Subject: [PATCH] Updaterouting plugin documentation
---
doc/plugins.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/plugins.md b/doc/plugins.md
index 63f0f2718..70b674f7d 100644
--- a/doc/plugins.md
+++ b/doc/plugins.md
@@ -731,6 +731,7 @@ Requites `routingServiceUrl` in `config.json` pointing to a Valhalla routing ser
| enabledProviders | `[string]` | List of search providers to use for routing location search. | `["coordinates", "nominatim"]` |
| geometry | `{`
` initialWidth: number,`
` initialHeight: number,`
` initialX: number,`
` initialY: number,`
` initiallyDocked: bool,`
` side: string,`
`}` | Default window geometry with size, position and docking status. Positive position values (including '0') are related to top (InitialY) and left (InitialX), negative values (including '-0') to bottom (InitialY) and right (InitialX). | `{`
` initialWidth: 320,`
` initialHeight: 640,`
` initialX: 0,`
` initialY: 0,`
` initiallyDocked: true,`
` side: 'left'`
`}` |
| showPinLabels | `bool` | Whether to label the routing waypoint pins with the route point number. | `true` |
+| zoomAuto | `bool` | Whether to automatically zoom to the extent of the route | `true` |
ScratchDrawing
----------------------------------------------------------------