[general]
name=NextGIS OSMInfo
description=Explore OpenStreetMap data in QGIS without leaving your map.
description[ru]=Изучайте данные OpenStreetMap в QGIS прямо на карте.
description[es]=Explore los datos de OpenStreetMap en QGIS sin salir del mapa.
description[fr]=Explorez les données OpenStreetMap dans QGIS sans quitter votre carte.
description[pt]=Explore dados do OpenStreetMap no QGIS sem sair do mapa.
description[de]=Erkunden Sie OpenStreetMap-Daten in QGIS, ohne Ihre Karte zu verlassen.
description[it]=Esplora i dati OpenStreetMap in QGIS senza uscire dalla mappa.
about=OSMInfo turns a point on the map into useful context. Find OpenStreetMap objects by place, coordinates, category, or free-form Overpass-style queries, inspect geometry and tags, and see nearby and enclosing features in one place. When you need the results in work, copy them or save them straight to layers.
about[ru]=OSMInfo превращает точку на карте в полезный контекст. Находите объекты OpenStreetMap по месту, координатам, категории или свободным запросам в стиле Overpass Turbo, изучайте геометрию и теги и смотрите ближайшие и окружающие объекты в одном месте. Когда результаты нужны в работе, их можно сразу скопировать или сохранить в слои.
about[es]=OSMInfo convierte un punto del mapa en contexto útil. Encuentre objetos de OpenStreetMap por lugar, coordenadas, categoría o consultas libres al estilo Overpass Turbo, inspeccione su geometría y etiquetas y vea elementos cercanos y envolventes en un solo lugar. Cuando necesite usar los resultados en su trabajo, puede copiarlos o guardarlos directamente en capas.
about[fr]=OSMInfo transforme un point sur la carte en contexte utile. Recherchez des objets OpenStreetMap par lieu, coordonnées, catégorie ou requêtes libres de type Overpass Turbo, inspectez leur géométrie et leurs tags, et visualisez les objets proches et englobants au même endroit. Lorsque vous devez utiliser les résultats dans votre travail, vous pouvez les copier ou les enregistrer directement dans des couches.
about[pt]=OSMInfo transforma um ponto no mapa em contexto útil. Encontre objetos do OpenStreetMap por local, coordenadas, categoria ou consultas livres no estilo Overpass Turbo, inspecione a geometria e as etiquetas e veja objetos próximos e envolventes num só lugar. Quando precisar dos resultados no trabalho, pode copiá-los ou guardá-los diretamente em camadas.
about[de]=OSMInfo macht aus einem Punkt auf der Karte einen nutzbaren Kontext. Finden Sie OpenStreetMap-Objekte nach Ort, Koordinaten, Kategorie oder freien Abfragen im Overpass-Turbo-Stil, prüfen Sie Geometrie und Tags und sehen Sie nahegelegene sowie umschließende Objekte an einem Ort. Wenn Sie die Ergebnisse weiterverwenden möchten, können Sie sie direkt kopieren oder in Layer speichern.
about[it]=OSMInfo trasforma un punto sulla mappa in contesto utile. Trova oggetti OpenStreetMap per luogo, coordinate, categoria o query libere in stile Overpass Turbo, ispeziona geometria e tag e visualizza in un solo posto gli oggetti vicini e contenenti. Quando ti servono i risultati nel lavoro, puoi copiarli o salvarli direttamente nei layer.
category=Vector
version=2.2.0
qgisMinimumVersion=3.22
qgisMaximumVersion=4.99

author=NextGIS
email=info@nextgis.com

icon=resources/icons/osminfo_logo.svg

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=
    2.2.0
        * Added a context menu for map features
        * Added feature selection on the map while holding Ctrl when the tool is active
        * Added a tool button to the search panel
        * Added hiding of found features when the search panel is hidden
        * Added clearing of selected features by pressing Esc
        * Added a call to the server endpoint for cancelling active requests when Cancel is pressed.
        * Added the number of found features to the group title
        * Optimized reading of Overpass responses
        * The first item in the results list is now selected automatically when a search finishes
        * The click indicator now remains visible on the map
        * Disabled showing all items by default
        * Fixed saving of the show all items state
        * Fixed display of features with IDs that do not fit into 32 bits
        * Fixed coordinate updates when clicking during loading
        * Fixed history completion when pressing Enter
        * Fixed panel size calculation when the history contains large queries
    2.1.0
        * Add feature visibility settings
        * Increase rendering priority for active features
    2.0.0
        * Added support for free-form queries similar to Overpass Turbo
        * Added a geometry parser based on osmtogeojson to support complex objects
        * Added Overpass server health checks
        * Added the ability to cancel a running query
        * Added the ability to use a custom Overpass server URL
        * Added support for the maxsize parameter in Overpass API queries
        * Added the ability to work with multiple found objects at once
        * Added plugin installation and update notifications
        * Added a message suggesting switching the server after repeated failed attempts
        * Added Spanish, French, Portuguese, German, and Italian translations
        * Tags containing links or object identifiers are now displayed as clickable links (for example, wikidata)
        * Updated the plugin interface
        * Updated the object title selection algorithm to account for object type and tag data
        * Updated found-object visualization on the map
        * Updated the Overpass server list and added endpoint details to settings
        * Updated the map point selection tool
        * Updated the plugin icons
        * Copying objects now respects the format selected in settings (GeoJSON, WKT, ...)
        * Fixed the maximum timeout value for Overpass API queries
    1.2.2
        * Updated plugin info
    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
