# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=MapDownloader
qgisMinimumVersion=3.0
description=Download georeferenced maps from any layer
version=0.1.2
author=Abhinav Jayswal
email=abhinavjayaswal10@gmail.com

about=Custom Map Downloader is a QGIS plugin that allows users to generate high-resolution, georeferenced GeoTIFF images from any loaded map layer. By providing a single latitude–longitude point, desired GSD (ground sampling distance), and output dimensions, the plugin automatically computes the correct map extent, renders the specified layer at the requested resolution, and exports a fully geotagged TIFF file. It supports satellite imagery, XYZ tiles, raster layers, and vector tile layers, making it ideal for simulation, training data generation, offline map extraction, and custom analysis workflows. Features include optional georeferencing toggle, automatic layer loading, progress feedback, and GDAL-based geospatial metadata.

tracker=https://github.com/ashroo/custom_map_downloader/issues
repository=https://github.com/ashroo/custom_map_downloader
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
changelog=
    0.1.2 - Added CRS selection with 30+ EPSG codes; Fixed extent calculation for geographic vs projected CRS
    0.1.1 - Initial release with georeferencing support

# Tags are comma separated with spaces allowed
tags=raster,export,geotiff,satellite,imagery,download,georeferencing,map

homepage=https://github.com/ashroo/custom_map_downloader
category=Raster
icon=icon.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=

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

