# 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=GIS Cloud Upload
qgisMinimumVersion=2.0
description=Uploader to GIS Cloud
version=1.1.0
author=Spatial Vision
email=michael.king@spatialvision.com.au

about=GIS Cloud Uploader
	*This tool is to be used in conjunction with a GIS Cloud account* 

	API key - 
	This tool requires the user to enter a GIS Cloud API Key as an input parameter. 
	In order to generate an API Key log into your GIS Cloud account, click in the top 
	right hand corner drop down menu Hi*Your Name*>>My Account. In the pop up box 
	navigate to the far right tab API Access>> Add Key. This will produce a new API key, 
	copy this key and keep it safe.

	To enter it into QGIS install this plugin and  click on the tab Processing>>Options. 
	Expand Providers>> GISCloud Uploader. Ensure the activate box is ticked, double click 
	on the space below and paste in the GIS Cloud API Key - press enter. 

	You will only need to do this once.
	
		Image Acknowledgement
	cloud up by Sherrinford from the Noun Project
	https://thenounproject.com/search/?q=cloud+up&i=62754 
	
tracker=https://github.com/SpatialVision/QGIS2GISCloud_Publisher/issues
repository=https://github.com/SpatialVision/QGIS2GISCloud_Publisher
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=webservice

homepage=http://spatialvision.com.au
category=Analysis
icon=icons/cloudupload.png
# experimental flag
experimental=True

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

