[general]
name=ProjectUTM
description=Set CRS of the Project to the UTM Zone of the area.
about=Set CRS of the Project to the UTM Zone corresponding to the center
     of the extend of the active layer.
version=1.3
qgisMinimumVersion=3.18
supportsQt6=True
author=Florian Neukirchen
email=mail@riannek.de
tracker= https://github.com/florianneukirchen/qgis-project-as-utm/issues
repository=https://github.com/florianneukirchen/qgis-project-as-utm

changelog=1.3
    - Support Qt6 / QGIS 4
    1.2
    - Do not crash if no layer is active
    1.1 
    - Set QGIS Minimum Version to 3.18 (the plugin requires pyproj >= 3.0.0)
    1.0
    - Warn if the layer extent is not fully within the UTM zone.
    0.2 
    - Now it also works on layers in any CRS, not only WGS84 ...
    - Do not crash if pyproj did not return any CRS
    0.1 (2022-09)
    - Initial version


# Tags are comma separated with spaces allowed
tags=vector, crs, utm
homepage=https://github.com/florianneukirchen/qgis-project-as-utm


# experimental flag
experimental=False
