Skip to content

Commit

Permalink
Update plugin docs
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Nov 14, 2023
1 parent c067906 commit ee9d716
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ This plugin queries the dataset via the editing service specified by
| allowCloneGeometry | `bool` | Whether to enable the "Clone existing geometry" functionality. | `true` |
| side | `string` | The side of the application on which to display the sidebar. | `'right'` |
| snapping | `bool` | Whether snapping is available when editing. | `true` |
| snappingActive | `bool` | Whether snapping is enabled by default when editing. | `true` |
| snappingActive | `{bool, string}` | Whether snapping is enabled by default when editing.<br /> Either `false`, `edge`, `vertex` or `true` (i.e. both vertex and edge). | `true` |
| width | `string` | The default width of the editing sidebar, as a CSS width string. | `"30em"` |

FeatureForm<a name="featureform"></a>
Expand Down Expand Up @@ -503,7 +503,7 @@ Allows measuring points/lines/areas on the map.
|----------|------|-------------|---------------|
| showMeasureModeSwitcher | `bool` | Whether to show the widget to switch between measure modes. | `true` |
| snapping | `bool` | Whether snapping is available when editing. | `true` |
| snappingActive | `bool` | Whether snapping is enabled by default when editing. | `true` |
| snappingActive | `{bool, string}` | Whether snapping is enabled by default when editing.<br /> Either `false`, `edge`, `vertex` or `true` (i.e. both vertex and edge). | `true` |

NewsPopup<a name="newspopup"></a>
----------------------------------------------------------------
Expand Down Expand Up @@ -571,7 +571,7 @@ Allows drawing figures and text labels on the map.
|----------|------|-------------|---------------|
| allowGeometryLabels | `bool` | Whether to allow labeling geometric figures. | `true` |
| snapping | `bool` | Whether snapping is available when editing. | `true` |
| snappingActive | `bool` | Whether snapping is enabled by default when editing. | `true` |
| snappingActive | `{bool, string}` | Whether snapping is enabled by default when editing.<br /> Either `false`, `edge`, `vertex` or `true` (i.e. both vertex and edge). | `true` |

Routing<a name="routing"></a>
----------------------------------------------------------------
Expand Down

0 comments on commit ee9d716

Please sign in to comment.