Skip to content

Releases: GispoCoding/kimu

v2.1.1

Choose a tag to compare

@lehtojaa lehtojaa released this 16 Feb 11:32
7c67236

This release contains small enhancements and fixes.

v2.1.0

Choose a tag to compare

@nmaarnio nmaarnio released this 19 Dec 10:45
f946d3c

Updates in this release:

  • Added support for Z-layers
  • Added support for CompoundCurves (they are treated as circles and work in selections for Intersect lines and Intersect line and circle)
  • Reverted to vector saving function that works in QGIS versions 3.00-3.20 instead of only 3.20->
  • Fixed a bug that caused Intersect line and circle to fail in some QGIS versions

v2.0.3

Choose a tag to compare

@nmaarnio nmaarnio released this 07 Dec 12:21
a469654

Updates in this release:

Intersect lines and Intersect line and circle

  • Fixed a bug that caused errors when a raster file was open

Intersect line and circle

  • Show circle as a temporary feature when selecting intersection point

v2.02

Choose a tag to compare

@nmaarnio nmaarnio released this 10 Nov 17:02

Updates in this release:

Intersect lines

  • Points can now be used also as input features
  • Features from different layers can be used as input

Intersect line and circle

  • Features from different layers can be used as input

Rectangular mapping

  • Fixed a bug that caused failure in mapping with some selections

General changes

  • Raster files and other non-vector files are now supported in the same project (previously exceptions were thrown)
  • Numeric fields of the tools support now precision of 10 decimals (previously 3)
  • Some log messages and output file names were slightly modified
  • Rectangular mapping, intersect line and circle, intersect lines and displace line tools now keep the old layer selection

v2.0.1

Choose a tag to compare

@pavetsu14 pavetsu14 released this 13 Oct 07:21
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.

V1.0.1

Choose a tag to compare

@pavetsu14 pavetsu14 released this 04 May 12:46
3aa8873

Contains a new version of the Displace tool.

In the new version, the displacement distance is given orthogonally with respect to the line, not with displacement distances along the x and y axis.

v1.0.0

Choose a tag to compare

@pavetsu14 pavetsu14 released this 26 Apr 15:48
6ee3687

QGIS3 plugin containing geodesic tools for

  • rectangular mapping
  • finding intersection point of a line and a circle
  • finding intersection point of two lines

In addition to these main functionalities the plugin contains tools for data manipulation (e.g. explode polygon to lines or displace line).

v0.4.5

Choose a tag to compare

@pavetsu14 pavetsu14 released this 21 Apr 12:39
2c4b31f

Small improvements mainly for tool determining the intersection point of the line and circle (defined via centroid and radius).

v0.4.4

Choose a tag to compare

@pavetsu14 pavetsu14 released this 13 Apr 06:52
dff050a

Fixes crashing problem related to Rectangular mapping tool. Adds a new tool for displacing line features.

v0.4.3

Choose a tag to compare

@pavetsu14 pavetsu14 released this 31 Mar 17:33

Adds tool for rectangular mapping.