# 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=AreaPrinter
qgisMinimumVersion=2.18
description=AreaPrinter
version=0.5
author=Fredrik Bakke
email=bakkefredrik@gmail.com

about=AreaPrinter simplifies the process of creating print composers for navigation-quality hiking maps. It produces a print composer with km grid, scale and ruler for an area that may span several pages. Currently A4 paper, 1:10k,1:25k or 1:50k scales, and WGS 84 / UTM projections are supported. Warning: Verify the correctness of map before using it, author takes no responsibility. Using the geomag library for WMM2010 magnetic declination model.

tracker=https://github.com/bakkefredrik/AreaPrinter
repository=https://github.com/bakkefredrik/AreaPrinter
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
# changelog=Magnetic delination, bugfixes, UI improvements.


# Tags are comma separated with spaces allowed
tags=Hiking, trekking, navigation, printing

homepage=https://github.com/bakkefredrik/AreaPrinter
category=Plugins
icon=mountainIcon.png
# experimental flag
experimental=True

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