forked from shivareddyiirs/QRealTime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.txt
37 lines (29 loc) · 2.01 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# This file contains metadata for your plugin. Since
# version 2.0 of QGIS this is the proper way to supply
# information about a plugin. The old method of
# embedding metadata in __init__.py will
# is no longer supported since version 2.0.
# This file should be included when you package your plugin.# Mandatory items:
[general]
name=QRealTime
qgisMinimumVersion=3.00
description=This plugin connects you to ODK Server and do autoupdation of data to and from aggregate
version=3.8
author=Shiva Reddy Koti, Prabhakar Alok Verma
about=This software is designed and developed in Indian Institute of Remote Sensing, ISRO for mobile data collection. Form designing to data compilation every step is automated in a way that everything can be done inside GIS environment.
tracker=https://github.com/shivareddyiirs/QRealTime/
repository=https://github.com/shivareddyiirs/QRealTime/
# End of mandatory metadata
# Recommended items:
# Uncomment the following line and add your changelog:
changelog= 3.8:Bug fixed causing no import when trying to import from password protected forms. Support for date-time field is also added. 3.6: this version has major bug fixings for sync functionality. User are highly recommended to update. 3.5.2: Improved geometry field detection: Now field is choosen based on its type rather than name. Url encoding to avoid 400 error 3.5.1: Removed unnecesary import pip.3.5: Now installing package 'pyxform' automatically. Tested in Mac and Windows. 3.4: Changes Major refactoring to replace 'print' statements with QgsMessageLog: It avoids QGIS crashes and make it thread safe.Now user can see all print statement outputs in log messages under 'QRealTime' tag. Some UI Improvements and minor bug fixes.
# Tags are comma separated with spaces allowed
tags= ODK, Data Collection, Mobile GIS
homepage=https://shivareddyiirs.github.io/QRealTime/
category=Plugins
icon=icon.png
# experimental flag
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False