Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added line for the creation of a plugin
  • Loading branch information
oolonek authored Dec 20, 2024
1 parent 8c49d71 commit a8fbcf4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,14 @@ Changes QField attachment naming expression: permits to rename the pictures take
Adds a label for displayed observation on the map.

Shows layer feature count.

# To build the plugin

```bash
cd gpkg-creator
zip -r gpkg_creator_vXX.zip gpkg_creator -x "*.git*" "*.DS_Store" "pycache/*" "*.pyc" "*.pyo"
```

This can be directly loaded from QGIS.


0 comments on commit a8fbcf4

Please sign in to comment.