diff --git a/package.json b/package.json index 55c0ba98c..3d5dc55d9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "trafimage-maps", "description": "trafimage-maps web component", - "version": "1.31.0", + "version": "1.31.1-beta.0", "private": true, "main": "build/bundle.js", "proxy": "http://127.0.0.1:8000", diff --git a/src/config/ch.sbb.zweitausbildung/index.js b/src/config/ch.sbb.zweitausbildung/index.js index 5f3b2f78e..c478d7b3a 100644 --- a/src/config/ch.sbb.zweitausbildung/index.js +++ b/src/config/ch.sbb.zweitausbildung/index.js @@ -262,7 +262,7 @@ export const getZweitausbildungLayers = () => { title: "ch.sbb.zweitausbildung.hauptlinien.group", desc: "ch.sbb.zweitausbildung.hauptlinien.group-desc", legend: { - image: "legend_hauptlinien.png", + image: "legend_hauptlinien.svg", }, }, layer: "zweitausbildung_hauptlinien_grouped_qry", diff --git a/src/layers/ZweitausbildungRoutesLayer/lines.js b/src/layers/ZweitausbildungRoutesLayer/lines.js index ea6d99524..2df75af3b 100644 --- a/src/layers/ZweitausbildungRoutesLayer/lines.js +++ b/src/layers/ZweitausbildungRoutesLayer/lines.js @@ -32,7 +32,12 @@ export default { shortname: "IC 61", color: "#EF59A1", }, - "Basel SBB – Biel/Bienne": { + "Basel SBB – Biel/Bienne (BLS)": { + property: "hauptlinie", + shortname: "IR 56", + color: "#a34492", + }, + "Basel SBB – Biel/Bienne – Lausanne": { property: "hauptlinie", shortname: "IC 51", color: "#B00D15", @@ -88,6 +93,11 @@ export default { shortname: "IR 16", color: "#9F6F32", }, + "Biel/Bienne – Zürich HB ": { + property: "hauptlinie", + shortname: "IR 55", + color: "#a49d19", + }, "Brig – Bern – Zürich HB – Romanshorn": { property: "hauptlinie", shortname: "IC 8",