[general]
name = Segment reshape tool
qgisMinimumVersion = 3.22
qgisMaximumVersion = 3.99
description = Tool to reshape toplogically connected segments
version = 0.1.2
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.1.2] - 2023-02-23
	
	- Feat: Set z coordinate values of the reshaped geometry to QGIS's default z coordinate value instead of NaN
	
	-- [0.1.1] - 2023-01-17
	
	- Fix: Correcly move multiple edges for same feature
	
	-- [0.1.0] - 2022-12-14
	
	- Feat: Add support for key commands (backspace and esc) in vertex editing
	- Fix: In cases where segment was split from the middle the start and end parts of the line is correctly merged back together.
	- Fix: Geometry comparison was fixed so that only common vertices between geometries are taken into account. Before edges were split if an edge crossed other edge also from non vertex point.
	- Feat: Preserve source feature z coordinate for calculated segment
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 = False
deprecated = False

