[general]
name = Segment reshape tool
qgisMinimumVersion = 3.22
qgisMaximumVersion = 3.99
description = Tool to reshape toplogically connected segments
version = 0.0.3
author = National Land Survey of Finland
email = eero.hietanen@maanmittauslaitos.fi
about = With this plugin QGIS user can select the common segment of multiple features using a map tool and then reshape the segment for all features with one edit. Topological editing (found in snapping toolbar) must be turned on before reshape operation.
changelog = -- [0.0.3] - 2022-11-17
	
	- Fix: Fix missing toolbar icon by including resource files in setuptools build
	
	-- [0.0.2] - 2022-11-09
	
	- Feat: Implement a QGIS plugin with a simple toolbar
	- Feat: Add map tool for selecting and drawing the reshape geometry
	- Feat: Support complex calculation for the common segment
	- Feat: Add snapping support when drawing the reshape geometry
	
	-- [0.0.1] - 2022-10-28
	
	- Initial release: API for finding common segments and making reshape edits
	
	[0.0.1]: https://github.com/nlsfi/segment-reshape-qgis-plugin/releases/tag/v0.0.1
	[0.0.2]: https://github.com/nlsfi/segment-reshape-qgis-plugin/releases/tag/v0.0.2
	[0.0.3]: https://github.com/nlsfi/segment-reshape-qgis-plugin/releases/tag/v0.0.3
tags = editing, geometry, topology
homepage = https://github.com/nlsfi/segment-reshape-qgis-plugin
tracker = https://github.com/nlsfi/segment-reshape-qgis-plugin/issues
repository = https://github.com/nlsfi/segment-reshape-qgis-plugin
experimental = True
deprecated = False

