-
Notifications
You must be signed in to change notification settings - Fork 2
/
Configuratie.ix
41 lines (36 loc) · 1.46 KB
/
Configuratie.ix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
att omit_null_values
definitions Configuratie {
code
DEFINE md_any { "any" }
DEFINE md_block_vehicle_transfer_time { 360 }
DEFINE md_block_sel { blk_vehicle_group <> "AFau" AND blk_vehicle_group <> "Car" }
DEFINE md_vta_sel { vta_vehicle_group <> "AFau" AND vta_vehicle_group <> "Car" }
/* HTM */
DEFINE md_operatorId { "HTM" }
DEFINE md_operatorName { "HTM" }
DEFINE md_operatorPhone { "+319004864636" }
DEFINE md_operatorEmail { "" }
DEFINE md_operatorUrl { "https://htm.nl/klantenservice/" }
DEFINE md_authority { "MRDH" }
DEFINE md_line_id_trp { Trim(trp_route_statistic) }
DEFINE md_timingpoint { tpatpt_position = 2 OR stp_regulation_point }
DEFINE md_line_id_tpat { Trim(tpat_route) }
DEFINE md_dataownerisoperator { NOT (trp_vehicle_group_1.vehg_identifier = "EXT") }
DEFINE md_quay_id { stp_number_ndov_export }
DEFINE md_metro { "tram" }
/* Arriva
DEFINE md_operatorId { "ARR" }
DEFINE md_operatorName { "ARR" }
DEFINE md_operatorPhone { "" }
DEFINE md_operatorEmail { "" }
DEFINE md_operatorUrl { "https://arriva.nl/" }
DEFINE md_authority { "ARR" }
DEFINE md_line_id_trp { trp_route_regio_alb }
DEFINE md_line_id_tpat { trp_route_regio_alb }
DEFINE md_timingpoint { tpatpt_position = 2 OR tpatpt_is_timing_point }
DEFINE md_dataownerisoperator { NOT (trp_vehicle_group_1.vehg_identifier = "EXT" AND StrIsInList(FirstValue(blk_gar_plc_strt), "Cxx;Bre;Syn;Twe", ";")) }
DEFINE md_quay_id { stp_chb_id }
DEFINE md_metro { "metro" }
*/
end
}