-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #103 from Samweli/project_instances_reporting
Implementation of project instances reporting functionality
- Loading branch information
Showing
16 changed files
with
4,473 additions
and
642 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"general": { | ||
"name" : "QGIS GEA afforestation tool", | ||
"name": "QGIS GEA afforestation tool", | ||
"qgisMinimumVersion": 3.20, | ||
"qgisMaximumVersion": 3.99, | ||
"icon": "icon.png", | ||
|
@@ -9,14 +9,20 @@ | |
"homepage": "https://github.com/kartoza/qgis-gea-plugin", | ||
"tracker": "https://github.com/kartoza/qgis-gea-plugin/issues", | ||
"repository": "https://github.com/kartoza/qgis-gea-plugin", | ||
"tags": ["gea", "maps", "afforestation"], | ||
"category": ["plugins"], | ||
"tags": [ | ||
"gea", | ||
"maps", | ||
"afforestation" | ||
], | ||
"category": [ | ||
"plugins" | ||
], | ||
"hasProcessingProvider": "no", | ||
"about": "Adds functionality inside QGIS to enable GEA afforestation visualization and analysis.", | ||
"author": "Kartoza", | ||
"email": "[email protected]", | ||
"description": "View, browse and navigate through imagery.", | ||
"version": "0.0.1", | ||
"version": "1.0.1dev", | ||
"changelog": "" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,646 changes: 1,646 additions & 0 deletions
1,646
src/qgis_gea_plugin/data/report_templates/project_instance.qpt
Large diffs are not rendered by default.
Oops, something went wrong.
1,449 changes: 1,148 additions & 301 deletions
1,449
src/qgis_gea_plugin/data/report_templates/reforestation_site.qpt
Large diffs are not rendered by default.
Oops, something went wrong.
971 changes: 971 additions & 0 deletions
971
src/qgis_gea_plugin/data/style/project_instances_style.qml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.