# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=Dissolve Related
qgisMinimumVersion=3.30
description=This plugin allows dissolving only connected objects
version=1.3
author=Piotr Andryk
email=andryk.p@wp.pl

about=Existing QGIS Dissolve functions allow dissolving objects based on shared attribute. As a result you receive a new layer with multipart objects. Dissolve Related plugin dissolves only connected features. Thus, as a result you receive a layer, where only connected features are dissolved. The rest of features are intact - even if they share attribute values.</br>There is also a dedicated to arc geometry function (keep arcs singlepart checkbox), which dissolves only arcs that are connected to up to two other arcs, related by common first or last node. It creates dissolved singlepart arcs. Multipart to singlepart QGIS function will not divide such objects to their previous state.

tracker=https://github.com/pandryk/PythonRepo/issues
repository=https://github.com/pandryk/PythonRepo/tree/main/dissolve_related
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=1.1 </br> - OK button changed to Apply button. </br> - Report of algorithm success on message bar. </br>1.2 </br> - New feature - keep arcs singlepart. </br> 1.3 </br> Fix for QGIS Version 3.30 and above.

# Tags are comma separated with spaces allowed
tags=python,analysis,dissolve,merge,attribute

homepage=https://github.com/pandryk/PythonRepo
category=Vector
icon=icon.png
# experimental flag
experimental=False

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

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

Category of the plugin: Raster, Vector, Database or Web
# category=

# If the plugin can run on QGIS Server.
server=False

