Releases: GispoCoding/kimu
Releases · GispoCoding/kimu
Release list
v2.1.1
v2.1.0
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
v2.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
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.
V1.0.1
v1.0.0
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).