-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
15 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ name=SEILAPLAN | |
qgisMinimumVersion=3.6 | ||
description=Seilkran-Layoutplaner | ||
about=SEILAPLAN berechnet aufgrund eines digitalen Höhenmodells zwischen definierten Anfangs- und Endkoordinaten sowie technischen Parametern das optimale Seillinienlayout. Es werden Position und Höhe der Stütze, sowie die wichtigsten Kennwerte der Seillinie bestimmt. | ||
version=3.6.2 | ||
version=3.6.3 | ||
author=Leo Bont, Hans Rudolf Heinimann, Patricia Moll | ||
[email protected] | ||
|
||
|
@@ -21,7 +21,13 @@ [email protected] | |
# Recommended items: | ||
|
||
# Uncomment the following line and add your changelog: | ||
changelog=Version 3.6.2 (September 2024) | ||
changelog=Version 3.6.3 (November 2024) | ||
Fehlerbehebung | ||
- Kurzbericht: Abschnitt "Anker- und Spannfelder" zeigt zweimal die gleiche Stützenbezeichnungen (von -> bis) | ||
- Vogelperspektive: Punktnummerierung aus Geländeprofil nicht sichtbar | ||
- Bearbeitungsfenster: Bundstelle wird nur aktualisiert, wenn Änderungen der Stützeneigenschaften mit Eingabe abgeschlossen werden | ||
|
||
Version 3.6.2 (September 2024) | ||
Fehlerbehebung | ||
- Fenstergrösse des Plugins lässt sich unter macOS nicht verändern | ||
|
||
|
@@ -31,7 +37,6 @@ changelog=Version 3.6.2 (September 2024) | |
- Bearbeitungsfenster: Diagramm springt zurück zu Vollansicht, wenn Seillinie neu berechnet wird | ||
|
||
Version 3.6.0 (August 2024) | ||
|
||
- Mehrere Seilaplan Fenster parallel starten | ||
- Neue Parameter für Leer- und Lastseilknickwinkel Grenzwert | ||
- Neuer Parameter für die Höhe der Bundstelle über dem Tragseilsattel | ||
|
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<?xml-stylesheet type="text/xsl" href="plugins.xsl" ?> | ||
<plugins> | ||
<pyqgis_plugin version="3.6.2" name="SEILAPLAN"> | ||
<pyqgis_plugin version="3.6.3" name="SEILAPLAN"> | ||
<qgis_minimum_version>3.6.0</qgis_minimum_version> | ||
<description>Seilkran-Layoutplaner - Berechnet basierend auf einem digitalen Höhenmodell zwischen definierten Anfangs- und Endkoordinaten sowie technischer Parametern das optimale Seillinienlayout. Resultate der Berechnung sind Position und Höhe der Stützen und die wichtigsten Kennwerte der Seillinie.</description> | ||
<homepage><![CDATA[http://pimoll.github.io/SEILAPLAN]]></homepage> | ||
<file_name>SEILAPLAN.zip</file_name> | ||
<author_name>Leo Bont, Hans Rudolf Heinimann (Konzept, Mechanik) und Patricia Moll (Implementation in Python / QGIS)</author_name> | ||
<download_url><![CDATA[https://github.com/piMoll/SEILAPLAN/releases/download/v3.6.2/SEILAPLAN.zip]]></download_url> | ||
<download_url><![CDATA[https://github.com/piMoll/SEILAPLAN/releases/download/v3.6.3/SEILAPLAN.zip]]></download_url> | ||
</pyqgis_plugin> | ||
</plugins> |
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