bat Dateien mit Errorlevel versehen. manage_interpreter.bat vereinfacht. Nur noch eine Umgebungsvar für den Python Interpreter im Netzwerk.
This commit is contained in:
+142
-12
@@ -38,7 +38,7 @@
|
||||
"layer_name": "ILS_MOTOR",
|
||||
"direction": "LEFT_RIGHT",
|
||||
"x": 800,
|
||||
"y": 800,
|
||||
"y": 900,
|
||||
"width": 4000,
|
||||
"height": 450,
|
||||
"use_polyline": false
|
||||
@@ -49,8 +49,8 @@
|
||||
"kennzeichnung": "A01+UH00",
|
||||
"layer_name": "ILS_MOTOR",
|
||||
"direction": "LEFT_RIGHT",
|
||||
"x": 450,
|
||||
"y": 100,
|
||||
"x": 400,
|
||||
"y": 75,
|
||||
"width": 1400,
|
||||
"height": 480,
|
||||
"use_polyline": true
|
||||
@@ -159,6 +159,136 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
"BG_Multi_Frames": {
|
||||
"description": "Test-Szene mit drei Rechtecken für BG-1@@@ und BG-2@@@ Symbole mit mehreren Layern",
|
||||
"ma_groups": [
|
||||
{
|
||||
"name": "BG-1@@_frame1",
|
||||
"count": 1,
|
||||
"layout_type": "single",
|
||||
"base_x": 700,
|
||||
"base_y": 700,
|
||||
"spacing": 0
|
||||
},
|
||||
{
|
||||
"name": "BG-1@@_frame2_1",
|
||||
"count": 1,
|
||||
"layout_type": "single",
|
||||
"base_x": 3500,
|
||||
"base_y": 2350,
|
||||
"spacing": 0
|
||||
},
|
||||
{
|
||||
"name": "BG-1@@_frame2_2",
|
||||
"count": 1,
|
||||
"layout_type": "single",
|
||||
"base_x": 4800,
|
||||
"base_y": 2400,
|
||||
"spacing": 0
|
||||
},
|
||||
{
|
||||
"name": "BG-1@@_frame2_3",
|
||||
"count": 1,
|
||||
"layout_type": "single",
|
||||
"base_x": 6100,
|
||||
"base_y": 2300,
|
||||
"spacing": 0
|
||||
},
|
||||
{
|
||||
"name": "MB-1@@_frame2_1",
|
||||
"count": 1,
|
||||
"layout_type": "single",
|
||||
"base_x": 3500,
|
||||
"base_y": 2800,
|
||||
"spacing": 0
|
||||
},
|
||||
{
|
||||
"name": "MB-1@@_frame2_2",
|
||||
"count": 1,
|
||||
"layout_type": "single",
|
||||
"base_x": 4800,
|
||||
"base_y": 2850,
|
||||
"spacing": 0
|
||||
},
|
||||
{
|
||||
"name": "MB-1@@_frame2_3",
|
||||
"count": 1,
|
||||
"layout_type": "single",
|
||||
"base_x": 6100,
|
||||
"base_y": 2750,
|
||||
"spacing": 0
|
||||
},
|
||||
{
|
||||
"name": "BG-2@@_frame3_1",
|
||||
"count": 1,
|
||||
"layout_type": "single",
|
||||
"base_x": 3700,
|
||||
"base_y": 700,
|
||||
"spacing": 0
|
||||
},
|
||||
{
|
||||
"name": "BG-2@@_frame3_2",
|
||||
"count": 1,
|
||||
"layout_type": "single",
|
||||
"base_x": 5000,
|
||||
"base_y": 700,
|
||||
"spacing": 0
|
||||
},
|
||||
{
|
||||
"name": "BG-2@@_frame3_3",
|
||||
"count": 1,
|
||||
"layout_type": "single",
|
||||
"base_x": 6300,
|
||||
"base_y": 700,
|
||||
"spacing": 0
|
||||
}
|
||||
],
|
||||
"renaming_frames": [
|
||||
{
|
||||
"comment": "Rahmen 1: Links unten - 1x BG-1@@@ (Polylinie)",
|
||||
"name": "BG-1@@@",
|
||||
"name2": "MB-1@@@",
|
||||
"kennzeichnung": "",
|
||||
"layer_name1": "ILS_Eingang",
|
||||
"layer_name2": "ILS_Ausgang",
|
||||
"direction": "LEFT_RIGHT",
|
||||
"x": 300,
|
||||
"y": 500,
|
||||
"width": 1200,
|
||||
"height": 500,
|
||||
"use_polyline": true
|
||||
},
|
||||
{
|
||||
"comment": "Rahmen 2: Rechts oben - 3x BG-1@@@ + 3x MB-1@@@ (Polylinie)",
|
||||
"name": "BG-1@@@",
|
||||
"name2": "MB-1@@@",
|
||||
"kennzeichnung": "",
|
||||
"layer_name1": "ILS_Eingang",
|
||||
"layer_name2": "ILS_Ausgang",
|
||||
"direction": "LEFT_RIGHT",
|
||||
"x": 3000,
|
||||
"y": 2000,
|
||||
"width": 3600,
|
||||
"height": 1000,
|
||||
"use_polyline": true
|
||||
},
|
||||
{
|
||||
"comment": "Rahmen 3: Rechts unten - 3x BG-2@@@ (normales Rechteck)",
|
||||
"name": "BG-2@@@",
|
||||
"name2": "MB-2@@@",
|
||||
"kennzeichnung": "",
|
||||
"layer_name1": "ILS_Eingang",
|
||||
"layer_name2": "ILS_Ausgang",
|
||||
"direction": "LEFT_RIGHT",
|
||||
"x": 3200,
|
||||
"y": 500,
|
||||
"width": 3600,
|
||||
"height": 500,
|
||||
"use_polyline": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -229,47 +359,47 @@
|
||||
"_description": "ATTDEF Positionen im inneren Block RENAMER_ATTRIB_MULTI",
|
||||
"NAME1": {
|
||||
"x": 10,
|
||||
"y": 80,
|
||||
"y": -10,
|
||||
"height": 21.25
|
||||
},
|
||||
"NAME2": {
|
||||
"x": 10,
|
||||
"y": 60,
|
||||
"y": -45,
|
||||
"height": 21.25
|
||||
},
|
||||
"NAME3": {
|
||||
"x": 10,
|
||||
"y": 40,
|
||||
"y": -80,
|
||||
"height": 21.25
|
||||
},
|
||||
"KENNZEICHNUNG": {
|
||||
"x": 10,
|
||||
"y": 20,
|
||||
"y": -115,
|
||||
"height": 21.25
|
||||
},
|
||||
"LAYER_NAME1": {
|
||||
"x": 10,
|
||||
"y": -20,
|
||||
"y": -150,
|
||||
"height": 21.25
|
||||
},
|
||||
"LAYER_NAME2": {
|
||||
"x": 10,
|
||||
"y": -40,
|
||||
"y": -185,
|
||||
"height": 21.25
|
||||
},
|
||||
"LAYER_NAME3": {
|
||||
"x": 10,
|
||||
"y": -60,
|
||||
"y": -220,
|
||||
"height": 21.25
|
||||
},
|
||||
"DIRECTION": {
|
||||
"x": 10,
|
||||
"y": -80,
|
||||
"y": -255,
|
||||
"height": 21.25
|
||||
},
|
||||
"ID": {
|
||||
"x": 10,
|
||||
"y": -100,
|
||||
"y": -290,
|
||||
"height": 21.25
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user