Erweiterung der Konfigurationsdatei shapes.cfg um Rotationsparameter für Symbole. Anpassung der Funktion get_shape_cfg, um Rotationen zu verarbeiten und Rückgabe der Symbole als Liste von Dictionaries. Überarbeitung der Handler-Funktionen für "ILS 2.0 Kreisel" und "ILS 2.0 Gefällestrecke", um die neuen Symbolstrukturen zu nutzen.
This commit is contained in:
+5
-1
@@ -2,8 +2,12 @@
|
||||
items = SP8, AN8
|
||||
offset_symb1 = 0,0
|
||||
offset_symb2 = 0,0
|
||||
rot_symb1 = 0.0
|
||||
rot_symb2 = 0.0
|
||||
|
||||
[ILS 2.0 Gefällestrecke]
|
||||
items = AE DS, EE DS
|
||||
offset_symb1 = 0,0
|
||||
offset_symb2 = 0,0
|
||||
offset_symb2 = 0,0
|
||||
rot_symb1 = 90.0
|
||||
rot_symb2 = 90.0
|
||||
Reference in New Issue
Block a user