# 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=Track Profile to Web
qgisMinimumVersion=3.0
description=Leaflet interactive web profiles.
version=1.3
author=Matteo Ghetta
email=matteo.ghetta@faunalia.eu

about=With this plugin you can export an interactive leaflet map with a profile. E.g. an elevation profile of a route. This plugin uses the <a href="https://github.com/Raruto/leaflet-elevation">Leaflet Elevation library</a> of <a href="https://github.com/Raruto">Raruto</a>.

tracker=https://github.com/faunalia/trackprofile2web/issues
repository=https://github.com/faunalia/trackprofile2web
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
  1.3
  - [Feature] New tiles added
  - [Bugfix] fix wrong description for tiles
  - [Feature] Better naming of exported geojson
  1.2 giroditaliaBrunico
  - [Feature] Updated to the leaflet elevation 0.3.9 release
  - [Feature] Follow the track option
  - [Feature] Button to close and open attached profile
  1.1 giroditalia
  - [Feature] shareyourtrack contest!
  - [Feature] Help tab with hints
  - [Feature] Type your custom TileMap
  - [Bugfix] Open browser also in not Linux systems

# Tags are comma separated with spaces allowed
tags=leaflet, profile, elevation, route, web

homepage=https://www.faunalia.eu/en/dev/trackprofile2web
category=Web
icon=icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False
