Skip to content

Commit

Permalink
Merge pull request #465 from opengisch/gacarrillor-patch-1
Browse files Browse the repository at this point in the history
Update plugins.en.md
  • Loading branch information
suricactus committed Jun 12, 2024
2 parents 3636704 + 2782571 commit ee82be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/how-to/plugins.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The `iface.mainWindow()` function points at the QML ApplicationWindow instance,
can parent their popups and items via `iface.mainWindow().contentItem` and have access to
functionality such as displaying toast messages using `iface.mainWindow().displayToast(text)`.

The `iface.mapCanvas()` functions provides access the map canvas item and its properties,
The `iface.mapCanvas()` function provides access to the map canvas item and its properties,
including the crucial `iface.mapCanvas().mapSettings` object where the extent, scale, etc. can be retrieved and modified.
It can also be used to parent items as overlays to the map canvas.

Expand Down

0 comments on commit ee82be8

Please sign in to comment.