-
Notifications
You must be signed in to change notification settings - Fork 3
/
metadata.txt
47 lines (34 loc) · 2.19 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
46
47
# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0
# This file should be included when you package your plugin.
# Mandatory items:
[general]
name=Oursins
qgisMinimumVersion=2.14
description=The flow maps created with this plugin show the movement of people or goods between places by drawing lines connecting those places.
description[fr]=Les cartes de flux, où cartes en oursins, permettent de mettre en évidence les pôles d'attractivité en matérialisant les déplacements de personnes ou de marchandises par des lignes.
about=The coordinates of origin and destination of the movements are extracted from a cartographic layer. If you use a memory output for your map, make sure to have installed the extension Memory Layer Saver first to be able to save your analysis in a file Qdatastream (example : QgisProjectName.mldata).
about[fr]=Les coordonnées des points de départ et de destination des déplacements sont extraites d'une couche cartographique (points ou polygones). Si vous utilisez une sortie de la mémoire de votre carte, assurez-vous d'avoir installé la couche d'extension de mémoire Saver premier à être en mesure de sauver votre analyse dans un fichier QDataStream (exemple: QgisProjectName mldata).
version=1.1.0
# end of mandatory metadata
# Optional items:
# Uncomment the following line and add your changelog entries:
changelog=
1.1.0 - Lines changed to curves for Qgis >= 2.14 (enhancement proposed and developped by Sébastien Barre)
1.0.4 - Bug fix : long integer was ignored in the list of available attributes
1.0.3 - Bug fix if rasterlayer is present
1.0.2 - Ftools dependency removed
# tags are comma separated with spaces allowed
tags=
homepage=https://github.com/LCacheux68224/Oursins
tracker=https://github.com/LCacheux68224/Oursins/issues
repository=https://github.com/LCacheux68224/Oursins
icon=oursins.png
# experimental flag
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version
deprecated=False
author=Lionel Cacheux