# 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=Tile Map Scale Plugin
qgisMinimumVersion=2.0
description=Let you add tiled datasets (GDAL WMS) and shows them in the correct scale.
about=Tiled datasets like OSM are rendered for specific scales. If the scale is not the one the tiles are rendered for, the map is displayed unreadable. The plugin calculates the right scales and let you add GDAL WMS datasets.
version=1.0
author=Matthias Ludwig - Datalyze Solutions
email=m.ludwig@datalyze-solutions.com

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog=1.0
    - accelerated scale calculation
    - smoother scale adjustment
    - revised interface
    - head-up display added
    - icons changed
    - many code clean ups
    - several bugs fixed

# tags are comma separated with spaces allowed
tags=Tile, Scale, TileMap, OSM, Openstreetmap, TMS

homepage=http://www.datalyze-solutions.com
tracker=http://hub.qgis.org/projects/tilemapscalelevels
repository=https://github.com/datalyze-solutions/TileMapScaleLevels
icon=icon.png
# experimental flag
experimental=False

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

