v2.0.1
Contains new versions of the following tools with the specified modifications:
- Explode polygon:
- produces exploded line layer and related vertex point layer as a result instead of producing just the line layer
- Intersect lines:
- Ability to save resulting intersection point to already existing gpkg file (or equivalent)
- Intersect line and circle:
- Ability to determine the intersecting line by selecting two point features or one line feature
- Rectangular mapping:
- Ability to determine the line to be utilized in rectangular mapping by selecting two point features or one line feature
- Make not selected points to disappear from map view immediately after rejecting them. Keep the selected points visible since they support further decision making
- Displace line
- Added logic to better predict which way the clicked line feature will be displaced i.e. with positive distance values the line feature will be displaced to the direction where y coordinate values increase. In case line is to be moved vertically, the positive distance values will displace the line to the direction where x coordinate values increase.