-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmetadata.txt
51 lines (41 loc) · 2.03 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
48
49
50
# 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=OSM route
qgisMinimumVersion=2.0
description=OpenRouteService routing for QGIS
about=OSM route will allow you routing from A to B via C for different ways of travel. Furthermore you can make an accessability analysis. Powered by OpenRouteService.org
version=0.6
author=Riccardo Klinger, Geolicious
owners=riccardoklinger
# End of mandatory metadata
# Recommended items:
# Uncomment the following line and add your changelog:
changelog= 2016/08/25 v.0.6 changed API address, new design (Thanks @underdarkgis)
2015/09/22 v.0.5 added new accessibility routing mode
2015/07/16 v.0.4.1 added API key as desired by openrouteservice.org
2015/07/14 v.0.4 correct area for accessibility analysis and correct time attribute to differentiate polygons
2015/07/05 v.0.3.2 set EPSG 4326 as default for new vector layers.
2015/06/23 v.0.3.1 respecting travel type bike and ped on access analysis and corrected labels in GUI
2015/06/21 v.0.3 added some attributes to routes and polygons
2015/06/21 v.0.2 creation of categorized polygons for isochrone mapping
2015/06/21 v.0.1.3 deleted unused module requests
2015/06/21 v.0.1.2 enhanced isochrone mapping with correct interval treatment
2015/06/21 v.0.1.1 minor changes in description, added messagebox if geocoding fails
2015/06/21 v.0.1 Beta Version
# Tags are comma separated with spaces allowed
tags=routing, OSM, directions, openstreetmap
homepage=https://github.com/Geolicious/OSMroute
tracker=https://github.com/Geolicious/OSMroute
repository=https://github.com/Geolicious/OSMroute
category=Web
icon=logo.png
# experimental flag
experimental=false
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False