# 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=Strava Activities to QGIS
qgisMinimumVersion=2.0
description=This plugin takes a Strava activities.zip file and converts it to a map layer.
version=0.3
author=Armando Forlani
email=armando.forlani@gmail.com

about=The plugin loads a Strava personal activities.zip file and converts it to a QGIS map layer. Users have to request the activities file from Strava first: log in your Strava account --> Settings --> My Profile --> Download all your activities. An email will be sent with a link to download all your activities (be patient, you may have to wait from a few minutes too a couple of hours). Once downoaded use this plugin to locate the activities.zip file. Usage suggestions: Use symbology to style the segments to highlights specific training zones; Use the field calculator to add a slope field; Find out what activity was done in a specific location.

tracker=https://bitbucket.org/forlani/strava_activities_layer/issues
repository=https://bitbucket.org/forlani/strava_activities_layer
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=feature, layers, statistics, strava, vector

#homepage=http://
category=Vector
icon=icon.png
# experimental flag
experimental=True

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

