Skip to content

Commit

Permalink
Update plugin docs
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Oct 9, 2024
1 parent acd4997 commit 0848200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +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` |
| zoomAuto | `bool` | Automatically zoom to the extent of the route | `true` |

ScratchDrawing<a name="scratchdrawing"></a>
----------------------------------------------------------------
Expand Down

0 comments on commit 0848200

Please sign in to comment.