[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.13.0
author=Etienne Trimaille
email=etienne@trimaille.eu
hasProcessingProvider=yes
# For QGIS WPS
server=True

# End of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog:
# changelog=
  Version 1.13.X
  * Improve logging of network requests
  * Open the log panel when a bug occured
  * Add open OSM file algorithm to the Processing provider
  Version 1.12.X
  * Fix loading an OSM file with a custom INI file #159
  * Fix launch of QuickOSM on a new profile
  * Fix some minor bugs
  * Some internal refactoring
  * New logo
  * New values in OSM tags (crop, produce and trees)
  * Add the Overpass Query to the layer variable scope
  Version 1.11.X
  * Bug fix about QgsSettings
  * Add raw query processing algorithm
  * API break in Processing algorithm about NOMINATIM replaced by AREA
  * Allow point as WKT in the AREA parameter in the "Around" query

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

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

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

