From e049aa3d0406fa3e4ddd042bf4809f1174dc12b4 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Wed, 15 Jan 2020 18:17:06 +0100 Subject: [PATCH] parseWarning: fix parseMsgEvent :bug: --- parse/warning.js | 3 +- test/db-netz-remarks.js | 102 + test/fixtures/db-netz-remarks.json | 3674 ++++++++++++++++++++++++++++ test/index.js | 1 + 4 files changed, 3779 insertions(+), 1 deletion(-) create mode 100644 test/db-netz-remarks.js create mode 100644 test/fixtures/db-netz-remarks.json diff --git a/parse/warning.js b/parse/warning.js index 04ea3b28..0af87857 100644 --- a/parse/warning.js +++ b/parse/warning.js @@ -19,7 +19,8 @@ const parseMsgEdge = (ctx) => (e) => { res.toLoc = e.toLocation || null return res } -const parseMsgEvent = ({profile}) => (e) => { +const parseMsgEvent = (ctx) => (e) => { + const {profile} = ctx // todo: test that covers this return { // todo: rename `Loc` -> `Location` [breaking] fromLoc: e.fromLocation || null, diff --git a/test/db-netz-remarks.js b/test/db-netz-remarks.js new file mode 100644 index 00000000..0abcaa4f --- /dev/null +++ b/test/db-netz-remarks.js @@ -0,0 +1,102 @@ +'use strict' + +const test = require('tape') + +const parseCommon = require('../parse/common') +const defaultProfile = require('../lib/default-profile') +const res = require('./fixtures/db-netz-remarks.json') + +const profile = { + ...defaultProfile, + locale: 'de-DE', + timezone: 'Europe/Berlin', + products: [ + {id: 'a', bitmasks: [1, 2, 4, 8], name: 'A'}, + {id: 'b', bitmasks: [16, 32, 64, 128], name: 'B'}, + {id: 'c', bitmasks: [256, 512], name: 'C'} + ] +} + +const opt = { + remarks: true +} + +test('parseCommon parses a DB Netz response properly', (t) => { + const {warnings} = profile.parseCommon({profile, opt, res}) + t.pass('parsed without throwing') + const warning = warnings.find(w => w.id === 'HIM_FREETEXT_447862') + + t.deepEqual(warning, { + id: 'HIM_FREETEXT_447862', + type: 'warning', + summary: 'Abweichung Fpl f Zmst BKRW - NEB nur nach Gl101', + text: 'Brückenarbeiten NKK// BKAR S-Bahn BrüArb Pankgrafenstraße - BKAR nur Gl101 für die NEB nutzbar / 59047 Po 2.2 in Bln-Karow S-B Bft', + icon: { type: 'HIM11307', title: null }, + priority: 80, + category: 1, + products: { a: true, b: true, c: true }, + edges: [{ + dir: 3, + icoCrd: { x: 13469131, y: 52614672, type: 'WGS84' }, + msgRefL: [ 3, 7, 17, 18, 20, 21 ], + icon: { type: 'HIM11216', title: null }, + fromLoc: { + type: 'stop', + id: '8011046', + name: 'Berlin-Karow (BKAR)', + location: { + type: 'location', + id: '8011046', + latitude: 52.614672, + longitude: 13.469131 + }, + products: { a: true, b: false, c: true } + }, + toLoc: { + type: 'stop', + id: '8011046', + name: 'Berlin-Karow (BKAR)', + location: { + type: 'location', + id: '8011046', + latitude: 52.614672, + longitude: 13.469131 + }, + products: { a: true, b: false, c: true } + } + }], + events: [{ + fromLoc: { + type: 'stop', + id: '8011046', + name: 'Berlin-Karow (BKAR)', + location: { + type: 'location', + id: '8011046', + latitude: 52.614672, + longitude: 13.469131 + }, + products: { a: true, b: false, c: true } + }, + toLoc: { + type: 'stop', + id: '8011046', + name: 'Berlin-Karow (BKAR)', + location: { + type: 'location', + id: '8011046', + latitude: 52.614672, + longitude: 13.469131 + }, + products: { a: true, b: false, c: true } + }, + start: '2020-01-11T00:00:00+01:00', + end: '2020-04-03T23:59:00+02:00', + sections: [ '6500' ] + }], + validFrom: '2019-12-15T00:00:00+01:00', + validUntil: '2020-05-29T04:00:00+02:00', + modified: '2019-10-26T04:09:19+02:00' + }) + t.end() +}) diff --git a/test/fixtures/db-netz-remarks.json b/test/fixtures/db-netz-remarks.json new file mode 100644 index 00000000..5e85cf85 --- /dev/null +++ b/test/fixtures/db-netz-remarks.json @@ -0,0 +1,3674 @@ +{ + "common": { + "locL": [ + { + "lid": "A=1@O=Berlin-Schönholz (BSNL)@X=13381846@Y=52571272@U=80@L=9900490@", + "type": "S", + "name": "Berlin-Schönholz (BSNL)", + "extId": "9900490", + "state": "F", + "crd": { + "x": 13381846, + "y": 52571272, + "z": 0, + "type": "WGS84" + }, + "pCls": 0 + }, + { + "lid": "A=1@O=Berlin-Karow (BKAR)@X=13469131@Y=52614672@U=80@L=8011046@", + "type": "S", + "name": "Berlin-Karow (BKAR)", + "extId": "8011046", + "state": "F", + "crd": { + "x": 13469131, + "y": 52614672, + "z": 0, + "type": "WGS84" + }, + "pCls": 1803 + }, + { + "lid": "A=1@O=Berlin-Karow S-Bahn (BKRW)@X=13468942@Y=52614645@U=80@L=9900377@", + "type": "S", + "name": "Berlin-Karow S-Bahn (BKRW)", + "extId": "9900377", + "state": "F", + "crd": { + "x": 13468942, + "y": 52614645, + "z": 0, + "type": "WGS84" + }, + "pCls": 24 + }, + { + "lid": "A=1@O=Berlin-Blankenburg (BBKB)@X=13445552@Y=52593197@U=80@L=9900280@", + "type": "S", + "name": "Berlin-Blankenburg (BBKB)", + "extId": "9900280", + "state": "F", + "crd": { + "x": 13445552, + "y": 52593197, + "z": 0, + "type": "WGS84" + }, + "pCls": 1803 + }, + { + "lid": "A=1@O=Berlin-Karow Ost (BAKO)@X=13468682@Y=52600164@U=80@L=9900253@", + "type": "S", + "name": "Berlin-Karow Ost (BAKO)", + "extId": "9900253", + "state": "F", + "crd": { + "x": 13468682, + "y": 52600164, + "z": 0, + "type": "WGS84" + }, + "pCls": 1930 + }, + { + "lid": "A=1@O=Karower Kreuz Streckenwechsel 6067/6087 (YBBAK)@X=13464196@Y=52603643@U=80@L=9903626@", + "type": "S", + "name": "Karower Kreuz Streckenwechsel 6067/6087 (YBBAK)", + "extId": "9903626", + "state": "F", + "crd": { + "x": 13464196, + "y": 52603643, + "z": 0, + "type": "WGS84" + }, + "pCls": 0 + }, + { + "lid": "A=1@O=Berlin-Lichtenberg (BLO)@X=13496494@Y=52509840@U=80@L=8010036@", + "type": "S", + "name": "Berlin-Lichtenberg (BLO)", + "extId": "8010036", + "state": "F", + "crd": { + "x": 13496494, + "y": 52509840, + "z": 0, + "type": "WGS84" + }, + "pCls": 1802 + }, + { + "lid": "A=1@O=Biesdorfer Kreuz West (BBIKW)@X=13518940@Y=52514326@U=80@L=9900278@", + "type": "S", + "name": "Biesdorfer Kreuz West (BBIKW)", + "extId": "9900278", + "state": "F", + "crd": { + "x": 13518940, + "y": 52514326, + "z": 0, + "type": "WGS84" + }, + "pCls": 1802 + }, + { + "lid": "A=1@O=Berlin-Schöneweide (BSWP)@X=13508773@Y=52455204@U=80@L=8010041@", + "type": "S", + "name": "Berlin-Schöneweide (BSWP)", + "extId": "8010041", + "state": "F", + "crd": { + "x": 13508773, + "y": 52455204, + "z": 0, + "type": "WGS84" + }, + "pCls": 1802 + }, + { + "lid": "A=1@O=Berlin-Karlshorst (BKH)@X=13529017@Y=52479574@U=80@L=8010035@", + "type": "S", + "name": "Berlin-Karlshorst (BKH)", + "extId": "8010035", + "state": "F", + "crd": { + "x": 13529017, + "y": 52479574, + "z": 0, + "type": "WGS84" + }, + "pCls": 0 + }, + { + "lid": "A=1@O=Berlin-Karlshorst S-Bahn (BKLH)@X=13525601@Y=52481174@U=80@L=9900374@", + "type": "S", + "name": "Berlin-Karlshorst S-Bahn (BKLH)", + "extId": "9900374", + "state": "F", + "crd": { + "x": 13525601, + "y": 52481174, + "z": 0, + "type": "WGS84" + }, + "pCls": 16 + }, + { + "lid": "A=1@O=Berlin Ostendgestell (BOG)@X=13545153@Y=52472463@U=80@L=9900406@", + "type": "S", + "name": "Berlin Ostendgestell (BOG)", + "extId": "9900406", + "state": "F", + "crd": { + "x": 13545153, + "y": 52472463, + "z": 0, + "type": "WGS84" + }, + "pCls": 1803 + }, + { + "lid": "A=1@O=Berlin Wuhlheide (S-Bahn) (BWHH)@X=13554259@Y=52468553@U=80@L=8089097@", + "type": "S", + "name": "Berlin Wuhlheide (S-Bahn) (BWHH)", + "extId": "8089097", + "state": "F", + "crd": { + "x": 13554259, + "y": 52468553, + "z": 0, + "type": "WGS84" + }, + "pCls": 16 + }, + { + "lid": "A=1@O=Eichgestell Nord (BEGN)@X=13552389@Y=52469101@U=80@L=9900307@", + "type": "S", + "name": "Eichgestell Nord (BEGN)", + "extId": "9900307", + "state": "F", + "crd": { + "x": 13552389, + "y": 52469101, + "z": 0, + "type": "WGS84" + }, + "pCls": 1930 + }, + { + "lid": "A=1@O=Berlin Stadtforst (BSST)@X=13568570@Y=52462081@U=80@L=9900506@", + "type": "S", + "name": "Berlin Stadtforst (BSST)", + "extId": "9900506", + "state": "F", + "crd": { + "x": 13568570, + "y": 52462081, + "z": 0, + "type": "WGS84" + }, + "pCls": 1930 + }, + { + "lid": "A=1@O=Berlin-Rummelsburg (Rgbo) (BRGBO)@X=13520244@Y=52483430@U=80@L=9900463@", + "type": "S", + "name": "Berlin-Rummelsburg (Rgbo) (BRGBO)", + "extId": "9900463", + "state": "F", + "crd": { + "x": 13520244, + "y": 52483430, + "z": 0, + "type": "WGS84" + }, + "pCls": 1803 + }, + { + "lid": "A=1@O=Berlin-Köpenick (BKP)@X=13579797@Y=52458620@U=80@L=9900375@", + "type": "S", + "name": "Berlin-Köpenick (BKP)", + "extId": "9900375", + "state": "F", + "crd": { + "x": 13579797, + "y": 52458620, + "z": 0, + "type": "WGS84" + }, + "pCls": 1930 + }, + { + "lid": "A=1@O=Berlin-Marienfelde (BMF)@X=13374978@Y=52423634@U=80@L=8089074@", + "type": "S", + "name": "Berlin-Marienfelde (BMF)", + "extId": "8089074", + "state": "F", + "crd": { + "x": 13374978, + "y": 52423634, + "z": 0, + "type": "WGS84" + }, + "pCls": 1040 + }, + { + "lid": "A=1@O=Mahlow (BMAH)@X=13408022@Y=52360143@U=80@L=8080970@", + "type": "S", + "name": "Mahlow (BMAH)", + "extId": "8080970", + "state": "F", + "crd": { + "x": 13408022, + "y": 52360143, + "z": 0, + "type": "WGS84" + }, + "pCls": 16 + }, + { + "lid": "A=1@O=Glasower Damm Nord (BAG N)@X=13409299@Y=52356943@U=80@L=9900248@", + "type": "S", + "name": "Glasower Damm Nord (BAG N)", + "extId": "9900248", + "state": "F", + "crd": { + "x": 13409299, + "y": 52356943, + "z": 0, + "type": "WGS84" + }, + "pCls": 0 + }, + { + "lid": "A=1@O=Glasower Damm Süd (BAG S)@X=13415025@Y=52340259@U=80@L=9900250@", + "type": "S", + "name": "Glasower Damm Süd (BAG S)", + "extId": "9900250", + "state": "F", + "crd": { + "x": 13415025, + "y": 52340259, + "z": 0, + "type": "WGS84" + }, + "pCls": 1931 + }, + { + "lid": "A=1@O=Brieselang (BBRI)@X=12999975@Y=52582922@U=80@L=8013472@", + "type": "S", + "name": "Brieselang (BBRI)", + "extId": "8013472", + "state": "F", + "crd": { + "x": 12999975, + "y": 52582922, + "z": 0, + "type": "WGS84" + }, + "pCls": 1931 + }, + { + "lid": "A=1@O=Nauen (BNAU)@X=12885596@Y=52612722@U=80@L=8010239@", + "type": "S", + "name": "Nauen (BNAU)", + "extId": "8010239", + "state": "F", + "crd": { + "x": 12885596, + "y": 52612722, + "z": 0, + "type": "WGS84" + }, + "pCls": 1931 + }, + { + "lid": "A=1@O=Berlin Flughafen BER (S-Bahn) (BFBB)@X=13508800@Y=52364386@U=80@L=8089201@", + "type": "S", + "name": "Berlin Flughafen BER (S-Bahn) (BFBB)", + "extId": "8089201", + "state": "F", + "crd": { + "x": 13508800, + "y": 52364386, + "z": 0, + "type": "WGS84" + }, + "pCls": 0 + }, + { + "lid": "A=1@O=Schönefeld (S-Bahn) (BFLH)@X=13509052@Y=52389286@U=80@L=9900319@", + "type": "S", + "name": "Schönefeld (S-Bahn) (BFLH)", + "extId": "9900319", + "state": "F", + "crd": { + "x": 13509052, + "y": 52389286, + "z": 0, + "type": "WGS84" + }, + "pCls": 16 + }, + { + "lid": "A=1@O=Berlin-Karow West S-Bahn (BAKS)@X=13449966@Y=52613998@U=80@L=9900254@", + "type": "S", + "name": "Berlin-Karow West S-Bahn (BAKS)", + "extId": "9900254", + "state": "F", + "crd": { + "x": 13449966, + "y": 52613998, + "z": 0, + "type": "WGS84" + }, + "pCls": 16 + }, + { + "lid": "A=1@O=Berlin-Karow West (BAKW)@X=13450856@Y=52613531@U=80@L=9900255@", + "type": "S", + "name": "Berlin-Karow West (BAKW)", + "extId": "9900255", + "state": "F", + "crd": { + "x": 13450856, + "y": 52613531, + "z": 0, + "type": "WGS84" + }, + "pCls": 1931 + }, + { + "lid": "A=1@O=Berlin-Karow West BE/BB 6009 (BQAKS)@X=13408885@Y=52642827@U=80@L=9900426@", + "type": "S", + "name": "Berlin-Karow West BE/BB 6009 (BQAKS)", + "extId": "9900426", + "state": "F", + "crd": { + "x": 13408885, + "y": 52642827, + "z": 0, + "type": "WGS84" + }, + "pCls": 16 + }, + { + "lid": "A=1@O=Schönerlinde Fließ (BFL)@X=13401982@Y=52647123@U=80@L=9900318@", + "type": "S", + "name": "Schönerlinde Fließ (BFL)", + "extId": "9900318", + "state": "F", + "crd": { + "x": 13401982, + "y": 52647123, + "z": 0, + "type": "WGS84" + }, + "pCls": 0 + }, + { + "lid": "A=1@O=Berlin-Karow West BE/BB 6087 (BQAK)@X=13408984@Y=52642908@U=80@L=9900425@", + "type": "S", + "name": "Berlin-Karow West BE/BB 6087 (BQAK)", + "extId": "9900425", + "state": "F", + "crd": { + "x": 13408984, + "y": 52642908, + "z": 0, + "type": "WGS84" + }, + "pCls": 0 + }, + { + "lid": "A=1@O=Schönfließ (BSFL)@X=13340325@Y=52664868@U=80@L=9900482@", + "type": "S", + "name": "Schönfließ (BSFL)", + "extId": "9900482", + "state": "F", + "crd": { + "x": 13340325, + "y": 52664868, + "z": 0, + "type": "WGS84" + }, + "pCls": 1931 + }, + { + "lid": "A=1@O=Berlin-Rummelsburg (BRGB)@X=13509295@Y=52488644@U=80@L=9900460@", + "type": "S", + "name": "Berlin-Rummelsburg (BRGB)", + "extId": "9900460", + "state": "F", + "crd": { + "x": 13509295, + "y": 52488644, + "z": 0, + "type": "WGS84" + }, + "pCls": 0 + }, + { + "lid": "A=1@O=Berlin-Rummelsburg (Triebzuganlage) (BRGBT)@X=13504692@Y=52489614@U=80@L=9900465@", + "type": "S", + "name": "Berlin-Rummelsburg (Triebzuganlage) (BRGBT)", + "extId": "9900465", + "state": "F", + "crd": { + "x": 13504692, + "y": 52489614, + "z": 0, + "type": "WGS84" + }, + "pCls": 1027 + }, + { + "lid": "A=1@O=Paulinenaue Ost (WPAUO)@X=12741652@Y=52664778@U=80@L=9903542@", + "type": "S", + "name": "Paulinenaue Ost (WPAUO)", + "extId": "9903542", + "state": "F", + "crd": { + "x": 12741652, + "y": 52664778, + "z": 0, + "type": "WGS84" + }, + "pCls": 1931 + }, + { + "lid": "A=1@O=Berlin Hamb u Lehrt Bf (BHUL)@X=13366474@Y=52529994@U=80@L=9900366@", + "type": "S", + "name": "Berlin Hamb u Lehrt Bf (BHUL)", + "extId": "9900366", + "state": "F", + "crd": { + "x": 13366474, + "y": 52529994, + "z": 0, + "type": "WGS84" + }, + "pCls": 1416 + } + ], + "prodL": [], + "polyL": [], + "layerL": [], + "crdSysL": [], + "opL": [], + "remL": [ + { + "type": "M", + "code": "isFreetext", + "txtN": "true" + }, + { + "type": "M", + "code": "dbnetz_subcategory1stLevel", + "txtN": "sonstige Arbeiten" + }, + { + "type": "M", + "code": "dbnetz_effect", + "txtN": "Streckenruhe" + }, + { + "type": "M", + "code": "dbnetz_effectId", + "txtN": "30" + }, + { + "type": "M", + "code": "dbnetz_additionalEffects", + "txtN": "" + }, + { + "type": "M", + "code": "dbnetz_subcategory2ndLevel", + "txtN": "" + }, + { + "type": "M", + "code": "externalId", + "txtN": "RUHE000000000075" + }, + { + "type": "M", + "code": "dbnetz_category", + "txtN": "Streckenruhe" + }, + { + "type": "M", + "code": "prognosis", + "txtN": "false" + }, + { + "type": "M", + "code": "dbnetz_subcategory1stLevel", + "txtN": "Weichenerneuerung" + }, + { + "type": "M", + "code": "dbnetz_effect", + "txtN": "Fahren auf dem Gegengleis mit Zs 6" + }, + { + "type": "M", + "code": "dbnetz_effectId", + "txtN": "3" + }, + { + "type": "M", + "code": "externalId", + "txtN": "1FE725FF18149.01" + }, + { + "type": "M", + "code": "dbnetz_category", + "txtN": "Baumaßnahme" + }, + { + "type": "M", + "code": "dbnetz_effect", + "txtN": "Totalsperrung" + }, + { + "type": "M", + "code": "dbnetz_effectId", + "txtN": "31" + }, + { + "type": "M", + "code": "externalId", + "txtN": "1FE725FF18149.02" + }, + { + "type": "M", + "code": "dbnetz_effect", + "txtN": "Abweichung vom Fahrplan für Zugmeldestellen" + }, + { + "type": "M", + "code": "dbnetz_effectId", + "txtN": "2" + }, + { + "type": "M", + "code": "externalId", + "txtN": "1FE725FF18149.03" + }, + { + "type": "M", + "code": "dbnetz_subcategory1stLevel", + "txtN": "Arbeiten an Brücken und Durchlässen" + }, + { + "type": "M", + "code": "externalId", + "txtN": "1FE14D1CBB61D.01" + }, + { + "type": "M", + "code": "dbnetz_effect", + "txtN": "Sonstiges" + }, + { + "type": "M", + "code": "dbnetz_effectId", + "txtN": "7" + }, + { + "type": "M", + "code": "externalId", + "txtN": "1FE14D1CBB61D.02" + }, + { + "type": "M", + "code": "externalId", + "txtN": "1FF13EA42857D.01" + }, + { + "type": "M", + "code": "externalId", + "txtN": "1FE723554FF29.01" + }, + { + "type": "M", + "code": "dbnetz_subcategory1stLevel", + "txtN": "Arbeiten an LST- und TK-Anlagen" + }, + { + "type": "M", + "code": "externalId", + "txtN": "1FE1B70166BAA.01" + }, + { + "type": "M", + "code": "externalId", + "txtN": "1FE71873A12E9.01" + }, + { + "type": "M", + "code": "externalId", + "txtN": "1FE7547BB7785.01" + }, + { + "type": "M", + "code": "externalId", + "txtN": "1FE754C864605.01" + }, + { + "type": "M", + "code": "dbnetz_subcategory1stLevel", + "txtN": "Gleisbauarbeiten" + }, + { + "type": "M", + "code": "externalId", + "txtN": "200A358D5F565.01" + }, + { + "type": "M", + "code": "externalId", + "txtN": "200A358D5F565.03" + }, + { + "type": "M", + "code": "externalId", + "txtN": "203139C62D170.02" + }, + { + "type": "M", + "code": "externalId", + "txtN": "1FE9F12054209.01" + }, + { + "type": "M", + "code": "externalId", + "txtN": "1FE87F02E0C09.01" + }, + { + "type": "M", + "code": "externalId", + "txtN": "1FE71E89EEF69.01" + }, + { + "type": "M", + "code": "externalId", + "txtN": "1FE71E89EEF69.02" + }, + { + "type": "M", + "code": "externalId", + "txtN": "20AEE80FBC982.01" + }, + { + "type": "M", + "code": "externalId", + "txtN": "2078A2D04EDA9.01" + }, + { + "type": "M", + "code": "externalId", + "txtN": "2078A2D04EDA9.02" + }, + { + "type": "M", + "code": "externalId", + "txtN": "2044ABD5E83E2.01" + }, + { + "type": "M", + "code": "externalId", + "txtN": "2044A28A03502.01" + }, + { + "type": "M", + "code": "externalId", + "txtN": "2044A28A03502.02" + }, + { + "type": "M", + "code": "externalId", + "txtN": "2044A28A03502.03" + }, + { + "type": "M", + "code": "externalId", + "txtN": "1FE2DA9E2CE65.01" + }, + { + "type": "M", + "code": "externalId", + "txtN": "200A1E2E4E4C5.01" + }, + { + "type": "M", + "code": "externalId", + "txtN": "1FE2B8891ABC5.01" + }, + { + "type": "M", + "code": "isFreetext", + "txtN": "false" + }, + { + "type": "M", + "code": "dbnetz_subcategory1stLevel", + "txtN": "Störung am Fahrweg" + }, + { + "type": "M", + "code": "dbnetz_effects", + "txtN": "[{"products":"P11000000000000","effectId":1,"texts":{"DE":{"lang":"DE","trafficTypeCode":"SPFV","effect":"Ausfall","additionalEffects":[]}}},{"products":"P00011000000000","effectId":1,"texts":{"DE":{"lang":"DE","trafficTypeCode":"SPNV","effect":"Ausfall","additionalEffects":[]}}},{"products":"P00000001111000","effectId":1,"texts":{"DE":{"lang":"DE","trafficTypeCode":"SGV","effect":"Ausfall","additionalEffects":[]}}}]" + }, + { + "type": "M", + "code": "dbnetz_subcategory2ndLevel", + "txtN": "Schienenbruch" + }, + { + "type": "M", + "code": "dbnetz_category", + "txtN": "Störung" + }, + { + "type": "M", + "code": "dbnetz_prognosis", + "txtN": "true" + } + ], + "himL": [ + { + "hid": "HIM_FREETEXT_200180", + "act": true, + "head": "Fdl Stellwerk Snl", + "text": "Fdl Stellwerk Snl", + "icoX": 0, + "prio": 25, + "prod": 65535, + "lModDate": "20200115", + "lModTime": "024845", + "sDate": "20201212", + "sTime": "000000", + "eDate": "20201213", + "eTime": "000000", + "cat": 2, + "pubChL": [ + { + "name": "1", + "fDate": "20200115", + "fTime": "024800", + "tDate": "20200404", + "tTime": "000000" + } + ], + "rRefL": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8 + ], + "edgeRefL": [ + 0 + ], + "eventRefL": [ + 0, + 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, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81 + ] + }, + { + "hid": "HIM_FREETEXT_437870", + "act": true, + "head": "Gleiswechselbetrieb", + "text": "Weicheneinbau NKK // Neubau Gl11 F-Bahn+ W901+903+908 // 59047 Po1 in Bln-Karow", + "icoX": 1, + "prio": 65, + "prod": 65535, + "lModDate": "20191026", + "lModTime": "040906", + "sDate": "20191215", + "sTime": "000000", + "eDate": "20200313", + "eTime": "040000", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200313", + "tTime": "040000" + } + ], + "rRefL": [ + 0, + 9, + 10, + 11, + 4, + 5, + 12, + 13, + 8 + ], + "edgeRefL": [ + 1, + 2 + ], + "eventRefL": [ + 82 + ] + }, + { + "hid": "HIM_FREETEXT_437871", + "act": true, + "head": "Streckensperrung", + "text": "Weicheneinbau NKK // Neubau Gl11 F-Bahn+ W901+903+908 // 59047 Po1 in Bln-Karow", + "icoX": 2, + "prio": 24, + "prod": 65535, + "lModDate": "20191026", + "lModTime": "040907", + "sDate": "20191215", + "sTime": "000000", + "eDate": "20200313", + "eTime": "040000", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200313", + "tTime": "040000" + } + ], + "rRefL": [ + 0, + 9, + 14, + 15, + 4, + 5, + 16, + 13, + 8 + ], + "edgeRefL": [ + 1, + 3, + 4 + ], + "eventRefL": [ + 83 + ] + }, + { + "hid": "HIM_FREETEXT_437872", + "act": true, + "head": "Abweichung Fpl f Zmst", + "text": "Weicheneinbau NKK // Neubau Gl11 F-Bahn+ W901+903+908 // 59047 Po1 in Bln-Karow", + "icoX": 3, + "prio": 80, + "prod": 65535, + "lModDate": "20191026", + "lModTime": "040908", + "sDate": "20191215", + "sTime": "000000", + "eDate": "20200313", + "eTime": "040000", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200313", + "tTime": "040000" + } + ], + "rRefL": [ + 0, + 9, + 17, + 18, + 4, + 5, + 19, + 13, + 8 + ], + "edgeRefL": [ + 5 + ], + "eventRefL": [ + 84 + ] + }, + { + "hid": "HIM_FREETEXT_437873", + "act": true, + "head": "Gleiswechselbetrieb vorübergeh.", + "text": "Brückenarbeiten Grundsperrung Nb SÜ Rhinstraßenbrücke in Biesdf Kr West Abzw", + "icoX": 1, + "prio": 65, + "prod": 65535, + "lModDate": "20191214", + "lModTime": "025642", + "sDate": "20191215", + "sTime": "000000", + "eDate": "20200331", + "eTime": "235900", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200331", + "tTime": "235900" + } + ], + "rRefL": [ + 0, + 20, + 10, + 11, + 4, + 5, + 21, + 13, + 8 + ], + "edgeRefL": [ + 6 + ], + "eventRefL": [ + 85 + ] + }, + { + "hid": "HIM_FREETEXT_437874", + "act": true, + "head": "Einschränkung Lü im Nachbargleis", + "text": "Brückenarbeiten Grundsperrung Nb SÜ Rhinstraßenbrücke in Biesdf Kr West Abzw", + "icoX": 4, + "prio": 70, + "prod": 65535, + "lModDate": "20191214", + "lModTime": "025642", + "sDate": "20191215", + "sTime": "000000", + "eDate": "20200331", + "eTime": "235900", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200331", + "tTime": "235900" + } + ], + "rRefL": [ + 0, + 20, + 22, + 23, + 4, + 5, + 24, + 13, + 8 + ], + "edgeRefL": [ + 6 + ], + "eventRefL": [ + 86 + ] + }, + { + "hid": "HIM_FREETEXT_437876", + "act": true, + "head": "Abweichung Fpl f Zmst", + "text": "sonstige Arbeiten PT , Grundsperrung aus 2019 in Bln-Schönew Pbf", + "icoX": 3, + "prio": 80, + "prod": 65535, + "lModDate": "20191207", + "lModTime": "030508", + "sDate": "20191215", + "sTime": "000000", + "eDate": "20200527", + "eTime": "040000", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200404", + "tTime": "000000" + } + ], + "rRefL": [ + 0, + 1, + 17, + 18, + 4, + 5, + 25, + 13, + 8 + ], + "edgeRefL": [ + 7 + ], + "eventRefL": [ + 87 + ] + }, + { + "hid": "HIM_FREETEXT_437877", + "act": true, + "head": "Abweichung Fpl f Zmst", + "text": "Brückenarbeiten NKK // BKAR S-Bahn BrüArb Pankgrafenstraße Gl11 nicht nutzbar / 59047 Po 2.1 in Bln-Karow", + "icoX": 3, + "prio": 80, + "prod": 65535, + "lModDate": "20191026", + "lModTime": "040908", + "sDate": "20191215", + "sTime": "000000", + "eDate": "20200529", + "eTime": "040000", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200404", + "tTime": "000000" + } + ], + "rRefL": [ + 0, + 20, + 17, + 18, + 4, + 5, + 26, + 13, + 8 + ], + "edgeRefL": [ + 5 + ], + "eventRefL": [ + 88 + ] + }, + { + "hid": "HIM_FREETEXT_437878", + "act": true, + "head": "Einschränkung Lü im Nachbargleis", + "text": "Arbeiten an LST-Anlagen Arbeiten an ESTW in Bln-Köpenick", + "icoX": 4, + "prio": 70, + "prod": 65535, + "lModDate": "20191012", + "lModTime": "064801", + "sDate": "20191215", + "sTime": "000000", + "eDate": "20200828", + "eTime": "040000", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200404", + "tTime": "000000" + } + ], + "rRefL": [ + 0, + 27, + 22, + 23, + 4, + 5, + 28, + 13, + 8 + ], + "edgeRefL": [ + 8, + 9, + 10, + 11, + 12, + 13, + 14 + ], + "eventRefL": [ + 89 + ] + }, + { + "hid": "HIM_FREETEXT_437884", + "act": true, + "head": "Abweichung Fpl f Zmst BBKB Gl9+11 Baulogistik", + "text": "sonstige Arbeiten NKK / BBKB Gl9+11 Baulogistik / 59047 Po 3 in Bln-Blankenburg", + "icoX": 3, + "prio": 80, + "prod": 65535, + "lModDate": "20191026", + "lModTime": "040909", + "sDate": "20191215", + "sTime": "000000", + "eDate": "20201212", + "eTime": "235900", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200404", + "tTime": "000000" + } + ], + "rRefL": [ + 0, + 1, + 17, + 18, + 4, + 5, + 29, + 13, + 8 + ], + "edgeRefL": [ + 15 + ], + "eventRefL": [ + 90 + ] + }, + { + "hid": "HIM_FREETEXT_437885", + "act": true, + "head": "Abweichung Fpl f Zmst Logistik, APS betroffen", + "text": "sonstige Arbeiten Dresdner Bahn, Logistik f S-B in Bln-Marienfelde", + "icoX": 3, + "prio": 80, + "prod": 65535, + "lModDate": "20191012", + "lModTime": "064808", + "sDate": "20191215", + "sTime": "000100", + "eDate": "20201212", + "eTime": "235900", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200404", + "tTime": "000000" + } + ], + "rRefL": [ + 0, + 1, + 17, + 18, + 4, + 5, + 30, + 13, + 8 + ], + "edgeRefL": [ + 16 + ], + "eventRefL": [ + 91 + ] + }, + { + "hid": "HIM_FREETEXT_437886", + "act": true, + "head": "Streckensperrung", + "text": "Brückenarbeiten EÜ Krbw Glasower Damm", + "icoX": 2, + "prio": 24, + "prod": 65535, + "lModDate": "20191012", + "lModTime": "064809", + "sDate": "20191215", + "sTime": "000100", + "eDate": "20201212", + "eTime": "235900", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200404", + "tTime": "000000" + } + ], + "rRefL": [ + 0, + 20, + 14, + 15, + 4, + 5, + 31, + 13, + 8 + ], + "edgeRefL": [ + 17, + 18 + ], + "eventRefL": [ + 92 + ] + }, + { + "hid": "HIM_FREETEXT_445356", + "act": true, + "head": "Abweichung Fpl f Zmst X GRi", + "text": "Schienenerneuerung Brieselang - Nauen km 31,100 - 34,382", + "icoX": 3, + "prio": 80, + "prod": 65535, + "lModDate": "20191130", + "lModTime": "031605", + "sDate": "20200112", + "sTime": "060000", + "eDate": "20200120", + "eTime": "060000", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200120", + "tTime": "060000" + } + ], + "rRefL": [ + 0, + 32, + 17, + 18, + 4, + 5, + 33, + 13, + 8 + ], + "edgeRefL": [ + 19 + ], + "eventRefL": [ + 93 + ] + }, + { + "hid": "HIM_FREETEXT_445357", + "act": true, + "head": "Gleiswechselbetrieb", + "text": "Schienenerneuerung Brieselang - Nauen km 31,100 - 34,382", + "icoX": 1, + "prio": 65, + "prod": 65535, + "lModDate": "20191130", + "lModTime": "031606", + "sDate": "20200112", + "sTime": "060000", + "eDate": "20200120", + "eTime": "060000", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200120", + "tTime": "060000" + } + ], + "rRefL": [ + 0, + 32, + 10, + 11, + 4, + 5, + 34, + 13, + 8 + ], + "edgeRefL": [ + 20 + ], + "eventRefL": [ + 94 + ] + }, + { + "hid": "HIM_FREETEXT_447858", + "act": true, + "head": "Einschränkung der Streckenklasse Ausfall Belüftungsfahrten BFBB", + "text": "Arbeiten an LST-Anlagen Bv ZBS S9, Bauvorbereitung, Vermessung, Kabellegung, Balisenmontage, Rückbau Fahrsperren BFLH-BFBB", + "icoX": 4, + "prio": 70, + "prod": 65535, + "lModDate": "20191026", + "lModTime": "040916", + "sDate": "20191215", + "sTime": "000000", + "eDate": "20200122", + "eTime": "040000", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200122", + "tTime": "040000" + } + ], + "rRefL": [ + 0, + 27, + 22, + 23, + 5, + 4, + 35, + 13, + 8 + ], + "edgeRefL": [ + 21 + ], + "eventRefL": [ + 95 + ] + }, + { + "hid": "HIM_FREETEXT_447859", + "act": true, + "head": "Einschränkung Lü im Nachbargleis Ausschluss C+D + bea Bemerk.", + "text": "sonstige Arbeiten NKK // BKAR-BBKB LÜ Ausschluss C+D feste Absperrung/ Aufbau zweites Gleis //", + "icoX": 4, + "prio": 70, + "prod": 65535, + "lModDate": "20191026", + "lModTime": "040916", + "sDate": "20191215", + "sTime": "000000", + "eDate": "20200313", + "eTime": "040000", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200313", + "tTime": "040000" + } + ], + "rRefL": [ + 0, + 1, + 22, + 23, + 5, + 4, + 36, + 13, + 8 + ], + "edgeRefL": [ + 1, + 2 + ], + "eventRefL": [ + 96 + ] + }, + { + "hid": "HIM_FREETEXT_447860", + "act": true, + "head": "Einschränkung Lü im Nachbargleis Ausschluss LÜ D bea Bemerk", + "text": "Brückenarbeiten BAB 114 BAKW-BSFL Ausschluss LÜ D - Feste Absperrung", + "icoX": 4, + "prio": 70, + "prod": 65535, + "lModDate": "20191026", + "lModTime": "040917", + "sDate": "20191215", + "sTime": "000000", + "eDate": "20200515", + "eTime": "223000", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200404", + "tTime": "000000" + } + ], + "rRefL": [ + 0, + 20, + 22, + 23, + 5, + 4, + 37, + 13, + 8 + ], + "edgeRefL": [ + 22, + 23, + 24, + 25 + ], + "eventRefL": [ + 97 + ] + }, + { + "hid": "HIM_FREETEXT_447861", + "act": true, + "head": "Abweichung Fpl f Zmst", + "text": "Brückenarbeiten NKK// BKAR S-Bahn BrüArb Pankgrafenstraße - BKAR nur Gl101 für die NEB nutzbar / 59047 Po 2.2 in Bln-Karow S-B Bft", + "icoX": 3, + "prio": 80, + "prod": 65535, + "lModDate": "20191026", + "lModTime": "040918", + "sDate": "20191215", + "sTime": "000000", + "eDate": "20200529", + "eTime": "040000", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200404", + "tTime": "000000" + } + ], + "rRefL": [ + 0, + 20, + 17, + 18, + 5, + 4, + 38, + 13, + 8 + ], + "edgeRefL": [ + 5 + ], + "eventRefL": [ + 98 + ] + }, + { + "hid": "HIM_FREETEXT_447862", + "act": true, + "head": "Abweichung Fpl f Zmst BKRW - NEB nur nach Gl101", + "text": "Brückenarbeiten NKK// BKAR S-Bahn BrüArb Pankgrafenstraße - BKAR nur Gl101 für die NEB nutzbar / 59047 Po 2.2 in Bln-Karow S-B Bft", + "icoX": 3, + "prio": 80, + "prod": 65535, + "lModDate": "20191026", + "lModTime": "040919", + "sDate": "20191215", + "sTime": "000000", + "eDate": "20200529", + "eTime": "040000", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200404", + "tTime": "000000" + } + ], + "rRefL": [ + 0, + 20, + 17, + 18, + 5, + 4, + 39, + 13, + 8 + ], + "edgeRefL": [ + 5 + ], + "eventRefL": [ + 99 + ] + }, + { + "hid": "HIM_FREETEXT_447863", + "act": true, + "head": "Streckensperrung für Umleitungs+Sonderverkehre", + "text": "sonstige Arbeiten Ausbau BRBT für ICE4-Rückbau, eingeschränkte Verfügbarkeit für F BRGBT-BRGBO in Bln-Rummels Tanl Bft", + "icoX": 2, + "prio": 24, + "prod": 65535, + "lModDate": "20191123", + "lModTime": "030300", + "sDate": "20191215", + "sTime": "000000", + "eDate": "20200531", + "eTime": "235900", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200404", + "tTime": "000000" + } + ], + "rRefL": [ + 0, + 1, + 14, + 15, + 4, + 5, + 40, + 13, + 8 + ], + "edgeRefL": [ + 26, + 27 + ], + "eventRefL": [ + 100 + ] + }, + { + "hid": "HIM_FREETEXT_447864", + "act": true, + "head": "Einschränkung Lü im Nachbargleis Ausschluss C+D", + "text": "Brückenarbeiten NKK LÜ Ausschluss während Bauzustand in Bln-Karow", + "icoX": 4, + "prio": 70, + "prod": 65535, + "lModDate": "20191026", + "lModTime": "040920", + "sDate": "20191215", + "sTime": "000000", + "eDate": "20201212", + "eTime": "235900", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200404", + "tTime": "000000" + } + ], + "rRefL": [ + 0, + 20, + 22, + 23, + 5, + 4, + 41, + 13, + 8 + ], + "edgeRefL": [ + 5 + ], + "eventRefL": [ + 101 + ] + }, + { + "hid": "HIM_FREETEXT_447865", + "act": true, + "head": "Einschränkung Lü im Nachbargleis Ausschluss C+D", + "text": "Brückenarbeiten NKK LÜ Ausschluss während Bauzustand in Bln-Karow", + "icoX": 4, + "prio": 70, + "prod": 65535, + "lModDate": "20191026", + "lModTime": "040921", + "sDate": "20191215", + "sTime": "000000", + "eDate": "20201212", + "eTime": "235900", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200404", + "tTime": "000000" + } + ], + "rRefL": [ + 0, + 20, + 22, + 23, + 5, + 4, + 42, + 13, + 8 + ], + "edgeRefL": [ + 5 + ], + "eventRefL": [ + 102 + ] + }, + { + "hid": "HIM_FREETEXT_447866", + "act": true, + "head": "Abweichung Fpl f Zmst", + "text": "sonstige Arbeiten lfd. Nr. 5-10_Ausbau BRBT für ICE4_Fpl2020, Fahrzeughallenverlängerung Gl. 551ost -555ost, 561, W 05W586+05W587 in Rechstlage und W 05W584 +05W582 in Linkslage verschlossen in Bln-Rummels Tanl Bft", + "icoX": 3, + "prio": 80, + "prod": 65535, + "lModDate": "20191214", + "lModTime": "025713", + "sDate": "20191215", + "sTime": "000000", + "eDate": "20201212", + "eTime": "235900", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200404", + "tTime": "000000" + } + ], + "rRefL": [ + 0, + 1, + 17, + 18, + 4, + 5, + 43, + 13, + 8 + ], + "edgeRefL": [ + 28 + ], + "eventRefL": [ + 103 + ] + }, + { + "hid": "HIM_FREETEXT_447867", + "act": true, + "head": "Abweichung Fpl f Zmst", + "text": "sonstige Arbeiten lfd. Nr. 1-5_Ausbau BRBT für ICE4_Fpl2020, Hochbau/Neubau ORT Halle Gl. 704, Gl. 794-797 in Bln-Rummels Tanl Bft", + "icoX": 3, + "prio": 80, + "prod": 65535, + "lModDate": "20191214", + "lModTime": "025714", + "sDate": "20191215", + "sTime": "000000", + "eDate": "20201212", + "eTime": "235900", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200404", + "tTime": "000000" + } + ], + "rRefL": [ + 0, + 1, + 17, + 18, + 4, + 5, + 44, + 13, + 8 + ], + "edgeRefL": [ + 28 + ], + "eventRefL": [ + 104 + ] + }, + { + "hid": "HIM_FREETEXT_447868", + "act": true, + "head": "Abweichung Fpl f Zmst", + "text": "sonstige Arbeiten lfd. Nr. 1-5_Ausbau BRBT für ICE4_Fpl2020, Hochbau/Neubau ORT Halle Gl. 704, Gl. 794-797 in Bln-Rummels Tanl Bft", + "icoX": 3, + "prio": 80, + "prod": 65535, + "lModDate": "20191214", + "lModTime": "025715", + "sDate": "20191215", + "sTime": "000000", + "eDate": "20201212", + "eTime": "235900", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200404", + "tTime": "000000" + } + ], + "rRefL": [ + 0, + 1, + 17, + 18, + 4, + 5, + 45, + 13, + 8 + ], + "edgeRefL": [ + 28 + ], + "eventRefL": [ + 105 + ] + }, + { + "hid": "HIM_FREETEXT_447869", + "act": true, + "head": "Abweichung Fpl f Zmst", + "text": "sonstige Arbeiten lfd. Nr. 1-5_Ausbau BRBT für ICE4_Fpl2020, Hochbau/Neubau ORT Halle Gl. 704, Gl. 794-797 in Bln-Rummels Tanl Bft", + "icoX": 3, + "prio": 80, + "prod": 65535, + "lModDate": "20191214", + "lModTime": "025715", + "sDate": "20191215", + "sTime": "000000", + "eDate": "20201212", + "eTime": "235900", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200404", + "tTime": "000000" + } + ], + "rRefL": [ + 0, + 1, + 17, + 18, + 4, + 5, + 46, + 13, + 8 + ], + "edgeRefL": [ + 28 + ], + "eventRefL": [ + 106 + ] + }, + { + "hid": "HIM_FREETEXT_447870", + "act": true, + "head": "Abweichung Fpl f Zmst", + "text": "sonstige Arbeiten Dresdner Bahn, Logistik f S-B in Bln-Marienfelde", + "icoX": 3, + "prio": 80, + "prod": 65535, + "lModDate": "20191026", + "lModTime": "040924", + "sDate": "20191215", + "sTime": "000100", + "eDate": "20201212", + "eTime": "235900", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200404", + "tTime": "000000" + } + ], + "rRefL": [ + 0, + 1, + 17, + 18, + 5, + 4, + 47, + 13, + 8 + ], + "edgeRefL": [ + 16 + ], + "eventRefL": [ + 107 + ] + }, + { + "hid": "HIM_FREETEXT_449606", + "act": true, + "head": "Einschränkung Lü im Nachbargleis", + "text": "Schienenerneuerung BBRI-WPAU Einschr LÜ für SiE", + "icoX": 4, + "prio": 70, + "prod": 65535, + "lModDate": "20191116", + "lModTime": "033811", + "sDate": "20200102", + "sTime": "090000", + "eDate": "20200201", + "eTime": "160000", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200201", + "tTime": "160000" + } + ], + "rRefL": [ + 0, + 32, + 22, + 23, + 4, + 5, + 48, + 13, + 8 + ], + "edgeRefL": [ + 20 + ], + "eventRefL": [ + 108 + ] + }, + { + "hid": "HIM_FREETEXT_455945", + "act": true, + "head": "Abweichung Fpl f Zmst", + "text": "sonstige Arbeiten Anm. 58127, lfd. Nr.2, S-21 diverse Arbeiten, Hr. Hänsel, 12.11.2018 in Bln Hamb u Lehrt", + "icoX": 3, + "prio": 80, + "prod": 65535, + "lModDate": "20191130", + "lModTime": "032421", + "sDate": "20200113", + "sTime": "080000", + "eDate": "20201211", + "eTime": "160000", + "cat": 1, + "pubChL": [ + { + "name": "1", + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200404", + "tTime": "000000" + } + ], + "rRefL": [ + 0, + 1, + 17, + 18, + 5, + 4, + 49, + 13, + 8 + ], + "edgeRefL": [ + 29 + ], + "eventRefL": [ + 109 + ] + }, + { + "hid": "HIM_FREETEXT_461996", + "act": true, + "head": "Störung: Störung am Fahrweg - Schienenbruch", + "text": "Herzstückausbruch in der Weiche 3 in BAKW, keine Fahrten BAKW - BBKB möglich
am 15.01.20 ab 07.00 Uhr soll eine Befahrbahrkeit mit Hg 20km/h hergestellt werden.
Eine Prognose zur Auswechslung des Herzstückes kann derzeit nicht gegeben werden
Seit 15.01.20 um 11.30 Uhr Weiche mit Vmax = 20 km/h wieder befahrbar. Zugfahrten BBKB - BAKW mit Befehl.", + "icoX": 5, + "prio": 2, + "prod": 3, + "lModDate": "20200115", + "lModTime": "120652", + "sDate": "20200114", + "sTime": "114000", + "eDate": "20200118", + "eTime": "060000", + "cat": 0, + "pubChL": [ + { + "name": "1", + "fDate": "20200115", + "fTime": "120600", + "tDate": "20200119", + "tTime": "060000" + } + ], + "rRefL": [ + 50, + 51, + 52, + 53, + 54, + 55 + ], + "edgeRefL": [ + 30 + ], + "eventRefL": [ + 110 + ], + "impactL": [ + { + "products": 3, + "prodCode": "SPFV", + "impact": "Ausfall", + "icoX": 5, + "prio": 2 + }, + { + "products": 24, + "prodCode": "SPNV", + "impact": "Ausfall", + "icoX": 5, + "prio": 2 + }, + { + "products": 1920, + "prodCode": "SGV", + "impact": "Ausfall", + "icoX": 5, + "prio": 2 + } + ] + } + ], + "icoL": [ + { + "res": "HIM11013" + }, + { + "res": "HIM11203" + }, + { + "res": "HIM11012" + }, + { + "res": "HIM11307" + }, + { + "res": "HIM11216" + }, + { + "res": "HIM10011" + } + ], + "himMsgEdgeL": [ + { + "fLocX": 0, + "tLocX": 0, + "dir": 3, + "icoCrd": { + "x": 13381846, + "y": 52571272, + "type": "WGS84" + }, + "msgRefL": [ + 0 + ], + "icoX": 0 + }, + { + "fLocX": 1, + "tLocX": 2, + "dir": 2, + "icoCrd": { + "x": 13469014, + "y": 52614708, + "type": "WGS84" + }, + "msgRefL": [ + 1, + 2, + 15 + ], + "icoX": 2 + }, + { + "fLocX": 3, + "tLocX": 2, + "dir": 1, + "icoCrd": { + "x": 13457238, + "y": 52603984, + "type": "WGS84" + }, + "msgRefL": [ + 1, + 15 + ], + "icoX": 1 + }, + { + "fLocX": 4, + "tLocX": 5, + "dir": 1, + "icoCrd": { + "x": 13466443, + "y": 52601908, + "type": "WGS84" + }, + "msgRefL": [ + 2 + ], + "icoX": 2 + }, + { + "fLocX": 2, + "tLocX": 5, + "dir": 2, + "icoCrd": { + "x": 13463225, + "y": 52609450, + "type": "WGS84" + }, + "msgRefL": [ + 2 + ], + "icoX": 2 + }, + { + "fLocX": 1, + "tLocX": 1, + "dir": 3, + "icoCrd": { + "x": 13469131, + "y": 52614672, + "type": "WGS84" + }, + "msgRefL": [ + 3, + 7, + 17, + 18, + 20, + 21 + ], + "icoX": 4 + }, + { + "fLocX": 6, + "tLocX": 7, + "dir": 1, + "icoCrd": { + "x": 13506661, + "y": 52513858, + "type": "WGS84" + }, + "msgRefL": [ + 4, + 5 + ], + "icoX": 1 + }, + { + "fLocX": 8, + "tLocX": 8, + "dir": 3, + "icoCrd": { + "x": 13508773, + "y": 52455204, + "type": "WGS84" + }, + "msgRefL": [ + 6 + ], + "icoX": 3 + }, + { + "fLocX": 9, + "tLocX": 10, + "dir": 1, + "icoCrd": { + "x": 13527219, + "y": 52480365, + "type": "WGS84" + }, + "msgRefL": [ + 8 + ], + "icoX": 4 + }, + { + "fLocX": 9, + "tLocX": 11, + "dir": 2, + "icoCrd": { + "x": 13537081, + "y": 52476023, + "type": "WGS84" + }, + "msgRefL": [ + 8 + ], + "icoX": 4 + }, + { + "fLocX": 12, + "tLocX": 13, + "dir": 1, + "icoCrd": { + "x": 13553315, + "y": 52468876, + "type": "WGS84" + }, + "msgRefL": [ + 8 + ], + "icoX": 4 + }, + { + "fLocX": 12, + "tLocX": 14, + "dir": 2, + "icoCrd": { + "x": 13561351, + "y": 52465326, + "type": "WGS84" + }, + "msgRefL": [ + 8 + ], + "icoX": 4 + }, + { + "fLocX": 13, + "tLocX": 11, + "dir": 1, + "icoCrd": { + "x": 13548928, + "y": 52470809, + "type": "WGS84" + }, + "msgRefL": [ + 8 + ], + "icoX": 4 + }, + { + "fLocX": 10, + "tLocX": 15, + "dir": 1, + "icoCrd": { + "x": 13522878, + "y": 52482243, + "type": "WGS84" + }, + "msgRefL": [ + 8 + ], + "icoX": 4 + }, + { + "fLocX": 16, + "tLocX": 14, + "dir": 1, + "icoCrd": { + "x": 13573864, + "y": 52459959, + "type": "WGS84" + }, + "msgRefL": [ + 8 + ], + "icoX": 4 + }, + { + "fLocX": 3, + "tLocX": 3, + "dir": 3, + "icoCrd": { + "x": 13445552, + "y": 52593197, + "type": "WGS84" + }, + "msgRefL": [ + 9 + ], + "icoX": 3 + }, + { + "fLocX": 17, + "tLocX": 17, + "dir": 3, + "icoCrd": { + "x": 13374978, + "y": 52423634, + "type": "WGS84" + }, + "msgRefL": [ + 10, + 26 + ], + "icoX": 3 + }, + { + "fLocX": 18, + "tLocX": 19, + "dir": 1, + "icoCrd": { + "x": 13408697, + "y": 52358561, + "type": "WGS84" + }, + "msgRefL": [ + 11 + ], + "icoX": 2 + }, + { + "fLocX": 19, + "tLocX": 20, + "dir": 1, + "icoCrd": { + "x": 13412220, + "y": 52348610, + "type": "WGS84" + }, + "msgRefL": [ + 11 + ], + "icoX": 2 + }, + { + "fLocX": 21, + "tLocX": 21, + "dir": 3, + "icoCrd": { + "x": 12999975, + "y": 52582922, + "type": "WGS84" + }, + "msgRefL": [ + 12 + ], + "icoX": 3 + }, + { + "fLocX": 22, + "tLocX": 21, + "dir": 2, + "icoCrd": { + "x": 12942786, + "y": 52597800, + "type": "WGS84" + }, + "msgRefL": [ + 13, + 27 + ], + "icoX": 1 + }, + { + "fLocX": 23, + "tLocX": 24, + "dir": 2, + "icoCrd": { + "x": 13508926, + "y": 52376836, + "type": "WGS84" + }, + "msgRefL": [ + 14 + ], + "icoX": 4 + }, + { + "fLocX": 25, + "tLocX": 26, + "dir": 2, + "icoCrd": { + "x": 13450407, + "y": 52613764, + "type": "WGS84" + }, + "msgRefL": [ + 16 + ], + "icoX": 4 + }, + { + "fLocX": 25, + "tLocX": 27, + "dir": 1, + "icoCrd": { + "x": 13430010, + "y": 52628723, + "type": "WGS84" + }, + "msgRefL": [ + 16 + ], + "icoX": 4 + }, + { + "fLocX": 28, + "tLocX": 29, + "dir": 2, + "icoCrd": { + "x": 13405496, + "y": 52645011, + "type": "WGS84" + }, + "msgRefL": [ + 16 + ], + "icoX": 4 + }, + { + "fLocX": 29, + "tLocX": 27, + "dir": 2, + "icoCrd": { + "x": 13408912, + "y": 52642863, + "type": "WGS84" + }, + "msgRefL": [ + 16 + ], + "icoX": 4 + }, + { + "fLocX": 31, + "tLocX": 15, + "dir": 1, + "icoCrd": { + "x": 13514410, + "y": 52485983, + "type": "WGS84" + }, + "msgRefL": [ + 19 + ], + "icoX": 2 + }, + { + "fLocX": 31, + "tLocX": 32, + "dir": 2, + "icoCrd": { + "x": 13506985, + "y": 52489165, + "type": "WGS84" + }, + "msgRefL": [ + 19 + ], + "icoX": 2 + }, + { + "fLocX": 32, + "tLocX": 32, + "dir": 3, + "icoCrd": { + "x": 13504692, + "y": 52489614, + "type": "WGS84" + }, + "msgRefL": [ + 22, + 23, + 24, + 25 + ], + "icoX": 3 + }, + { + "fLocX": 34, + "tLocX": 34, + "dir": 3, + "icoCrd": { + "x": 13366474, + "y": 52529994, + "type": "WGS84" + }, + "msgRefL": [ + 28 + ], + "icoX": 3 + }, + { + "fLocX": 26, + "tLocX": 3, + "dir": 1, + "icoCrd": { + "x": 13456366, + "y": 52603283, + "type": "WGS84" + }, + "msgRefL": [ + 29 + ], + "icoX": 5 + } + ], + "himMsgEventL": [ + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200403", + "fTime": "000000", + "tDate": "20200403", + "tTime": "235900" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200402", + "fTime": "000000", + "tDate": "20200403", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200401", + "fTime": "000000", + "tDate": "20200402", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200331", + "fTime": "000000", + "tDate": "20200401", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200330", + "fTime": "000000", + "tDate": "20200331", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200329", + "fTime": "000000", + "tDate": "20200330", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200328", + "fTime": "000000", + "tDate": "20200329", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200327", + "fTime": "000000", + "tDate": "20200328", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200326", + "fTime": "000000", + "tDate": "20200327", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200325", + "fTime": "000000", + "tDate": "20200326", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200324", + "fTime": "000000", + "tDate": "20200325", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200323", + "fTime": "000000", + "tDate": "20200324", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200322", + "fTime": "000000", + "tDate": "20200323", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200321", + "fTime": "000000", + "tDate": "20200322", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200320", + "fTime": "000000", + "tDate": "20200321", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200319", + "fTime": "000000", + "tDate": "20200320", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200318", + "fTime": "000000", + "tDate": "20200319", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200317", + "fTime": "000000", + "tDate": "20200318", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200316", + "fTime": "000000", + "tDate": "20200317", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200315", + "fTime": "000000", + "tDate": "20200316", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200314", + "fTime": "000000", + "tDate": "20200315", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200313", + "fTime": "000000", + "tDate": "20200314", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200312", + "fTime": "000000", + "tDate": "20200313", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200311", + "fTime": "000000", + "tDate": "20200312", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200310", + "fTime": "000000", + "tDate": "20200311", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200309", + "fTime": "000000", + "tDate": "20200310", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200308", + "fTime": "000000", + "tDate": "20200309", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200307", + "fTime": "000000", + "tDate": "20200308", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200306", + "fTime": "000000", + "tDate": "20200307", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200305", + "fTime": "000000", + "tDate": "20200306", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200304", + "fTime": "000000", + "tDate": "20200305", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200303", + "fTime": "000000", + "tDate": "20200304", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200302", + "fTime": "000000", + "tDate": "20200303", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200301", + "fTime": "000000", + "tDate": "20200302", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200229", + "fTime": "000000", + "tDate": "20200301", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200228", + "fTime": "000000", + "tDate": "20200229", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200227", + "fTime": "000000", + "tDate": "20200228", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200226", + "fTime": "000000", + "tDate": "20200227", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200225", + "fTime": "000000", + "tDate": "20200226", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200224", + "fTime": "000000", + "tDate": "20200225", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200223", + "fTime": "000000", + "tDate": "20200224", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200222", + "fTime": "000000", + "tDate": "20200223", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200221", + "fTime": "000000", + "tDate": "20200222", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200220", + "fTime": "000000", + "tDate": "20200221", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200219", + "fTime": "000000", + "tDate": "20200220", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200218", + "fTime": "000000", + "tDate": "20200219", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200217", + "fTime": "000000", + "tDate": "20200218", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200216", + "fTime": "000000", + "tDate": "20200217", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200215", + "fTime": "000000", + "tDate": "20200216", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200214", + "fTime": "000000", + "tDate": "20200215", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200213", + "fTime": "000000", + "tDate": "20200214", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200212", + "fTime": "000000", + "tDate": "20200213", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200211", + "fTime": "000000", + "tDate": "20200212", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200210", + "fTime": "000000", + "tDate": "20200211", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200209", + "fTime": "000000", + "tDate": "20200210", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200208", + "fTime": "000000", + "tDate": "20200209", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200207", + "fTime": "000000", + "tDate": "20200208", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200206", + "fTime": "000000", + "tDate": "20200207", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200205", + "fTime": "000000", + "tDate": "20200206", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200204", + "fTime": "000000", + "tDate": "20200205", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200203", + "fTime": "000000", + "tDate": "20200204", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200202", + "fTime": "000000", + "tDate": "20200203", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200201", + "fTime": "000000", + "tDate": "20200202", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200131", + "fTime": "000000", + "tDate": "20200201", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200130", + "fTime": "000000", + "tDate": "20200131", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200129", + "fTime": "000000", + "tDate": "20200130", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200128", + "fTime": "000000", + "tDate": "20200129", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200127", + "fTime": "000000", + "tDate": "20200128", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200126", + "fTime": "000000", + "tDate": "20200127", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200125", + "fTime": "000000", + "tDate": "20200126", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200124", + "fTime": "000000", + "tDate": "20200125", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200123", + "fTime": "000000", + "tDate": "20200124", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200122", + "fTime": "000000", + "tDate": "20200123", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200121", + "fTime": "000000", + "tDate": "20200122", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200120", + "fTime": "000000", + "tDate": "20200121", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200119", + "fTime": "000000", + "tDate": "20200120", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200118", + "fTime": "000000", + "tDate": "20200119", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200117", + "fTime": "000000", + "tDate": "20200118", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200116", + "fTime": "000000", + "tDate": "20200117", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200115", + "fTime": "000000", + "tDate": "20200116", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200114", + "fTime": "000000", + "tDate": "20200115", + "tTime": "000000" + }, + { + "fLocX": 0, + "tLocX": 0, + "fDate": "20200113", + "fTime": "000000", + "tDate": "20200114", + "tTime": "000000" + }, + { + "fLocX": 3, + "tLocX": 1, + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200313", + "tTime": "040000", + "sectionNums": [ + "6081" + ] + }, + { + "fLocX": 4, + "tLocX": 1, + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200313", + "tTime": "040000", + "sectionNums": [ + "6084" + ] + }, + { + "fLocX": 1, + "tLocX": 1, + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200313", + "tTime": "040000", + "sectionNums": [ + "6081" + ] + }, + { + "fLocX": 6, + "tLocX": 7, + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200331", + "tTime": "235900", + "sectionNums": [ + "6078" + ] + }, + { + "fLocX": 7, + "tLocX": 6, + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200331", + "tTime": "235900", + "sectionNums": [ + "6078" + ] + }, + { + "fLocX": 8, + "tLocX": 8, + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200403", + "tTime": "235900", + "sectionNums": [ + "6142" + ] + }, + { + "fLocX": 1, + "tLocX": 1, + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200403", + "tTime": "235900", + "sectionNums": [ + "6500" + ] + }, + { + "fLocX": 16, + "tLocX": 15, + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200403", + "tTime": "235900", + "sectionNums": [ + "6153" + ] + }, + { + "fLocX": 3, + "tLocX": 3, + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200403", + "tTime": "235900", + "sectionNums": [ + "6081" + ] + }, + { + "fLocX": 17, + "tLocX": 17, + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200403", + "tTime": "235900", + "sectionNums": [ + "6135" + ] + }, + { + "fLocX": 18, + "tLocX": 20, + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200403", + "tTime": "235900", + "sectionNums": [ + "6135" + ] + }, + { + "fLocX": 21, + "tLocX": 21, + "fDate": "20200112", + "fTime": "060000", + "tDate": "20200120", + "tTime": "060000", + "sectionNums": [ + "6100" + ] + }, + { + "fLocX": 21, + "tLocX": 22, + "fDate": "20200112", + "fTime": "060000", + "tDate": "20200120", + "tTime": "060000", + "sectionNums": [ + "6100" + ] + }, + { + "fLocX": 24, + "tLocX": 23, + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200122", + "tTime": "040000", + "sectionNums": [ + "6008" + ] + }, + { + "fLocX": 1, + "tLocX": 3, + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200313", + "tTime": "040000", + "sectionNums": [ + "6081" + ] + }, + { + "fLocX": 26, + "tLocX": 30, + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200403", + "tTime": "235900", + "sectionNums": [ + "6087" + ] + }, + { + "fLocX": 1, + "tLocX": 1, + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200403", + "tTime": "235900", + "sectionNums": [ + "6500" + ] + }, + { + "fLocX": 1, + "tLocX": 1, + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200403", + "tTime": "235900", + "sectionNums": [ + "6500" + ] + }, + { + "fLocX": 32, + "tLocX": 15, + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200403", + "tTime": "235900", + "sectionNums": [ + "7359" + ] + }, + { + "fLocX": 1, + "tLocX": 1, + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200403", + "tTime": "235900", + "sectionNums": [ + "6081" + ] + }, + { + "fLocX": 1, + "tLocX": 1, + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200403", + "tTime": "235900", + "sectionNums": [ + "6081" + ] + }, + { + "fLocX": 32, + "tLocX": 32, + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200403", + "tTime": "235900", + "sectionNums": [ + "6152" + ] + }, + { + "fLocX": 32, + "tLocX": 32, + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200403", + "tTime": "235900", + "sectionNums": [ + "6152" + ] + }, + { + "fLocX": 32, + "tLocX": 32, + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200403", + "tTime": "235900", + "sectionNums": [ + "6152" + ] + }, + { + "fLocX": 32, + "tLocX": 32, + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200403", + "tTime": "235900", + "sectionNums": [ + "6152" + ] + }, + { + "fLocX": 17, + "tLocX": 17, + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200403", + "tTime": "235900", + "sectionNums": [ + "7363" + ] + }, + { + "fLocX": 33, + "tLocX": 21, + "fDate": "20200111", + "fTime": "000000", + "tDate": "20200201", + "tTime": "160000", + "sectionNums": [ + "6100" + ] + }, + { + "fLocX": 34, + "tLocX": 34, + "fDate": "20200113", + "fTime": "080000", + "tDate": "20200403", + "tTime": "235900", + "sectionNums": [ + "6106" + ] + }, + { + "fLocX": 26, + "tLocX": 3, + "fDate": "20200114", + "fTime": "114000", + "tDate": "20200118", + "tTime": "060000", + "sectionNums": [ + "6082" + ] + } + ] + }, + "msgRefL": [ + 0, + 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 + ], + "edgeRefL": [ + 0, + 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 + ], + "lastUpd": "2020-01-10, 09:48" +} diff --git a/test/index.js b/test/index.js index 017622c5..b4fb03c4 100644 --- a/test/index.js +++ b/test/index.js @@ -6,6 +6,7 @@ require('./format') require('./bvg-journey') require('./vbb-departures') require('./bvg-radar') +require('./db-netz-remarks') require('./throttle') require('./retry')