# Mandatory items:

[general]
name=Zoom Level
qgisMinimumVersion=3.0
description=Displays the zoom level of the map
version=0.3.3
author=Keith Jenkins
email=kgjenkins@gmail.com
tracker=https://github.com/kgjenkins/qgis-zoom-level/issues
repository=https://github.com/kgjenkins/qgis-zoom-level
about=This plugin will display the zoom level of the current map in a dockable panel.  The number reported should be accurate for maps using EPSG:3857 -- no guarantees for other CRS!  Note that vector tile layers in QGIS tend to get requested at a slightly different zoom level than XYZ layers.  For more details about zoom levels, see <a href="https://wiki.openstreetmap.org/wiki/Zoom_levels">https://wiki.openstreetmap.org/wiki/Zoom_levels</a>

# Recommended items:

hasProcessingProvider=no
tags=zoom, scale
homepage=https://github.com/kgjenkins/qgis-zoom-level
experimental=False
deprecated=False
server=False

icon=icon.png
#plugin_dependencies=
#category=

changelog=
  0.3.3, 2025-03-21
  - setObjectName('zoom-level-plugin-dock') for Qt access

  0.3.2, 2024-11-10
  - remember zoom_level panel status when QGIS is reopened

  0.3.1, 2024-06-05
  - remove from menu when plugin is deactivated or uninstalled

  0.3.0, 2024-06-04
  - Dockable panel instead of status bar
  - Changing the zoom level will update the map scale
  - Show (estimated) zoom levels for XYZ and vectortile requests
  
  0.2.0, 2022-02-20
  - Improved zoom calculation based on suggestion by Adam Laža
  
  0.1.0, 2020-01-23
  - Initial release
