[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.14.2
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.14.2
  * Fix railway=abandoned
  * Add a model by default in the modeler
  * Fix loading translation file
  Version 1.14.1
  * Update translations from Transifex
  * Fix bug #220 about loading local OSM file with custom config
  * Add section about code contributors
  Version 1.14.0
  * Version 1.13.X was only experimental, so all features from 1.13.X
  * Show human friendly label in the QuickQuery
  Version 1.13.X
  * Fix Nominatim call when no osm_type #205
  * Fix mapillary panel
  * Update of Overpass server list
  * Update JOSM logo
  * Fix issue about OSM file which doesn't exist
  * Update translation from Transifex
  * New Indonesian, Polish and Portuguese languages
  * Update translation files
  * Remove old PyUic files
  * Fix UTF8 error in nominatim places
  * Improve logging of network requests
  * Open the log panel when a bug occured
  * Add open OSM file algorithm to the Processing provider
  * Big refactoring of the code
  * Fix various little bugs

# 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/icons/QuickOSM.svg
# experimental flag
experimental=False

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

