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

Update routing plugin documentation #337

Merged
merged 1 commit into from
Oct 7, 2024
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
1 change: 1 addition & 0 deletions doc/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `{`<br />`  initialWidth: number,`<br />`  initialHeight: number,`<br />`  initialX: number,`<br />`  initialY: number,`<br />`  initiallyDocked: bool,`<br />`  side: string,`<br />`}` | 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). | `{`<br />`  initialWidth: 320,`<br />`  initialHeight: 640,`<br />`  initialX: 0,`<br />`  initialY: 0,`<br />`  initiallyDocked: true,`<br />`  side: 'left'`<br />`}` |
| 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<a name="scratchdrawing"></a>
----------------------------------------------------------------
Expand Down
Loading