[general]
name=QuickOSM
qgisMinimumVersion=3.16
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.1.0
commitNumber=1
commitSha1=90465614ca8c38c760d5d7e0c3d508da797411f1
dateTime=2022-08-08T17:42:41Z
changelog=
 Version 2.1.0:
 * Check that QGIS Processing algorithm is available before opening the QuickOSM dialog
 * Improve help how to create map preset on the online help
 * Improve the help about add some QML in queries
 * Fix Python exception if the user input is not recognised as a valid preset
 * Update default JOSM/Vespucci presets from 2.9.0 to 4.8.0

 Version 2.0.1:
 * Fix trunk roads to Urban visualization preset (contribution from @Rikuoja)
 * Fix an error when running Python 3.10

 Version 2.0.0:
 * Release of QuickOSM 2.0.0
 * Add Vietnamese language
 * Update of translations https://docs.3liz.org/QuickOSM/translation-stats/
   * Chinese, Dutch, French, Indonesian, Italian are now fully translated, thanks to contributors
 * Raise minimum version to QGIS 3.16
 * Add presets for the keys/values
 * Add multi-keys query from Quick Query panel
 * Add history of queries
 * Add option to get the metadata of OSM data such as author, timestamp etc
 * Add default map presets to download a map with many queries
 * Add a button to save the query in a personal preset (new or existing one)
 * Add an action to reload the query
 * Add processing algorithms for the "Quick Query", available in the QGIS Processing toolbox
 * Add several output format such as Geopackage, KML
 * Add the possibility to load only a subset of a local file
 * Boost of performance using HStore processing algorithm to parse the downloaded OSM file
 * Improve user interface
 * Update of the documentation


# 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
