[general]
name=Online Map Clipper
qgisMinimumVersion=3.22
qgisMaximumVersion=4.99
description=Clip online basemaps using a vector mask at chosen zoom level.
version=1.6.5
author=hexiaosang
email=sho@live.cn
about=Renders only the selected online map layer at a specified tile zoom level,
      then clips it with a polygon vector layer. Output is a GeoTIFF with transparent background.
icon=icon.svg
tags=python, raster, clip, basemap, zoom level
category=Raster
experimental=False
deprecated=False
tracker=https://github.com/jokulsarlon/onlinemapcliper/issues
repository=https://github.com/jokulsarlon/onlinemapcliper
homepage=https://github.com/jokulsarlon/onlinemapcliper
changelog=1.6.5 - Fixed GDAL CRS parsing error (use authid instead of WKT); 1.6.4 - Fixed resolution calculation for geographic CRS (e.g., EPSG:4490); 1.6.3 - Added Qt6 compatibility; 1.6.2 - Added COG output support; 1.6.0 - Initial release