You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -50,9 +50,9 @@ You have access to all Events from the underlying interaction.
50
50
Check out [the official OpenLayers docs](https://openlayers.org/en/latest/apidoc/module-ol_interaction_DragBox-DragBox.html) to see the available events tht will be fired.
51
51
52
52
```html
53
-
<ol-interaction-dragbox@error="handleEvent">
53
+
<ol-interaction-drag-box@error="handleEvent">
54
54
<!-- ... -->
55
-
</ol-interaction-dragbox>
55
+
</ol-interaction-drag-box>
56
56
```
57
57
58
58
## Methods
@@ -65,7 +65,7 @@ To access the source, you can use a `ref()` as shown below:
Copy file name to clipboardExpand all lines: docs/componentsguide/interactions/dragrotate/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# ol-interaction-dragrotate
1
+
# ol-interaction-drag-rotate
2
2
3
3
> Rotate the map by clicking and dragging on the map, normally combined with an `ol/events/condition` that limits it to when the `alt` and `shift` keys are held down.
4
4
@@ -20,9 +20,9 @@ import DragRotateDemo from "@demos/DragRotateDemo.vue"
0 commit comments