[general]
name=QuickOSM
qgisMinimumVersion=3.22
qgisMaximumVersion=3.99
description=Download OSM data thanks to the Overpass API. You can also open local OSM or PBF files. A special parser, on top of OGR, is used to let you see all OSM keys available.
about=Execute customs Overpass queries in QGIS to get OSM data.
author=Etienne Trimaille
email=etienne@trimaille.eu
hasProcessingProvider=yes
server=False

# End of mandatory metadata

# Done automatically by qgis-plugin-ci
version=2.2.0
commitNumber=1
commitSha1=0b14deee11079a6b05601d08b86fe472014304af
dateTime=2023-03-20T14:16:12Z
changelog=
 Version 2.2.0:
 * Bump QGIS minimum version to 3.22 with Python 3.7
 * Check that QGIS Processing algorithm when running the main process
 * Add more checks about invalid XML/OQL, like the input syntax `centre`
 * Update default JOSM/Vespucci presets from 4.8.0 to 5.1.0

 Version 2.1.1:
 * Add a warning if the key has a trailing white space (contribution from @kannes)
 * Improve the UI by moving buttons up and adding icons to them
 * Fix some Python exceptions which weren't displayed to the user
 * Switch to POST HTTP request instead of GET for QGIS ≥ 3.22
 * Fix an issue when installing QuickOSM plugin

 Version 2.1.0:
 * Check that QGIS Processing algorithm is available before opening the QuickOSM dialog
 * Improve help how to create map preset on the online help
 * Improve the help about add some QML in queries
 * Fix Python exception if the user input is not recognised as a valid preset
 * Update default JOSM/Vespucci presets from 2.9.0 to 4.8.0


# End of qgis-plugin-ci

# Tags are comma separated with spaces allowed
tags=osm,openstreetmap,overpass,download,osmdownload,josm,remote,pbf,processing,modeler

homepage=https://docs.3liz.org/QuickOSM/
tracker=https://github.com/3liz/QuickOSM/issues
repository=https://github.com/3liz/QuickOSM
icon=resources/icons/QuickOSM.svg
# experimental flag
experimental=False

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