[general]
name=QuickOSM
qgisMinimumVersion=3.4
qgisMaximumVersion=3.99
description=QuickOSM allows you to 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.10.2
newQueries=False
author=Etienne Trimaille
email=etienne@trimaille.eu
# For QGIS WPS
server=True

# End of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog:
# changelog=
  Version 1.10.2
  * Fix Processing provider
  Version 1.10.1
  * Fix Overpass URL
  Version 1.10.0
  * Add Processing provider for Modeler
  Version 1.9.1
  * Trying to fix issue about settings and language #132
  * Use more code in code about file downloader
  * Add landuse=residential
  Version 1.9.0
  * New UI for selecting the extent of the query
  * Add not spatial queries
  * The query parser has been refactored
  * Improve parsing of hstore
  Version 1.8.0
  * Add actions on features: OSM, Wikipedia, Wikidata, links
  * Use custom Overpass list
  * Make it more readable that you can query on all keys
  * Refactoring the query factory engine
  * Use QGIS Expression for parsing HStore field instead of library
  Version 1.7.0
  * Allow empty key in the Quick Query
  * Add Overpass Kumi server
  Version 1.6.1
  * Fix Nominatim HTTPS
  Version 1.6.0
  * Drop shapefile from default export. Use QGIS "save as" if needed.
  Version 1.5.3
  * Fix OGR config
  * Icons
  * Read PBF
  Version 1.5.2
  * Bugfix
  Version 1.5.1
  * Bugfix
  Version 1.5.0
  * Port to QGIS 3, Python 3 and Qt5.
  * New JOSM remote

# 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=False

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

