[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.1
commitNumber=1
commitSha1=1546c9f97b811881a3b08f1dde5e104b2dde7bbf
dateTime=2023-03-29T08:33:49Z
changelog=
 Version 2.2.1:
 * Update the list of Overpass servers
 * Update default JOSM/Vespucci presets from 5.1.0 to 5.3.1

 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


# 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
