[general]
name = Geometry Paster
qgisMinimumVersion = 3.22
qgisMaximumVersion = 4.99
description = Takes geometry from a feature and pastes it a target feature
description[ru] = Берет геометрию объекта и вставляет ее в целевой объект.
description[fr] = On prends la géométrie d'une entité et la colle dans une entité cible
description[de] = Übernimmt Geometrie von einem Feature und fügt sie in ein Ziel-Feature ein
description[nl] = Neemt de geometrie over van een feature en plakt die in een doelfeature
about = Takes geometry from a feature and pastes it a target feature leaving attributes intact. Developed by NextGIS. Any feedback is welcome at https://nextgis.com/contact
about[ru] = Берет геометрию объекта и вставляет ее в целевой объект, оставляя атрибуты нетронутыми. Разработан компанией NextGIS. Любые отзывы приветствуются на https://nextgis.com/contact
about[fr] = On prends la géométrie d'une entité et la colle dans une entité cible en laissant les attributs intacts. Développé par NextGIS. Tout commentaire est le bienvenu à https://nextgis.com/contact
about[de] = Übernimmt Geometrie von einem Feature und fügt sie in ein Ziel-Feature ein, wobei die Attribute intakt bleiben. Entwickelt von NextGIS. Feedback ist willkommen unter https://nextgis.com/contact
about[nl] = Neemt de geometrie over van een feature en plakt die in een doelfeature waarbij de attributen behouden blijven. Ontwikkeld door NextGIS. Feedback is welkom op https://nextgis.com/contact
tags=replace, paste, geometry, editing
version = 1.3.0
author = NextGIS
email = info@nextgis.com
icon=icons/icon.svg
experimental=False
supportsQt6 = True

user_guide=https://docs.nextgis.com/docs_ngqgis/source/geom_paster.html
user_guide[ru]=https://docs.nextgis.ru/docs_ngqgis/source/geom_paster.html
homepage=https://nextgis.com
tracker=https://github.com/nextgis/qgis_geometry_paster/issues
repository=https://github.com/nextgis/qgis_geometry_paster
video=https://youtu.be/NMs5hDf5ndE
video[ru]=https://youtu.be/cWFpY7CjJUM


changelog=
  1.3.0
    * Updated maximum QGIS version to 4.99
    * Added support for Qt6
    * Added geometry transformation when copying features in GeoJSON format
  1.2.0
    * Updated the "About plugin" dialog
    * Added plugin item to help menu
  1.1.0
    * Added Dutch translation
  1.0.0
    * Added the ability to insert geometries into multiple features
    * Added German translation
    * Fixed pasting features with line separator character in fields content
  0.4.0
    * Fixed pasting to empty geometry
  0.3.0
    * Added about dialog
    * Updated translations
    * Bugs fixed