forked from kartoza/qgis-gea-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
22 lines (22 loc) · 792 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"general": {
"name" : "EPAL - Eligible Project Area Locator.",
"qgisMinimumVersion": 3.20,
"qgisMaximumVersion": 3.99,
"icon": "icon.svg",
"experimental": false,
"deprecated": false,
"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": ["epal", "maps", "afforestation"],
"category": ["plugins"],
"hasProcessingProvider": "no",
"about": "Adds functionality inside QGIS to enable EPAL afforestation visualization and analysis.",
"author": "Kartoza",
"email": "[email protected]",
"description": "View, browse and navigate through imagery.",
"version": "0.0.1",
"changelog": ""
}
}