Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sample plugin repository URL #462

Merged
merged 1 commit into from
Jun 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Comment on lines +91 to +94
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought we can add https://github.com/opengisch/qfield-weather-forecast/archive/refs/heads/main.zip as a link to install it directly on QField.

### Creating a zipped plugin

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