[general]
name = Segment reshape tool
qgisMinimumVersion = 3.22
qgisMaximumVersion = 3.99
description = Tool to reshape toplogically connected segments
version = 0.1.4
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.4] - 2023-04-14
	
	- Feature: Change the mouse cursor to the wait cursor when finding common segment os editing is in progress
	- Performance improvments. Finding a common segment should now be a magnitude faster with large geometries.
	
	-- [0.1.3] - 2023-03-23
	
	- Feature: Digitizing the new geometry for a segment behaves now as the native QGIS digitizing tools. It supports etc. snapping, tracing and advanced cad tools.
	- Feature: Map tool button is enabled only when a line or polygon layer is active. This is implemented through MapToolHandler which ensures that the tool behaves like rest of the map tools. This means also that the tool can be deactivated only by selecting another map tool.
	- Fix: Color of the start point indicator line was changed to grey to make difference to the digitized line.
	
	-- [0.1.2] - 2023-02-23
	
	- Feature: Set z coordinate values of the reshaped geometry to QGIS's default z coordinate value instead of NaN
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

