Skip to content

v2.0.1

Choose a tag to compare

@pavetsu14 pavetsu14 released this 13 Oct 07:21
· 42 commits to master since this release
0cfe395

Contains new versions of the following tools with the specified modifications:

  • Explode polygon:
  1. produces exploded line layer and related vertex point layer as a result instead of producing just the line layer
  • Intersect lines:
  1. Ability to save resulting intersection point to already existing gpkg file (or equivalent)
  • Intersect line and circle:
  1. Ability to determine the intersecting line by selecting two point features or one line feature
  • Rectangular mapping:
  1. Ability to determine the line to be utilized in rectangular mapping by selecting two point features or one line feature
  2. 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
  1. 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.