# Mandatory items:

[general]
name=Georeferencer Extension
qgisMinimumVersion=3.0
supportsQt6=True
description=Extension to the QGIS 3.x Raster Georeferencer
version=3.0.9
author=Christoph Candido
email=christoph.candido@chello.at

about=This is an extension to the QGIS 3.x Raster Georeferencer. The main purpose of this extension is to save the georeferencing results in VRT files instead of GeoTIFF (See <a href="https://github.com/cxcandid/GeorefExtension/blob/main/README.md">Description</a>).

tracker=https://github.com/cxcandid/GeorefExtension/issues
homepage=https://github.com/cxcandid/GeorefExtension
repository=https://github.com/cxcandid/GeorefExtension

# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=3.0.9 : added Qt6 support, fixed a bug that occurs when a previous VRT with some blending mode is not replaced (VRT is set to read-only to prevent changes by QGIS).
3.0.8 : added support for GDAL Open Options (i.e. PDF:2:d:/test.pdf|option:dpi=250), dialog box extension for editing the raster data source, multiple code fixes to prevent errors
3.0.7 : minor changes to make it more fail-safe, fixed errors when running under Mac OS
3.0.6 : added Warp options, removed experimental flag
3.0.5 : added LICENSE
3.0.4 : some code changes, because QGIS is adding statistics to VRT + adding CUTLINE as metadata
3.0.3 : updated for QGIS 3.26.x
3.0.2 : refresh VRT automatically

# Tags are comma separated with spaces allowed
tags=georeferencing, raster, clip, vrt, gdal

icon=./icons/go.png
# experimental flag
experimental=False

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

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

Category of the plugin: Raster, Vector, Database or Web
category=Raster

# If the plugin can run on QGIS Server.
server=False

