-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from JanCaha/development
Development
- Loading branch information
Showing
17 changed files
with
478 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
name=LoS Tools | ||
qgisMinimumVersion=3.30 | ||
description=This plugin creates and analyzes lines-of-sight (LoS) and also provides supporting tools. | ||
version=1.1.2 | ||
version=1.2.0 | ||
author=Jan Caha | ||
[email protected] | ||
|
||
|
@@ -20,7 +20,9 @@ repository=https://github.com/JanCaha/qgis_los_tools | |
|
||
hasProcessingProvider=yes | ||
# Uncomment the following line and add your changelog: | ||
changelog=1.1.2 | ||
changelog=1.2.0 | ||
- new tool to extract horizon lines at specific distance | ||
<p>1.1.2 | ||
- fix issue with interactive tools not opening properly after closing | ||
<p>1.1.1 | ||
- simplify inner working of GUI tools | ||
|
9 changes: 9 additions & 0 deletions
9
los_tools/processing/doc/tool_extract_horizon_lines_by_distances.help
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"ALG_DESC": "This tool extracts horizon lines from LoS without a target. For other types of LoS, this operation is not applicable. Maximal horizon till specified distance is created. So horizon lines for several distances can be created at once.", | ||
"ALG_CREATOR": "Jan Caha", | ||
"LoSLayer": "LoS layer to analyze.", | ||
"Distances": "Table of distance limits for which horizon lines should be extracted.", | ||
"CurvatureCorrections": "Should curvature and refraction corrections be applied?", | ||
"RefractionCoefficient": "Value of the refraction coefficient. Default value: 0.13.", | ||
"OutputLayer": "Output layer containing the extracted horizon lines." | ||
} |
Oops, something went wrong.