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

[general]
name=Top10NL Downloader
qgisMinimumVersion=3.0
qgisMaximumVersion=4.99
description=Download Top10NL features via the PDOK OGC-API Features service.
version=1.0
supportsQt6=True
author=wvdbee, with help from Claude and CoPilot.
email=wvdbosse@gmail.com

about=This plugin downloads Top10NL features from the Dutch PDOK service via OGC-API Features. It allows specifying which feature types to download, the extent, and where to save the output.

# Optional items:
homepage=https://github.com/wvdbee/top10nl_downloader
repository=https://github.com/wvdbee/top10nl_downloader
tracker=https://github.com/wvdbee/top10nl_downloader/issues
category=Web
icon=icon.png

# Tags are comma separated with spaces allowed
tags=netherlands, PDOK, BRT, Top10NL, download, OGC API features, Dutch, base map

hasProcessingProvider=no
# experimental flag
experimental=false

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

# changelog
changelog=
    0.9   - initial release. experimantal.
    0.91  - minor code changes: path handling; default path; toolbar implementation.
    1.0   - Final QT6-checks.
