# This file contains metadata for your plugin.

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

[general]
name=Create points on arcs' intersection
qgisMinimumVersion=3.0
description=The plugin creates a new layer with points on arcs' intersection within the same layer
version=1.0
author=Piotr Andryk
email=andryk.p@wp.pl

about=The plugin creates a new layer with points on arcs' intersection within the same layer.</br>It works in similar way to Line intersections... QGIS function - when you choose the same arcs' layer. This plugin works in an extended way. You can create points on arcs' intersection:</br>1) by first or last node of a source feature with first or last node of another arc;</br>2) by first or last node of a source feature with a body of another arc;</br>3) on intersection between bodies of different arcs;</br>4) on self-intersection of the same arc.</br></br>Apart from that, you can choose the number of intersections between arcs, to create a point.

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

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=analysis, feature, geometry, intersection, line, point, network, polyline, shapefile, vector

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

