[general]
name=QuickOSM
qgisMinimumVersion=3.4
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.
version=1.17.1
author=Etienne Trimaille
email=etienne@trimaille.eu
hasProcessingProvider=yes
server=False

# End of mandatory metadata

# Optional items:

changelog=
 Version 1.17.1:
 * Add a reminder of the copyrights
 * Fix loading of translations files
 * Fix an error triggered when there was no layer in the project that prevented the generation functionality
 * Fix an error when using QuickOSM in a Processing model

 Version 1.17.0:
 * Add OpenHistoricalMap overpass server, linked to https://www.openhistoricalmap.org
 * Add an option to use the extent of selected features
 * Add Overpass Query Language (OQL) generator by default instead of legacy XML
 * Add the possibility to choose the Nominatim server, by default the one from qgis.org
 * Add one check from the Overpass API if too many requests from the user
 * Fix the Mapillary action in the attribute table
 * Fix some user experience issue about the place name
 * Fix user experience about the named area drop-down menu
 * Fix 'Around' query type to fetch any OSM object instead of only OSM nodes.  
 * In the source code, add some Python annotations and more tests

 Version 1.16.0:
 * Changelog from 1.15.0 which has been unapproved
 * Avoid regression from 1.15.0 about empty attribute table
 * Always check to open file with UTF8



# 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
