-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugins.xml
21 lines (21 loc) · 1.09 KB
/
plugins.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version = '1.0' encoding = 'UTF-8'?>
<plugins>
<pyqgis_plugin name="GNAVS - GNSS Navigate and Save" version="1.0.13">
<description><![CDATA[GNAVS - GNSS Navigate and Save]]></description>
<version>1.0.13</version>
<qgis_minimum_version>3.22</qgis_minimum_version>
<homepage>https://github.com/b-lack/qgis-gnavs-plugin</homepage>
<file_name>gnavs.zip</file_name>
<icon>gnavs/icon.png</icon>
<author_name>Torsten Wiebke (Concept), Gerrit Balindt (Development)</author_name>
<download_url>https://github.com/b-lack/qgis-gnavs-plugin/releases/download/v1.0.13/gnavs.zip</download_url>
<uploaded_by>Grünecho</uploaded_by>
<create_date>2023-07-30</create_date>
<update_date>2023-11-12</update_date>
<experimental>False</experimental>
<deprecated>False</deprecated>
<tracker>https://github.com/b-lack/qgis-gnavs-plugin/issues</tracker>
<repository>https://github.com/b-lack/qgis-gnavs-pluginn</repository>
<tags>python, navigation, forestry</tags>
</pyqgis_plugin>
</plugins>