# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0

# This file should be included when you package your plugin.

# Mandatory items:


[general]
name=TileLayer Plugin
qgisMinimumVersion=2.8
description=TileLayerPlugin is a plugin to add tiled maps on your map canvas.
about=This plugin can render only tile maps in the tile format of Slippy Map (http://wiki.openstreetmap.org/wiki/Slippy_Map) and similar web tile maps that y-axis of the tile matrix is inverted. Tile size should be 256 x 256.
version=0.80
author=Minoru Akagi
email=akaginch@gmail.com

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog=
  0.80
    - Added action to save tile images (#16, #18)
    - Fixed Bug #20 - TileLayer plugin does not run with QGIS 2.16.0


# tags are comma separated with spaces allowed
tags=tile,tms,web,plugin layer

category=Web
homepage=https://github.com/minorua/TileLayerPlugin
tracker=https://github.com/minorua/TileLayerPlugin
repository=https://github.com/minorua/TileLayerPlugin
icon=icon.png
# experimental flag
experimental=False

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