-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmetadata.txt
46 lines (37 loc) · 1.57 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
37
38
39
40
41
42
43
44
45
[general]
name=Transition-QGIS
qgisMinimumVersion=3.30
description=Access a Transition transit planning server data and functionalities from QGIS
version=0.1.1
author=Transition City
email=admin@transition.city
about=A plugin to integrate the Transition transit planning application functionalities into QGIS
Access to a Transition server is a pre-requisite to use this plugin.
This plugin requires the "pyTransition" python library, which can be installed with `pip install pytransition`.
tracker=https://github.com/chairemobilite/transition_qgis/issues
repository=https://github.com/chairemobilite/transition_qgis
# Recommended items:
hasProcessingProvider=no
changelog=
Version 0.1.1
- fix: Verify if the token is valid when opening form
- fix: Save the settings in a sub group named transition_qgis
- fix: Tab order of login dialog is correct
- fix: Rename accessibility map name to output layer name
- fix: Make sure settings are kept when disconnecting/closing
- fix: Capture new transition object when reconnecting to correctly refresh data from new server
- doc: Add more details for the installation of the plugin
Version 0.1 (initial)
- initial version
tags=python, plugin, transition
homepage=https://github.com/chairemobilite/transition_qgis
category=Plugins
icon=icon.png
experimental=True
deprecated=False
# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=
# If the plugin can run on QGIS Server.
server=False