Skip to content

Commit

Permalink
Add sample plugin repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jun 4, 2024
1 parent a613d1f commit 0c79cb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions documentation/how-to/plugins.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ In addition a number of utility classes are available to plugin authors allowing
layer fetching, vector layer editing, and more. To familiarize yourself with these, visit
QField’s source code’s [utilities classes directory](https://github.com/opengisch/QField/tree/master/src/core/utils).

A plugin providing weather forecast as an overlay to QField's map canvas is available
in this [github repository](https://github.com/opengisch/qfield-weather-forecast) as a practical
example to learn from.

### Creating a zipped plugin

A valid zipped plugin must contain a main.qml file at the root of the zip archive, which
Expand Down

0 comments on commit 0c79cb5

Please sign in to comment.