[general]
name=OSMInfo
description=Get full information about a point from OpenStreetMap database.
description[ru]=Получите полную информацию о точке из базы данных OpenStreetMap.
about=For a selected point, extract all information abour nearby and enclosing features from OpenStreetMap database using Overpass API.
about[ru]=Для выбранной точки извлеките всю информацию о близлежащих и окружающих объектах из базы данных OpenStreetMap, используя Overpass API.
category=Vector
version=1.2.1
qgisMinimumVersion=3.22
qgisMaximumVersion=4.99

author=NextGIS
email=info@nextgis.com

icon=icons/osminfo.png

tags=osm,openstreetmap,overpass

homepage=https://github.com/nextgis/osminfo
user_guide=https://docs.nextgis.com/docs_ngqgis/source/osminfo.html
user_guide[ru]=https://docs.nextgis.ru/docs_ngqgis/source/osminfo.html
tracker=https://github.com/nextgis/osminfo/issues
repository=https://github.com/nextgis/osminfo
video=https://youtu.be/k-DZVAh_i18
video[ru]=https://youtu.be/rRhHekQZH_8

deprecated=False
supportsQt6=True

changelog=
    1.2.1
        * Increased maximum supported QGIS version to 4.99
    1.2.0
        * Added support for Qt 6
        * Added link to User Guide
    1.1.1
        * Surrounding objects have been renamed to enclosing objects
        * Fixed settings migration error on macOS
    1.1.0
        * Added plugin item to help menu
    1.0.1
        * Fixed crash when creating a new request before the previous one is completed
    1.0.0:
        * The settings dialog has been moved to QGIS settings
        * Added the ability to select an Overpass server
        * Added the ability to copy the link and open the object in OpenStreetMap
        * Added the ability to disable data set requests (Nearby objects, enclosing objects)
        * Cursor changed to the standard QGIS cursor
        * The tool button now displays its status
        * Added icons to the "Web" menu
        * Added handling of Overpass errors
        * Added debug messages
        * Updated the "About plugin" dialog
        * Fixed saving of toolbar position
    0.9.1:
        * Fixed the issue of adding empty holes in polygons
    0.9.0:
        * Added the ability to add features to layers not in EPSG:4326
        * Added the edit command to Undo/Redo
        * Updated the "About" dialog
        * Fixed a crash when exiting QGIS
        * Fixed the issue with opening settings on Python 3.12+
        * Fixed QgsField warnings for QGIS 3.38+
    0.8.1:
        * Added small multipolygons searching
    0.8.0:
        * Added option to save selected OSM object in selected layer
        * Added option to copy selected OSM object
        * Added "about" dialog
        * Enhanced support of complex multipolygons
    0.7.1:
        * Fixed OsmElement title encoding
    0.7.0:
        * QGIS 3 support added
    0.6.2:
        * Fix Overpass API access issue
    0.6.1:
        * Save selected object into new memory layer.
    0.6:
        * Account for language of the interface when showing results
        * Sort outputs by area for nicer hierarchy
        * New setting for request timeout
    0.5:
        * Clicking on feature in results tree now allows to see any geometry (for both nearby and enclosing features)
        * Right-click menu in results-tree to zoom in to a selected feature
        * Distance for finding nearby features can be set through new Settings dialog
        * Plugin now works from behind proxy
    0.4:
        * Click on feature in a results tree to see actual feature geometry highlighted (only works for nearby and some enclosing features yet)
        * i18n support for GUI
        * Ctrl+C to copy tag/key or value to clipboard
    0.3.1:
        * Get rid of requests dependency - now for real!
        * Fix cursors
    0.3:
        * Deal with crashes due to coordinates out of bounds
    0.2:
        * Get rid of requests dependency
    0.1:
        * Initial release
        * Moved toolbar and menu to Web toolbar/menu
