(function (D) { D.sectionMap = { 'Sectie 1: Tongbeweging': [1, 2, 3, 4], 'Sectie 2: Middengedeelte': [5, 6, 7, 8, 9, 10], 'Sectie 3: Puntstuk gedeelte': [11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23] }; D.getSectionForNr = function (nr) { for (const [section, nrs] of Object.entries(D.sectionMap)) { if (nrs.includes(nr)) return section; } return null; }; D.overviewPositions = { ovz_tl: 'Overzichtsfoto LB', ovz_tr: 'Overzichtsfoto RB', ovz_bl: 'Overzichtsfoto LO', ovz_br: 'Overzichtsfoto RO', foto_s3_l: 'Foto Puntstuk L', foto_s3_r: 'Foto Puntstuk R', foto_s2_l: 'Foto Midden L', foto_s2_r: 'Foto Midden R', foto_s1_l: 'Foto Tong L', foto_s1_r: 'Foto Tong R', ovz_ow_1: 'Overzichtsfoto 1', ovz_ow_2: 'Overzichtsfoto 2', foto_ligging_spoor: 'Ligging spoor', foto_ligging_bevl: 'Ligging bevloering', foto_constr_kwal: 'Constructieve kwaliteit', foto_wegverharding: 'Wegverharding', ovz_sp_1: 'Overzichtsfoto begin', ovz_sp_2: 'Overzichtsfoto einde' }; })(window.App.Domain);